GraphTraversal
@JsonClass(generateAdapter = true)
Content copied to clipboard
Represents a path through a graph.
Constructors
Link copied to clipboard
fun GraphTraversal( @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)
Content copied to clipboard
Properties
Link copied to clipboard