GroupData

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.

trait Serializable
trait Product
trait Equals
class Data
class Object
trait Matchable
class Any

Value members

Concrete methods

def toList(nodeId: Int): List[Any]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product