Uses of Interface
net.sourceforge.plantuml.activitydiagram3.Instruction
Packages that use Instruction
Package
Description
-
Uses of Instruction in net.sourceforge.plantuml.activitydiagram3
Subinterfaces of Instruction in net.sourceforge.plantuml.activitydiagram3Classes in net.sourceforge.plantuml.activitydiagram3 that implement InstructionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in net.sourceforge.plantuml.activitydiagram3 that return InstructionModifier and TypeMethodDescriptionBranch.getLast()
InstructionCollection.getLast()
InstructionGroup.getLast()
InstructionIf.getLast()
InstructionList.getLast()
InstructionSwitch.getLast()
InstructionWhile.getLast()
InstructionFork.getParent()
InstructionGroup.getParent()
InstructionIf.getParent()
InstructionPartition.getParent()
InstructionRepeat.getParent()
InstructionSplit.getParent()
InstructionSwitch.getParent()
InstructionWhile.getParent()
Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type InstructionModifier and TypeMethodDescriptionBranch.add
(Instruction ins) Instruction.add
(Instruction other) InstructionBreak.add
(Instruction other) InstructionEnd.add
(Instruction other) InstructionFork.add
(Instruction ins) InstructionGoto.add
(Instruction other) InstructionGroup.add
(Instruction ins) InstructionIf.add
(Instruction ins) InstructionLabel.add
(Instruction other) InstructionList.add
(Instruction ins) InstructionPartition.add
(Instruction other) InstructionRepeat.add
(Instruction ins) InstructionSimple.add
(Instruction other) InstructionSplit.add
(Instruction ins) InstructionSpot.add
(Instruction other) InstructionStart.add
(Instruction other) InstructionStop.add
(Instruction other) InstructionSwitch.add
(Instruction ins) InstructionWhile.add
(Instruction ins) void
InstructionWhile.setSpecial
(Instruction special) Method parameters in net.sourceforge.plantuml.activitydiagram3 with type arguments of type InstructionModifier and TypeMethodDescriptionInstructionList.getSwimlanes2
(List<? extends Instruction> list) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type InstructionModifierConstructorDescriptionInstructionFork
(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam, Swimlane swimlane) InstructionGroup
(Instruction parent, Display title, HColor backColor, Swimlane swimlane, LinkRendering linkRendering, USymbol type, Style style) InstructionIf
(Swimlane swimlane, Instruction parent, Display labelTest, LinkRendering whenThen, LinkRendering inlinkRendering, HColor color, ISkinParam skinParam, Url url, Stereotype stereotype) 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, StyleBuilder currentStyleBuilder) -
Uses of Instruction in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return InstructionMethods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type InstructionModifier and TypeMethodDescriptionFtileFactory.createWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) FtileFactoryDelegator.createWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder styleBuilder) 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 InstructionModifier and TypeMethodDescriptionFtileFactoryDelegatorWhile.createWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) VCompactFactory.createWhile
(LinkRendering afterEndwhile, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder styleBuilder) -
Uses of Instruction in net.sourceforge.plantuml.activitydiagram3.gtile
Methods in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type InstructionModifier and TypeMethodDescriptionstatic Gtile
GtileWhile.createWhile
(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back)