Package | Description |
---|---|
jadex.bdi.model | |
jadex.bdi.model.editable |
Modifier and Type | Interface and Description |
---|---|
interface |
IMCondition
Interface for condition models.
|
interface |
IMInhibited
Interface for inhibited element.
|
interface |
IMPlanBody
The plan body specifies how a plan can be instantiated.
|
Modifier and Type | Method and Description |
---|---|
IMExpression |
IMParameter.getBindingOptions()
Get the binding options.
|
IMExpression |
IMExpressionbase.getExpression(String name)
Get a expression for a name.
|
IMExpression[] |
IMExpressionbase.getExpressions()
Returns all expressions.
|
IMExpression |
IMBelief.getFact()
Get the fact.
|
IMExpression[] |
IMBeliefSet.getFacts()
Get the facts.
|
IMExpression |
IMBeliefSet.getFactsExpression()
Get the facts expression.
|
IMExpression |
IMTriggerReference.getMatchExpression()
Get the match expression.
|
IMExpression |
IMMessageEvent.getMatchExpression()
Get the match expression.
|
IMExpression |
IMPlan.getPrecondition()
Get the precondition.
|
IMExpression |
IMParameter.getValue()
Get the parameter value.
|
IMExpression[] |
IMParameterSet.getValues()
Get the parameter value.
|
IMExpression |
IMParameterSet.getValuesExpression()
Get the values expression.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMECondition |
interface |
IMEExpression |
interface |
IMEPlanBody
Editable interface for plan body.
|
Modifier and Type | Method and Description |
---|---|
IMExpression |
IMEParameterSet.addValue(String expression,
String language)
Add a parameter value.
|
IMExpression |
IMEParameter.createBindingOptions(String expression,
String language)
Create the binding options.
|
IMExpression |
IMEBeliefSet.createFactsExpression()
Create a facts expression.
|
IMExpression |
IMEParameter.createValue(String expression,
String language)
Create the parameter value.
|
IMExpression |
IMEParameterSet.createValuesExpression(String expression,
String language) |
Copyright © 2013. All Rights Reserved.