Package jadex.bdi.model
Class MConfigParameterElement
java.lang.Object
jadex.bdi.model.MElement
jadex.bdi.model.MConfigParameterElement
Initial / end goals and plans.
-
Field Summary
FieldsFields inherited from class jadex.bdi.model.MElement
CAPABILITY_SEPARATOR, description, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(jadex.common.UnparsedExpression parameter) Add a parameter.jadex.common.UnparsedExpressiongetParameter(String name) Get a parameter by name.Get the parameters.List<jadex.common.UnparsedExpression> getParameters(String name) Get the parameters by name.getRef()Get the referenced element.booleanhasParameter(String name) Test if goal has a parameter.voidsetFlatRef(String ref) Set the referenced element.voidSet the referenced element.Methods inherited from class jadex.bdi.model.MElement
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
-
Field Details
-
parameters
The parameters. -
ref
The referenced element.
-
-
Constructor Details
-
MConfigParameterElement
public MConfigParameterElement()
-
-
Method Details
-
getParameters
Get the parameters. -
getParameters
Get the parameters by name. -
getParameter
Get a parameter by name. -
hasParameter
Test if goal has a parameter. -
addParameter
public void addParameter(jadex.common.UnparsedExpression parameter) Add a parameter.- Parameters:
parameter- The parameter.
-
getRef
Get the referenced element. -
setRef
Set the referenced element. -
setFlatRef
Set the referenced element.
-