Class DependencyGraphNode<T extends ISystemModelElement>

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

public class DependencyGraphNode<T extends ISystemModelElement>
extends AbstractPayloadedVertex<DependencyGraphNode<T>,​WeightedBidirectionalDependencyGraphEdge<T>,​TraceInformation,​T>
This class represents a single node within a dependency graph.
Since:
1.1
Author:
Andre van Hoorn