Composite

class Composite(val edges: List<Edge>, val extra: ByteString? = null) : Node

Directed graph node that has edges pointing to other nodes.

Constructors

Link copied to clipboard
constructor(edges: List<Edge>, extra: ByteString? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val extra: ByteString? = null