dCsharp

ObjectGraph Members

ObjectGraph overview

Public Instance Constructors

ObjectGraph Constructor The object graph rooted at "obj" with respect to "classGraph".

Public Instance Properties

ClassGraph The class graph that this object graph is an instance of.
Root The root of the graph.

Public Instance Methods

AsListOverloaded. View (without copying) the objects in the object graph corresponding to the target of strategy s as a List.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FetchOverloaded. Fetch the object in the object graph corresponding to the target of stragegy s.
GatherOverloaded. Gather (copy) the objects in the object graph corresponding to the target of strategy s into a List.
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.
SliceOverloaded. The subgraph of the object graph determined by strategy.
ToString (inherited from Object)Returns a String that represents the current Object.
TraverseOverloaded. Traverse the subgraph of the object graph determined by strategy s using visitors in array v in parallel, returning the value of v[0].getReturnValue() at the end of the traversal.

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 Fields

classGraph 
root 

See Also

ObjectGraph Class | edu.neu.ccs.demeter.dCsharp Namespace