Class PSystemDotFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemDot>
net.sourceforge.plantuml.directdot.PSystemDotFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteLine(UmlSource source, PSystemDot system, String line, PreprocessingArtifact preprocessing) initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystemMethods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
PSystemDotFactory
-
-
Method Details
-
initDiagram
public PSystemDot initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) - Specified by:
initDiagramin classPSystemBasicFactory<PSystemDot>
-
executeLine
public PSystemDot executeLine(UmlSource source, PSystemDot system, String line, PreprocessingArtifact preprocessing) - Specified by:
executeLinein classPSystemBasicFactory<PSystemDot>
-
getUmlDiagramType
-