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
-
Field Summary
Fields inherited from class PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteLine(UmlSource source, PSystemOregon 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
-
PSystemOregonFactory
public PSystemOregonFactory()
-
-
Method Details
-
initDiagram
public PSystemOregon initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) - Specified by:
initDiagramin classPSystemBasicFactory<PSystemOregon>
-
executeLine
public PSystemOregon executeLine(UmlSource source, PSystemOregon system, String line, PreprocessingArtifact preprocessing) - Specified by:
executeLinein classPSystemBasicFactory<PSystemOregon>
-
getUmlDiagramType
-