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) |
createSystembuildEmptyError, buildExecutionError, getDiagramTypepublic 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>