Class

rdfp

JenaRDFStreamProcessor

Related Doc: package rdfp

Permalink

class JenaRDFStreamProcessor extends StreamRDFBase with RDFStreamProcessor[Triple]

Linear Supertypes
RDFStreamProcessor[Triple], StreamRDFBase, StreamRDF, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JenaRDFStreamProcessor
  2. RDFStreamProcessor
  3. StreamRDFBase
  4. StreamRDF
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JenaRDFStreamProcessor(src: String, snk: (Triple) ⇒ Unit, mtchrs: List[Matcher[Triple]])

    Permalink

Type Members

  1. class Consumer extends Actor

    Permalink
    Definition Classes
    RDFStreamProcessor
  2. class Producer extends Actor

    Permalink
    Definition Classes
    RDFStreamProcessor

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JenaRDFStreamProcessor to any2stringadd[JenaRDFStreamProcessor] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JenaRDFStreamProcessor, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object Consumer

    Permalink
    Definition Classes
    RDFStreamProcessor
  7. object Producer

    Permalink
    Definition Classes
    RDFStreamProcessor
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def base(arg0: String): Unit

    Permalink
    Definition Classes
    StreamRDFBase → StreamRDF
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def consumer(handle: (Statement[Triple]) ⇒ Unit): ActorRef

    Permalink
    Definition Classes
    RDFStreamProcessor
  12. def ensuring(cond: (JenaRDFStreamProcessor) ⇒ Boolean, msg: ⇒ Any): JenaRDFStreamProcessor

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JenaRDFStreamProcessor to Ensuring[JenaRDFStreamProcessor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def finish(): Unit

    Permalink
    Definition Classes
    StreamRDFBase → StreamRDF
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JenaRDFStreamProcessor to StringFormat[JenaRDFStreamProcessor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def handle(statement: Triple): Unit

    Permalink
    Attributes
    protected[rdfp]
    Definition Classes
    RDFStreamProcessor
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val matchers: List[Matcher[Triple]]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def prefix(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    StreamRDFBase → StreamRDF
  30. def producer(): ActorRef

    Permalink
    Definition Classes
    RDFStreamProcessor
  31. def quad(arg0: Quad): Unit

    Permalink
    Definition Classes
    StreamRDFBase → StreamRDF
  32. val sink: (Triple) ⇒ Unit

    Permalink
  33. val source: String

    Permalink
  34. def start(): Unit

    Permalink
    Definition Classes
    StreamRDFBase → StreamRDF
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. val system: ActorSystem

    Permalink
    Definition Classes
    RDFStreamProcessor
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def trigger: Unit

    Permalink
  39. def triple(t: Triple): Unit

    Permalink
    Definition Classes
    JenaRDFStreamProcessor → StreamRDFBase → StreamRDF
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def [B](y: B): (JenaRDFStreamProcessor, B)

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

Inherited from RDFStreamProcessor[Triple]

Inherited from StreamRDFBase

Inherited from StreamRDF

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JenaRDFStreamProcessor to any2stringadd[JenaRDFStreamProcessor]

Inherited by implicit conversion StringFormat from JenaRDFStreamProcessor to StringFormat[JenaRDFStreamProcessor]

Inherited by implicit conversion Ensuring from JenaRDFStreamProcessor to Ensuring[JenaRDFStreamProcessor]

Inherited by implicit conversion ArrowAssoc from JenaRDFStreamProcessor to ArrowAssoc[JenaRDFStreamProcessor]

Ungrouped