Class InstructionFork
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.WithNote
-
- net.sourceforge.plantuml.activitydiagram3.InstructionFork
-
- All Implemented Interfaces:
Swimable
,Instruction
public class InstructionFork extends WithNote implements Instruction
-
-
Constructor Summary
Constructors Constructor Description InstructionFork(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam)
-
Method Summary
All 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)
void
forkAgain()
LinkRendering
getInLinkRendering()
Instruction
getParent()
Swimlane
getSwimlaneIn()
Swimlane
getSwimlaneOut()
java.util.Set<Swimlane>
getSwimlanes()
boolean
kill()
void
manageOutRendering(LinkRendering nextLinkRenderer, boolean endFork)
void
setStyle(ForkStyle style, java.lang.String label)
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.WithNote
eventuallyAddNote, getPositionedNotes, hasNotes
-
-
-
-
Constructor Detail
-
InstructionFork
public InstructionFork(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam)
-
-
Method Detail
-
add
public void add(Instruction ins)
- Specified by:
add
in interfaceInstruction
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtile
in interfaceInstruction
-
getParent
public Instruction getParent()
-
forkAgain
public void forkAgain()
-
kill
public final boolean kill()
- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRendering
in interfaceInstruction
-
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
-
manageOutRendering
public void manageOutRendering(LinkRendering nextLinkRenderer, boolean endFork)
-
setStyle
public void setStyle(ForkStyle style, java.lang.String label)
-
-