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 CommandExecutionResultadd(Instruction other)booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)booleancontainsBreak()FtilecreateFtile(FtileFactory factory)GtilecreateGtile(ISkinParam skinParam, StringBounder stringBounder)LinkRenderinggetInLinkRendering()InstructiongetParent()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()Set<Swimlane>getSwimlanes()booleankill()-
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:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOutin interfaceSwimable
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtilein interfaceInstruction
-
add
public CommandExecutionResult add(Instruction other)
- Specified by:
addin interfaceInstruction
-
kill
public boolean kill()
- Specified by:
killin interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceInstruction
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
- Specified by:
addNotein interfaceInstruction
-
containsBreak
public boolean containsBreak()
- Specified by:
containsBreakin interfaceInstruction
-
createGtile
public Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
-
-