object ShapeMap

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

Type Members

  1. case class ShapeMapFromPathException(errors: NonEmptyList[String], path: Path, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap) extends RuntimeException with NoStackTrace with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def availableFormats: List[String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. implicit val decodeShapeMap: Decoder[ShapeMap]
  8. def defaultFormat: String
  9. def empty: ShapeMap
  10. implicit val encodeShapeMap: Encoder[ShapeMap]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def fixShapeMap(shapeMap: ShapeMap, rdf: RDFReader, nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): IO[FixedShapeMap]

    Resolve triple patterns according to an RDF

  14. def formats: List[String]
  15. def fromCompact(str: String, base: Option[IRI] = None, nodesPrefixMap: PrefixMap = PrefixMap.empty, shapesPrefixMap: PrefixMap = PrefixMap.empty): Either[NonEmptyList[String], ShapeMap]
  16. def fromInputStream(is: InputStream, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): Either[NonEmptyList[String], ShapeMap]
  17. def fromJson(jsonStr: String): Either[NonEmptyList[String], ShapeMap]
  18. def fromPath(path: Path, format: String, base: Option[IRI] = None, nodesPrefixMap: PrefixMap = PrefixMap.empty, shapesPrefixMap: PrefixMap = PrefixMap.empty): IO[ShapeMap]
  19. def fromString(str: String, format: String, base: Option[IRI] = None, nodesPrefixMap: PrefixMap = PrefixMap.empty, shapesPrefixMap: PrefixMap = PrefixMap.empty): Either[NonEmptyList[String], ShapeMap]
  20. def fromURI(uri: String, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): IO[Either[NonEmptyList[String], ShapeMap]]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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 parseResultMap(str: String, base: Option[IRI], rdf: RDFReader, shapesPrefixMap: PrefixMap = PrefixMap.empty): IO[ResultShapeMap]
  28. implicit val showShapeMap: Show[ShapeMap]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. 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