public class InstructionWhile extends Object implements Instruction
Constructor and Description |
---|
InstructionWhile(Swimlane swimlane,
Instruction parent,
Display test,
LinkRendering nextLinkRenderer,
Display yes,
HtmlColor color) |
Modifier and Type | Method and Description |
---|---|
void |
add(Instruction ins) |
void |
addNote(Display note,
NotePosition position) |
void |
afterEndwhile(LinkRendering linkRenderer) |
Ftile |
createFtile(FtileFactory factory) |
void |
endwhile(LinkRendering nextLinkRenderer,
Display out) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
public InstructionWhile(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HtmlColor color)
public void add(Instruction ins)
add
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 endwhile(LinkRendering nextLinkRenderer, Display out)
public void afterEndwhile(LinkRendering linkRenderer)
public void addNote(Display note, NotePosition position)
addNote
in interface Instruction
public Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable
Copyright © 2014. All Rights Reserved.