NodeStructure

A node structure.

Types

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

Properties

Link copied to clipboard
val count: Long?

Number of nodes that have this specific structure.

Link copied to clipboard

A list of distinct outgoing edge labels present in this specific structure.

Link copied to clipboard

A list of the node properties present in this specific structure.

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