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