Class PSystemDefinitionFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemDefinition>
net.sourceforge.plantuml.definition.PSystemDefinitionFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteLine
(ThemeStyle style, UmlSource source, PSystemDefinition system, java.lang.String line) initDiagram
(ThemeStyle style, UmlSource source, java.lang.String startLine) Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
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
-
PSystemDefinitionFactory
public PSystemDefinitionFactory()
-
-
Method Details
-
initDiagram
public PSystemDefinition initDiagram(ThemeStyle style, UmlSource source, java.lang.String startLine) - Specified by:
initDiagram
in classPSystemBasicFactory<PSystemDefinition>
-
executeLine
public PSystemDefinition executeLine(ThemeStyle style, UmlSource source, PSystemDefinition system, java.lang.String line) - Specified by:
executeLine
in classPSystemBasicFactory<PSystemDefinition>
-