| LinkGraph Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Access
 Syntax
SyntaxThe LinkGraph type exposes the following members.
 Constructors
Constructors Methods
Methods| Name | Description | |
|---|---|---|
|  | AddLink | 
            Adds a link to the graph.
             | 
|  | Contains | 
            Determines whether the given link is in the graph.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | FindAllLinksAtNode | 
            Find all the links which contain the given node and are in the correct direction.
             | 
|  | FindAllPaths(IServiceProvider, IServiceProvider, LinkGraphDirection) | 
            Finds all paths between two objects.  The first returned path is the shortest and successive paths are
            arranged in increasing order of distance.
             | 
|  | FindAllPaths(IServiceProvider, IServiceProvider, LinkGraphDirection, Int32) | 
            Finds all paths between two objects.  The first returned path is the shortest and successive paths are
            arranged in increasing order of distance.
             | 
|  | FindShortestPath | 
            Finds the shortest path between an initial object and a final object.
             | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also