Class InstructionSplit
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.InstructionSplit
-
- All Implemented Interfaces:
Swimable,Instruction
public class InstructionSplit extends java.lang.Object implements Instruction
-
-
Constructor Summary
Constructors Constructor Description InstructionSplit(Instruction parent, LinkRendering inlinkRendering, Swimlane swimlane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Instruction ins)booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)booleancontainsBreak()FtilecreateFtile(FtileFactory factory)voidendSplit(LinkRendering inlinkRendering, Swimlane endSwimlane)LinkRenderinggetInLinkRendering()InstructiongetParent()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()java.util.Set<Swimlane>getSwimlanes()booleankill()voidsplitAgain(LinkRendering inlinkRendering)
-
-
-
Constructor Detail
-
InstructionSplit
public InstructionSplit(Instruction parent, LinkRendering inlinkRendering, Swimlane swimlane)
-
-
Method Detail
-
containsBreak
public boolean containsBreak()
- Specified by:
containsBreakin interfaceInstruction
-
add
public void add(Instruction ins)
- Specified by:
addin interfaceInstruction
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtilein interfaceInstruction
-
getParent
public Instruction getParent()
-
splitAgain
public void splitAgain(LinkRendering inlinkRendering)
-
endSplit
public void endSplit(LinkRendering inlinkRendering, Swimlane endSwimlane)
-
kill
public final boolean kill()
- Specified by:
killin interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceInstruction
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
- Specified by:
addNotein interfaceInstruction
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOutin interfaceSwimable
-
-