|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.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 | |
---|---|
protected void |
addNode(int i,
DependencyGraphNode<T> node)
Adds a node to this graph. |
protected DependencyGraphNode<T> |
getNode(int i)
Delivers the node with the given key. |
java.util.Collection<DependencyGraphNode<T>> |
getNodes()
Returns all nodes contained in this graph. |
DependencyGraphNode<T> |
getRootNode()
Returns this graph's root node. |
java.util.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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDependencyGraph(T rootEntity)
rootEntity
- The entity from which the root node originatesMethod Detail |
---|
protected final DependencyGraphNode<T> getNode(int i)
i
- The key to search for.
protected final void addNode(int i, DependencyGraphNode<T> node)
i
- The key of the node.node
- The node itself.public final DependencyGraphNode<T> getRootNode()
public java.util.Collection<DependencyGraphNode<T>> getNodes()
public int size()
public java.util.Collection<DependencyGraphNode<T>> getVertices()
AbstractGraph
getVertices
in class AbstractGraph<DependencyGraphNode<T extends ISystemModelElement>,WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>,TraceInformation>
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |