Interface InstructionCollection
-
- All Superinterfaces:
Instruction
,Swimable
- All Known Implementing Classes:
InstructionGroup
,InstructionIf
,InstructionList
,InstructionSwitch
,InstructionWhile
public interface InstructionCollection extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction
getLast()
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.Instruction
add, addNote, containsBreak, createFtile, createGtile, getInLinkRendering, kill
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
-
-
-
Method Detail
-
getLast
Instruction getLast()
-
-