TraversalGraph.NodeSet overview
Enclosing_Instance | |
IncomingEdgeSets (inherited from TraversalNodeSetBase) | An unmodifiable list of EdgeSet objects representing the edges in the traversal coming into the nodes in this set. Each EdgeSet will be nonempty and have a nonempty source NodeSet. |
IndicesList | A list of indices of the nodes in this set. |
Node (inherited from TraversalNodeSetBase) | The class graph node corresponding to this node set. |
OutgoingEdgeSets (inherited from TraversalNodeSetBase) | An unmodifiable list of EdgeSet objects representing the edges in the traversal going out of the nodes in this set. Each EdgeSet will be nonempty and have a nonempty target NodeSet. |
Equals | |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
hasIndex | Is vi in this set? |
HasSameNode (inherited from TraversalNodeSetBase) | Is "nodeSet" a set of copies of the same node as this? |
ToString (inherited from TraversalNodeSetBase) |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
TraversalGraph.NodeSet Class | edu.neu.ccs.demeter.APRlib Namespace