public class Branch
extends java.lang.Object
Constructor and Description |
---|
Branch(Swimlane swimlane,
Display labelPositive,
Display labelTest,
HtmlColor color,
Display inlabel) |
Modifier and Type | Method and Description |
---|---|
void |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
HtmlColor |
getColor() |
Ftile |
getFtile() |
Display |
getInlabel() |
Rainbow |
getInlinkRenderingColorAndStyle() |
Display |
getLabelPositive() |
Display |
getLabelTest() |
Instruction |
getLast() |
LinkRendering |
getSpecial() |
java.util.Collection<? extends Swimlane> |
getSwimlanes() |
java.util.Collection<WeldingPoint> |
getWeldingPoints() |
boolean |
isEmpty() |
boolean |
isOnlySingleStopOrSpot() |
boolean |
kill() |
void |
setInlinkRendering(LinkRendering inlinkRendering) |
void |
setSpecial(LinkRendering link) |
ISkinParam |
skinParam() |
void |
updateFtile(FtileFactory factory) |
public java.util.Collection<WeldingPoint> getWeldingPoints()
public void add(Instruction ins)
public boolean kill()
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
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 Rainbow getInlinkRenderingColorAndStyle()
public Display getInlabel()
public final Ftile getFtile()
public ISkinParam skinParam()
public final HtmlColor getColor()
public boolean isEmpty()
public Instruction getLast()
public boolean isOnlySingleStopOrSpot()
public void setSpecial(LinkRendering link)
public final LinkRendering getSpecial()