Package | Description |
---|---|
agi.foundation.access.constraints |
Contains types used in modeling constraints applied to the calculation of access.
|
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 |
---|---|
CommunicationLinkScalar |
CommunicationLinkConstraint.getConstraintParameter()
Gets the communication parameter on which to constrain access.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationLinkConstraint.setConstraintParameter(CommunicationLinkScalar value)
Sets the communication parameter on which to constrain access.
|
Constructor and Description |
---|
CommunicationLinkConstraint(CommunicationLinkScalar parameter,
double minimum,
double maximum)
Initialize a new instance with the given scalar communication parameter, minimum threshold, and maximum threshold.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalarAntennaGainInLinkDirection
A scalar which represents the antenna gain for the intended signal
in the direction of the specified communication link.
|
class |
ScalarEffectiveIsotropicRadiatedPower
|
class |
ScalarPropagationLoss
|
class |
ScalarReceivedIsotropicPower
|
class |
ScalarReceivedPowerFluxDensity
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ScalarReceivedPowerFluxDensity.checkForSameDefinition(CommunicationLinkScalar other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarReceivedIsotropicPower.checkForSameDefinition(CommunicationLinkScalar other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarPropagationLoss.checkForSameDefinition(CommunicationLinkScalar other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarEffectiveIsotropicRadiatedPower.checkForSameDefinition(CommunicationLinkScalar other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarAntennaGainInLinkDirection.checkForSameDefinition(CommunicationLinkScalar other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
CommunicationLinkScalar.checkForSameDefinition(CommunicationLinkScalar other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
CommunicationLinkScalar(CommunicationLinkScalar existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|