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