Class InstructionSimple
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.InstructionSimple
-
- All Implemented Interfaces:
Swimable,Instruction
public class InstructionSimple extends Object implements Instruction
-
-
Constructor Summary
Constructors Constructor Description InstructionSimple(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle style, Url url, Colors colors, Stereotype stereotype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResultadd(Instruction other)booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)booleancontainsBreak()FtilecreateFtile(FtileFactory factory)GtilecreateGtile(ISkinParam skinParam, StringBounder stringBounder)protected FtileeventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment)LinkRenderinggetInLinkRendering()Collection<PositionedNote>getPositionedNotes()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()Set<Swimlane>getSwimlanes()booleanhasNotes()booleankill()-
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
-
InstructionSimple
public InstructionSimple(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle style, Url url, Colors colors, Stereotype stereotype)
-
-
Method Detail
-
containsBreak
public boolean containsBreak()
- Specified by:
containsBreakin interfaceInstruction
-
createGtile
public Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
- Specified by:
createGtilein interfaceInstruction
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtilein interfaceInstruction
-
add
public CommandExecutionResult add(Instruction other)
- Specified by:
addin interfaceInstruction
-
kill
public final boolean kill()
- Specified by:
killin interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceInstruction
-
getSwimlanes
public final Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
public final Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
public final Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOutin interfaceSwimable
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
-
eventuallyAddNote
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment)
-
getPositionedNotes
public Collection<PositionedNote> getPositionedNotes()
-
hasNotes
public boolean hasNotes()
-
-