APRlib

TraversalNodeSetBase Members

TraversalNodeSetBase overview

Public Instance Properties

IncomingEdgeSets 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.
Node The class graph node corresponding to this node set.
OutgoingEdgeSets 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.

Public Instance Methods

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.
HasSameNode Is "nodeSet" a set of copies of the same node as this?
ToString 

Protected Instance Methods

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.

See Also

TraversalNodeSetBase Class | edu.neu.ccs.demeter.APRlib Namespace