Class ActivityDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.TitledDiagram
-
- net.sourceforge.plantuml.UmlDiagram
-
- net.atmp.CucaDiagram
-
- net.sourceforge.plantuml.activitydiagram.ActivityDiagram
-
- All Implemented Interfaces:
Annotated,Diagram,GroupHierarchy,ICucaDiagram,PortionShower,WithSprite
public class ActivityDiagram extends CucaDiagram
-
-
Field Summary
-
Fields inherited from class net.atmp.CucaDiagram
entityFactory, lastEntity
-
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_ELK, FORCE_SMETANA
-
-
Constructor Summary
Constructors Constructor Description ActivityDiagram(UmlSource source, java.util.Map<java.lang.String,java.lang.String> skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidconcurrentActivity(java.lang.String name)EntitycreateInnerActivity()EntitycreateNote(Quark<Entity> idNewLong, java.lang.String code__, Display display)voidendif()ConditionalContextgetCurrentContext()DiagramDescriptiongetDescription()protected java.util.List<java.lang.String>getDotStrings()EntitygetEnd(java.lang.String suppId)EntitygetLastEntityBrancheConsulted()Deprecated.EntitygetLastEntityConsulted()EntitygetStart()voidsetLastEntityConsulted(Entity lastEntityConsulted)voidstartIf(java.lang.String optionalCodeString)protected voidupdateLasts(Entity result)-
Methods inherited from class net.atmp.CucaDiagram
addLink, applySingleStrategy, cleanId, constraintOnLinks, currentTogether, endGroup, exportDiagramGraphic, exportDiagramInternal, firstWithName, getChildrenGroups, getCurrentGroup, getDefaultMargins, getDotStringSkek, getEntityFactory, getGroup, getHides, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLinks, getPortFor, getPortId, getRootGroup, getTextMainBlock, getTwoLastLinks, getUniqueSequence, getUniqueSequence, getVisibleStereotypeLabels, getWarningOrError, gotoGroup, gotoTogether, hasUrl, hideOrShow, hideOrShow, hideOrShow2, incRawLayout, isEmpty, isGroup, isGroup, isHideEmptyDescriptionForState, isStandalone, isStandaloneForArgo, isVisibilityModifierPresent, quarkInContext, reallyCreateLeaf, removeLink, removeOrRestore, removePortId, resetPragmaLabel, setLastEntity, setNamespaceSeparator, setVisibilityModifierPresent, showPortion
-
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, getCaption, getCurrentStyleBuilder, getFooter, getHeader, getLegend, getMainFrame, getPragma, getSkinParam, getTitle, getTitleDisplay, getUmlDiagramType, isUseElk, isUseSmetana, loadSkin, muteColorMapper, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseElk, setUseSmetana
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNamespaceSeparator, 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.cucadiagram.ICucaDiagram
createImageBuilder, getCurrentStyleBuilder, getFlashData, getMetadata, getNamespaceSeparator, getPragma, getSkinParam, getSource, getUmlDiagramType, seed
-
Methods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
-
-
-
Constructor Detail
-
ActivityDiagram
public ActivityDiagram(UmlSource source, java.util.Map<java.lang.String,java.lang.String> skinParam)
-
-
Method Detail
-
startIf
public void startIf(java.lang.String optionalCodeString)
-
endif
public void endif()
-
getStart
public Entity getStart()
-
getEnd
public Entity getEnd(java.lang.String suppId)
-
updateLasts
protected void updateLasts(Entity result)
- Overrides:
updateLastsin classCucaDiagram
-
createNote
public Entity createNote(Quark<Entity> idNewLong, java.lang.String code__, Display display)
-
getDotStrings
protected final java.util.List<java.lang.String> getDotStrings()
- Specified by:
getDotStringsin classCucaDiagram
-
getDescription
public DiagramDescription getDescription()
-
getLastEntityConsulted
public Entity getLastEntityConsulted()
-
getLastEntityBrancheConsulted
@Deprecated public Entity getLastEntityBrancheConsulted()
Deprecated.
-
getCurrentContext
public final ConditionalContext getCurrentContext()
-
setLastEntityConsulted
public final void setLastEntityConsulted(Entity lastEntityConsulted)
-
createInnerActivity
public Entity createInnerActivity()
-
concurrentActivity
public void concurrentActivity(java.lang.String name)
-
-