public class Branch
extends java.lang.Object
Constructor and Description |
---|
Branch(Swimlane swimlane,
Display labelPositive,
Display labelTest,
HtmlColor color) |
Modifier and Type | Method and Description |
---|---|
void |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position) |
HtmlColor |
getColor() |
Ftile |
getFtile() |
HtmlColor |
getInlinkRenderingColor() |
Display |
getLabelPositive() |
Display |
getLabelTest() |
Instruction |
getLast() |
java.util.Collection<? extends Swimlane> |
getSwimlanes() |
boolean |
isEmpty() |
boolean |
isOnlySingleStop() |
boolean |
kill() |
void |
setInlinkRendering(LinkRendering inlinkRendering) |
boolean |
shadowing() |
void |
updateFtile(FtileFactory factory) |
public boolean isOnlySingleStop()
public void add(Instruction ins)
public boolean kill()
public boolean addNote(Display note, NotePosition position)
public final void setInlinkRendering(LinkRendering inlinkRendering)
public void updateFtile(FtileFactory factory)
public java.util.Collection<? extends Swimlane> getSwimlanes()
public final Display getLabelPositive()
public final Display getLabelTest()
public final HtmlColor getInlinkRenderingColor()
public final Ftile getFtile()
public boolean shadowing()
public final HtmlColor getColor()
public boolean isEmpty()
public Instruction getLast()