Packages

o

es.weso.shapepath.schemamappings

SchemaMappingsParser

object SchemaMappingsParser

Source
SchemaMappingsParser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaMappingsParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Builder[A] = EitherT[S, String, A]
  2. case class BuilderState(prefixMap: PrefixMap, base: Option[IRI], start: Option[ShapeExpr], shapesMap: ShapesMap, tripleExprMap: TripleExprMap) extends Product with Serializable
  3. type S[A] = IndexedStateT[Eval, BuilderState, BuilderState, A]
  4. type ShapesMap = ListMap[ShapeLabel, ShapeExpr]
  5. type Start = Option[ShapeExpr]
  6. type TripleExprMap = Map[ShapeLabel, TripleExpr]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addBase(base: IRI): Builder[Unit]
  5. def addPrefix(prefix: Prefix, iri: IRI): Builder[Unit]
  6. def addShape(label: ShapeLabel, expr: ShapeExpr): Builder[Unit]
  7. def addTripleExprLabel(label: ShapeLabel, te: TripleExpr): Builder[TripleExpr]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def err[A](msg: String): Builder[A]
  13. def fromEither[A](e: Either[String, A]): Builder[A]
  14. def getBase: Builder[Option[IRI]]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getPrefixMap: Builder[PrefixMap]
  17. def getShapesMap: Builder[ShapesMap]
  18. def getStart: Builder[Start]
  19. def getState: Builder[BuilderState]
  20. def getTripleExprMap: Builder[TripleExprMap]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def initialState(base: Option[IRI]): BuilderState
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def ok[A](x: A): Builder[A]
  28. def parseReader(reader: Reader, base: Option[IRI]): Either[String, SchemaMappings]
  29. def parseSchemaMappings(str: String, base: Option[IRI]): Either[String, SchemaMappings]
  30. def run[A](c: Builder[A], base: Option[IRI]): (BuilderState, Either[String, A])
  31. def sequence[A](bs: List[Builder[A]]): Builder[List[A]]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def updateStart(s: Start): Builder[Unit]
  35. def updateState(fn: (BuilderState) ⇒ BuilderState): Builder[Unit]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped