IntAttr

reqt.IntAttr
See theIntAttr companion object
final case class IntAttr(t: IntAttrType, value: Int) extends Attr[Int]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attr[Int]
trait Node
trait Elem
class Object
trait Matchable
class Any
Show all

Members list

Value members

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