net.sourceforge.plantuml.salt
Class PSystemSaltFactory

java.lang.Object
  extended by net.sourceforge.plantuml.command.PSystemAbstractFactory
      extended by net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemSalt>
          extended by net.sourceforge.plantuml.salt.PSystemSaltFactory
All Implemented Interfaces:
PSystemFactory

public class PSystemSaltFactory
extends PSystemBasicFactory<PSystemSalt>


Constructor Summary
PSystemSaltFactory(DiagramType diagramType)
           
 
Method Summary
 PSystemSalt executeLine(PSystemSalt system, String line)
           
 PSystemSalt init(String startLine)
           
 
Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
 
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildEmptyError, getDiagramType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemSaltFactory

public PSystemSaltFactory(DiagramType diagramType)
Method Detail

init

public PSystemSalt init(String startLine)
Overrides:
init in class PSystemBasicFactory<PSystemSalt>

executeLine

public PSystemSalt executeLine(PSystemSalt system,
                               String line)
Specified by:
executeLine in class PSystemBasicFactory<PSystemSalt>


Copyright © 2014. All Rights Reserved.