public class AccessConstraintEvaluationResult extends Object
| Constructor and Description | 
|---|
AccessConstraintEvaluationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AccessConstraint | 
getConstraint()
Gets the constraint instance that was evaluated. 
 | 
TimeIntervalCollection | 
getSatisfactionIntervals()
Gets the intervals during which the constraint is satisfied. 
 | 
AccessConstraintSource | 
getSource()
Gets the type or source of the constraint. 
 | 
TimeIntervalCollection | 
getUnknownIntervals()
Gets the intervals during which the access engine
    was unable to compute access for this constraint due to missing data. 
 | 
@Nonnull public final AccessConstraintSource getSource()
public final AccessConstraint getConstraint()
public final TimeIntervalCollection getSatisfactionIntervals()
public final TimeIntervalCollection getUnknownIntervals()