AccessComputationComputeIntervals Method (TimeIntervalCollection) |
Finds the intervals during which all constraints are satisfied.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AccessEvaluationResult ComputeIntervals(
TimeIntervalCollection computationIntervals
)
Public Function ComputeIntervals (
computationIntervals As TimeIntervalCollection
) As AccessEvaluationResult
public:
AccessEvaluationResult^ ComputeIntervals(
TimeIntervalCollection^ computationIntervals
)
member ComputeIntervals :
computationIntervals : TimeIntervalCollection -> AccessEvaluationResult
Parameters
- computationIntervals
- Type: AGI.Foundation.TimeTimeIntervalCollection
The list of intervals over which to compute Access.
Return Value
Type:
AccessEvaluationResultThe result of the Access evaluation.
Remarks
Takes advantage of the
ThreadingPolicy in order to improve performance
by computing in multiple threads simultaneously.
See Also