case class SWDiscovery(config: StatementConfiguration = StatementConfiguration(), rootNode: Root = Root(), fn: Option[String] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SWDiscovery
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SWDiscovery(config: StatementConfiguration = StatementConfiguration(), rootNode: Root = Root(), fn: Option[String] = None)
Type Members
- case class BindIncrement(var: String) extends Product with Serializable
- case class FilterIncrement(negation: Boolean = false) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(var: String): BindIncrement
- def checkQueryVariable(term: SparqlDefinition): SWDiscovery
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val config: StatementConfiguration
- def console: SWDiscovery
- def datatype(uri: URI, ref: String = getUniqueRef("datatype")): SWDiscovery
- implicit val ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def filter: FilterIncrement
- def finder: SWDiscoveryHelper
- val fn: Option[String]
- def focus(ref: String): SWDiscovery
- def focus(): String
- def focusManagement(n: Node, forward: Boolean = true): SWDiscovery
- val focusNode: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getSerializedString: String
- def getUniqueRef(baseNameVar: String = ""): String
- def graph(graph: IRI): SWDiscovery
- def isA(term: SparqlDefinition): SWDiscovery
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLinkFrom(term: SparqlDefinition, ref: String = getUniqueRef("linkFrom")): SWDiscovery
- def isLinkTo(term: SparqlDefinition, ref: String = getUniqueRef("linkTo")): SWDiscovery
- def isObjectOf(term: SparqlDefinition, ref: String = getUniqueRef("subject")): SWDiscovery
- def isSubjectOf(term: SparqlDefinition, ref: String = getUniqueRef("object")): SWDiscovery
- def namedGraph(graph: IRI): SWDiscovery
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prefix(short: String, long: IRI): SWDiscovery
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def refExist(ref: String): SWDiscovery
- def root: SWDiscovery
- val rootNode: Root
- 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
- 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
- def set(term: SparqlDefinition): SWDiscovery
- def setList(terms: Seq[SparqlDefinition]): SWDiscovery
- def setSerializedString(query: String): SWDiscovery
- def something(ref: String = getUniqueRef("something")): SWDiscovery
- def sparql: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transaction: SWTransaction
Discovery request
- def usage: SWDiscovery
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated