es.weso.rdf.reader

Endpoint

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

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

Instance Constructors

  1. new Endpoint(endpoint: String)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. lazy val findIRIs: Query

  10. lazy val findObjects: Query

  11. lazy val findPredicates: Query

  12. lazy val findRDFTriples: Query

  13. lazy val findSubjects: Query

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

    Definition Classes
    AnyRef → Any
  15. def iris(): Set[IRI]

    Definition Classes
    Endpoint → RDF
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def jena2rdfnode(r: RDFNode): RDFNode

  18. val log: Logger

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

  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    Endpoint → RDF
  24. def parse(cs: CharSequence): Try[RDF]

    Definition Classes
    Endpoint → RDF
  25. def predicates(): Set[IRI]

    Definition Classes
    Endpoint → RDF
  26. def property2iri(p: Property): IRI

  27. def queryTriples(): Query

  28. def queryTriplesWithObject(obj: IRI): Query

  29. def queryTriplesWithSubject(subj: IRI): Query

  30. def rdfTriples(): Set[RDFTriple]

    Definition Classes
    Endpoint → RDF
  31. def serialize(format: String): String

    Definition Classes
    Endpoint → RDF
  32. def statement2triple(st: Statement): RDFTriple

  33. def subjects(): Set[IRI]

    Definition Classes
    Endpoint → RDF
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    Endpoint → RDF
  36. def triplesWithSubject(node: RDFNode): Set[RDFTriple]

    Definition Classes
    Endpoint → RDF
  37. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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 RDF

Inherited from AnyRef

Inherited from Any

Ungrouped