Package | Description |
---|---|
at.gv.egovernment.moa.id.process.model |
Modifier and Type | Method and Description |
---|---|
List<Transition> |
ProcessNode.getIncomingTransitions()
Returns a list of transitions pointing from another process node to this one.
|
List<Transition> |
ProcessNode.getOutgoingTransitions()
Returns a list of transitions pointing from this process node to another one.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessNode.setIncomingTransitions(List<Transition> incomingTransitions)
Sets the list of transitions pointing from another process node to this one.
|
void |
ProcessNode.setOutgoingTransitions(List<Transition> outgoingTransitions)
Sets the list of transitions pointing from this process node to another one.
|
Copyright © 2017. All rights reserved.