Uses of Class
org.apache.jena.riot.thrift.wire.RDF_BNode
-
Packages that use RDF_BNode Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_BNode in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_BNode Modifier and Type Method Description RDF_BNodeRDF_BNode. deepCopy()RDF_BNodeRDF_Term. getBnode()RDF_BNodeRDF_BNode. setLabel(java.lang.String label)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_BNode Modifier and Type Method Description static RDF_TermRDF_Term. bnode(RDF_BNode value)intRDF_BNode. compareTo(RDF_BNode other)booleanRDF_BNode. equals(RDF_BNode that)voidRDF_Term. setBnode(RDF_BNode value)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_BNode Constructor Description RDF_BNode(RDF_BNode other)Performs a deep copy on other.
-