Class RelationletElementImpl
java.lang.Object
org.aksw.jena_sparql_api.relationlet.RelationletBase
org.aksw.jena_sparql_api.relationlet.RelationletBaseWithMutableFixedVars
org.aksw.jena_sparql_api.relationlet.RelationletElementBase
org.aksw.jena_sparql_api.relationlet.RelationletElementImpl
- All Implemented Interfaces:
Relationlet,RelationletSimple
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.jena.sparql.syntax.Elementprotected Set<org.apache.jena.sparql.core.Var>Fields inherited from class org.aksw.jena_sparql_api.relationlet.RelationletBaseWithMutableFixedVars
exposedVars -
Constructor Summary
ConstructorsConstructorDescriptionRelationletElementImpl(org.apache.jena.sparql.syntax.Element el) RelationletElementImpl(org.apache.jena.sparql.syntax.Element el, Set<org.apache.jena.sparql.core.Var> fixedVars) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.syntax.ElementSet<org.apache.jena.sparql.core.Var>setPinnedVar(org.apache.jena.sparql.core.Var var, boolean onOrOff) toString()Methods inherited from class org.aksw.jena_sparql_api.relationlet.RelationletElementBase
getVarsMentioned, materializeMethods inherited from class org.aksw.jena_sparql_api.relationlet.RelationletBaseWithMutableFixedVars
getExposedVars, getNestedVarMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.relationlet.Relationlet
getExposedVars, getNestedVarMap, isPinned, pinAllVars, pinAllVars, pinVar, resolve
-
Field Details
-
el
protected org.apache.jena.sparql.syntax.Element el -
fixedVars
-
-
Constructor Details
-
RelationletElementImpl
public RelationletElementImpl(org.apache.jena.sparql.syntax.Element el) -
RelationletElementImpl
public RelationletElementImpl(org.apache.jena.sparql.syntax.Element el, Set<org.apache.jena.sparql.core.Var> fixedVars)
-
-
Method Details
-
getElement
public org.apache.jena.sparql.syntax.Element getElement() -
getPinnedVars
- Specified by:
getPinnedVarsin interfaceRelationlet- Overrides:
getPinnedVarsin classRelationletBaseWithMutableFixedVars
-
setPinnedVar
- Specified by:
setPinnedVarin interfaceRelationlet- Overrides:
setPinnedVarin classRelationletBase
-
toString
-