public static class BDIParserHelper.SetToArray extends Object implements jadex.rules.rulesystem.rules.functions.IFunction
Constructor and Description |
---|
BDIParserHelper.SetToArray(Class type)
Create a new set-to-array function.
|
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).
|
String |
toString()
Create a string representation
|
public BDIParserHelper.SetToArray(Class type)
type
- The array type.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.