net.sourceforge.plantuml.directdot
Class PSystemDotFactory

java.lang.Object
  extended by net.sourceforge.plantuml.command.PSystemAbstractFactory
      extended by net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemDot>
          extended by net.sourceforge.plantuml.directdot.PSystemDotFactory
All Implemented Interfaces:
PSystemFactory

public class PSystemDotFactory
extends PSystemBasicFactory<PSystemDot>


Constructor Summary
PSystemDotFactory(DiagramType diagramType)
           
 
Method Summary
 PSystemDot executeLine(PSystemDot system, String line)
           
 PSystemDot init(String startLine)
           
 
Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
 
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildEmptyError, getDiagramType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemDotFactory

public PSystemDotFactory(DiagramType diagramType)
Method Detail

init

public PSystemDot init(String startLine)
Overrides:
init in class PSystemBasicFactory<PSystemDot>

executeLine

public PSystemDot executeLine(PSystemDot system,
                              String line)
Specified by:
executeLine in class PSystemBasicFactory<PSystemDot>


Copyright © 2013. All Rights Reserved.