CoverageQueryResult Class |
Namespace: AGI.Foundation.Coverage
The CoverageQueryResult type exposes the following members.
Name | Description | |
---|---|---|
CoverageQueryResult(TimeIntervalCollection) |
Initializes a new instance based on the given intervals of consideration.
| |
CoverageQueryResult(TimeIntervalCollection, AccessQueryResult) |
Initializes a new instance based on an existing AccessQueryResult
and a set of intervals considered in the coverage calculation producing these results.
| |
CoverageQueryResult(TimeIntervalCollection, CoverageFilter, IListObject, IListAccessQueryResult) |
Initializes a new instance based on a set of assets and their corresponding AccessQueryResults.
|
Name | Description | |
---|---|---|
AppliedCoverageFilters |
Gets the set of CoverageFilters which have been applied to these results.
| |
AssetAccessResults |
Gets or sets a list of the access results corresponding to each of the asset objects in AssetsConsidered.
(Inherited from CoverageData.) | |
AssetsConsidered |
Gets or sets a list of the considered assets.
(Inherited from CoverageData.) | |
ConsideredIntervals |
Gets or sets the intervals considered when computing these coverage results.
(Inherited from CoverageData.) | |
SatisfactionIntervals |
Gets or sets the intervals during which coverage is satisfied.
(Inherited from CoverageData.) | |
SatisfactionIntervalsWithNumberOfAssets |
Gets the set of overall satisfaction intervals with the number of assets providing coverage for
that interval recorded in the Data property.
| |
UnknownIntervals |
Gets or sets the intervals during which it is unknown whether
the query is satisfied because insufficient information is available.
(Inherited from CoverageData.) |
Name | Description | |
---|---|---|
ApplyFilter |
Applies the given filter to this result and returns a new result.
| |
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.) | |
GetAccessResultsForAsset |
Get a set of access intervals from the given asset.
(Inherited from CoverageData.) | |
GetAssetsSatisfiedAtTime |
Gets a list of the assets providing coverage at the given time.
(Inherited from CoverageData.) | |
GetAssetsUnknownAtTime |
Gets a list of the assets which do not have enough information to determine coverage at the given time.
(Inherited from CoverageData.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSatisfactionForAsset |
Get the intervals where both access and coverage exist for the given asset.
(Inherited from CoverageData.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetCoverageData |
Sets the coverage data.
This is used by derived classes when it's necessary to compute results during construction, prior to storing the data.
(Inherited from CoverageData.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |