public class InstructionPartition extends Object implements Instruction
Constructor and Description |
---|
InstructionPartition(Instruction parent,
String partitionTitle) |
Modifier and Type | Method and Description |
---|---|
void |
add(Instruction other) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors) |
Ftile |
createFtile(FtileFactory factory) |
LinkRendering |
getInLinkRendering() |
Instruction |
getParent() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
Set<Swimlane> |
getSwimlanes() |
boolean |
kill() |
public InstructionPartition(Instruction parent, String partitionTitle)
public Instruction getParent()
public Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable
public Ftile createFtile(FtileFactory factory)
createFtile
in interface Instruction
public void add(Instruction other)
add
in interface Instruction
public boolean kill()
kill
in interface Instruction
public LinkRendering getInLinkRendering()
getInLinkRendering
in interface Instruction
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors)
addNote
in interface Instruction
Copyright © 2017. All Rights Reserved.