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(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() |
CommandControl |
goForwardMultiline(IteratorCounter2 it) |
CommandControl |
isValid(BlocLines lines) |
CommandControl |
isValid2(IteratorCounter2 it) |
buildEmptyError, buildExecutionError, getDiagramType
protected UmlDiagramFactory()
protected UmlDiagramFactory(DiagramType type)
public CommandControl isValid2(IteratorCounter2 it)
public CommandControl goForwardMultiline(IteratorCounter2 it)
public final CommandControl isValid(BlocLines lines)
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()
Copyright © 2017. All Rights Reserved.