Trait

com.signalcollect.triplerush

JenaGraphAdapter

Related Doc: package triplerush

Permalink

trait JenaGraphAdapter extends GraphBase with GraphStatisticsHandler

A TripleRush implementation of the Jena Graph interface.

Self Type
TripleRush
Linear Supertypes
GraphStatisticsHandler, GraphBase, GraphWithPerform, org.apache.jena.graph.Graph, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JenaGraphAdapter
  2. GraphStatisticsHandler
  3. GraphBase
  4. GraphWithPerform
  5. Graph
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(arg0: Triple): Unit

    Permalink
    Definition Classes
    GraphBase → Graph
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def checkOpen(): Unit

    Permalink
    Attributes
    protected[org.apache.jena.graph.impl]
    Definition Classes
    GraphBase
  7. def clear(): Unit

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphBase → Graph
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphBase → Graph
  10. final def contains(arg0: Node, arg1: Node, arg2: Node): Boolean

    Permalink
    Definition Classes
    GraphBase → Graph
  11. final def contains(arg0: Triple): Boolean

    Permalink
    Definition Classes
    GraphBase → Graph
  12. final def containsByFind(arg0: Triple): Boolean

    Permalink
    Attributes
    protected[org.apache.jena.graph.impl]
    Definition Classes
    GraphBase
  13. def createPrefixMapping(): PrefixMapping

    Permalink
    Attributes
    protected[org.apache.jena.graph.impl]
    Definition Classes
    GraphBase
  14. def createStatisticsHandler(): TripleRush

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphBase
  15. final def delete(arg0: Triple): Unit

    Permalink
    Definition Classes
    GraphBase → Graph
  16. def dependsOn(arg0: org.apache.jena.graph.Graph): Boolean

    Permalink
    Definition Classes
    GraphBase → Graph
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def find(arg0: Node, arg1: Node, arg2: Node): ExtendedIterator[Triple]

    Permalink
    Definition Classes
    GraphBase → Graph
  21. final def find(arg0: Triple): ExtendedIterator[Triple]

    Permalink
    Definition Classes
    GraphBase → Graph
  22. def forTestingOnly_graphBaseFind(arg0: Triple): ExtendedIterator[Triple]

    Permalink
    Definition Classes
    GraphBase
  23. val getCapabilities: Capabilities { ... /* 7 definitions in type refinement */ }

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphBase → Graph
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getEventManager(): GraphEventManager

    Permalink
    Definition Classes
    GraphBase → Graph
  26. def getModel: Model

    Permalink
  27. def getPrefixMapping(): PrefixMapping

    Permalink
    Definition Classes
    GraphBase → Graph
  28. def getStatistic(s: Node, p: Node, o: Node): Long

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphStatisticsHandler
  29. def getStatisticsHandler(): GraphStatisticsHandler

    Permalink
    Definition Classes
    GraphBase → Graph
  30. def getTransactionHandler(): TransactionHandler

    Permalink
    Definition Classes
    GraphBase → Graph
  31. def graphBaseContains(t: Triple): Boolean

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphBase
  32. def graphBaseFind(triplePattern: Triple): ExtendedIterator[Triple]

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphBase
  33. def graphBaseFind(arg0: Node, arg1: Node, arg2: Node): ExtendedIterator[Triple]

    Permalink
    Attributes
    protected[org.apache.jena.graph.impl]
    Definition Classes
    GraphBase
  34. def graphBaseSize(): Int

    Permalink
    Definition Classes
    JenaGraphAdapter → GraphBase
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. def isClosed(): Boolean

    Permalink
    Definition Classes
    GraphBase → Graph
  37. def isEmpty(): Boolean

    Permalink
    Definition Classes
    GraphBase → Graph
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def isIsomorphicWith(arg0: org.apache.jena.graph.Graph): Boolean

    Permalink
    Definition Classes
    GraphBase → Graph
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. def notifyAdd(arg0: Triple): Unit

    Permalink
    Definition Classes
    GraphBase
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. def notifyDelete(arg0: Triple): Unit

    Permalink
    Definition Classes
    GraphBase
  45. def performAdd(triple: Triple): Unit

    Permalink

    Meaning of prefixes in the encoded string: - Everything that starts with a letter is interpreted as an IRI, because their schema has to start with a letter.

    Meaning of prefixes in the encoded string: - Everything that starts with a letter is interpreted as an IRI, because their schema has to start with a letter. - If a string starts with a digit or a hyphen, then it is interpreted as an integer literal. - If a string starts with " or "<", then it is interpreted as a general literal.

    Definition Classes
    JenaGraphAdapter → GraphBase → GraphWithPerform
  46. def performDelete(arg0: Triple): Unit

    Permalink
    Definition Classes
    GraphBase → GraphWithPerform
  47. def remove(arg0: Node, arg1: Node, arg2: Node): Unit

    Permalink
    Definition Classes
    GraphBase → Graph
  48. final def size(): Int

    Permalink
    Definition Classes
    GraphBase → Graph
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def toString(): String

    Permalink
    Definition Classes
    GraphBase → AnyRef → Any
  51. val tripleRushStageGen: TripleRushStageGenerator

    Permalink
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GraphStatisticsHandler

Inherited from GraphBase

Inherited from GraphWithPerform

Inherited from org.apache.jena.graph.Graph

Inherited from AnyRef

Inherited from Any

Ungrouped