public class InstructionFork extends java.lang.Object implements Instruction
Constructor and Description |
---|
InstructionFork(Instruction parent,
LinkRendering inlinkRendering,
ISkinParam skinParam,
Swimlane swimlane) |
Modifier and Type | Method and Description |
---|---|
CommandExecutionResult |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
containsBreak() |
Ftile |
createFtile(FtileFactory factory) |
Gtile |
createGtile(ISkinParam skinParam,
StringBounder stringBounder) |
protected Ftile |
eventuallyAddNote(FtileFactory factory,
Ftile ftile,
Swimlane swimlane) |
void |
forkAgain(Swimlane swimlane) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
java.util.Collection<PositionedNote> |
getPositionedNotes() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
boolean |
hasNotes() |
boolean |
kill() |
void |
manageOutRendering(LinkRendering nextLinkRenderer,
boolean endFork) |
void |
setStyle(ForkStyle style,
java.lang.String label,
Swimlane swimlane) |
public InstructionFork(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam, Swimlane swimlane)
public boolean containsBreak()
containsBreak
in interface Instruction
public CommandExecutionResult add(Instruction ins)
add
in interface Instruction
public Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
createGtile
in interface Instruction
public Ftile createFtile(FtileFactory factory)
createFtile
in interface Instruction
public Instruction getParent()
public void forkAgain(Swimlane swimlane)
public final boolean kill()
kill
in interface Instruction
public LinkRendering getInLinkRendering()
getInLinkRendering
in interface Instruction
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
addNote
in interface Instruction
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable
public void manageOutRendering(LinkRendering nextLinkRenderer, boolean endFork)
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane)
public java.util.Collection<PositionedNote> getPositionedNotes()
public boolean hasNotes()