APRlib

TraversalIntersection Members

TraversalIntersection overview

Public Instance Constructors

TraversalIntersection Constructor

Public Instance Properties

ClassGraph (inherited from TraversalBase) The class graph used in computing this traversal.
EdgeSetList (inherited from TraversalCombination) 
FinishSet (inherited from TraversalCombination) 
LeftTraversal (inherited from TraversalCombination) 
NodeSetList (inherited from TraversalCombination) 
RightTraversal (inherited from TraversalCombination) 

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
getAlternationEdgeSet (inherited from TraversalBase) The set of copies of class graph alternation edge u
=>
v in the traversal, or null if there are none. Note that u and v may be either nodes or their string representations.
getConstructionEdgeSet (inherited from TraversalBase) The set of copies of class graph construction edge u
-l->
v in the traversal, or null if there are none. Note that u and v may be either nodes or their string representations.
getEdgeSet (inherited from TraversalBase)Overloaded. The set of copies of class graph edge e in the traversal graph, or null if there are none.
getEdgeSet (inherited from TraversalCombination)Overloaded. The set of copies of class graph edge e in the traversal graph, or null if there are none.
getFinishSet (inherited from TraversalCombination) 
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.
getInheritanceEdgeSet (inherited from TraversalBase) The set of copies of class graph inheritance edge u
:>
v in the traversal, or null if there are none. Note that u and v may be either nodes or their string representations.
GetNodeSet (inherited from TraversalCombination) 
getStartSet (inherited from TraversalCombination)Overloaded.  
GetType (inherited from Object)Gets the Type of the current instance.
intersect (inherited from TraversalBase) The intersection of this traversal with another traversal, that is, the set of paths that are in both traversals.
toCompactString (inherited from TraversalBase) A string representation of the nodes and edges in the traversal.
ToString 

Protected Instance Fields

classGraph (inherited from TraversalBase) 

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.

Protected Internal Instance Methods

combineEdgeSetLists 
CombineEdgeSets 
combineNodeSetLists 
CombineNodeSets 

See Also

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