| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager.parser |
| Class and Description |
|---|
| AtomicEntityExpression
An atomic entity expression consists of a start entity type (plus optionally
a selection) and an optional chain of functions (plus optionally a selection
each).
|
| ComplexEntityExpression.Type
Enumerates the possible types of complex entity expressions.
|
| ComplexSelection.Type
Enumerates the possible types of complex selections.
|
| EntityExpression |
| NavFunctionInstance
Represents the instance of a function, i.e. a function as it appeared in an
entity expression, including transitivity type and associated selection.
|
| OrgPolicyParser
The
OrgModelManager provides facilities to syntactically parse and
verify OrgPolicies and return them as an easy to use object structure. |
| Selection |
| TokenInfo
A
TokenInfo stores information about one token of an OrgPolicy string
(like begin and end column within the string). |
| TokenInfoContainer
A simple map-like container for
TokenInfos, filled in while parsing
an OrgPolicy. |
| TransitivityType
This enumeration lists the available types of transitivity a function
instance (i.e. a function appearing in an OrgPolicy) can potentially have.
|