case class SWDiscovery(config: StatementConfiguration = StatementConfiguration(), rootNode: Root = Root(), fn: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SWDiscovery
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SWDiscovery(config: StatementConfiguration = StatementConfiguration(), rootNode: Root = Root(), fn: Option[String] = None)

Type Members

  1. case class BindIncrement(var: String) extends Product with Serializable
  2. case class FilterIncrement(negation: Boolean = false) extends Product with Serializable

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 bind(var: String): BindIncrement
  6. def checkQueryVariable(term: SparqlDefinition): SWDiscovery
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val config: StatementConfiguration
  9. def console: SWDiscovery
  10. def datatype(uri: URI, ref: String = getUniqueRef("datatype")): SWDiscovery
  11. implicit val ec: ExecutionContext
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def filter: FilterIncrement
  14. def finder: SWDiscoveryHelper
  15. val fn: Option[String]
  16. def focus(ref: String): SWDiscovery
  17. def focus(): String
  18. def focusManagement(n: Node, forward: Boolean = true): SWDiscovery
  19. val focusNode: String
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getSerializedString: String
  22. def getUniqueRef(baseNameVar: String = ""): String
  23. def graph(graph: IRI): SWDiscovery
  24. def isA(term: SparqlDefinition): SWDiscovery
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isLinkFrom(term: SparqlDefinition, ref: String = getUniqueRef("linkFrom")): SWDiscovery
  27. def isLinkTo(term: SparqlDefinition, ref: String = getUniqueRef("linkTo")): SWDiscovery
  28. def isObjectOf(term: SparqlDefinition, ref: String = getUniqueRef("subject")): SWDiscovery
  29. def isSubjectOf(term: SparqlDefinition, ref: String = getUniqueRef("object")): SWDiscovery
  30. def namedGraph(graph: IRI): SWDiscovery
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def prefix(short: String, long: IRI): SWDiscovery
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def refExist(ref: String): SWDiscovery
  37. def root: SWDiscovery
  38. val rootNode: Root
  39. def select(lRef: Seq[String] = List(), limit: Int = 0, offset: Int = 0): SWTransaction

    Return solutions as Future corresponding with the current Node request.

    Return solutions as Future corresponding with the current Node request.

    lRef

    : selected variables

    limit

    : upper bound on the number of solutions returned

    offset

    : solution are generated after this offset

  40. def selectByPage(lRef: Seq[String] = List()): Future[(Int, Seq[SWTransaction])]

    Give an iterable object to browse and obtain all solution performed by a select.

    Give an iterable object to browse and obtain all solution performed by a select.

    lRef

    : selected variables

    returns

    iterable on select function

  41. def set(term: SparqlDefinition): SWDiscovery
  42. def setList(terms: Seq[SparqlDefinition]): SWDiscovery
  43. def setSerializedString(query: String): SWDiscovery
  44. def something(ref: String = getUniqueRef("something")): SWDiscovery
  45. def sparql: String
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def transaction: SWTransaction

    Discovery request

  48. def usage: SWDiscovery
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped