GraphTraversal

Represents a path through a graph.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@SerializedName(value = "description")
@Expose
open var description: Message
Encapsulates a message intended to be read by the end user.
Link copied to clipboard
@SerializedName(value = "edgeTraversals")
@Expose
open var edgeTraversals: List<EdgeTraversal>
The sequences of edges traversed by this graph traversal.
Link copied to clipboard
@SerializedName(value = "immutableState")
@Expose
open var immutableState: ImmutableState__1
Values of relevant expressions at the start of the graph traversal that remain constant for the graph traversal.
Link copied to clipboard
@SerializedName(value = "initialState")
@Expose
open var initialState: InitialState__1
Values of relevant expressions at the start of the graph traversal that may change during graph traversal.
Link copied to clipboard
@SerializedName(value = "properties")
@Expose
open var properties: PropertyBag
Key/value pairs that provide additional information about the object.
Link copied to clipboard
@SerializedName(value = "resultGraphIndex")
@Expose
open var resultGraphIndex: Integer
The index within the result.graphs to be associated with the result.
Link copied to clipboard
@SerializedName(value = "runGraphIndex")
@Expose
open var runGraphIndex: Integer
The index within the run.graphs to be associated with the result.

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
abstract fun getProperties(): PropertyBag
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun setProperties(<set-?>: PropertyBag)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateProperties(mutator: (in PropertyBag) -> Unit)
Link copied to clipboard
open fun withDescription(description: Message): GraphTraversal
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withResultGraphIndex(resultGraphIndex: Integer): GraphTraversal
Link copied to clipboard
open fun withRunGraphIndex(runGraphIndex: Integer): GraphTraversal