Module implementing the UML diagram builder base class.
None |
UMLDiagramBuilder | Class implementing the UML diagram builder base class. |
None |
Class implementing the UML diagram builder base class.
None |
None |
UMLDiagramBuilder | Constructor |
buildDiagram | Public method to build the diagram. |
buildErrorMessage | Public method to build an error string to be included in the scene. |
fromDict | Public method to populate the class with data persisted by 'toDict()'. |
initialize | Public method to initialize the object. |
parsePersistenceData | Public method to parse persisted data. |
toDict | Public method to collect data to be persisted. |
None |
Constructor
Public method to build the diagram.
This class must be implemented in subclasses.
Public method to build an error string to be included in the scene.
Public method to populate the class with data persisted by 'toDict()'.
Public method to initialize the object.
Public method to parse persisted data.
Public method to collect data to be persisted.