public class Tuple extends Object implements Comparable<Tuple>
| Modifier and Type | Field and Description |
|---|---|
List<org.eclipse.rdf4j.model.Value> |
line |
| Constructor and Description |
|---|
Tuple() |
Tuple(org.eclipse.rdf4j.query.BindingSet bindingset) |
Tuple(List<org.eclipse.rdf4j.model.Value> list) |
Tuple(List<org.eclipse.rdf4j.model.Value> list,
Tuple historyTuple) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHistory(Tuple tuple) |
int |
compareTo(Tuple o) |
boolean |
equals(Object o) |
String |
getCause() |
List<org.eclipse.rdf4j.model.Value> |
getlist() |
int |
hashCode() |
String |
toString() |
public List<org.eclipse.rdf4j.model.Value> line
public Tuple(List<org.eclipse.rdf4j.model.Value> list)
public Tuple()
public Tuple(org.eclipse.rdf4j.query.BindingSet bindingset)
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.