Uses of Class
io.process4j.core.bpmn.model.BPMNStartEvent
-
Packages that use BPMNStartEvent Package Description io.process4j.core.bpmn.model -
-
Uses of BPMNStartEvent in io.process4j.core.bpmn.model
Methods in io.process4j.core.bpmn.model that return BPMNStartEvent Modifier and Type Method Description BPMNStartEvent
BPMNProcess. getStartEvent()
Constructors in io.process4j.core.bpmn.model with parameters of type BPMNStartEvent Constructor Description BPMNProcess(String id, String name, BPMNStartEvent startEvent, BPMNEndEvent endEvent)
-