Class RelationletEntry<T extends Relationlet>
java.lang.Object
org.aksw.jena_sparql_api.relationlet.RelationletEntry<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateVarRef(Function<? super T, ? extends org.apache.jena.sparql.core.Var> varAccessor) createVarRef(org.apache.jena.sparql.core.Var var) Create a var ref to a variable to the relationlet wrapped by this specific entry.getId()toString()
-
Field Details
-
relationlet
-
id
-
-
Constructor Details
-
RelationletEntry
-
-
Method Details
-
createVarRef
Create a var ref to a variable to the relationlet wrapped by this specific entry.- Parameters:
var-- Returns:
-
createVarRef
public VarRefEntry createVarRef(Function<? super T, ? extends org.apache.jena.sparql.core.Var> varAccessor) -
getRelationlet
-
getId
-
toString
-