See: Description
| Interface | Description |
|---|---|
| Edge |
Specifies the type for edges.
|
| Node |
Specifies the type for nodes.
|
| Row |
Specifies the type for rows.
|
| Type |
Interface for all types.
|
| Class | Description |
|---|---|
| TypeConverter | |
| Types |
Static helper class to get types based on their Java typeClass.
|
| Enum | Description |
|---|---|
| ArgumentType |
The type of argument
|
| AuthorizationType |
The Authorization Types
|
| ChangeType |
The type of a change
|
| CollectionType |
All supported collection types.
|
| Direction | |
| EntityType |
enum to distinguish graph entities Node and Edge
|
| IdStrategy |
Indicates if there are graph-wide global IDs for a specific entity type (vertices or edges).
|
| IdType |
All supported graph ID types (internally known as node key/edge key)
|
| OperationType | |
| PropertyType |
All supported graph property types.
|
| QueryArgumentType | |
| ReturnType |
All function return types supported by Green-Marl language
|