Package | Description |
---|---|
agi.foundation.routedesign.advanced |
Contains types used to define immutable geometry and configuration for routes.
|
Modifier and Type | Method and Description |
---|---|
SurfaceProcedureConnectionDependency |
ConfigurableSurfaceProcedure.getConnectionDependency()
Gets the order in which to configure the surrounding connections.
|
static SurfaceProcedureConnectionDependency |
SurfaceProcedureConnectionDependency.getDefault()
Get the enum constant that is considered to be the default.
|
abstract SurfaceProcedureConnectionDependency |
ConfigurableConnection.getDependency()
Get the dependency for the connection indicating whether the previous or next connection
should be configured before this one.
|
static SurfaceProcedureConnectionDependency |
SurfaceProcedureConnectionDependency.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static SurfaceProcedureConnectionDependency |
SurfaceProcedureConnectionDependency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceProcedureConnectionDependency[] |
SurfaceProcedureConnectionDependency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigurableSurfaceProcedure.setConnectionDependency(SurfaceProcedureConnectionDependency value)
Sets the order in which to configure the surrounding connections.
|
Constructor and Description |
---|
ConfigurableSurfaceProcedure(SurfaceProcedureConnectionDependency dependency)
Create a new instance based on the given configuration dependency
|