Class ActivityDiagram
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.TitledDiagram
net.sourceforge.plantuml.UmlDiagram
net.sourceforge.plantuml.cucadiagram.CucaDiagram
net.sourceforge.plantuml.activitydiagram.ActivityDiagram
- All Implemented Interfaces:
Annotated
,Diagram
,GroupHierarchy
,PortionShower
,WithSprite
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
entityFactory
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_ELK, FORCE_SMETANA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
concurrentActivity
(java.lang.String name) createNote
(Ident idNewLong, Code code, Display display) void
endif()
final ConditionalContext
protected final java.util.List<java.lang.String>
getEnd
(java.lang.String suppId) Deprecated.getLeafVerySmart
(Ident ident) getOrCreate
(Ident idNewLong, Code code, Display display, LeafType type) getOrCreateLeaf
(Ident ident, Code code, LeafType type, USymbol symbol) getStart()
final void
setLastEntityConsulted
(IEntity lastEntityConsulted) void
startIf
(java.lang.String optionalCodeString) Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, applySingleStrategy, buildCode, buildFullyQualified, buildLeafIdent, buildLeafIdentSpecial, cleanIdent, constraintOnLinks, createLeafInternal, endGroup, exportDiagramInternal, getAllSuperGroups, getChildrenGroups, getColorMapper, getCurrentGroup, getDefaultMargins, getDotStringSkek, getEntityFactory, getFullyQualifiedCode1972, getGroup, getGroups, getGroupStrict, getGroupVerySmart, getHides, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLeaf, getLeafSmart, getLeafssize, getLeafStrict, getLeafsvalues, getLinks, getNamespace1972, getNamespaceSeparator, getOrCreateLeafDefault, getRootGroup, getRootSuperGroup, getTwoLastLinks, getWarningOrError, gotoGroup, gotoGroupExternal, gotoThisGroup, hasUrl, hideOrShow, hideOrShow, hideOrShow2, incRawLayout, isAutarkic, isEmpty, isGroup, isGroupStrict, isGroupVerySmart, isHideEmptyDescriptionForState, isStandalone, isVisibilityModifierPresent, leafExist, leafExistSmart, leafExistStrict, mergeIntricated, removeLink, removeOrRestore, resetPragmaLabel, setLastEntity, setNamespaceSeparator, setVisibilityModifierPresent, showPortion, V1972
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagramError, exportDiagramNow, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, isRotation, setHideEmptyDescription, setMinwidth, setRotation
Methods inherited from class net.sourceforge.plantuml.TitledDiagram
addSprite, calculateBackColor, createImageBuilder, getAnimation, getCaption, getCurrentStyleBuilder, getFooter, getHeader, getLegend, getMainFrame, getPragma, getSkinParam, getTitle, getTitleDisplay, getUmlDiagramType, isUseElk, isUseSmetana, loadSkin, setAnimation, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseElk, setUseSmetana
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
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.Annotated
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, getMetadata, getNbImages, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitleDisplay
Methods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
Constructor Details
-
ActivityDiagram
-
-
Method Details
-
getOrCreateLeaf
- Specified by:
getOrCreateLeaf
in classCucaDiagram
-
getOrCreate
-
getLeafVerySmart
- Overrides:
getLeafVerySmart
in classCucaDiagram
-
startIf
public void startIf(java.lang.String optionalCodeString) -
endif
public void endif() -
getStart
-
getEnd
-
createLeaf
- Overrides:
createLeaf
in classCucaDiagram
-
createNote
-
getDotStrings
protected final java.util.List<java.lang.String> getDotStrings()- Specified by:
getDotStrings
in classCucaDiagram
-
getDescription
-
getLastEntityConsulted
-
getLastEntityBrancheConsulted
Deprecated. -
getCurrentContext
-
setLastEntityConsulted
-
createInnerActivity
-
concurrentActivity
public void concurrentActivity(java.lang.String name)
-