EachOf

case class EachOf(id: Option[ShapeLabel], expressions: List[TripleExpr], optMin: Option[Int], optMax: Option[Max], semActs: Option[List[SemAct]], annotations: Option[List[Annotation]]) extends TripleExpr
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def addId(lbl: ShapeLabel): EachOf
Definition Classes
override def hasSemActs: Boolean
Definition Classes
override def relativize(base: IRI): EachOf
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

Concrete fields

lazy val max: Max
lazy val min: Int