Package | Description |
---|---|
agi.foundation.access |
Contains types used in performing access calculations.
|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkInstantaneous
|
class |
LinkSpeedOfLight
|
Modifier and Type | Method and Description |
---|---|
static ILinkService |
LinkHelper.getLinkService(IServiceProvider link)
Gets the
ILinkService provided by a link. |
static ILinkService |
LinkHelper.getLinkService(IServiceProvider link,
String exceptionMessage)
Gets the
ILinkService provided by a link. |
static ILinkService |
LinkHelper.getOptionalLinkService(IServiceProvider link)
Gets the
ILinkService provided by a link, or null if the service does not exist. |
Modifier and Type | Method and Description |
---|---|
static VectorDisplacement |
LinkHelper.getDisplacementVectorByRole(ILinkService link,
LinkRole role)
Gets the displacement vector for a given link and role.
|
static LinkDelayEvaluator |
LinkHelper.getLinkDelayEvaluatorByRole(ILinkService link,
EvaluatorGroup group,
LinkRole role)
Gets a link delay evaluator for a given link and role.
|
static IServiceProvider |
LinkHelper.getParticipantByRole(ILinkService link,
LinkRole role)
Gets the participant that is playing a specified role in the link.
|
static LinkRole |
LinkHelper.getRoleOfParticipant(ILinkService link,
IServiceProvider participant)
Gets the role played by a specified participant in the link.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkRefracted
|