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.
|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Method and Description |
---|---|
LinkPath[] |
LinkGraph.findAllPaths(IServiceProvider initial,
IServiceProvider _final,
LinkGraphDirection direction)
Finds all paths between two objects.
|
LinkPath[] |
LinkGraph.findAllPaths(IServiceProvider initial,
IServiceProvider _final,
LinkGraphDirection direction,
int maximumLength)
Finds all paths between two objects.
|
LinkPath |
LinkGraph.findShortestPath(IServiceProvider initial,
IServiceProvider _final,
LinkGraphDirection direction)
Finds the shortest path between an initial object and a final object.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
LinkPath.checkForSameDefinition(LinkPath other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
LinkPath(LinkPath existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
static PointScattererLinkPath |
PointScattererLinkPath.constructInstance(LinkPath linkPath)
Constructs a new instance from a
LinkPath . |
SignalEvaluator |
WirelessLinkExtension.getSignalEvaluatorFromTransmitter(EvaluatorGroup group,
SignalPropagationGraph graph,
LinkPath pathFromObserverToTransmitter)
Get an evaluator which produces the signal observed directly after transmission in the link direction.
|
Modifier and Type | Method and Description |
---|---|
LinkPath |
ScalarDelayedByLink.getPathForTimeDelay()
Gets the path from which to obtain the link delay.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalarDelayedByLink.setPathForTimeDelay(LinkPath value)
Sets the path from which to obtain the link delay.
|
Constructor and Description |
---|
ScalarDelayedByLink(Scalar scalarToDelay,
LinkPath linkPath,
LinkRole directionOfDelay)
Initialize a new instance based on the given scalar delayed by the given link.
|