public class InstructionGroup extends Object implements Instruction
| Constructor and Description |
|---|
InstructionGroup(Instruction parent,
Display test,
HtmlColor backColor,
HtmlColor titleColor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instruction ins) |
void |
addNote(Display note,
NotePosition position) |
Ftile |
createFtile(FtileFactory factory) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
public InstructionGroup(Instruction parent, Display test, HtmlColor backColor, HtmlColor titleColor)
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 addNote(Display note, NotePosition position)
addNote in interface Instructionpublic Set<Swimlane> getSwimlanes()
getSwimlanes in interface Swimablepublic Swimlane getSwimlaneIn()
getSwimlaneIn in interface Swimablepublic Swimlane getSwimlaneOut()
getSwimlaneOut in interface SwimableCopyright © 2015. All Rights Reserved.