Class FragmentWrapperBase
java.lang.Object
org.aksw.jenax.sparql.fragment.api.FragmentWrapperBase
- All Implemented Interfaces:
Fragment,HasElement
- Direct Known Subclasses:
MappedFragment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, toQueryMethods inherited from interface org.aksw.jenax.sparql.fragment.api.HasElement
extractQuery, extractTable, holdsQuery, holdsTable, toOp
-
Field Details
-
delegate
-
-
Constructor Details
-
FragmentWrapperBase
-
-
Method Details
-
getDelegate
-
getElement
public org.apache.jena.sparql.syntax.Element getElement()Description copied from interface:HasElementReturn the element held by the implementation of this interface- Specified by:
getElementin interfaceHasElement- Returns:
-
getVars
Description copied from interface:FragmentReturn 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.
-