Rel

reqt.Rel
final case class Rel(e: Ent, t: RelType, sub: Model) extends Elem

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Elem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def expandSubnodes: Vector[Rel]
def subnodes: Vector[Node]
def subrels: Vector[Rel]

Inherited methods

def isAttr: Boolean

Attributes

Inherited from:
Elem
def isEnt: Boolean

Attributes

Inherited from:
Elem
def isIntAttr: Boolean

Attributes

Inherited from:
Elem
def isNode: Boolean

Attributes

Inherited from:
Elem
def isRel: Boolean

Attributes

Inherited from:
Elem
def isStrAttr: Boolean

Attributes

Inherited from:
Elem
def isUndefined: Boolean

Attributes

Inherited from:
Elem
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product