Class StateDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.TitledDiagram
-
- 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.TitledDiagram
FORCE_SMETANA
-
-
Constructor Summary
Constructors Constructor Description StateDiagram(ISkinSimple skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckConcurrentStateOk(Ident ident, Code code)java.lang.StringcheckFinalError()booleanconcurrentState(char direction)voidendGroup()IEntitygetDeepHistory()IEntitygetDeepHistory(java.lang.String idShort)IEntitygetEnd()IEntitygetHistorical()IEntitygetHistorical(java.lang.String idShort)IEntitygetOrCreateLeaf(Ident ident, Code code, LeafType type, USymbol symbol)IEntitygetStart()booleanisHideEmptyDescriptionForState()voidsetHideEmptyDescription(boolean hideEmptyDescription)-
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStrings
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, applySingleStrategy, buildCode, buildFullyQualified, buildLeafIdent, buildLeafIdentSpecial, checkNotNull, cleanIdent, constraintOnLinks, createLeaf, createLeafInternal, exportDiagramInternal, getAllSuperGroups, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getEntityFactory, getFullyQualifiedCode1972, getGroup, getGroups, getGroupStrict, getGroupVerySmart, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLeaf, getLeafSmart, getLeafssize, getLeafStrict, getLeafsvalues, getLeafVerySmart, getLinks, getNamespace1972, getNamespaceSeparator, getNbImages, getOrCreateLeafDefault, getRootGroup, getRootSuperGroup, getTwoLastLinks, getVerticalPages, getWarningOrError, gotoGroup, gotoGroupExternal, gotoThisGroup, hasUrl, hideOrShow, hideOrShow, hideOrShow2, incRawLayout, isAutarkic, isEmpty, isGroup, isGroupStrict, isGroupVerySmart, isStandalone, isVisibilityModifierPresent, leafExist, leafExistSmart, leafExistStrict, mergeIntricated, removeLink, removeOrRestore, resetPragmaLabel, setHorizontalPages, setLastEntity, setNamespaceSeparator, setVerticalPages, setVisibilityModifierPresent, showPortion, V1972
-
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, isHideUnlinkedData, isRotation, setAnimation, setHideUnlinkedData, setMinwidth, setRotation
-
Methods inherited from class net.sourceforge.plantuml.TitledDiagram
addSprite, getCaption, getCurrentStyleBuilder, getFooter, getHeader, getLegend, getMainFrame, getPragma, getScaleCoef, getSkinParam, getTitle, getUmlDiagramType, isUseSmetana, loadSkin, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseSmetana
-
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.Annotated
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle
-
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, getMetadata, getSource
-
Methods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
-
-
-
Constructor Detail
-
StateDiagram
public StateDiagram(ISkinSimple skinParam)
-
-
Method Detail
-
getOrCreateLeaf
public IEntity getOrCreateLeaf(Ident ident, Code code, LeafType type, USymbol symbol)
- Specified by:
getOrCreateLeafin classCucaDiagram
-
getStart
public IEntity getStart()
-
getEnd
public IEntity getEnd()
-
getHistorical
public IEntity getHistorical()
-
getHistorical
public IEntity getHistorical(java.lang.String idShort)
-
getDeepHistory
public IEntity getDeepHistory()
-
getDeepHistory
public IEntity getDeepHistory(java.lang.String idShort)
-
concurrentState
public boolean concurrentState(char direction)
-
endGroup
public void endGroup()
- Overrides:
endGroupin classCucaDiagram
-
setHideEmptyDescription
public final void setHideEmptyDescription(boolean hideEmptyDescription)
- Overrides:
setHideEmptyDescriptionin classUmlDiagram
-
isHideEmptyDescriptionForState
public final boolean isHideEmptyDescriptionForState()
- Overrides:
isHideEmptyDescriptionForStatein classCucaDiagram
-
checkFinalError
public java.lang.String checkFinalError()
- Overrides:
checkFinalErrorin classAbstractPSystem
-
-