public class ResolvesTo extends Object implements jadex.rules.rulesystem.rules.functions.IFunction
Constructor and Description |
---|
ResolvesTo() |
Modifier and Type | Method and Description |
---|---|
jadex.rules.rulesystem.rete.extractors.AttributeSet |
getRelevantAttributes()
Get the set of relevant attribute types.
|
Class |
getReturnType()
Get the return type of this function.
|
Object |
invoke(Object[] paramvalues,
jadex.rules.state.IOAVState state)
Invoke a function and return a value (optional).
|
public Object invoke(Object[] paramvalues, jadex.rules.state.IOAVState state)
invoke
in interface jadex.rules.rulesystem.rules.functions.IFunction
paramvalues
- The parameter values.state
- The state.public Class getReturnType()
getReturnType
in interface jadex.rules.rulesystem.rules.functions.IFunction
public jadex.rules.rulesystem.rete.extractors.AttributeSet getRelevantAttributes()
getRelevantAttributes
in interface jadex.rules.rulesystem.rules.functions.IFunction
Copyright © 2012. All Rights Reserved.