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