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:
EntityFactory,Annotated,Diagram,GroupHierarchy,PortionShower,WarningHandler,WithSprite
public class StateDiagram extends AbstractEntityDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_ELK, FORCE_SMETANA
-
Fields inherited from interface net.sourceforge.plantuml.cucadiagram.PortionShower
ALL
-
-
Constructor Summary
Constructors Constructor Description StateDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessingArtifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckConcurrentStateOk(Quark<Entity> code)java.lang.StringcheckFinalError()booleanconcurrentState(LineLocation location, char direction, ParserPass currentPass)booleanendGroup()voidensureParentState(LineLocation location, Quark<Entity> current)EntitygetDeepHistory(LineLocation location)EntitygetDeepHistory(LineLocation location, java.lang.String idShort)EntitygetEnd(LineLocation location)EntitygetHistorical(LineLocation location)EntitygetHistorical(LineLocation location, java.lang.String idShort)java.util.Set<ParserPass>getRequiredPass()EntitygetStart(LineLocation location)booleanisHideEmptyDescriptionForState()voidsetHideEmptyDescription(boolean hideEmptyDescription)-
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStrings, packSomePackage
-
Methods inherited from class net.atmp.CucaDiagram
addLink, applySingleStrategy, cleanId, constraintOnLinks, countByName, createGroup, createLeaf, currentTogether, exportDiagramGraphic, exportDiagramInternal, firstWithName, getChildrenGroups, getCurrentGroup, getDefaultMargins, getDotStringSkek, getGroup, getHidesVisibilityModifier, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLinks, getPortFor, getPortId, getRootGroup, getTextMainBlock, getTwoLastLinks, getUniqueSequence, getUniqueSequence2, getUniqueSequenceValue, getVisibleStereotypeLabels, getWarningOrError, gotoGroup, gotoGroup, gotoTogether, groups, groupsAndRoot, hasUrl, hideOrShow, hideOrShow2, hideOrShowVisibilityModifier, incRawLayout, isEmpty, isGroup, isGroup, isHidden, isRemoved, isRemovedIgnoreUnlinked, isStandalone, isStandaloneForArgo, isStereotypeRemoved, isVisibilityModifierPresent, leafs, quarkInContext, quarkInContextSafe, quarks, reallyCreateLeaf, removeLink, removeOrRestore, removePortId, resetPragmaLabel, setLastEntity, setNamespaceSeparator, setSeparator, setVisibilityModifierPresent, showPortion, startingPass, updateLasts
-
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagramError, exportDiagramNow, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, getPrevious, isRotation, setMinwidth, setRotation
-
Methods inherited from class net.sourceforge.plantuml.TitledDiagram
addSprite, addWarning, calculateBackColor, createImageBuilder, getCaption, getCurrentStyleBuilder, getFooter, getHeader, getLegend, getMainFrame, getPragma, getSkinParam, getTitle, getTitleDisplay, getUmlDiagramType, getWarnings, isUseElk, isUseSmetana, loadSkin, muteColorMapper, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseElk, setUseSmetana
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
executeCommand, exportDiagram, getMetadata, getNamespaceSeparator, getNbImages, getPreprocessingArtifact, 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.abel.EntityFactory
getSkinParam, getUmlDiagramType
-
Methods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
-
-
-
Constructor Detail
-
StateDiagram
public StateDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessingArtifact)
-
-
Method Detail
-
getRequiredPass
public java.util.Set<ParserPass> getRequiredPass()
- Overrides:
getRequiredPassin classAbstractPSystem
-
getStart
public Entity getStart(LineLocation location)
-
getEnd
public Entity getEnd(LineLocation location)
-
getHistorical
public Entity getHistorical(LineLocation location)
-
getHistorical
public Entity getHistorical(LineLocation location, java.lang.String idShort)
-
getDeepHistory
public Entity getDeepHistory(LineLocation location)
-
getDeepHistory
public Entity getDeepHistory(LineLocation location, java.lang.String idShort)
-
concurrentState
public boolean concurrentState(LineLocation location, char direction, ParserPass currentPass)
-
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 interfaceEntityFactory- Overrides:
isHideEmptyDescriptionForStatein classCucaDiagram
-
checkFinalError
public java.lang.String checkFinalError()
- Overrides:
checkFinalErrorin classAbstractPSystem
-
ensureParentState
public void ensureParentState(LineLocation location, Quark<Entity> current)
-
-