APRlib

TraversalCombination.NodeSet Members

TraversalCombination.NodeSet overview

Public Instance Constructors

TraversalCombination.NodeSet Constructor

Public Instance Properties

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.
LeftNodeSet 
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.
RightNodeSet 

Public Instance Methods

Equals (inherited from TraversalNodeSetBase) 
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 (inherited from TraversalNodeSetBase) Is "nodeSet" a set of copies of the same node as this?
ToString (inherited from TraversalNodeSetBase) 

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

TraversalCombination.NodeSet Class | edu.neu.ccs.demeter.APRlib Namespace