Class InstructionList
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionList
- All Implemented Interfaces:
Swimable
,Instruction
,InstructionCollection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(Instruction ins) boolean
addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) boolean
createFtile
(FtileFactory factory) createGtile
(ISkinParam skinParam, StringBounder stringBounder) static InstructionList
empty()
protected final Ftile
eventuallyAddNote
(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) getLast()
getSwimlanes2
(List<? extends Instruction> list) boolean
hasNotes()
boolean
isEmpty()
boolean
final boolean
kill()
void
setOutRendering
(LinkRendering outlinkRendering)
-
Constructor Details
-
InstructionList
-
-
Method Details
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreak
in interfaceInstruction
-
empty
-
isEmpty
public boolean isEmpty() -
isOnlySingleStopOrSpot
public boolean isOnlySingleStopOrSpot() -
add
- Specified by:
add
in interfaceInstruction
-
createGtile
- Specified by:
createGtile
in interfaceInstruction
-
createFtile
- Specified by:
createFtile
in interfaceInstruction
-
kill
public final boolean kill()- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRendering
in interfaceInstruction
-
getLast
- Specified by:
getLast
in interfaceInstructionCollection
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) - Specified by:
addNote
in interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanes
in interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
getSwimlanes2
-
setOutRendering
-
eventuallyAddNote
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) -
getPositionedNotes
-
hasNotes
public boolean hasNotes()
-