Package jadex.gpmn.editor.model.gpmn
Interface IActivationPlan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IActivationEdge>
getActivationEdges()
Returns the activation edges emerging from the plan.java.lang.String
getMode()
Gets the mode.void
setMode(java.lang.String mode)
Sets the mode.-
Methods inherited from interface jadex.gpmn.editor.model.gpmn.IElement
getModel, getName, getSourceEdges, getTargetEdges, setName
-
Methods inherited from interface jadex.gpmn.editor.model.gpmn.IPlan
getContextCondition, getPlanEdges, getPreCondition, setContextCondition, setPreCondition
-
-
-
-
Method Detail
-
getMode
java.lang.String getMode()
Gets the mode.- Returns:
- The mode.
-
setMode
void setMode(java.lang.String mode)
Sets the mode.- Parameters:
mode
- The mode.
-
getActivationEdges
java.util.List<IActivationEdge> getActivationEdges()
Returns the activation edges emerging from the plan.- Returns:
- The activation edges.
-
-