Class

es.weso.rdf.jena

Endpoint

Related Doc: package jena

Permalink

case class Endpoint(endpoint: String) extends RDFReader with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RDFReader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Endpoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RDFReader
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Endpoint(endpoint: String)

    Permalink

Type Members

  1. type Rdf = Endpoint

    Permalink
    Definition Classes
    Endpoint → RDFReader

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val endpoint: String

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getPrefixMap(): PrefixMap

    Permalink
    Definition Classes
    Endpoint → RDFReader
  11. def hasPredicateWithSubject(n: RDFNode, p: IRI): Boolean

    Permalink
    Definition Classes
    RDFReader
  12. def iris(): Set[IRI]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def jena2rdfnode(r: RDFNode): RDFNode

    Permalink
  15. val log: Logger

    Permalink
  16. def model2triples(model: Model): Set[RDFTriple]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def objects(): Set[IRI]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  21. def parse(cs: CharSequence, format: String, base: Option[String]): Try[Endpoint]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  22. def predicates(): Set[IRI]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  23. def property2iri(p: Property): IRI

    Permalink
  24. def rdfTriples(): Set[RDFTriple]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  25. def serialize(format: String): String

    Permalink
    Definition Classes
    Endpoint → RDFReader
  26. def statement2triple(st: Statement): RDFTriple

    Permalink
  27. def subjects(): Set[RDFNode]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def triplesWithObject(node: RDFNode): Set[RDFTriple]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  30. def triplesWithPredicate(p: IRI): Set[RDFTriple]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  31. def triplesWithPredicateObject(p: IRI, o: RDFNode): Set[RDFTriple]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  32. def triplesWithSubject(node: RDFNode): Set[RDFTriple]

    Permalink
    Definition Classes
    Endpoint → RDFReader
  33. def triplesWithSubjectPredicate(s: RDFNode, p: IRI): Set[RDFTriple]

    Permalink
    Definition Classes
    RDFReader
  34. def triplesWithType(expectedType: IRI): Set[RDFTriple]

    Permalink
    Definition Classes
    RDFReader
  35. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RDFReader

Inherited from AnyRef

Inherited from Any

Ungrouped