t

es.weso.shex.validator

AvailableShapeExprPaths

trait AvailableShapeExprPaths extends ExtendM with AllPaths

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvailableShapeExprPaths
  2. AllPaths
  3. Extend
  4. ExtendM
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 allPaths(se: ShapeExpr, schema: AbstractSchema): Either[String, Set[Path]]

    Return all the paths that are mentioned in a shape expression It includes also the paths it extends and the paths from its descendants

    Return all the paths that are mentioned in a shape expression It includes also the paths it extends and the paths from its descendants

    schema

    Schema to which the shape belongs, it is needed to resolve references to other shapes

    returns

    Set of paths or error in case the shape is not well defined (may have bad references)

    Definition Classes
    AllPaths
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def extendCheckingVisited[S, E, Err, Label](s: S, finder: (Label) => Either[Err, S], extend: (S) => Option[List[Label]], expr: (S) => Option[E])(implicit arg0: Semigroup[E]): Either[Err, Option[E]]
    Definition Classes
    Extend
  10. def extendCheckingVisitedM[S, Result, Label, M[_]](s: S, finder: (Label) => M[S], extend: (S) => M[List[Label]], expr: (S) => M[Result])(implicit arg0: Monoid[Result], arg1: Monad[M]): M[Result]
    Definition Classes
    ExtendM
  11. def extendCheckingVisitedM1[S, Result, Label, M[_]](s: S, finder: (Label) => M[S], extend: (S) => M[List[Label]], first: (S) => M[Result], rest: (S) => M[Result])(implicit arg0: Monoid[Result], arg1: Monad[M]): M[Result]
    Definition Classes
    ExtendM
  12. def getAvailableShapeExprsPaths(s: Shape, schema: ResolvedSchema, parent: Option[ShapeLabel]): IO[List[(ShapeExpr, Available[Path])]]

    Return all the pairs (se,paths) where se is a ShapeExpr and paths are the available paths for that ShapeExpr It includes also the paths it extends and the paths from its descendants

    Return all the pairs (se,paths) where se is a ShapeExpr and paths are the available paths for that ShapeExpr It includes also the paths it extends and the paths from its descendants

    s

    shape

    schema

    Schema to which the shape belongs, it is needed to resolve references to other shapes

    returns

    Set of paths or error in case the shape is not well defined (may have bad references)

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from AllPaths

Inherited from Extend

Inherited from ExtendM

Inherited from AnyRef

Inherited from Any

Ungrouped