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 voidadd(Instruction other)booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)booleancontainsBreak()FtilecreateFtile(FtileFactory factory)LinkRenderinggetInLinkRendering()booleankill()-
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()
-
-