public class PSystemMathFactory extends PSystemBasicFactory<PSystemMath>
EMPTY_DESCRIPTION| Constructor and Description |
|---|
PSystemMathFactory(DiagramType type) |
| Modifier and Type | Method and Description |
|---|---|
PSystemMath |
executeLine(PSystemMath system,
java.lang.String line) |
PSystemMath |
init(java.lang.String startLine) |
createSystembuildEmptyError, buildExecutionError, getDiagramTypepublic PSystemMathFactory(DiagramType type)
public PSystemMath init(java.lang.String startLine)
init in class PSystemBasicFactory<PSystemMath>public PSystemMath executeLine(PSystemMath system, java.lang.String line)
executeLine in class PSystemBasicFactory<PSystemMath>