BestFirstFrontierSearchAlgorithmTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.Search
public sealed class BestFirstFrontierSearchAlgorithm<TVertex, TEdge> : RootedSearchAlgorithmBase<TVertex, IBidirectionalIncidenceGraph<TVertex, TEdge>>, ITreeBuilderAlgorithm<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The BestFirstFrontierSearchAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | BestFirstFrontierSearchAlgorithmTVertex, TEdge |
Name | Description | |
---|---|---|
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | ClearGoalVertex | (Inherited from RootedSearchAlgorithmBaseTVertex, TGraph.) |
![]() | ClearRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute(TVertex) | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Compute(TVertex, TVertex) | (Inherited from RootedSearchAlgorithmBaseTVertex, TGraph.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServiceT | (Inherited from AlgorithmBaseTGraph.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetGoalVertex | (Inherited from RootedSearchAlgorithmBaseTVertex, TGraph.) |
![]() | SetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetGoalVertex | (Inherited from RootedSearchAlgorithmBaseTVertex, TGraph.) |
![]() | TryGetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | GoalReached | (Inherited from RootedSearchAlgorithmBaseTVertex, TGraph.) |
![]() | GoalVertexChanged | (Inherited from RootedSearchAlgorithmBaseTVertex, TGraph.) |
![]() | RootVertexChanged | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | TreeEdge |