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
public class PSystemDefinitionFactory extends PSystemBasicFactory<PSystemDefinition>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemDefinitionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemDefinitionexecuteLine(UmlSource source, PSystemDefinition system, java.lang.String line, PreprocessingArtifact preprocessing)UmlDiagramTypegetUmlDiagramType()PSystemDefinitioninitDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)-
Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
initDiagram
public PSystemDefinition initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
- Specified by:
initDiagramin classPSystemBasicFactory<PSystemDefinition>
-
executeLine
public PSystemDefinition executeLine(UmlSource source, PSystemDefinition system, java.lang.String line, PreprocessingArtifact preprocessing)
- Specified by:
executeLinein classPSystemBasicFactory<PSystemDefinition>
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-