net.sourceforge.plantuml.donors
Class PSystemDonorsFactory

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

public class PSystemDonorsFactory
extends Object
implements PSystemBasicFactory


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

PSystemDonorsFactory

public PSystemDonorsFactory()
Method Detail

init

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

getSystem

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

executeLine

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

getDiagramType

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


Copyright © 2013. All Rights Reserved.