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 |
addCommonCommands1(java.util.List<Command> cmds) |
protected void |
addCommonCommands2(java.util.List<Command> cmds) |
protected void |
addCommonHides(java.util.List<Command> cmds) |
protected void |
addTitleCommands(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, getDiagramType
protected UmlDiagramFactory()
protected UmlDiagramFactory(DiagramType type)
protected abstract java.util.List<Command> createCommands()
public abstract AbstractPSystem createEmptyDiagram()
protected final void addCommonCommands1(java.util.List<Command> cmds)
protected final void addCommonCommands2(java.util.List<Command> cmds)
protected final void addCommonHides(java.util.List<Command> cmds)
protected final void addTitleCommands(java.util.List<Command> cmds)
public final java.util.List<java.lang.String> getDescription()
Copyright © 2019. All Rights Reserved.