public class Tuple extends Object
Modifier and Type | Field and Description |
---|---|
private Map<String,org.eclipse.rdf4j.model.Value> |
varMap |
Constructor and Description |
---|
Tuple() |
Modifier and Type | Method and Description |
---|---|
boolean |
addVarValue(String varId,
org.eclipse.rdf4j.model.Value artNode)
Add a variable and its associated ontology resource
|
Map<String,org.eclipse.rdf4j.model.Value> |
getTupleMap()
Get the map containing the variable name and its associated ontology resource
|
public boolean addVarValue(String varId, org.eclipse.rdf4j.model.Value artNode)
varId
- the variable idartNode
- the ontology resource associated to the variableCopyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.