net.sourceforge.plantuml.activitydiagram2
Class ActivityDiagram2

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

public class ActivityDiagram2
extends CucaDiagram


Constructor Summary
ActivityDiagram2()
           
 
Method Summary
 void bar(String bar)
           
 void callGoto(String gotoLabel)
           
 void else2(String when)
           
 void end(Direction direction)
           
 void endif()
           
 String getDescription()
           
protected  List<String> getDotStrings()
           
 IEntity getLastEntityConsulted()
           
 ILeaf getOrCreateLeaf1(Code code, LeafType type)
           
 UmlDiagramType getUmlDiagramType()
           
 boolean isReachable()
           
 void label(String label)
           
 void newActivity(String display, Direction direction)
           
 void start()
           
 void startIf(String test, String when)
           
 
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, applySingleStrategy, createLeaf, createLeafInternal, createPng2, createPng2, endGroup, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getEntityFactory, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLeafs, getLinks, getNbImages, getOrCreateGroup, getOrCreateGroupInternal, getOrCreateLeaf1Default, getRankdir, getRootGroup, getVerticalPages, getWarningOrError, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isStandalone, isVisibilityModifierPresent, leafExist, 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, makeDiagramReady, 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

ActivityDiagram2

public ActivityDiagram2()
Method Detail

getOrCreateLeaf1

public ILeaf getOrCreateLeaf1(Code code,
                              LeafType type)
Specified by:
getOrCreateLeaf1 in class CucaDiagram

getDotStrings

protected final List<String> getDotStrings()
Specified by:
getDotStrings in class CucaDiagram

getDescription

public String getDescription()

getUmlDiagramType

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

isReachable

public boolean isReachable()

newActivity

public void newActivity(String display,
                        Direction direction)

bar

public void bar(String bar)

getLastEntityConsulted

public IEntity getLastEntityConsulted()

start

public void start()

startIf

public void startIf(String test,
                    String when)

endif

public void endif()

else2

public void else2(String when)

label

public void label(String label)

callGoto

public void callGoto(String gotoLabel)

end

public void end(Direction direction)


Copyright © 2012. All Rights Reserved.