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
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram |
addLink, computeAutonomyOfGroups, createEntityInternal, createPng2, createPng2, endGroup, entityExist, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getEntities, getEntityFactory, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLinks, getNbImages, getOrCreateEntity, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, getWarningOrError, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isStandalone, isVisibilityModifierPresent, removeLink, resetPragmaLabel, setHorizontalPages, setRankdir, setVerticalPages, setVisibilityModifierPresent, showPortion |
Methods inherited from class net.sourceforge.plantuml.UmlDiagram |
addSprite, 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(String code,
String display,
EntityType type)
startIf
public void startIf(String optionalCode)
endif
public void endif()
getStart
public IEntity getStart()
getEnd
public IEntity getEnd()
createEntity
public IEntity createEntity(String code,
String display,
EntityType type)
- Overrides:
createEntity
in class CucaDiagram
createNote
public IEntity createNote(String code,
String display)
getDotStrings
protected final List<String> getDotStrings()
- Specified by:
getDotStrings
in class CucaDiagram
getDescription
public 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(String name)
Copyright © 2012. All Rights Reserved.