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 PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteLine(UmlSource source, PSystemDefinition system, String line, PreprocessingArtifact preprocessing) initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) Methods inherited from class PSystemBasicFactory
createSystemMethods inherited from class PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
PSystemDefinitionFactory
public PSystemDefinitionFactory()
-
-
Method Details
-
initDiagram
public PSystemDefinition initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) - Specified by:
initDiagramin classPSystemBasicFactory<PSystemDefinition>
-
executeLine
public PSystemDefinition executeLine(UmlSource source, PSystemDefinition system, String line, PreprocessingArtifact preprocessing) - Specified by:
executeLinein classPSystemBasicFactory<PSystemDefinition>
-
getUmlDiagramType
-