| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager.parser |
| Modifier and Type | Method and Description |
|---|---|
NavFunctionInstance |
AtomicEntityExpression.appendFunction(NavFunction function,
Selection selection)
Appends the given function (and its associated selection) to the function chain.
|
NavFunctionInstance |
AtomicEntityExpression.appendFunction(NavFunction function,
TransitivityType transitivity,
Selection selection)
Appends the given function (and its associated selection) to the function
chain.
|
NavFunctionInstance |
AtomicEntityExpression.getFunctionAt(int index)
Returns the function at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicEntityExpression.appendFunction(NavFunctionInstance funcInst)
Append the given function instance to the function chain.
|