public class InstructionRepeat extends java.lang.Object implements Instruction
| Constructor and Description |
|---|
InstructionRepeat(Swimlanes swimlanes,
Instruction parent,
LinkRendering nextLinkRenderer,
HColor color,
Display startLabel,
BoxStyle boxStyleIn,
Colors colors,
Stereotype stereotype) |
| 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) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
boolean |
hasBackward() |
boolean |
kill() |
void |
setBackward(Display label,
Swimlane swimlaneBackward,
BoxStyle boxStyle,
LinkRendering incoming1,
LinkRendering incoming2,
Stereotype stereotype) |
void |
setTest(Display test,
Display yes,
Display out,
LinkRendering endRepeatLinkRendering,
LinkRendering back,
Swimlane swimlaneOut) |
public InstructionRepeat(Swimlanes swimlanes, Instruction parent, LinkRendering nextLinkRenderer, HColor color, Display startLabel, BoxStyle boxStyleIn, Colors colors, Stereotype stereotype)
public boolean containsBreak()
containsBreak in interface Instructionpublic void setBackward(Display label, Swimlane swimlaneBackward, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype)
public boolean hasBackward()
public CommandExecutionResult add(Instruction ins)
add in interface Instructionpublic Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
createGtile 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 back, Swimlane swimlaneOut)
public final boolean kill()
kill in interface Instructionpublic LinkRendering getInLinkRendering()
getInLinkRendering in interface Instructionpublic boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
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