net.sourceforge.plantuml.command
Class PSystemAbstractFactory1317

java.lang.Object
  extended by net.sourceforge.plantuml.command.PSystemAbstractFactory1317
All Implemented Interfaces:
PSystemFactory1317
Direct Known Subclasses:
PSystemBasicFactory1317, PSystemSingleLineFactory1317, UmlDiagramFactory1317

public abstract class PSystemAbstractFactory1317
extends Object
implements PSystemFactory1317


Constructor Summary
protected PSystemAbstractFactory1317(DiagramType type)
           
 
Method Summary
protected  AbstractPSystem buildEmptyError(UmlSource source)
           
protected  PSystemError buildEmptyError(UmlSource source, String err)
           
 DiagramType getDiagramType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.api.PSystemFactory1317
createSystem
 

Constructor Detail

PSystemAbstractFactory1317

protected PSystemAbstractFactory1317(DiagramType type)
Method Detail

buildEmptyError

protected final AbstractPSystem buildEmptyError(UmlSource source)

buildEmptyError

protected final PSystemError buildEmptyError(UmlSource source,
                                             String err)

getDiagramType

public final DiagramType getDiagramType()
Specified by:
getDiagramType in interface PSystemFactory1317


Copyright © 2013. All Rights Reserved.