Class ActivityDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.UmlDiagram
-
- net.sourceforge.plantuml.cucadiagram.CucaDiagram
-
- net.sourceforge.plantuml.activitydiagram.ActivityDiagram
-
- All Implemented Interfaces:
Annotated
,Diagram
,GroupHierarchy
,PortionShower
,WithSprite
public class ActivityDiagram extends CucaDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
entityFactory
-
Fields inherited from class net.sourceforge.plantuml.UmlDiagram
FORCE_JDOT
-
-
Constructor Summary
Constructors Constructor Description ActivityDiagram()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
concurrentActivity(java.lang.String name)
IEntity
createInnerActivity()
ILeaf
createLeaf(Code code, Display display, LeafType type, USymbol symbol)
IEntity
createNote(Code code, Display display)
void
endif()
ConditionalContext
getCurrentContext()
DiagramDescription
getDescription()
protected java.util.List<java.lang.String>
getDotStrings()
ILeaf
getEnd(java.lang.String suppId)
IEntity
getLastEntityBrancheConsulted()
Deprecated.IEntity
getLastEntityConsulted()
IEntity
getOrCreate(Code code, Display display, LeafType type)
ILeaf
getOrCreateLeaf(Code code, LeafType type, USymbol symbol)
ILeaf
getStart()
UmlDiagramType
getUmlDiagramType()
void
setLastEntityConsulted(IEntity lastEntityConsulted)
void
startIf(Code optionalCode)
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, applySingleStrategy, createLeafInternal, endGroup, exportDiagramInternal, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getEntityFactory, getFullyQualifiedCode, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLeafsget, getLeafssize, getLeafsvalues, getLinks, getNamespaceSeparator, getNbImages, getOrCreateLeafDefault, getRootGroup, getVerticalPages, getWarningOrError, gotoGroup2, gotoGroupInternal, gotoThisGroup, hasUrl, hideOrShow, hideOrShow, hideOrShow2, incRawLayout, isAutarkic, isEmpty, isGroup, isHideEmptyDescriptionForState, isStandalone, isVisibilityModifierPresent, leafExist, removeLink, removeOrRestore, resetPragmaLabel, setHorizontalPages, setNamespaceSeparator, setVerticalPages, setVisibilityModifierPresent, showPortion
-
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
addSprite, exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getCaption, getDpi, getDpiFactor, getFailureText2, getFlashData, getFooter, getFooterOrHeaderTeoz, getHeader, getLegend, getMainFrame, getMinwidth, getPragma, getSkinParam, getTitle, isHideUnlinkedData, isRotation, isUseJDot, loadSkin, setAnimation, setCaption, setHideUnlinkedData, setLegend, setMainFrame, setMinwidth, setParam, setRotation, setTitle, setUseJDot
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getScale, getSource, isOk, makeDiagramReady, seed, setScale, setSource
-
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.core.Diagram
exportDiagram, getMetadata, getSource
-
-
-
-
Method Detail
-
getOrCreateLeaf
public ILeaf getOrCreateLeaf(Code code, LeafType type, USymbol symbol)
- Specified by:
getOrCreateLeaf
in classCucaDiagram
-
startIf
public void startIf(Code optionalCode)
-
endif
public void endif()
-
getStart
public ILeaf getStart()
-
getEnd
public ILeaf getEnd(java.lang.String suppId)
-
createLeaf
public ILeaf createLeaf(Code code, Display display, LeafType type, USymbol symbol)
- Overrides:
createLeaf
in classCucaDiagram
-
getDotStrings
protected final java.util.List<java.lang.String> getDotStrings()
- Specified by:
getDotStrings
in classCucaDiagram
-
getDescription
public DiagramDescription getDescription()
-
getLastEntityConsulted
public IEntity getLastEntityConsulted()
-
getLastEntityBrancheConsulted
@Deprecated public IEntity getLastEntityBrancheConsulted()
Deprecated.
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
- Specified by:
getUmlDiagramType
in classUmlDiagram
-
getCurrentContext
public final ConditionalContext getCurrentContext()
-
setLastEntityConsulted
public final void setLastEntityConsulted(IEntity lastEntityConsulted)
-
createInnerActivity
public IEntity createInnerActivity()
-
concurrentActivity
public void concurrentActivity(java.lang.String name)
-
-