| Package | Description | 
|---|---|
| agi.foundation.access | 
 Contains types used in performing access calculations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AccessSignalModel | 
AccessSignalModel.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static AccessSignalModel | 
AccessSignalModel.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
AccessSignalModel | 
AccessComputation.getModel()
Gets which effects are to be consider in modeling the signal path and observation. 
 | 
static AccessSignalModel | 
AccessSignalModel.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AccessSignalModel[] | 
AccessSignalModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccessComputation.setModel(AccessSignalModel value)
Sets which effects are to be consider in modeling the signal path and observation. 
 |