|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,WeightedBidirectionalDependencyGraphEdge<T>,TraceInformation>
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph<T>
T - The type of the nodes' payloadpublic abstract class AbstractDependencyGraph<T extends ISystemModelElement>
Abstract superclass for dependency graphs.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph |
|---|
AbstractGraph.IGraphVisitor<V,E> |
| Constructor Summary | |
|---|---|
AbstractDependencyGraph(T rootEntity)
Creates a new dependency graph with the given root entity. |
|
| Method Summary | |
|---|---|
Collection<DependencyGraphNode<T>> |
getNodes()
Returns all nodes contained in this graph. |
DependencyGraphNode<T> |
getRootNode()
Returns this graph's root node. |
Collection<DependencyGraphNode<T>> |
getVertices()
Returns the vertices contained in this graph. |
int |
size()
Returns the number of nodes contained in this graph. |
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph |
|---|
traverse, traverseWithVerticesFirst |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDependencyGraph(T rootEntity)
rootEntity - The entity from which the root node originates| Method Detail |
|---|
public final DependencyGraphNode<T> getRootNode()
public Collection<DependencyGraphNode<T>> getNodes()
public int size()
public Collection<DependencyGraphNode<T>> getVertices()
AbstractGraph
getVertices in class AbstractGraph<DependencyGraphNode<T extends ISystemModelElement>,WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>,TraceInformation>
|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||