Expr

case class Expr(id: Option[ShapeLabel], e: ValueExpr) extends TripleExpr

Support for arithmetic expressions

Value parameters:
e

value expression

id

an optional ShapeLabel

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

Value members

Concrete methods

def addId(label: ShapeLabel): Expr
override def hasSemActs: Boolean
Definition Classes
override def relativize(base: IRI): Expr
Definition Classes

Inherited methods

def paths(schema: AbstractSchema): Set[Path]
Inherited from:
TripleExpr
def predicates(schema: Schema): Set[IRI]
Inherited from:
TripleExpr
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def showQualified(pm: PrefixMap): String
Inherited from:
TripleExpr