Package net.sourceforge.plantuml.oregon
Class PSystemOregonFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemOregon>
-
- net.sourceforge.plantuml.oregon.PSystemOregonFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemOregonFactory extends PSystemBasicFactory<PSystemOregon>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemOregonFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemOregon
executeLine(UmlSource source, PSystemOregon system, java.lang.String line, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
PSystemOregon
initDiagram(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 PSystemOregon initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemOregon>
-
executeLine
public PSystemOregon executeLine(UmlSource source, PSystemOregon system, java.lang.String line, PreprocessingArtifact preprocessing)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemOregon>
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-