public class Tuple extends Object implements Comparable<Tuple>
Constructor and Description |
---|
Tuple() |
Tuple(BindingSet bindingset,
String[] bindingnames) |
Tuple(List<Value> list) |
Tuple(List<Value> list,
Tuple historyTuple) |
Tuple(Tuple tuple) |
Tuple(Value... list) |
Modifier and Type | Method and Description |
---|---|
void |
addAllCausedByPropertyShape(Deque<org.eclipse.rdf4j.sail.shacl.AST.PropertyShape> causedByPropertyShapes) |
void |
addCausedByPropertyShape(org.eclipse.rdf4j.sail.shacl.AST.PropertyShape propertyShape) |
void |
addHistory(Tuple tuple) |
int |
compareTo(Tuple o) |
boolean |
equals(Object o) |
String |
getCause() |
Deque<org.eclipse.rdf4j.sail.shacl.AST.PropertyShape> |
getCausedByPropertyShapes() |
List<Value> |
getlist() |
int |
hashCode() |
String |
toString() |
public Tuple(Value... list)
public Tuple()
public Tuple(BindingSet bindingset, String[] bindingnames)
public Tuple(Tuple tuple)
public void addCausedByPropertyShape(org.eclipse.rdf4j.sail.shacl.AST.PropertyShape propertyShape)
public Deque<org.eclipse.rdf4j.sail.shacl.AST.PropertyShape> getCausedByPropertyShapes()
public int compareTo(Tuple o)
compareTo
in interface Comparable<Tuple>
public String getCause()
public void addHistory(Tuple tuple)
public void addAllCausedByPropertyShape(Deque<org.eclipse.rdf4j.sail.shacl.AST.PropertyShape> causedByPropertyShapes)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.