NodeStructure

Information about a node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Long?

The number of instances of this node.

Link copied to clipboard

The outgoing edge labels associated with this node.

Link copied to clipboard

Properties associated with this node.

Functions

Link copied to clipboard
inline fun copy(block: NodeStructure.Builder.() -> Unit = {}): NodeStructure
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String