Class DependencyGraphNode<T extends kieker.model.system.model.ISystemModelElement>

Type Parameters:
T - The type of the entity to be stored in this node.

public class DependencyGraphNode<T extends kieker.model.system.model.ISystemModelElement>
extends AbstractPayloadedVertex<DependencyGraphNode<T>,​WeightedBidirectionalDependencyGraphEdge<T>,​kieker.model.system.model.TraceInformation,​T>
This class represents a single node within a dependency graph.
Since:
1.1