net.sourceforge.plantuml.directdot
Class PSystemDotFactory

java.lang.Object
  extended by net.sourceforge.plantuml.directdot.PSystemDotFactory
All Implemented Interfaces:
PSystemBasicFactory, PSystemFactory

public class PSystemDotFactory
extends java.lang.Object
implements PSystemBasicFactory


Constructor Summary
PSystemDotFactory(DiagramType diagramType)
           
 
Method Summary
 boolean executeLine(java.lang.String line)
           
 DiagramType getDiagramType()
           
 PSystemDot getSystem()
           
 void init(java.lang.String startLine)
           
 
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 void init(java.lang.String startLine)
Specified by:
init in interface PSystemFactory

executeLine

public boolean executeLine(java.lang.String line)
Specified by:
executeLine in interface PSystemBasicFactory

getSystem

public PSystemDot getSystem()
Specified by:
getSystem in interface PSystemFactory

getDiagramType

public DiagramType getDiagramType()
Specified by:
getDiagramType in interface PSystemFactory


Copyright © 2011. All Rights Reserved.