Uses of Interface
net.sourceforge.plantuml.activitydiagram3.Instruction
-
-
Uses of Instruction in net.sourceforge.plantuml.activitydiagram3
Subinterfaces of Instruction in net.sourceforge.plantuml.activitydiagram3 Modifier and Type Interface Description interface
InstructionCollection
Classes in net.sourceforge.plantuml.activitydiagram3 that implement Instruction Modifier and Type Class Description class
InstructionBreak
class
InstructionEnd
class
InstructionFork
class
InstructionGoto
class
InstructionGroup
class
InstructionIf
class
InstructionLabel
class
InstructionList
class
InstructionPartition
class
InstructionRepeat
class
InstructionSimple
class
InstructionSplit
class
InstructionSpot
class
InstructionStart
class
InstructionStop
class
InstructionSwitch
class
InstructionWhile
Methods in net.sourceforge.plantuml.activitydiagram3 that return Instruction Modifier and Type Method Description Instruction
Branch. getLast()
Instruction
InstructionCollection. getLast()
Instruction
InstructionGroup. getLast()
Instruction
InstructionIf. getLast()
Instruction
InstructionList. getLast()
Instruction
InstructionSwitch. getLast()
Instruction
InstructionWhile. getLast()
Instruction
InstructionFork. getParent()
Instruction
InstructionGroup. getParent()
Instruction
InstructionIf. getParent()
Instruction
InstructionPartition. getParent()
Instruction
InstructionRepeat. getParent()
Instruction
InstructionSplit. getParent()
Instruction
InstructionSwitch. getParent()
Instruction
InstructionWhile. getParent()
Method parameters in net.sourceforge.plantuml.activitydiagram3 with type arguments of type Instruction Modifier and Type Method Description static Set<Swimlane>
InstructionList. getSwimlanes2(List<? extends Instruction> list)
Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type Instruction Constructor Description InstructionFork(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam, Swimlane swimlane)
InstructionGroup(Instruction parent, Display title, HColor backColor, HColor titleColor, Swimlane swimlane, HColor borderColor, LinkRendering linkRendering, USymbol type, double roundCorner)
InstructionIf(Swimlane swimlane, Instruction parent, Display labelTest, LinkRendering whenThen, LinkRendering inlinkRendering, HColor color, ISkinParam skinParam, Url url)
InstructionPartition(Instruction parent, String partitionTitle)
InstructionRepeat(Swimlanes swimlanes, Instruction parent, LinkRendering nextLinkRenderer, HColor color, Display startLabel, BoxStyle boxStyleIn, Colors colors)
InstructionSplit(Instruction parent, LinkRendering inlinkRendering, Swimlane swimlane)
InstructionSwitch(Swimlane swimlane, Instruction parent, Display labelTest, LinkRendering inlinkRendering, HColor color, ISkinParam skinParam)
InstructionWhile(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HColor color, ISkinParam skinParam)
-
Uses of Instruction in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return Instruction Modifier and Type Method Description Instruction
Swimlanes. getCurrent()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type Instruction Modifier and Type Method Description Ftile
FtileFactory. createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2)
Ftile
FtileFactoryDelegator. createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2)
void
Swimlanes. setCurrent(Instruction current)
-
Uses of Instruction in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type Instruction Modifier and Type Method Description Ftile
FtileFactoryDelegatorWhile. createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2)
Ftile
VCompactFactory. createWhile(LinkRendering afterEndwhile, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2)
-
Uses of Instruction in net.sourceforge.plantuml.activitydiagram3.gtile
Methods in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type Instruction Modifier and Type Method Description static Gtile
GtileWhile. createWhile(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back)
-