net.sourceforge.plantuml.eggs
Class PSystemPathFactory

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

public class PSystemPathFactory
extends java.lang.Object
implements PSystemBasicFactory


Constructor Summary
PSystemPathFactory()
           
 
Method Summary
 boolean executeLine(java.lang.String line)
           
 DiagramType getDiagramType()
           
 PSystemPath 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

PSystemPathFactory

public PSystemPathFactory()
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 PSystemPath getSystem()
Specified by:
getSystem in interface PSystemFactory

getDiagramType

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


Copyright © 2011. All Rights Reserved.