public class InstructionRepeat extends java.lang.Object implements Instruction
| Constructor and Description |
|---|
InstructionRepeat(Swimlane swimlane,
Instruction parent,
LinkRendering nextLinkRenderer,
HtmlColor color) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position) |
Ftile |
createFtile(FtileFactory factory) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
void |
setTest(Display test,
Display yes,
Display out,
LinkRendering endRepeatLinkRendering,
LinkRendering backRepeatLinkRendering) |
public InstructionRepeat(Swimlane swimlane, Instruction parent, LinkRendering nextLinkRenderer, HtmlColor color)
public void add(Instruction ins)
add in interface Instructionpublic Ftile createFtile(FtileFactory factory)
createFtile in interface Instructionpublic Instruction getParent()
public void setTest(Display test, Display yes, Display out, LinkRendering endRepeatLinkRendering, LinkRendering backRepeatLinkRendering)
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 Swimable