Class SpatialGraphExploreResult
Represents the result transfer container which holds all ISpatialGraphEnvironment
explorations made along an ordered collection of ISpatialEdge.
Inheritance
System.Object
SpatialGraphExploreResult
Namespace: Mars.Interfaces.Environments
Assembly: Mars.Interfaces.dll
Syntax
public class SpatialGraphExploreResult : object
Properties
EdgeExplores
Gets all exploration results separated for each
individual edge along the query path.
Declaration
public List<EdgeExploreResult> EdgeExplores { get; }
Property Value
Type | Description |
---|---|
List<EdgeExploreResult> |