net.sourceforge.plantuml.activitydiagram
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:
- GroupHierarchy, PortionShower, PSystem
public class ActivityDiagram
- extends CucaDiagram
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram |
BETA |
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram |
addLink, clean, computeAutonomyOfGroups, createEntityInternal, createPng2, createPng2, endGroup, ensureDelete, entities, entityExist, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLinks, getNbImages, getOrCreateEntity, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isVisibilityModifierPresent, overideGroup, removeLink, resetPragmaLabel, setHorizontalPages, setRankdir, setVerticalPages, setVisibilityModifierPresent, showPortion |
Methods inherited from class net.sourceforge.plantuml.UmlDiagram |
exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignement, getHeader, getHeaderAlignement, getMinwidth, getPragma, getScale, getSkinParam, getTitle, isHideUnlinkedData, isRotation, setFooter, setFooterAlignement, setHeader, setHeaderAlignement, setHideUnlinkedData, setMinwidth, setParam, setRotation, setScale, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityDiagram
public ActivityDiagram()
getOrCreate
public IEntity getOrCreate(java.lang.String code,
java.lang.String display,
EntityType type)
startIf
public void startIf(java.lang.String optionalCode)
endif
public void endif()
getStart
public IEntity getStart()
getEnd
public IEntity getEnd()
getLastActivityLink
public final Link getLastActivityLink()
createEntity
public Entity createEntity(java.lang.String code,
java.lang.String display,
EntityType type)
- Overrides:
createEntity
in class CucaDiagram
createNote
public Entity createNote(java.lang.String code,
java.lang.String display)
getDotStrings
protected final java.util.List<java.lang.String> getDotStrings()
- Specified by:
getDotStrings
in class CucaDiagram
getDescription
public java.lang.String getDescription()
getLastEntityConsulted
public IEntity getLastEntityConsulted()
getLastEntityBrancheConsulted
@Deprecated
public IEntity getLastEntityBrancheConsulted()
- Deprecated.
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
- Specified by:
getUmlDiagramType
in class UmlDiagram
getCurrentContext
public final ConditionalContext getCurrentContext()
setLastEntityConsulted
public final void setLastEntityConsulted(IEntity lastEntityConsulted)
createInnerActivity
public IEntity createInnerActivity()
concurrentActivity
public void concurrentActivity(java.lang.String name)
Copyright © 2011. All Rights Reserved.