object SPARQLComposer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SPARQLComposer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BasicTriple(s: Node, p: Node, o: Node) extends TripleOrPath with Product with Serializable
- implicit final class ComposerPath extends AnyVal
- implicit final class ComposerProperty extends AnyVal
- implicit final class ComposerQuery extends AnyVal
- implicit final class ComposerSymbol extends AnyVal
- case class PathTriple(s: Node, p: Path, o: Node) extends TripleOrPath with Product with Serializable
- implicit final class StringToLiteral extends AnyVal
- sealed trait TripleOrPath extends AnyRef
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 asc(variable: Var): SortCondition
- def bgp(triples: TripleOrPath*): ElementPathBlock
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def construct(triples: BasicTriple*): Query
- def desc(variable: Var): SortCondition
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def filter(in: E_OneOf): ElementFilter
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def iriToNode(iri: IRI): Node
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def listToExprList(list: List[Node]): ExprList
-
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 optional(elements: Element*): ElementOptional
- implicit def owlEntityToNode(entity: OWLEntity): Node
- def select(resultVars: Var*): Query
- def select_distinct(resultVars: Var*): Query
- def service(uri: String, elements: Element*): ElementService
- def str(variable: Var): E_Str
- def subClassOf(variable: Symbol, expression: OWLClassExpression)(implicit reasoner: OWLReasoner): ElementFilter
- implicit def symbolToSortCondition(value: Symbol): SortCondition
- implicit def symbolToVar(value: Symbol): Var
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def t(s: Node, p: Node, o: Node): BasicTriple
- def t(s: Node, p: Path, o: Node): PathTriple
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def triplePathToTriple(tp: TriplePath): Triple
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.