public class AccessEvaluationResult extends Object
| Constructor and Description | 
|---|
AccessEvaluationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AccessConstraintEvaluationResultCollection | 
getConstraintResults()
Gets the results of Constraint evaluation. 
 | 
TimeIntervalCollection | 
getOverallSatisfactionIntervals()
Gets the overall intervals during which all constraints are satisfied. 
 | 
TimeIntervalCollection | 
getOverallUnknownIntervals()
Gets the intervals during which the access engine
    was unable to compute access due to missing data. 
 | 
IServiceProvider | 
getReceiver()
Gets the receiver in the Access computation. 
 | 
IServiceProvider | 
getTransmitter()
Gets the transmitter in the Access computation. 
 | 
public final IServiceProvider getTransmitter()
public final IServiceProvider getReceiver()
public final AccessConstraintEvaluationResultCollection getConstraintResults()
public final TimeIntervalCollection getOverallSatisfactionIntervals()
public final TimeIntervalCollection getOverallUnknownIntervals()