Given a dependency graph description (directorAdjDocDependencyGraph) and a ServiceDepContainer, constructs a Graphvizard object containing the graph resulting.
Public Member Functions | |
| DependencyGraph (ServiceDepContainer container, DBObject graph) | |
| void | compute () |
| compute the graph. | |
| String | localId () |
| Accessor for attribute localId. | |
| String | localId (String localId) |
| Mutator for attribute localId. | |
| String | localId (DBObject obj) |
| set localId from object. | |
| GraphvizGraph | graph () |
| Return the GraphvizGraph. | |
| GraphvizGraph | graph (GraphvizGraph graph) |
| Mutator for attribute graph. | |
| ServiceDepContainer | serviceTree () |
| Accessor for attribute serviceTree. | |
| ServiceDepContainer | serviceTree (ServiceDepContainer serviceTree) |
| Mutator for attribute serviceTree. | |
| DBObject | graphObj () |
| Accessor for attribute graphObj. | |
| DBObject | graphObj (DBObject graphObj) |
| Mutator for attribute graphObj. | |
Protected Attributes | |
| String | localId = "" |
| The id meant when "local" is used in the graph description. | |
| GraphvizGraph | graph = null |
| The graph representing the dependency information. | |
| ServiceDepContainer | serviceTree = null |
| DBObject | graphObj = null |
Classes | |
| class | traceElement |
|
||||||||||||
|
|
|
|
compute the graph. first populate dependencies |
|
|
Mutator for attribute graph. The graph representing the dependency information. |
|
|
Return the GraphvizGraph. The graph representing the dependency information. |
|
|
Mutator for attribute graphObj.
|
|
|
Accessor for attribute graphObj.
|
|
|
set localId from object.
|
|
|
Mutator for attribute localId. The id meant when "local" is used in the graph description. |
|
|
Accessor for attribute localId. The id meant when "local" is used in the graph description. |
|
|
Mutator for attribute serviceTree.
|
|
|
Accessor for attribute serviceTree.
|
|
|
The graph representing the dependency information.
|
|
|
|
|
|
The id meant when "local" is used in the graph description.
|
|
|
|
1.4.5