public class InstructionWhile extends java.lang.Object implements Instruction, InstructionCollection
Constructor and Description |
---|
InstructionWhile(Swimlane swimlane,
Instruction parent,
Display test,
LinkRendering nextLinkRenderer,
Display yes,
HColor color,
ISkinParam skinParam) |
public InstructionWhile(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HColor color, ISkinParam skinParam)
public void overwriteYes(Display yes)
public CommandExecutionResult add(Instruction ins)
add
in interface Instruction
public Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
createGtile
in interface Instruction
public Ftile createFtile(FtileFactory factory)
createFtile
in interface Instruction
public Instruction getParent()
public final boolean kill()
kill
in interface Instruction
public LinkRendering getInLinkRendering()
getInLinkRendering
in interface Instruction
public void outDisplay(Display out)
public void outColor(Rainbow rainbow)
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
addNote
in interface Instruction
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable
public Instruction getLast()
getLast
in interface InstructionCollection
public void setSpecial(Instruction special)
public boolean containsBreak()
containsBreak
in interface Instruction
public void setBackward(Display label, Swimlane swimlaneOut, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2)
public void incoming(LinkRendering incoming)
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane)
public java.util.Collection<PositionedNote> getPositionedNotes()
public boolean hasNotes()