Package jadex.gpmn.editor.model.gpmn
Interface IActivationEdge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOrder()
Gets the order for sequential activation.void
setOrder(int order)
Sets the order for sequential activation.-
Methods inherited from interface jadex.gpmn.editor.model.gpmn.IEdge
getSource, getTarget, setSource, setTarget
-
Methods inherited from interface jadex.gpmn.editor.model.gpmn.IElement
getModel, getName, getSourceEdges, getTargetEdges, setName
-
-