Interface Fragment1

All Superinterfaces:
Fragment, HasElement
All Known Implementing Classes:
Concept

public interface Fragment1 extends Fragment
  • Method Details

    • getVar

      org.apache.jena.sparql.core.Var getVar()
    • getVars

      default List<org.apache.jena.sparql.core.Var> getVars()
      Description copied from interface: Fragment
      Return the distinguished variables of the relation. The returned list is should be duplicate-free. The variables are NOT required to occur in the relation's element.
      Specified by:
      getVars in interface Fragment
      Returns:
      A list of variables
    • isSubjectConcept

      default boolean isSubjectConcept()
      Test whether this relation is isomorphic to ?s WHERE { ?s ?p ?o }
      Returns:
    • asQuery

      default org.apache.jena.query.Query asQuery()
    • join

      default FragmentJoiner join()