Package | Description |
---|---|
org.apache.jena.riot.thrift.wire |
Modifier and Type | Field and Description |
---|---|
List<RDF_VAR> |
RDF_VarTuple.vars |
Modifier and Type | Method and Description |
---|---|
RDF_VAR |
RDF_VAR.deepCopy() |
RDF_VAR |
RDF_Term.getVariable() |
RDF_VAR |
RDF_VAR.setName(String name) |
Modifier and Type | Method and Description |
---|---|
List<RDF_VAR> |
RDF_VarTuple.getVars() |
Iterator<RDF_VAR> |
RDF_VarTuple.getVarsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
RDF_VarTuple.addToVars(RDF_VAR elem) |
int |
RDF_VAR.compareTo(RDF_VAR other) |
boolean |
RDF_VAR.equals(RDF_VAR that) |
void |
RDF_Term.setVariable(RDF_VAR value) |
static RDF_Term |
RDF_Term.variable(RDF_VAR value) |
Modifier and Type | Method and Description |
---|---|
RDF_VarTuple |
RDF_VarTuple.setVars(List<RDF_VAR> vars) |
Constructor and Description |
---|
RDF_VAR(RDF_VAR other)
Performs a deep copy on other.
|
Constructor and Description |
---|
RDF_VarTuple(List<RDF_VAR> vars) |
Licenced under the Apache License, Version 2.0