Method Summary
All Methods Instance Methods Abstract Methods Default Methods
default org.apache.jena.query.Query
org.apache.jena.sparql.core.Var
default List <org.apache.jena.sparql.core.Var>
Return the distinguished variables of the relation.
default boolean
Test whether this relation is isomorphic to
?s WHERE { ?s ?p ?o }
Methods inherited from interface org.aksw.jenax.sparql.fragment.api.Fragment
applyNodeTransform , filter , filter , filter , filter , getElements , getNonDistinguishedVars , getVarsMentioned , joinOn , joinOn , prependOn , prependOn , project , project , rename , rename , toFragment1 , toFragment2 , toFragment3 , toQuery
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 ()