Class InstructionStop
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.WithNote
-
- net.sourceforge.plantuml.activitydiagram3.MonoSwimable
-
- net.sourceforge.plantuml.activitydiagram3.InstructionStop
-
- All Implemented Interfaces:
Swimable,Instruction
public class InstructionStop extends MonoSwimable implements Instruction
-
-
Constructor Summary
Constructors Constructor Description InstructionStop(Swimlane swimlane, LinkRendering inlinkRendering)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Instruction other)booleancontainsBreak()FtilecreateFtile(FtileFactory factory)LinkRenderinggetInLinkRendering()booleankill()-
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
-
InstructionStop
public InstructionStop(Swimlane swimlane, LinkRendering inlinkRendering)
-
-
Method Detail
-
containsBreak
public boolean containsBreak()
- Specified by:
containsBreakin interfaceInstruction
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtilein interfaceInstruction
-
add
public void add(Instruction other)
- Specified by:
addin interfaceInstruction
-
kill
public final boolean kill()
- Specified by:
killin interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceInstruction
-
-