Package org.aksw.jena_sparql_api.pathlet
Interface Pathlet
- All Superinterfaces:
Relationlet
- All Known Implementing Classes:
PathletJoinerImpl,PathletSimple
A pathlet is a specialization of a
Relationlet
with designated source and target variables- Author:
- raven
-
Method Summary
Methods inherited from interface org.aksw.jena_sparql_api.relationlet.Relationlet
getExposedVars, getNestedVarMap, getPinnedVars, getVarsMentioned, isPinned, materialize, pinAllVars, pinAllVars, pinVar, resolve, setPinnedVar
-
Method Details
-
getSrcVar
org.apache.jena.sparql.core.Var getSrcVar() -
getTgtVar
org.apache.jena.sparql.core.Var getTgtVar()
-