Expr

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

Support for arithmetic expressions

Attributes

e

value expression

id

an optional ShapeLabel

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

Members list

Concise view

Value members

Concrete methods

def addId(label: ShapeLabel): Expr
override def hasSemActs: Boolean

Attributes

Definition Classes
override def relativize(base: IRI): Expr

Attributes

Definition Classes

Inherited methods

def paths(schema: AbstractSchema): Set[Path]

Attributes

Inherited from:
TripleExpr
def predicates(schema: Schema): Set[IRI]

Attributes

Inherited from:
TripleExpr

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
TripleExpr