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 CommandExecutionResult
add(Instruction other)
boolean
addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
boolean
containsBreak()
Ftile
createFtile(FtileFactory factory)
Gtile
createGtile(ISkinParam skinParam, StringBounder stringBounder)
LinkRendering
getInLinkRendering()
boolean
kill()
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
-
-
-
Method Detail
-
createFtile
Ftile createFtile(FtileFactory factory)
-
createGtile
Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
-
add
CommandExecutionResult 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()
-
-