public class InstructionPartition extends Object implements Instruction
| Constructor and Description |
|---|
InstructionPartition(Instruction parent,
String partitionTitle) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instruction other) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
Ftile |
createFtile(FtileFactory factory) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
public InstructionPartition(Instruction parent, String partitionTitle)
public Instruction getParent()
public 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 void 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 InstructionCopyright © 2017. All rights reserved.