public class InstructionWhile extends WithNote implements Instruction, InstructionCollection
| Constructor and Description |
|---|
InstructionWhile(Swimlane swimlane,
Instruction parent,
Display test,
LinkRendering nextLinkRenderer,
Display yes,
HtmlColor color,
ISkinParam skinParam) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
void |
afterEndwhile(LinkRendering linkRenderer) |
Ftile |
createFtile(FtileFactory factory) |
void |
endwhile(LinkRendering nextLinkRenderer,
Display out) |
LinkRendering |
getInLinkRendering() |
Instruction |
getLast() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
void |
overwriteYes(Display yes) |
void |
setSpecial(Instruction special) |
eventuallyAddNote, getPositionedNotes, hasNotespublic InstructionWhile(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HtmlColor color, ISkinParam skinParam)
public void overwriteYes(Display yes)
public void add(Instruction ins)
add in interface Instructionpublic Ftile createFtile(FtileFactory factory)
createFtile in interface Instructionpublic Instruction getParent()
public final boolean kill()
kill in interface Instructionpublic LinkRendering getInLinkRendering()
getInLinkRendering in interface Instructionpublic void endwhile(LinkRendering nextLinkRenderer, Display out)
public void afterEndwhile(LinkRendering linkRenderer)
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
addNote in interface InstructionaddNote in class WithNotepublic 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 setSpecial(Instruction special)
Copyright © 2017. All rights reserved.