Class RelationletBase
java.lang.Object
org.aksw.jena_sparql_api.relationlet.RelationletBase
- All Implemented Interfaces:
Relationlet
- Direct Known Subclasses:
RelationletBaseWithMutableFixedVars,RelationletNestedImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetPinnedVar(org.apache.jena.sparql.core.Var var, boolean onOrOff) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.relationlet.Relationlet
getExposedVars, getNestedVarMap, getPinnedVars, getVarsMentioned, isPinned, materialize, pinAllVars, pinAllVars, pinVar, resolve
-
Constructor Details
-
RelationletBase
public RelationletBase()
-
-
Method Details
-
setPinnedVar
- Specified by:
setPinnedVarin interfaceRelationlet
-