Packages

o

org.phenoscape.owlet

SPARQLComposer

object SPARQLComposer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SPARQLComposer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BasicTriple(s: Node, p: Node, o: Node) extends TripleOrPath with Product with Serializable
  2. implicit final class ComposerPath extends AnyVal
  3. implicit final class ComposerProperty extends AnyVal
  4. implicit final class ComposerQuery extends AnyVal
  5. implicit final class ComposerSymbol extends AnyVal
  6. case class PathTriple(s: Node, p: Path, o: Node) extends TripleOrPath with Product with Serializable
  7. implicit final class StringToLiteral extends AnyVal
  8. sealed trait TripleOrPath extends AnyRef

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 asc(variable: Var): SortCondition
  6. def bgp(triples: TripleOrPath*): ElementPathBlock
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def construct(triples: BasicTriple*): Query
  9. def desc(variable: Var): SortCondition
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def filter(in: E_OneOf): ElementFilter
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. implicit def iriToNode(iri: IRI): Node
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit def listToExprList(list: List[Node]): ExprList
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def optional(elements: Element*): ElementOptional
  22. implicit def owlEntityToNode(entity: OWLEntity): Node
  23. def select(resultVars: Var*): Query
  24. def select_distinct(resultVars: Var*): Query
  25. def service(uri: String, elements: Element*): ElementService
  26. def str(variable: Var): E_Str
  27. def subClassOf(variable: Symbol, expression: OWLClassExpression)(implicit reasoner: OWLReasoner): ElementFilter
  28. implicit def symbolToSortCondition(value: Symbol): SortCondition
  29. implicit def symbolToVar(value: Symbol): Var
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def t(s: Node, p: Node, o: Node): BasicTriple
  32. def t(s: Node, p: Path, o: Node): PathTriple
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. implicit def triplePathToTriple(tp: TriplePath): Triple
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped