case class SWDiscoveryJs(config: StatementConfiguration = StatementConfiguration(), swArg: SWDiscovery = null) extends Product with Serializable
- Annotations
- @JSExportTopLevel("SWDiscovery")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SWDiscoveryJs
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SWDiscoveryJs(config: StatementConfiguration = StatementConfiguration(), swArg: SWDiscovery = null)
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): BindIncrementJs
- Annotations
- @JSExport()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val config: StatementConfiguration
- def console(): SWDiscoveryJs
- Annotations
- @JSExport()
- def datatype(uri: Any, ref: String): SWDiscoveryJs
- Annotations
- @JSExport()
- implicit val ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filter: FilterIncrementJs
- Annotations
- @JSExport()
- def finder: SWDiscoveryHelperJs
- Annotations
- @JSExport()
- def focus(): String
- Annotations
- @JSExport()
- def focus(ref: String): SWDiscoveryJs
- Annotations
- @JSExport()
- def focusManagement(n: Node): SWDiscoveryJs
- Annotations
- @JSExport()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getSerializedString: String
- Annotations
- @JSExport()
- def graph(graph: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def helper(regex: String = ""): SWDiscoveryJs
- Annotations
- @JSExport()
- def isA(term: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLinkFrom(uri: String, ref: String = sw.getUniqueRef("linkFrom")): SWDiscoveryJs
- Annotations
- @JSExport()
- def isLinkTo(uri: Any, ref: String = sw.getUniqueRef("linkTo")): SWDiscoveryJs
- Annotations
- @JSExport()
- def isObjectOf(uri: Any, ref: String = sw.getUniqueRef("subject")): SWDiscoveryJs
- Annotations
- @JSExport()
- def isSubjectOf(uri: Any, ref: String = sw.getUniqueRef("object")): SWDiscoveryJs
- Annotations
- @JSExport()
- def namedGraph(graph: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- 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: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def root(): SWDiscoveryJs
- Annotations
- @JSExport()
- def select(lRef: Seq[String], limit: Int = 0, offset: Int = 0): SWTransactionJs
- Annotations
- @JSExport()
- def select(lRef: String*): SWTransactionJs
- Annotations
- @JSExport()
- def selectByPage(lRef: String*): Promise[(Int, Array[SWTransactionJs])]
- Annotations
- @JSExport()
- def set(term: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def setList(terms: Any*): SWDiscoveryJs
- Annotations
- @JSExport()
- def setSerializedString(query: String): SWDiscoveryJs
- Annotations
- @JSExport()
- def something(ref: String = sw.getUniqueRef("something")): SWDiscoveryJs
- Annotations
- @JSExport()
- def sparql(): String
- Annotations
- @JSExport()
- val sw: SWDiscovery
- val swArg: SWDiscovery
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toIRI(any: Any): IRI
- def toURI(any: Any): URI
- def usage(): SWDiscoveryJs
- Annotations
- @JSExport()
- 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