EdgeTraversal
@JsonClass(generateAdapter = true)
Content copied to clipboard
Represents the traversal of a single edge during a graph traversal.
Constructors
Link copied to clipboard
fun EdgeTraversal( @Json(name = "edgeId") edgeID: String, @Json(name = "finalState") finalState: Map<String, MultiformatMessageString>? = null, @Json(name = "message") message: Message? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "stepOverEdgeCount") stepOverEdgeCount: Int? = null)
Content copied to clipboard