Class InstructionList
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.WithNote
-
- net.sourceforge.plantuml.activitydiagram3.InstructionList
-
- All Implemented Interfaces:
Swimable
,Instruction
,InstructionCollection
public class InstructionList extends WithNote implements Instruction, InstructionCollection
-
-
Constructor Summary
Constructors Constructor Description InstructionList()
InstructionList(Swimlane defaultSwimlane)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
java.util.Set<Swimlane>
getSwimlanes()
static java.util.Set<Swimlane>
getSwimlanes2(java.util.List<? extends Instruction> list)
boolean
isEmpty()
boolean
isOnlySingleStopOrSpot()
boolean
kill()
void
setOutRendering(LinkRendering outlinkRendering)
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.WithNote
eventuallyAddNote, getPositionedNotes, hasNotes
-
-
-
-
Constructor Detail
-
InstructionList
public InstructionList()
-
InstructionList
public InstructionList(Swimlane defaultSwimlane)
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
isOnlySingleStopOrSpot
public boolean isOnlySingleStopOrSpot()
-
add
public void add(Instruction ins)
- Specified by:
add
in interfaceInstruction
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtile
in interfaceInstruction
-
kill
public final boolean kill()
- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRendering
in interfaceInstruction
-
getLast
public Instruction getLast()
- Specified by:
getLast
in interfaceInstructionCollection
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
- Specified by:
addNote
in interfaceInstruction
- Overrides:
addNote
in classWithNote
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanes
in interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
getSwimlanes2
public static java.util.Set<Swimlane> getSwimlanes2(java.util.List<? extends Instruction> list)
-
setOutRendering
public void setOutRendering(LinkRendering outlinkRendering)
-
-