net.sourceforge.plantuml.creole
Class PSystemCreoleFactory

java.lang.Object
  extended by net.sourceforge.plantuml.command.PSystemAbstractFactory
      extended by net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemCreole>
          extended by net.sourceforge.plantuml.creole.PSystemCreoleFactory
All Implemented Interfaces:
PSystemFactory

public class PSystemCreoleFactory
extends PSystemBasicFactory<PSystemCreole>


Constructor Summary
PSystemCreoleFactory()
           
 
Method Summary
 PSystemCreole executeLine(PSystemCreole system, String line)
           
 PSystemCreole 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

PSystemCreoleFactory

public PSystemCreoleFactory()
Method Detail

init

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

executeLine

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


Copyright © 2013. All Rights Reserved.