Package io.process4j.core.bpmn.model
Class BPMNExclusiveGateway
- java.lang.Object
-
- io.process4j.core.bpmn.model.BPMNExclusiveGateway
-
- All Implemented Interfaces:
NodeElement
public class BPMNExclusiveGateway extends Object implements NodeElement
-
-
Constructor Summary
Constructors Constructor Description BPMNExclusiveGateway()
BPMNExclusiveGateway(String id, String name, List<BPMNIncoming> incoming, List<BPMNOutgoing> outgoing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BPMNDocumentation>
getDocumentation()
String
getId()
List<BPMNIncoming>
getIncoming()
String
getName()
List<BPMNOutgoing>
getOutgoing()
BPMNExclusiveGateway
setName(String name)
-
-
-
Constructor Detail
-
BPMNExclusiveGateway
public BPMNExclusiveGateway()
-
BPMNExclusiveGateway
public BPMNExclusiveGateway(String id, String name, List<BPMNIncoming> incoming, List<BPMNOutgoing> outgoing)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceNodeElement
-
getName
public String getName()
- Specified by:
getName
in interfaceNodeElement
-
setName
public BPMNExclusiveGateway setName(String name)
-
getIncoming
public List<BPMNIncoming> getIncoming()
- Specified by:
getIncoming
in interfaceNodeElement
-
getOutgoing
public List<BPMNOutgoing> getOutgoing()
- Specified by:
getOutgoing
in interfaceNodeElement
-
getDocumentation
public List<BPMNDocumentation> getDocumentation()
- Specified by:
getDocumentation
in interfaceNodeElement
-
-