public class InstructionSplit extends Object implements Instruction
| Constructor and Description |
|---|
InstructionSplit(Instruction parent,
LinkRendering inlinkRendering) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
Ftile |
createFtile(FtileFactory factory) |
void |
endSplit(LinkRendering inlinkRendering) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
void |
splitAgain(LinkRendering inlinkRendering) |
public InstructionSplit(Instruction parent, LinkRendering inlinkRendering)
public void add(Instruction ins)
add in interface Instructionpublic Ftile createFtile(FtileFactory factory)
createFtile in interface Instructionpublic Instruction getParent()
public void splitAgain(LinkRendering inlinkRendering)
public void endSplit(LinkRendering inlinkRendering)
public final 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 Set<Swimlane> getSwimlanes()
getSwimlanes in interface Swimablepublic Swimlane getSwimlaneIn()
getSwimlaneIn in interface Swimablepublic Swimlane getSwimlaneOut()
getSwimlaneOut in interface SwimableCopyright © 2017. All rights reserved.