Interface | Description |
---|---|
Generatable |
Interface for all DocGen queries.
|
Class | Description |
---|---|
CollectFilterNode | |
CollectFilterParser | |
DiagramTableTool | |
DocumentGenerator |
Given the document head or a view, generates the document element model
classes and structure in gov.nasa.jpl.mbee.mdk.model.
|
DocumentValidator |
validates docgen 3 document uses jgrapht to detect cycles in the document and
various other potential errors this only checks for static model structure
and does not actually try to execute the document
|
DocumentViewer |
viewer for docgen 3 document someone should make the gui appear nicer
|
DocumentWriter |
runs the generation as a runnable to not stall magicdraw main thread, also
allow user to cancel
|
GenerationContext |
A more OO way to pass around targets, current node, and whatever other
variables might be added to track generation in DocumentGenerator, which has
been refactored to be more modular.
|
PostProcessor |
process document model to set those with option "useSectionNameAsTitle"
should probably be redone as a visitor or include in the transformation to DB
classes
|
PresentationElementInfo | |
PresentationElementInstance | |
PresentationElementUtils | |
ProductViewParser |
This parses a view structure and Product spec that uses associations for
specifying children views and their order to form a view hierarchy
|
ViewParser | |
ViewPresentationGenerator | |
ViewStructureValidator |
compliment of the InstanceViewpointAction this checks a view hierarchy model
against the viewpoints it conforms to
|