| Package | Description |
|---|---|
| net.sourceforge.plantuml.activitydiagram3 | |
| net.sourceforge.plantuml.activitydiagram3.ftile | |
| net.sourceforge.plantuml.activitydiagram3.ftile.vcompact |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InstructionCollection |
| Modifier and Type | Class and 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 |
InstructionStart |
class |
InstructionStop |
class |
InstructionWhile |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
InstructionList.getLast() |
Instruction |
Branch.getLast() |
Instruction |
InstructionIf.getLast() |
Instruction |
InstructionGroup.getLast() |
Instruction |
InstructionCollection.getLast() |
Instruction |
InstructionWhile.getLast() |
Instruction |
InstructionIf.getParent() |
Instruction |
InstructionFork.getParent() |
Instruction |
InstructionPartition.getParent() |
Instruction |
InstructionSplit.getParent() |
Instruction |
InstructionRepeat.getParent() |
Instruction |
InstructionGroup.getParent() |
Instruction |
InstructionWhile.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionLabel.add(Instruction other) |
void |
InstructionStop.add(Instruction other) |
void |
InstructionList.add(Instruction ins) |
void |
InstructionStart.add(Instruction other) |
void |
Branch.add(Instruction ins) |
void |
InstructionIf.add(Instruction ins) |
void |
InstructionFork.add(Instruction ins) |
void |
InstructionSimple.add(Instruction other) |
void |
InstructionPartition.add(Instruction other) |
void |
InstructionEnd.add(Instruction other) |
void |
InstructionSplit.add(Instruction ins) |
void |
InstructionRepeat.add(Instruction ins) |
void |
InstructionGroup.add(Instruction ins) |
void |
InstructionGoto.add(Instruction other) |
void |
Instruction.add(Instruction other) |
void |
InstructionBreak.add(Instruction other) |
void |
InstructionWhile.add(Instruction ins) |
void |
InstructionWhile.setSpecial(Instruction special) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Swimlane> |
InstructionList.getSwimlanes2(List<? extends Instruction> list) |
| Constructor and Description |
|---|
InstructionFork(Instruction parent,
LinkRendering inlinkRendering,
ISkinParam skinParam) |
InstructionGroup(Instruction parent,
Display test,
HtmlColor backColor,
HtmlColor titleColor,
Swimlane swimlane,
HtmlColor borderColor,
LinkRendering linkRendering) |
InstructionIf(Swimlane swimlane,
Instruction parent,
Display labelTest,
Display whenThen,
LinkRendering inlinkRendering,
HtmlColor color,
ISkinParam skinParam) |
InstructionPartition(Instruction parent,
String partitionTitle) |
InstructionRepeat(Swimlane swimlane,
Instruction parent,
LinkRendering nextLinkRenderer,
HtmlColor color,
Display startLabel) |
InstructionSplit(Instruction parent,
LinkRendering inlinkRendering) |
InstructionWhile(Swimlane swimlane,
Instruction parent,
Display test,
LinkRendering nextLinkRenderer,
Display yes,
HtmlColor color,
ISkinParam skinParam) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
Swimlanes.getCurrent() |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactoryDelegator.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
void |
Swimlanes.setCurrent(Instruction current) |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactoryDelegatorWhile.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Copyright © 2017. All rights reserved.