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(ThemeStyle style, UmlSource source, PSystemOregon system, String line)
PSystemOregon
initDiagram(ThemeStyle style, UmlSource source, String startLine)
-
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(ThemeStyle style, UmlSource source, String startLine)
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemOregon>
-
executeLine
public PSystemOregon executeLine(ThemeStyle style, UmlSource source, PSystemOregon system, String line)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemOregon>
-
-