net.sourceforge.plantuml.statediagram
Class StateDiagram

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.UmlDiagram
          extended by net.sourceforge.plantuml.cucadiagram.CucaDiagram
              extended by net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
                  extended by net.sourceforge.plantuml.statediagram.StateDiagram
All Implemented Interfaces:
GroupHierarchy, PortionShower, PSystem

public class StateDiagram
extends AbstractEntityDiagram


Field Summary
 
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
BETA
 
Constructor Summary
StateDiagram()
           
 
Method Summary
 boolean concurrentState()
           
 void endGroup()
           
 IEntity getEnd()
           
 IEntity getHistorical()
           
 IEntity getHistorical(String codeGroup)
           
 IEntity getOrCreateClass(String code)
           
 IEntity getStart()
           
 UmlDiagramType getUmlDiagramType()
           
 boolean isHideEmptyDescription()
           
 void setHideEmptyDescription(boolean hideEmptyDescription)
           
 
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStrings, getFullyQualifiedCode, getNamespace, getShortName
 
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, clean, computeAutonomyOfGroups, createEntity, createEntityInternal, createPng2, createPng2, ensureDelete, entities, entityExist, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLinks, getNbImages, getOrCreateEntity, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, getWarningOrError, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isStandalone, isVisibilityModifierPresent, overideGroup, 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 net.sourceforge.plantuml.AbstractPSystem
getMetadata, getSource, 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.PSystem
getMetadata, getSource
 

Constructor Detail

StateDiagram

public StateDiagram()
Method Detail

getOrCreateClass

public IEntity getOrCreateClass(String code)
Specified by:
getOrCreateClass in class AbstractEntityDiagram

getStart

public IEntity getStart()

getEnd

public IEntity getEnd()

getHistorical

public IEntity getHistorical()

getHistorical

public IEntity getHistorical(String codeGroup)

concurrentState

public boolean concurrentState()

endGroup

public void endGroup()
Overrides:
endGroup in class CucaDiagram

getUmlDiagramType

public UmlDiagramType getUmlDiagramType()
Specified by:
getUmlDiagramType in class UmlDiagram

setHideEmptyDescription

public final void setHideEmptyDescription(boolean hideEmptyDescription)

isHideEmptyDescription

public final boolean isHideEmptyDescription()


Copyright © 2012. All Rights Reserved.