net.sourceforge.plantuml.ditaa
Class PSystemDitaaFactory

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

public class PSystemDitaaFactory
extends Object
implements PSystemBasicFactory


Constructor Summary
PSystemDitaaFactory(DiagramType diagramType)
           
 
Method Summary
 boolean executeLine(String line)
           
 DiagramType getDiagramType()
           
 PSystemDitaa getSystem()
           
 void init(String startLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemDitaaFactory

public PSystemDitaaFactory(DiagramType diagramType)
Method Detail

init

public void init(String startLine)
Specified by:
init in interface PSystemFactory

executeLine

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

getSystem

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

getDiagramType

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


Copyright © 2013. All Rights Reserved.