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
public interface Instruction extends Swimable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Instruction other)
boolean
addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
boolean
containsBreak()
Ftile
createFtile(FtileFactory factory)
LinkRendering
getInLinkRendering()
boolean
kill()
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
-
-
-
Method Detail
-
createFtile
Ftile createFtile(FtileFactory factory)
-
add
void add(Instruction other)
-
kill
boolean kill()
-
getInLinkRendering
LinkRendering getInLinkRendering()
-
addNote
boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
-
containsBreak
boolean containsBreak()
-
-