Class |
Description |
DataSetDescriptorGraph
|
A persistence of a data set descriptor in a property graph. |
DefaultElementConstraint
|
A default implementation of ElementConstraint, which is used by the
default graph validator. |
DefaultGraphSchema
|
The core graph. |
DefaultGraphValidator
|
A default implementation of GraphValidator that uses gremlin traversals to
perform the graph validation steps. |
EdgeConstraint
|
Defined the valid vertex domain and range labels for a given
edge label. |
GraphMethod
|
GraphMethod encapsulates a unit of business logic that modifies the graph.
|
GraphMethodBase
|
A basic elements of a graph method. |
GraphMethodCall
|
A class to represent the execution of a graph method. |
GraphMethodDynamic
|
A dymamically created graph method. |
GraphMethodList
|
A list of graph methods. |
GraphMethodProcess
|
An object wrapper for an executed graph method, which relies on the graph
representation of the process for all data. |
GraphValidationError
|
A class encompasing a graph validation error. |
GremlinTraitUtilities
|
Utilities useful for GremlinTrait. |
Identifier
|
A domain class to represent Identifier objects in the graph. |
LegacyValidator
|
An implementation of a graph validator. |
VertexConstraint
|
VertexConstraint binds a vertex label with a list
of VertexPropertyConstraints, the rules for which are
scoped by vertex label. |
VertexPropertyConstraint
|
Defines the rules governing the given property. |