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 voidadd(Instruction ins)booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)booleancontainsBreak()FtilecreateFtile(FtileFactory factory)LinkRenderinggetInLinkRendering()InstructiongetLast()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()java.util.Set<Swimlane>getSwimlanes()static java.util.Set<Swimlane>getSwimlanes2(java.util.List<? extends Instruction> list)booleanisEmpty()booleanisOnlySingleStopOrSpot()booleankill()voidsetOutRendering(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
-
containsBreak
public boolean containsBreak()
- Specified by:
containsBreakin interfaceInstruction
-
isEmpty
public boolean isEmpty()
-
isOnlySingleStopOrSpot
public boolean isOnlySingleStopOrSpot()
-
add
public void add(Instruction ins)
- Specified by:
addin interfaceInstruction
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtilein interfaceInstruction
-
kill
public final boolean kill()
- Specified by:
killin interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceInstruction
-
getLast
public Instruction getLast()
- Specified by:
getLastin interfaceInstructionCollection
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
- Specified by:
addNotein interfaceInstruction- Overrides:
addNotein classWithNote
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOutin interfaceSwimable
-
getSwimlanes2
public static java.util.Set<Swimlane> getSwimlanes2(java.util.List<? extends Instruction> list)
-
setOutRendering
public void setOutRendering(LinkRendering outlinkRendering)
-
-