Class PSystemMathFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemMath>
net.sourceforge.plantuml.math.PSystemMathFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteLine(UmlSource source, PSystemMath 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
-
PSystemMathFactory
-
-
Method Details
-
initDiagram
public PSystemMath initDiagram(UmlSource source, String startLine, PreprocessingArtifact preprocessing) - Specified by:
initDiagramin classPSystemBasicFactory<PSystemMath>
-
executeLine
public PSystemMath executeLine(UmlSource source, PSystemMath system, String line, PreprocessingArtifact preprocessing) - Specified by:
executeLinein classPSystemBasicFactory<PSystemMath>
-
getUmlDiagramType
-