public class InstructionIf extends java.lang.Object implements Instruction, InstructionCollection
| Constructor and Description |
|---|
InstructionIf(Swimlane swimlane,
Instruction parent,
Display labelTest,
Display whenThen,
LinkRendering inlinkRendering,
HtmlColor color,
ISkinParam skinParam) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position) |
void |
afterEndwhile(LinkRendering linkRenderer) |
Ftile |
createFtile(FtileFactory factory) |
void |
elseIf(Display test,
Display whenThen,
LinkRendering nextLinkRenderer,
HtmlColor color) |
void |
endif(LinkRendering nextLinkRenderer) |
LinkRendering |
getInLinkRendering() |
Instruction |
getLast() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
boolean |
swithToElse2(Display whenElse,
LinkRendering nextLinkRenderer) |
public InstructionIf(Swimlane swimlane, Instruction parent, Display labelTest, Display whenThen, LinkRendering inlinkRendering, HtmlColor color, ISkinParam skinParam)
public void add(Instruction ins)
add in interface Instructionpublic Ftile createFtile(FtileFactory factory)
createFtile in interface Instructionpublic Instruction getParent()
public boolean swithToElse2(Display whenElse, LinkRendering nextLinkRenderer)
public void elseIf(Display test, Display whenThen, LinkRendering nextLinkRenderer, HtmlColor color)
public void endif(LinkRendering nextLinkRenderer)
public final boolean kill()
kill in interface Instructionpublic LinkRendering getInLinkRendering()
getInLinkRendering in interface Instructionpublic boolean addNote(Display note, NotePosition position)
addNote in interface Instructionpublic java.util.Set<Swimlane> getSwimlanes()
getSwimlanes in interface Swimablepublic Swimlane getSwimlaneIn()
getSwimlaneIn in interface Swimablepublic Swimlane getSwimlaneOut()
getSwimlaneOut in interface Swimablepublic Instruction getLast()
getLast in interface InstructionCollectionpublic void afterEndwhile(LinkRendering linkRenderer)