Package | Description |
---|---|
agi.foundation.access |
Contains types used in performing access calculations.
|
agi.foundation.access.constraints |
Contains types used in modeling constraints applied to the calculation of access.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
CircularAccessConstraint.checkForSameDefinition(CircularAccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
CircularAccessConstraint(CircularAccessConstraint existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
CircularAccessConstraintEvaluator(EvaluatorGroup group,
CircularAccessConstraint constraint)
Initializes a new instance based on the circular region of
constraint . |
Modifier and Type | Class and Description |
---|---|
class |
AngleInPlaneConstraint
An access constraint that projects the displacement vector from one object to another into a given axis-aligned plane
and requires that the angle of the projected vector, measured from the first axis defining the plane toward the second,
is within a range of values.
|
class |
AzimuthAngleConstraint
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AzimuthAngleConstraint.checkForSameDefinition(CircularAccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
AngleInPlaneConstraint.checkForSameDefinition(CircularAccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |