public abstract class PSystemCommandFactory extends PSystemAbstractFactory
EMPTY_DESCRIPTION
Modifier | Constructor and Description |
---|---|
protected |
PSystemCommandFactory() |
protected |
PSystemCommandFactory(DiagramType type) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<Command> |
createCommands() |
abstract AbstractPSystem |
createEmptyDiagram(ThemeStyle style,
UmlSource source,
ISkinSimple skinParam) |
Diagram |
createSystem(ThemeStyle style,
UmlSource source,
ISkinSimple skinParam) |
buildEmptyError, buildExecutionError, getDiagramType
protected PSystemCommandFactory()
protected PSystemCommandFactory(DiagramType type)
protected abstract java.util.List<Command> createCommands()
public abstract AbstractPSystem createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
public final Diagram createSystem(ThemeStyle style, UmlSource source, ISkinSimple skinParam)