EdgeStructure

An edge structure.

Types

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

Properties

Link copied to clipboard
val count: Long?

The number of edges that have this specific structure.

Link copied to clipboard

A list of edge properties present in this specific structure.

Functions

Link copied to clipboard
inline fun copy(block: EdgeStructure.Builder.() -> Unit = {}): EdgeStructure
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