GraphTraversal
@JsonClass(generateAdapter = true)
Represents a path through a graph.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "description") description: Message? = null, @Json(name = "edgeTraversals") edgeTraversals: List<EdgeTraversal>? = null, @Json(name = "immutableState") immutableState: Map<String, MultiformatMessageString>? = null, @Json(name = "initialState") initialState: Map<String, MultiformatMessageString>? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "resultGraphIndex") resultGraphIndex: Int? = null, @Json(name = "runGraphIndex") runGraphIndex: Int? = null)
Properties
Link copied to clipboard
A description of this graph traversal.
Link copied to clipboard
The sequences of edges traversed by this graph traversal.
Link copied to clipboard
Values of relevant expressions at the start of the graph traversal that remain constant for the graph traversal.
Link copied to clipboard
Values of relevant expressions at the start of the graph traversal that may change during graph traversal.
Link copied to clipboard
Key/value pairs that provide additional information about the graph traversal.
Link copied to clipboard
The index within the result.graphs to be associated with the result.
Link copied to clipboard
The index within the run.graphs to be associated with the result.