net.sourceforge.plantuml.activitydiagram
Class ActivityDiagram

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.activitydiagram.ActivityDiagram
All Implemented Interfaces:
GroupHierarchy, PortionShower, PSystem

public class ActivityDiagram
extends CucaDiagram


Field Summary
 
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
BETA
 
Constructor Summary
ActivityDiagram()
           
 
Method Summary
 void concurrentActivity(java.lang.String name)
           
 Entity createEntity(java.lang.String code, java.lang.String display, EntityType type)
           
 IEntity createInnerActivity()
           
 Entity createNote(java.lang.String code, java.lang.String display)
           
 void endif()
           
 ConditionalContext getCurrentContext()
           
 java.lang.String getDescription()
           
protected  java.util.List<java.lang.String> getDotStrings()
           
 IEntity getEnd()
           
 Link getLastActivityLink()
           
 IEntity getLastEntityBrancheConsulted()
          Deprecated. 
 IEntity getLastEntityConsulted()
           
 IEntity getOrCreate(java.lang.String code, java.lang.String display, EntityType type)
           
 IEntity getStart()
           
 UmlDiagramType getUmlDiagramType()
           
 void setLastEntityConsulted(IEntity lastEntityConsulted)
           
 void startIf(java.lang.String optionalCode)
           
 
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, clean, computeAutonomyOfGroups, createEntityInternal, createPng2, createPng2, endGroup, ensureDelete, entities, entityExist, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLinks, getNbImages, getOrCreateEntity, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isVisibilityModifierPresent, overideGroup, removeLink, resetPragmaLabel, setHorizontalPages, setRankdir, setVerticalPages, setVisibilityModifierPresent, showPortion
 
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
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

ActivityDiagram

public ActivityDiagram()
Method Detail

getOrCreate

public IEntity getOrCreate(java.lang.String code,
                           java.lang.String display,
                           EntityType type)

startIf

public void startIf(java.lang.String optionalCode)

endif

public void endif()

getStart

public IEntity getStart()

getEnd

public IEntity getEnd()

getLastActivityLink

public final Link getLastActivityLink()

createEntity

public Entity createEntity(java.lang.String code,
                           java.lang.String display,
                           EntityType type)
Overrides:
createEntity in class CucaDiagram

createNote

public Entity createNote(java.lang.String code,
                         java.lang.String display)

getDotStrings

protected final java.util.List<java.lang.String> getDotStrings()
Specified by:
getDotStrings in class CucaDiagram

getDescription

public java.lang.String getDescription()

getLastEntityConsulted

public IEntity getLastEntityConsulted()

getLastEntityBrancheConsulted

@Deprecated
public IEntity getLastEntityBrancheConsulted()
Deprecated. 


getUmlDiagramType

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

getCurrentContext

public final ConditionalContext getCurrentContext()

setLastEntityConsulted

public final void setLastEntityConsulted(IEntity lastEntityConsulted)

createInnerActivity

public IEntity createInnerActivity()

concurrentActivity

public void concurrentActivity(java.lang.String name)


Copyright © 2011. All Rights Reserved.