net.sourceforge.plantuml.eggs
Class PSystemLostFactory

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

public class PSystemLostFactory
extends Object
implements PSystemBasicFactory


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

PSystemLostFactory

public PSystemLostFactory()
Method Detail

init

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

executeLine

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

getSystem

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

getDiagramType

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


Copyright © 2012. All Rights Reserved.