Class Min
- java.lang.Object
-
- jadex.rules.rulesystem.rules.functions.Min
-
-
Constructor Summary
Constructors Constructor Description Min()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Test for equality.AttributeSetgetRelevantAttributes()Get the set of relevant attribute types.java.lang.ClassgetReturnType()Get the return type of this function.java.lang.Objectinvoke(java.lang.Object[] paramvalues, IOAVState state)Invoke a function and return a value (optional).
-
-
-
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:
getReturnTypein interfaceIFunction
-
getRelevantAttributes
public AttributeSet getRelevantAttributes()
Get the set of relevant attribute types.- Specified by:
getRelevantAttributesin interfaceIFunction- Returns:
- The relevant attribute types.
-
equals
public boolean equals(java.lang.Object obj)
Test for equality.- Overrides:
equalsin classjava.lang.Object
-
-