object ShapePath extends Serializable

Source
ShapePath.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapePath
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CompReplace[A] = Ior[List[ProcessingError], A]

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. lazy val availableFormats: NonEmptyList[String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. lazy val defaultFormat: String
  8. def empty: ShapePath
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def eval(p: ShapePath, s: Schema, maybeValue: Option[Value] = None): (List[ProcessingError], Value)

    Evaluate a shapePath

    Evaluate a shapePath

    p

    shape path

    s

    schema

    maybeValue

    initial value. If not provided it is initialized to the list of shapes in s

    returns

    A pair containing a list of processing errors (empty if no error) and a result value

  12. def fromPredicates(preds: List[Predicate]): ShapePath
  13. def fromString(str: String, format: String = "Compact", base: Option[IRI] = None, prefixMap: PrefixMap = PrefixMap.empty): Either[String, ShapePath]

    Parse a shapePath from a string

    Parse a shapePath from a string

    returns

    either an error string or a ShapePath

  14. def fromTypePredicates(shapeType: ShapeNodeType, preds: List[Predicate]): ShapePath
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def info(msg: String): CompReplace[Unit]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def okr[A](x: A): CompReplace[A]
  23. def replace(p: ShapePath, s: Schema, maybeValue: Option[Value] = None, newShapeNode: ShapeNode): Ior[List[ProcessingError], Schema]
  24. def rerr[A](msg: String): CompReplace[A]
  25. def rwarn[A](msg: String, x: A): CompReplace[A]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. 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 Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped