NodeInfo

object NodeInfo extends NodeMessageFactory
Companion
class
trait Product
trait Mirror
trait NodeMessageFactory
class Object
trait Matchable
class Any

Type members

Classlikes

sealed abstract class Data
final case class GroupData(parentId: Int, predId: Int, succId: Int, headId: Int, tailId: Int) extends Data

Information about a Group node.

Information about a Group node.

final case class SynthData(parentId: Int, predId: Int, succId: Int) extends Data

Information about a Synth node.

Information about a Synth node.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror