Interface Connective

All Known Implementing Classes:
ConnectiveImpl

public interface Connective
A fragment together with a distinguished list of variables which can be used to "connect" fragments. It is assumed that all vars of the connective are contained in fragment.getVars().
  • Method Summary

    Modifier and Type
    Method
    Description
     
    List<org.apache.jena.sparql.core.Var>
     
  • Method Details

    • getFragment

      Fragment getFragment()
    • getVars

      List<org.apache.jena.sparql.core.Var> getVars()