net.sourceforge.plantuml.command
Class PSystemBasicFactory<P extends AbstractPSystem>
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemBasicFactory<P>
- All Implemented Interfaces:
- PSystemFactory
- Direct Known Subclasses:
- PSystemCreoleFactory, PSystemDitaaFactory, PSystemDotFactory, PSystemJcckitFactory, PSystemLogoFactory, PSystemOregonFactory, PSystemSaltFactory, PSystemTuringFactory, PSystemXearthFactory
public abstract class PSystemBasicFactory<P extends AbstractPSystem>
- extends PSystemAbstractFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PSystemBasicFactory
public PSystemBasicFactory(DiagramType diagramType)
PSystemBasicFactory
public PSystemBasicFactory()
executeLine
public abstract P executeLine(P system,
String line)
init
public P init(String startLine)
createSystem
public final Diagram createSystem(UmlSource source)
Copyright © 2014. All Rights Reserved.