| Package | Description | 
|---|---|
| agi.foundation.access | 
 Contains types used in performing access calculations. 
 | 
| agi.foundation.communications | 
 Contains types for representing electromagnetic signals and propagating them along communication links. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AccessQuery | 
AccessQuery.anyPath(IServiceProvider transmitter,
       IServiceProvider receiver,
       int maximumLength,
       LinkGraph linkGraph)
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver. 
 | 
static AccessQuery | 
AccessQuery.anyPath(IServiceProvider transmitter,
       IServiceProvider receiver,
       LinkGraph linkGraph)
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LinkGraph | 
SignalPropagationGraph.getLinkGraph()
Construct a  
LinkGraph from all the links in the propagation graph. |