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