public abstract class UmlDiagramFactory extends PSystemAbstractFactory
Modifier | Constructor and Description |
---|---|
protected |
UmlDiagramFactory() |
protected |
UmlDiagramFactory(DiagramType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCommonCommands(List<Command> cmds) |
String |
checkFinalError(AbstractPSystem system) |
Command |
createCommand(List<String> lines) |
protected abstract List<Command> |
createCommands() |
abstract AbstractPSystem |
createEmptyDiagram() |
Diagram |
createSystem(UmlSource source) |
List<String> |
getDescription() |
CommandControl |
isValid(List<String> lines) |
buildEmptyError, buildEmptyError, getDiagramType
protected UmlDiagramFactory()
protected UmlDiagramFactory(DiagramType type)
public String checkFinalError(AbstractPSystem system)
public final CommandControl isValid(List<String> lines)
public abstract AbstractPSystem createEmptyDiagram()
Copyright © 2015. All Rights Reserved.