Class Modulo
- java.lang.Object
-
- jadex.rules.rulesystem.rules.functions.Modulo
-
-
Constructor Summary
Constructors Constructor Description Modulo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Test for equality.AttributeSet
getRelevantAttributes()
Get the set of relevant attribute types.java.lang.Class
getReturnType()
Get the return type of this function.java.lang.Object
invoke(java.lang.Object[] paramvalues, IOAVState state)
Invoke a function and return a value (optional).java.lang.String
toString()
Get the string representation.
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object[] paramvalues, IOAVState state)
Invoke a function and return a value (optional).
-
getReturnType
public java.lang.Class getReturnType()
Get the return type of this function.- Specified by:
getReturnType
in interfaceIFunction
-
getRelevantAttributes
public AttributeSet getRelevantAttributes()
Get the set of relevant attribute types.- Specified by:
getRelevantAttributes
in interfaceIFunction
- Returns:
- The relevant attribute types.
-
toString
public java.lang.String toString()
Get the string representation.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
equals
public boolean equals(java.lang.Object obj)
Test for equality.- Overrides:
equals
in classjava.lang.Object
-
-