Packages

p

es.weso.rdf

path

package path

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AlternativePath(paths: Seq[SHACLPath]) extends SHACLPath with Product with Serializable
  2. case class InversePath(path: SHACLPath) extends SHACLPath with Product with Serializable
  3. case class OneOrMorePath(path: SHACLPath) extends SHACLPath with Product with Serializable
  4. case class PredicatePath(iri: IRI) extends SHACLPath with Product with Serializable
  5. sealed trait SHACLPath extends AnyRef
  6. case class SequencePath(paths: Seq[SHACLPath]) extends SHACLPath with Product with Serializable
  7. case class ZeroOrMorePath(path: SHACLPath) extends SHACLPath with Product with Serializable
  8. case class ZeroOrOnePath(path: SHACLPath) extends SHACLPath with Product with Serializable

Value Members

  1. object SHACLPath

Ungrouped