es.weso.rdfgraph

Ground

case class Ground(graph: TGraph[RDFNode])(implicit seed: BNodeId) extends RDFGraph with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RDFGraph, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ground
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RDFGraph
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ground(graph: TGraph[RDFNode])(implicit seed: BNodeId)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def IRIs: Set[IRI]

    set of IRIs of this RDFGraph

    set of IRIs of this RDFGraph

    Definition Classes
    GroundRDFGraph
  7. def addTriples(triples: Set[RDFTriple]): RDFGraph

    addTriples inserts a set of triples into a graph

    addTriples inserts a set of triples into a graph

    It takes control of possible bnodes in the triples renaming them

    triples

    set of triples

    Definition Classes
    GroundRDFGraph
  8. def addTriplesBNodes(bnodes: Set[BNodeId], triples: Set[RDFTriple], map: Map[BNodeId, BNodeId]): RDFGraph

    addTriplesBNodes adds triples to this graph

    addTriplesBNodes adds triples to this graph

    triples

    set of triples to insert

    map

    maps from BNodeIds in triples to BNodeIds in graph

    Definition Classes
    GroundRDFGraph
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def decomp(node: IRI): Option[(TContext[RDFNode], RDFGraph)]

    Decompose a graph from a given IRI

    Decompose a graph from a given IRI

    node

    resource from which we are decomposing the graph

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def foldRDFGraph[A](e: A, f: (A, TContext[RDFNode]) ⇒ A)(implicit seed: BNodeId): A

    Definition Classes
    RDFGraph
  15. def foldRDFGraphOrd[A](e: A, f: (A, TContext[RDFNode]) ⇒ A)(implicit ord: Ordering[RDFNode], seed: BNodeId): A

    Definition Classes
    RDFGraph
  16. def foldRDFGraphSeed[A](e: A, f: (A, TContext[RDFNode]) ⇒ A, seed: BNodeId): A

    Definition Classes
    GroundRDFGraph
  17. def foldRDFGraphSeedOrd[A](e: A, f: (A, TContext[RDFNode]) ⇒ A, seed: BNodeId)(implicit ord: Ordering[RDFNode]): A

    Definition Classes
    GroundRDFGraph
  18. def getBNodeMap(node: RDFNode, map: Map[BNodeId, BNodeId]): RDFNode

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. val graph: TGraph[RDFNode]

  21. def insertTriple(triple: RDFTriple): RDFGraph

    insertTriple inserts a triple into a graph Blank nodes inside the triple may conflict with graph blank nodes

    insertTriple inserts a triple into a graph Blank nodes inside the triple may conflict with graph blank nodes

    Definition Classes
    GroundRDFGraph
  22. def insertTripleMap(triple: RDFTriple, map: Map[BNodeId, BNodeId]): RDFGraph

    insertTripleMap inserts a triple in this graph

    insertTripleMap inserts a triple in this graph

    triple

    to insert

    map

    maps from BNodeIds in triple to BNodeIds in Graph

    Definition Classes
    GroundRDFGraph
  23. def isEmpty: Boolean

    Definition Classes
    GroundRDFGraph
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def merge(other: RDFGraph): RDFGraph

    Merges this graph with a new one

    Merges this graph with a new one

    Definition Classes
    GroundRDFGraph
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def show(implicit seed: BNodeId): String

    Definition Classes
    GroundRDFGraph
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def triples(implicit seed: BNodeId): Set[RDFTriple]

    get the triples of a graph

    get the triples of a graph

    seed

    represents the seed for blank node identifier generation (default value = 0)

    Ground graphs ignore the seed parameter

    Definition Classes
    GroundRDFGraph
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RDFGraph

Inherited from AnyRef

Inherited from Any

Ungrouped