Class InstructionSplit
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionSplit
- All Implemented Interfaces:
Swimable,Instruction
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionSplit(Instruction parent, LinkRendering inlinkRendering, Swimlane swimlane) -
Method Summary
Modifier and TypeMethodDescriptionadd(Instruction ins) booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) booleancreateFtile(FtileFactory factory) createGtile(ISkinParam skinParam, StringBounder stringBounder) voidendSplit(LinkRendering inlinkRendering, Swimlane endSwimlane) final booleankill()voidsplitAgain(LinkRendering inlinkRendering)
-
Constructor Details
-
InstructionSplit
-
-
Method Details
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreakin interfaceInstruction
-
add
- Specified by:
addin interfaceInstruction
-
createGtile
- Specified by:
createGtilein interfaceInstruction
-
createFtile
- Specified by:
createFtilein interfaceInstruction
-
getParent
-
splitAgain
-
endSplit
-
kill
public final boolean kill()- Specified by:
killin interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRenderingin interfaceInstruction
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) - Specified by:
addNotein interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOutin interfaceSwimable
-