org.w3.banana.diesel

PointedGraphW

final class PointedGraphW[Rdf <: RDF] extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PointedGraphW
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PointedGraphW(pointed: PointedGraph[Rdf])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def --(p: Rdf.URI): PointedGraphPredicate[Rdf]

  4. def -<-(p: Rdf.URI): PredicatePointedGraph[Rdf]

  5. def /(p: Rdf.URI)(implicit ops: RDFOps[Rdf]): PointedGraphs[Rdf]

  6. def /-(p: Rdf.URI)(implicit ops: RDFOps[Rdf]): PointedGraphs[Rdf]

    Get Subjects

  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def a(clazz: Rdf.URI)(implicit ops: RDFOps[Rdf]): PointedGraph[Rdf]

  9. def as[T](implicit fromPG: FromPG[Rdf, T]): Try[T]

  10. def as2[T1, T2](implicit fromPG1: FromPG[Rdf, T1], fromPG2: FromPG[Rdf, T2]): Try[(T1, T2)]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. def isA(clazz: Rdf.URI)(implicit ops: RDFOps[Rdf]): Boolean

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. val pointed: PointedGraph[Rdf]

  16. def pointer: Rdf.Node

  17. def predicates(implicit ops: RDFOps[Rdf]): Iterable[Rdf.URI]

  18. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped