Class SpatialGraphExploreResult
Represents the result transfer container which holds all ISpatialGraphEnvironment
explorations made along an ordered collection of ISpatialEdge.
Inheritance
System.Object
SpatialGraphExploreResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Interfaces.Environments
Assembly: Mars.Interfaces.dll
Syntax
public class SpatialGraphExploreResult
Properties
| Improve this Doc View SourceEdgeExplores
Gets all exploration results separated for each
individual edge along the query path.
Declaration
public List<EdgeExploreResult> EdgeExplores { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EdgeExploreResult> |