Class InstructionList
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionList
- All Implemented Interfaces:
Swimable,Instruction,InstructionCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Instruction ins) booleanbooleancreateFtile(FtileFactory factory) createGtile(ISkinParam skinParam, StringBounder stringBounder) static InstructionListempty()protected final FtileeventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) getLast()getSwimlanes2(List<? extends Instruction> list) booleanhasNotes()booleanisEmpty()booleanfinal booleankill()voidsetOutRendering(LinkRendering outlinkRendering)
-
Constructor Details
-
InstructionList
-
-
Method Details
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreakin interfaceInstruction
-
empty
-
isEmpty
public boolean isEmpty() -
isOnlySingleStopOrSpot
public boolean isOnlySingleStopOrSpot() -
add
- Specified by:
addin interfaceInstruction
-
createGtile
- Specified by:
createGtilein interfaceInstruction
-
createFtile
- Specified by:
createFtilein interfaceInstruction
-
kill
public final boolean kill()- Specified by:
killin interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRenderingin interfaceInstruction
-
getLast
- Specified by:
getLastin interfaceInstructionCollection
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) - Specified by:
addNotein interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOutin interfaceSwimable
-
getSwimlanes2
-
setOutRendering
-
eventuallyAddNote
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) -
getPositionedNotes
-
hasNotes
public boolean hasNotes()
-