Packages

c

es.weso.shex

Inverse

case class Inverse(pred: IRI) extends Path with Product with Serializable

Source
Path.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inverse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Path
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Inverse(pred: IRI)

Value Members

  1. def getValues(node: RDFNode, rdf: RDFReader): Stream[IO, RDFNode]
    Definition Classes
    InversePath
  2. val isDirect: Boolean
    Definition Classes
    InversePath
  3. val pred: IRI
    Definition Classes
    InversePath
  4. def showQualified(prefixMap: PrefixMap): String
    Definition Classes
    Path
  5. def toString(): String
    Definition Classes
    Path → AnyRef → Any