Object

org.phenoscape.owlet

SPARQLComposer

Related Doc: package owlet

Permalink

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

    Permalink
  2. implicit final class ComposerPath extends AnyVal

    Permalink
  3. implicit final class ComposerProperty extends AnyVal

    Permalink
  4. implicit final class ComposerQuery extends AnyVal

    Permalink
  5. implicit final class ComposerSymbol extends AnyVal

    Permalink
  6. case class PathTriple(s: Node, p: Path, o: Node) extends TripleOrPath with Product with Serializable

    Permalink
  7. implicit final class StringToLiteral extends AnyVal

    Permalink
  8. sealed trait TripleOrPath extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asc(variable: Var): SortCondition

    Permalink
  6. def bgp(triples: TripleOrPath*): ElementPathBlock

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def construct(triples: BasicTriple*): Query

    Permalink
  9. def desc(variable: Var): SortCondition

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def filter(in: E_OneOf): ElementFilter

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. implicit def iriToNode(iri: IRI): Node

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. implicit def listToExprList(list: List[Node]): ExprList

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def optional(elements: Element*): ElementOptional

    Permalink
  23. implicit def owlEntityToNode(entity: OWLEntity): Node

    Permalink
  24. def select(resultVars: Var*): Query

    Permalink
  25. def select_distinct(resultVars: Var*): Query

    Permalink
  26. def service(uri: String, elements: Element*): ElementService

    Permalink
  27. def str(variable: Var): E_Str

    Permalink
  28. def subClassOf(variable: Symbol, expression: OWLClassExpression)(implicit reasoner: OWLReasoner): ElementFilter

    Permalink
  29. implicit def symbolToSortCondition(value: Symbol): SortCondition

    Permalink
  30. implicit def symbolToVar(value: Symbol): Var

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def t(s: Node, p: Node, o: Node): BasicTriple

    Permalink
  33. def t(s: Node, p: Path, o: Node): PathTriple

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. implicit def triplePathToTriple(tp: TriplePath): Triple

    Permalink
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped