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) booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) booleancreateFtile(FtileFactory factory) createGtile(ISkinParam skinParam, StringBounder stringBounder) booleankill()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()
-