public abstract class UmlDiagramFactory extends PSystemAbstractFactory
EMPTY_DESCRIPTION| Modifier | Constructor and Description |
|---|---|
protected |
UmlDiagramFactory() |
protected |
UmlDiagramFactory(DiagramType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCommonCommands(java.util.List<Command> cmds) |
protected abstract java.util.List<Command> |
createCommands() |
abstract AbstractPSystem |
createEmptyDiagram() |
Diagram |
createSystem(UmlSource source) |
java.util.List<java.lang.String> |
getDescription() |
buildEmptyError, buildExecutionError, getDiagramTypeprotected UmlDiagramFactory()
protected UmlDiagramFactory(DiagramType type)
protected abstract java.util.List<Command> createCommands()
public abstract AbstractPSystem createEmptyDiagram()
protected final void addCommonCommands(java.util.List<Command> cmds)
public final java.util.List<java.lang.String> getDescription()