Class InstructionGroup
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionGroup
- All Implemented Interfaces:
Swimable,Instruction,InstructionCollection
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionGroup(Instruction parent, Display title, HColor backColor, Swimlane swimlane, LinkRendering linkRendering, USymbol type, Style style) -
Method Summary
Modifier and TypeMethodDescriptionadd(Instruction ins) booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) booleancreateFtile(FtileFactory factory) createGtile(ISkinParam skinParam, StringBounder stringBounder) getLast()final booleankill()
-
Constructor Details
-
InstructionGroup
public InstructionGroup(Instruction parent, Display title, HColor backColor, Swimlane swimlane, LinkRendering linkRendering, USymbol type, Style style)
-
-
Method Details
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreakin interfaceInstruction
-
add
- Specified by:
addin interfaceInstruction
-
createGtile
- Specified by:
createGtilein interfaceInstruction
-
createFtile
- Specified by:
createFtilein interfaceInstruction
-
getParent
-
kill
public final boolean kill()- Specified by:
killin interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRenderingin interfaceInstruction
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) - Specified by:
addNotein interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOutin interfaceSwimable
-
getLast
- Specified by:
getLastin interfaceInstructionCollection
-