Package 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
,PSystemDefinitionFactory
,PSystemDitaaFactory
,PSystemDotFactory
,PSystemLatexFactory
,PSystemMathFactory
,PSystemOregonFactory
,PSystemSaltFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Diagram
createSystem
(ThemeStyle style, UmlSource source, ISkinSimple skinParam) abstract P
executeLine
(ThemeStyle style, UmlSource source, P system, java.lang.String line) abstract P
initDiagram
(ThemeStyle style, UmlSource source, java.lang.String startLine) Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PSystemBasicFactory
-
PSystemBasicFactory
public PSystemBasicFactory()
-
-
Method Details
-
executeLine
-
initDiagram
-
createSystem
-