net.sourceforge.plantuml.eggs
Class PSystemEggFactory

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

public class PSystemEggFactory
extends Object
implements PSystemBasicFactory


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

Constructor Detail

PSystemEggFactory

public PSystemEggFactory()
Method Detail

init

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

executeLine

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

getSystem

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

getDiagramType

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


Copyright © 2011. All Rights Reserved.