Package | Description |
---|---|
org.apache.jena.riot.thrift | |
org.apache.jena.riot.thrift.wire |
Modifier and Type | Method and Description |
---|---|
static RDF_Triple |
ThriftConvert.convert(Triple triple,
boolean allowValues) |
static RDF_Triple |
ThriftConvert.convert(Triple triple,
PrefixMap pmap,
boolean allowValues) |
Modifier and Type | Method and Description |
---|---|
static Triple |
ThriftConvert.convert(RDF_Triple triple) |
static Triple |
ThriftConvert.convert(RDF_Triple rt,
PrefixMap pmap) |
void |
VisitorStreamRowTRDF.visit(RDF_Triple triple) |
void |
StreamRowTRDFPrinter.visit(RDF_Triple triple) |
void |
Thrift2StreamRDF.visit(RDF_Triple rt) |
Modifier and Type | Method and Description |
---|---|
RDF_Triple |
RDF_Triple.deepCopy() |
RDF_Triple |
RDF_StreamRow.getTriple() |
RDF_Triple |
RDF_Triple.setO(RDF_Term O) |
RDF_Triple |
RDF_Triple.setP(RDF_Term P) |
RDF_Triple |
RDF_Triple.setS(RDF_Term S) |
Modifier and Type | Method and Description |
---|---|
int |
RDF_Triple.compareTo(RDF_Triple other) |
boolean |
RDF_Triple.equals(RDF_Triple that) |
void |
RDF_StreamRow.setTriple(RDF_Triple value) |
static RDF_StreamRow |
RDF_StreamRow.triple(RDF_Triple value) |
Constructor and Description |
---|
RDF_Triple(RDF_Triple other)
Performs a deep copy on other.
|
Licenced under the Apache License, Version 2.0