Interface Instruction
- All Superinterfaces:
Swimable
- All Known Subinterfaces:
InstructionCollection
- All Known Implementing Classes:
InstructionBreak
,InstructionEnd
,InstructionFork
,InstructionGoto
,InstructionGroup
,InstructionIf
,InstructionLabel
,InstructionList
,InstructionPartition
,InstructionRepeat
,InstructionSimple
,InstructionSplit
,InstructionSpot
,InstructionStart
,InstructionStop
,InstructionSwitch
,InstructionWhile
-
Method Summary
Modifier and TypeMethodDescriptionadd
(Instruction other) boolean
addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) boolean
createFtile
(FtileFactory factory) createGtile
(ISkinParam skinParam, StringBounder stringBounder) boolean
kill()
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
Method Details
-
createFtile
-
createGtile
-
add
-
kill
boolean kill() -
getInLinkRendering
LinkRendering getInLinkRendering() -
addNote
boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) -
containsBreak
boolean containsBreak()
-