org.w3.banana.syntax

GraphW

Related Doc: package syntax

final class GraphW[Rdf <: RDF] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GraphW
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphW(graph: Rdf.Graph)

Value Members

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

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

    Definition Classes
    Any
  3. def +(triple: Rdf.Triple)(implicit ops: RDFOps[Rdf]): Rdf.Graph

  4. def ->[B](y: B): (GraphW[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to ArrowAssoc[GraphW[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def contains(triple: Rdf.Triple)(implicit ops: RDFOps[Rdf]): Boolean

  8. def copy(implicit ops: RDFOps[Rdf]): Rdf.Graph

  9. def copy(urifunc: (Rdf.URI) ⇒ Rdf.URI)(implicit ops: RDFOps[Rdf]): Rdf.Graph

    returns a copy of the graph where uri are transformed through urifunc

  10. def diff(other: Rdf.Graph)(implicit ops: RDFOps[Rdf]): Rdf.Graph

  11. def ensuring(cond: (GraphW[Rdf]) ⇒ Boolean, msg: ⇒ Any): GraphW[Rdf]

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to Ensuring[GraphW[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (GraphW[Rdf]) ⇒ Boolean): GraphW[Rdf]

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to Ensuring[GraphW[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): GraphW[Rdf]

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to Ensuring[GraphW[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): GraphW[Rdf]

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to Ensuring[GraphW[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to StringFormat[GraphW[Rdf]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getAllInstancesOf(clazz: Rdf.URI)(implicit ops: RDFOps[Rdf]): PointedGraphs[Rdf]

  17. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  18. val graph: Rdf.Graph

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isIsomorphicWith(otherGraph: Rdf.Graph)(implicit ops: RDFOps[Rdf]): Boolean

  21. def makeMGraph()(implicit ops: RDFOps[Rdf]): Rdf.MGraph

  22. def relativize(baseUri: Rdf.URI)(implicit ops: RDFOps[Rdf], uriOps: URIOps[Rdf]): Rdf.Graph

  23. def resolveAgainst(baseUri: Rdf.URI)(implicit ops: RDFOps[Rdf], uriOps: URIOps[Rdf]): Rdf.Graph

  24. def size(implicit ops: RDFOps[Rdf]): Int

  25. def toString(): String

    Definition Classes
    Any
  26. def triples(implicit ops: RDFOps[Rdf]): Iterable[Rdf.Triple]

  27. def union(otherGraph: Rdf.Graph)(implicit ops: RDFOps[Rdf]): Rdf.Graph

  28. def [B](y: B): (GraphW[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to ArrowAssoc[GraphW[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from GraphW[Rdf] to any2stringadd[GraphW[Rdf]] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (graphW: any2stringadd[GraphW[Rdf]]).+(other)
    Definition Classes
    any2stringadd

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from GraphW[Rdf] to any2stringadd[GraphW[Rdf]]

Inherited by implicit conversion StringFormat from GraphW[Rdf] to StringFormat[GraphW[Rdf]]

Inherited by implicit conversion Ensuring from GraphW[Rdf] to Ensuring[GraphW[Rdf]]

Inherited by implicit conversion ArrowAssoc from GraphW[Rdf] to ArrowAssoc[GraphW[Rdf]]

Ungrouped