net.sourceforge.plantuml.classdiagram
Class AbstractEntityDiagram

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
All Implemented Interfaces:
GroupHierarchy, PortionShower, PSystem
Direct Known Subclasses:
AbstractClassOrObjectDiagram, ComponentDiagram, CompositeDiagram, StateDiagram, UsecaseDiagram

public abstract class AbstractEntityDiagram
extends CucaDiagram


Field Summary
 
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
BETA
 
Constructor Summary
AbstractEntityDiagram()
           
 
Method Summary
 String getDescription()
           
protected  List<String> getDotStrings()
           
abstract  IEntity getOrCreateClass(String code)
           
 
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, computeAutonomyOfGroups, createEntity, createEntityInternal, createFile, createFiles, createPng2, createPng2, endGroup, entities, entityExist, getChildrenGroups, getCurrentGroup, getGroup, getGroups, getHorizontalPages, getLabelangle, getLabeldistance, getLinks, getNbImages, getOrCreateEntity, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, hasUrl, hideOrShow, isAutarkic, isEmpty, isGroup, isVisibilityModifierPresent, overideGroup, removeLink, resetPragmaLabel, setHorizontalPages, setRankdir, setVerticalPages, setVisibilityModifierPresent, showPortion
 
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
getDpi, getDpiFactor, getFooter, getFooterAlignement, getHeader, getHeaderAlignement, getMinwidth, getPragma, getScale, getSkinParam, getTitle, getUmlDiagramType, isRotation, setFooter, setFooterAlignement, setHeader, setHeaderAlignement, 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

AbstractEntityDiagram

public AbstractEntityDiagram()
Method Detail

getOrCreateClass

public abstract IEntity getOrCreateClass(String code)

getDotStrings

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

getDescription

public final String getDescription()


Copyright © 2011. All Rights Reserved.