Package io.process4j.core.bpmn.model
Class BPMNStartEvent
- java.lang.Object
-
- io.process4j.core.bpmn.model.BPMNStartEvent
-
- All Implemented Interfaces:
NodeElement
public class BPMNStartEvent extends Object implements NodeElement
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_ID
static String
DEFAULT_NAME
-
Constructor Summary
Constructors Constructor Description BPMNStartEvent()
BPMNStartEvent(String id, String name, 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()
-
-
-
Field Detail
-
DEFAULT_ID
public static final String DEFAULT_ID
- See Also:
- Constant Field Values
-
DEFAULT_NAME
public static final String DEFAULT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BPMNStartEvent
public BPMNStartEvent()
-
BPMNStartEvent
public BPMNStartEvent(String id, String name, BPMNOutgoing outgoing)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceNodeElement
-
getName
public String getName()
- Specified by:
getName
in interfaceNodeElement
-
getOutgoing
public List<BPMNOutgoing> getOutgoing()
- Specified by:
getOutgoing
in interfaceNodeElement
-
getIncoming
public List<BPMNIncoming> getIncoming()
- Specified by:
getIncoming
in interfaceNodeElement
-
getDocumentation
public List<BPMNDocumentation> getDocumentation()
- Specified by:
getDocumentation
in interfaceNodeElement
-
-