Class InstructionPartition
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.InstructionPartition
-
- All Implemented Interfaces:
Swimable
,Instruction
public class InstructionPartition extends Object implements Instruction
-
-
Constructor Summary
Constructors Constructor Description InstructionPartition(Instruction parent, String partitionTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
add(Instruction other)
boolean
addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
boolean
containsBreak()
Ftile
createFtile(FtileFactory factory)
Gtile
createGtile(ISkinParam skinParam, StringBounder stringBounder)
LinkRendering
getInLinkRendering()
Instruction
getParent()
Swimlane
getSwimlaneIn()
Swimlane
getSwimlaneOut()
Set<Swimlane>
getSwimlanes()
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 Detail
-
InstructionPartition
public InstructionPartition(Instruction parent, String partitionTitle)
-
-
Method Detail
-
getParent
public Instruction getParent()
-
getSwimlanes
public Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanes
in interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtile
in interfaceInstruction
-
add
public CommandExecutionResult add(Instruction other)
- Specified by:
add
in interfaceInstruction
-
kill
public boolean kill()
- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
public LinkRendering 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
public Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
-
-