public class InstructionList extends WithNote implements Instruction, InstructionCollection
| Constructor and Description |
|---|
InstructionList() |
InstructionList(Swimlane defaultSwimlane) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instruction ins) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
Ftile |
createFtile(FtileFactory factory) |
LinkRendering |
getInLinkRendering() |
Instruction |
getLast() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
Set<Swimlane> |
getSwimlanes() |
static Set<Swimlane> |
getSwimlanes2(List<? extends Instruction> list) |
boolean |
isEmpty() |
boolean |
isOnlySingleStop() |
boolean |
kill() |
void |
setOutRendering(LinkRendering outlinkRendering) |
eventuallyAddNote, getPositionedNotes, hasNotespublic InstructionList()
public InstructionList(Swimlane defaultSwimlane)
public boolean isEmpty()
public boolean isOnlySingleStop()
public void add(Instruction ins)
add in interface Instructionpublic Ftile createFtile(FtileFactory factory)
createFtile in interface Instructionpublic final boolean kill()
kill in interface Instructionpublic LinkRendering getInLinkRendering()
getInLinkRendering in interface Instructionpublic Instruction getLast()
getLast in interface InstructionCollectionpublic 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 static Set<Swimlane> getSwimlanes2(List<? extends Instruction> list)
public void setOutRendering(LinkRendering outlinkRendering)
Copyright © 2017. All rights reserved.