Class StateDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.UmlDiagram
-
- net.sourceforge.plantuml.cucadiagram.CucaDiagram
-
- net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
-
- net.sourceforge.plantuml.statediagram.StateDiagram
-
- All Implemented Interfaces:
Annotated
,Diagram
,GroupHierarchy
,PortionShower
,WithSprite
public class StateDiagram extends AbstractEntityDiagram
-
-
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 StateDiagram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkConcurrentStateOk(Code code)
java.lang.String
checkFinalError()
boolean
concurrentState(char direction)
void
endGroup()
IEntity
getEnd()
IEntity
getHistorical()
IEntity
getHistorical(Code codeGroup)
IEntity
getOrCreateLeaf(Code code, LeafType type, USymbol symbol)
IEntity
getStart()
UmlDiagramType
getUmlDiagramType()
boolean
isHideEmptyDescriptionForState()
void
setHideEmptyDescription(boolean hideEmptyDescription)
-
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStrings
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, applySingleStrategy, createLeaf, createLeafInternal, 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, 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
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
-
checkConcurrentStateOk
public boolean checkConcurrentStateOk(Code code)
-
getOrCreateLeaf
public IEntity getOrCreateLeaf(Code code, LeafType type, USymbol symbol)
- Specified by:
getOrCreateLeaf
in classCucaDiagram
-
getStart
public IEntity getStart()
-
getEnd
public IEntity getEnd()
-
getHistorical
public IEntity getHistorical()
-
concurrentState
public boolean concurrentState(char direction)
-
endGroup
public void endGroup()
- Overrides:
endGroup
in classCucaDiagram
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
- Specified by:
getUmlDiagramType
in classUmlDiagram
-
setHideEmptyDescription
public final void setHideEmptyDescription(boolean hideEmptyDescription)
-
isHideEmptyDescriptionForState
public final boolean isHideEmptyDescriptionForState()
- Overrides:
isHideEmptyDescriptionForState
in classCucaDiagram
-
checkFinalError
public java.lang.String checkFinalError()
- Overrides:
checkFinalError
in classAbstractPSystem
-
-