net.sourceforge.plantuml.turing
Class PSystemTuringFactory

java.lang.Object
  extended by net.sourceforge.plantuml.PSystemBasicFactory
      extended by net.sourceforge.plantuml.turing.PSystemTuringFactory
All Implemented Interfaces:
PSystemFactory

public class PSystemTuringFactory
extends PSystemBasicFactory


Constructor Summary
PSystemTuringFactory()
           
 
Method Summary
 boolean executeLine(String line)
           
 DiagramType getDiagramType()
           
 PSystemTuring 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

PSystemTuringFactory

public PSystemTuringFactory()
Method Detail

init

public void init(String startLine)

executeLine

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

getSystem

public PSystemTuring getSystem()

getDiagramType

public DiagramType getDiagramType()


Copyright © 2013. All Rights Reserved.