net.sourceforge.plantuml.command
Class PSystemBasicFactory1317<P extends AbstractPSystem>

java.lang.Object
  extended by net.sourceforge.plantuml.command.PSystemAbstractFactory1317
      extended by net.sourceforge.plantuml.command.PSystemBasicFactory1317<P>
All Implemented Interfaces:
PSystemFactory1317
Direct Known Subclasses:
PSystemCreoleFactory1317, PSystemDitaaFactory1317, PSystemDotFactory1317, PSystemJcckitFactory1317, PSystemLogoFactory1317, PSystemOregonFactory1317, PSystemSaltFactory1317, PSystemTuringFactory1317, PSystemXearthFactory1317

public abstract class PSystemBasicFactory1317<P extends AbstractPSystem>
extends PSystemAbstractFactory1317


Constructor Summary
PSystemBasicFactory1317()
           
PSystemBasicFactory1317(DiagramType diagramType)
           
 
Method Summary
 Diagram createSystem(UmlSource source)
           
abstract  P executeLine(P system, java.lang.String line)
           
 P init(java.lang.String startLine)
           
 
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory1317
buildEmptyError, buildEmptyError, getDiagramType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemBasicFactory1317

public PSystemBasicFactory1317(DiagramType diagramType)

PSystemBasicFactory1317

public PSystemBasicFactory1317()
Method Detail

executeLine

public abstract P executeLine(P system,
                              java.lang.String line)

init

public P init(java.lang.String startLine)

createSystem

public final Diagram createSystem(UmlSource source)


Copyright © 2013. All Rights Reserved.