Interface | Description |
---|---|
DiagramExporter | |
ModelBuilder |
Builds an in-memory representation of the model.
|
UmlObjectBuilder<T extends UmlObject> |
To avoid interface bloat, we follow the design pattern of Java collections API: to provide
"optional" methods and let implementations select which one they implement.
|
XMIExporter |
Interface to implement for XMI export capability.
|
Class | Description |
---|---|
AbstractDiagramExporter |
Common default implementation, as for "empty exporter.
|
AbstractModelBuilder | |
AbstractXMIExporter |
Here we implement all the logic except for actual exporting.
|
EmptyDiagramExporter | |
EmptyModelBuilder |
Creates an empty model, only with configuration.
|
EmptyXMIExporter |
This one doesn't know how to export XMI; useful when working without EA repository.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic