Package net.sourceforge.plantuml.bpm
Class BpmBranch
- java.lang.Object
-
- net.sourceforge.plantuml.bpm.BpmBranch
-
public class BpmBranch extends Object
-
-
Constructor Summary
Constructors Constructor Description BpmBranch(int uid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BpmElement
getElseElement()
BpmElement
getEntryElement()
BpmEvent
getGoToEndEvent()
BpmEvent
getResumeEntryEvent()
int
incAndGetCounter()
-
-
-
Method Detail
-
incAndGetCounter
public int incAndGetCounter()
-
getEntryElement
public BpmElement getEntryElement()
-
getElseElement
public BpmElement getElseElement()
-
getResumeEntryEvent
public BpmEvent getResumeEntryEvent()
-
getGoToEndEvent
public BpmEvent getGoToEndEvent()
-
-