Constructor and Description |
---|
Min() |
Modifier and Type | Method and 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).
|
public java.lang.Object invoke(java.lang.Object[] paramvalues, IOAVState state)
public java.lang.Class getReturnType()
getReturnType
in interface IFunction
public AttributeSet getRelevantAttributes()
getRelevantAttributes
in interface IFunction
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object