case class OneOf(id: Option[ShapeLabel], expressions: List[TripleExpr], optMin: Option[Int], optMax: Option[Max], semActs: Option[List[SemAct]], annotations: Option[List[Annotation]]) extends TripleExpr with Product with Serializable
- Source
- TripleExpr.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OneOf
- Serializable
- Serializable
- Product
- Equals
- TripleExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OneOf(id: Option[ShapeLabel], expressions: List[TripleExpr], optMin: Option[Int], optMax: Option[Max], semActs: Option[List[SemAct]], annotations: Option[List[Annotation]])
Value Members
-
def
addId(lbl: ShapeLabel): OneOf
- Definition Classes
- OneOf → TripleExpr
- val annotations: Option[List[Annotation]]
- val expressions: List[TripleExpr]
-
def
hasSemActs: Boolean
- Definition Classes
- OneOf → TripleExpr
-
val
id: Option[ShapeLabel]
- Definition Classes
- OneOf → TripleExpr
- lazy val max: Max
- lazy val min: Int
- val optMax: Option[Max]
- val optMin: Option[Int]
-
def
paths(schema: AbstractSchema): Set[Path]
- Definition Classes
- TripleExpr
-
def
predicates(schema: Schema): Set[IRI]
- Definition Classes
- TripleExpr
-
def
relativize(base: IRI): OneOf
- Definition Classes
- OneOf → TripleExpr
- val semActs: Option[List[SemAct]]
-
def
showQualified(pm: PrefixMap): String
- Definition Classes
- TripleExpr