public class InstructionPartition extends java.lang.Object implements Instruction
| Constructor and Description |
|---|
InstructionPartition(Instruction parent,
java.lang.String partitionTitle) |
| Modifier and Type | Method and 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() |
java.util.Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateGtilepublic InstructionPartition(Instruction parent, java.lang.String partitionTitle)
public Instruction getParent()
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes in interface Swimablepublic Swimlane getSwimlaneIn()
getSwimlaneIn in interface Swimablepublic Swimlane getSwimlaneOut()
getSwimlaneOut in interface Swimablepublic Ftile createFtile(FtileFactory factory)
createFtile in interface Instructionpublic CommandExecutionResult add(Instruction other)
add in interface Instructionpublic boolean kill()
kill in interface Instructionpublic LinkRendering getInLinkRendering()
getInLinkRendering in interface Instructionpublic boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
addNote in interface Instructionpublic boolean containsBreak()
containsBreak in interface Instructionpublic Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)