object SchemaMappingsParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchemaMappingsParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Builder[A] = EitherT[S, String, A]
- case class BuilderState(prefixMap: PrefixMap, base: Option[IRI], start: Option[ShapeExpr], shapesMap: ShapesMap, tripleExprMap: TripleExprMap) extends Product with Serializable
- type S[A] = IndexedStateT[Eval, BuilderState, BuilderState, A]
- type ShapesMap = ListMap[ShapeLabel, ShapeExpr]
- type Start = Option[ShapeExpr]
- type TripleExprMap = Map[ShapeLabel, TripleExpr]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addBase(base: IRI): Builder[Unit]
- def addPrefix(prefix: Prefix, iri: IRI): Builder[Unit]
- def addShape(label: ShapeLabel, expr: ShapeExpr): Builder[Unit]
- def addTripleExprLabel(label: ShapeLabel, te: TripleExpr): Builder[TripleExpr]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def err[A](msg: String): Builder[A]
- def fromEither[A](e: Either[String, A]): Builder[A]
- def getBase: Builder[Option[IRI]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getPrefixMap: Builder[PrefixMap]
- def getShapesMap: Builder[ShapesMap]
- def getStart: Builder[Start]
- def getState: Builder[BuilderState]
- def getTripleExprMap: Builder[TripleExprMap]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initialState(base: Option[IRI]): BuilderState
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ok[A](x: A): Builder[A]
- def parseReader(reader: Reader, base: Option[IRI]): Either[String, SchemaMappings]
- def parseSchemaMappings(str: String, base: Option[IRI]): Either[String, SchemaMappings]
- def run[A](c: Builder[A], base: Option[IRI]): (BuilderState, Either[String, A])
- def sequence[A](bs: List[Builder[A]]): Builder[List[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateStart(s: Start): Builder[Unit]
- def updateState(fn: (BuilderState) ⇒ BuilderState): Builder[Unit]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )