Class StateDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.TitledDiagram
-
- net.sourceforge.plantuml.UmlDiagram
-
- net.atmp.CucaDiagram
-
- net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
-
- net.sourceforge.plantuml.statediagram.StateDiagram
-
- All Implemented Interfaces:
Annotated,Diagram,GroupHierarchy,ICucaDiagram,PortionShower,WithSprite
public class StateDiagram extends AbstractEntityDiagram
-
-
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 StateDiagram(UmlSource source, java.util.Map<java.lang.String,java.lang.String> skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckConcurrentStateOk(Quark<Entity> code)java.lang.StringcheckFinalError()booleanconcurrentState(char direction)booleanendGroup()EntitygetDeepHistory()EntitygetDeepHistory(java.lang.String idShort)EntitygetEnd()EntitygetHistorical()EntitygetHistorical(java.lang.String idShort)EntitygetStart()booleanisHideEmptyDescriptionForState()voidsetHideEmptyDescription(boolean hideEmptyDescription)-
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStrings
-
Methods inherited from class net.atmp.CucaDiagram
addLink, applySingleStrategy, cleanId, constraintOnLinks, currentTogether, 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, isStandalone, isStandaloneForArgo, isVisibilityModifierPresent, quarkInContext, reallyCreateLeaf, removeLink, removeOrRestore, removePortId, resetPragmaLabel, setLastEntity, setNamespaceSeparator, setVisibilityModifierPresent, showPortion, updateLasts
-
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagramError, exportDiagramNow, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, isRotation, 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
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
-
StateDiagram
public StateDiagram(UmlSource source, java.util.Map<java.lang.String,java.lang.String> skinParam)
-
-
Method Detail
-
getStart
public Entity getStart()
-
getEnd
public Entity getEnd()
-
getHistorical
public Entity getHistorical()
-
getHistorical
public Entity getHistorical(java.lang.String idShort)
-
getDeepHistory
public Entity getDeepHistory()
-
getDeepHistory
public Entity getDeepHistory(java.lang.String idShort)
-
concurrentState
public boolean concurrentState(char direction)
-
endGroup
public boolean endGroup()
- Overrides:
endGroupin classCucaDiagram
-
setHideEmptyDescription
public final void setHideEmptyDescription(boolean hideEmptyDescription)
- Overrides:
setHideEmptyDescriptionin classUmlDiagram
-
isHideEmptyDescriptionForState
public final boolean isHideEmptyDescriptionForState()
- Specified by:
isHideEmptyDescriptionForStatein interfaceICucaDiagram- Overrides:
isHideEmptyDescriptionForStatein classCucaDiagram
-
checkFinalError
public java.lang.String checkFinalError()
- Overrides:
checkFinalErrorin classAbstractPSystem
-
-