Package | Description |
---|---|
agi.foundation.routedesign |
Contains types for creating simple routes by specifying procedures at points of interest, how to connect them, and what height and speed to use along the route.
|
Modifier and Type | Method and Description |
---|---|
DefaultConnectionBehavior |
RoutePropagator.getDefaultConnectionBehavior()
Gets the instance of
DefaultConnectionBehavior (get ) that defines the behavior
of a generic connection segment between two RouteProcedures . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultConnectionBehavior.checkForSameDefinition(DefaultConnectionBehavior other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
DefaultConnectionBehavior(DefaultConnectionBehavior existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|