| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager.parser |
| Modifier and Type | Method and Description |
|---|---|
TransitivityType |
NavFunctionInstance.getTransitivity()
Returns the transitivity type of how the function was applied.
|
static TransitivityType |
TransitivityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransitivityType[] |
TransitivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NavFunctionInstance |
AtomicEntityExpression.appendFunction(NavFunction function,
TransitivityType transitivity,
Selection selection)
Appends the given function (and its associated selection) to the function
chain.
|
| Constructor and Description |
|---|
NavFunctionInstance(NavFunction function,
TransitivityType transitivity,
Selection selection)
Constructs a new
NavFunctionInstance for the given function,
with the given transitivity type and the optional given selection. |