Class InstructionPartition
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionPartition
- All Implemented Interfaces:
Swimable
,Instruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(Instruction other) boolean
boolean
createFtile
(FtileFactory factory) createGtile
(ISkinParam skinParam, StringBounder stringBounder) boolean
kill()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.Instruction
createGtile
-
Constructor Details
-
InstructionPartition
-
-
Method Details
-
getParent
-
getSwimlanes
- Specified by:
getSwimlanes
in interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
createFtile
- Specified by:
createFtile
in interfaceInstruction
-
add
- Specified by:
add
in interfaceInstruction
-
kill
public boolean kill()- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRendering
in interfaceInstruction
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) - Specified by:
addNote
in interfaceInstruction
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreak
in interfaceInstruction
-
createGtile
-