public class PSystemMathFactory extends PSystemBasicFactory<PSystemMath>
EMPTY_DESCRIPTION
Constructor and Description |
---|
PSystemMathFactory(DiagramType type) |
Modifier and Type | Method and Description |
---|---|
PSystemMath |
executeLine(UmlSource source,
PSystemMath system,
java.lang.String line) |
PSystemMath |
initDiagram(UmlSource source,
java.lang.String startLine) |
createSystem
buildEmptyError, buildExecutionError, getDiagramType
public PSystemMathFactory(DiagramType type)
public PSystemMath initDiagram(UmlSource source, java.lang.String startLine)
initDiagram
in class PSystemBasicFactory<PSystemMath>
public PSystemMath executeLine(UmlSource source, PSystemMath system, java.lang.String line)
executeLine
in class PSystemBasicFactory<PSystemMath>