Class InstructionBreak
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.WithNote
-
- net.sourceforge.plantuml.activitydiagram3.MonoSwimable
-
- net.sourceforge.plantuml.activitydiagram3.InstructionBreak
-
- All Implemented Interfaces:
Swimable
,Instruction
public class InstructionBreak extends MonoSwimable implements Instruction
-
-
Constructor Summary
Constructors Constructor Description InstructionBreak(Swimlane swimlane, LinkRendering inlinkRendering)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Instruction other)
boolean
containsBreak()
Ftile
createFtile(FtileFactory factory)
LinkRendering
getInLinkRendering()
boolean
kill()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.MonoSwimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.WithNote
addNote, eventuallyAddNote, getPositionedNotes, hasNotes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.Instruction
addNote
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
-
-
-
Constructor Detail
-
InstructionBreak
public InstructionBreak(Swimlane swimlane, LinkRendering inlinkRendering)
-
-
Method Detail
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtile
in interfaceInstruction
-
add
public void add(Instruction other)
- Specified by:
add
in interfaceInstruction
-
kill
public final boolean kill()
- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRendering
in interfaceInstruction
-
containsBreak
public boolean containsBreak()
- Specified by:
containsBreak
in interfaceInstruction
-
-