public class ModelPrefixEditor extends Object
Modifier and Type | Field and Description |
---|---|
protected PrefixEditor |
pe |
Constructor and Description |
---|
ModelPrefixEditor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isEmpty() |
com.hp.hpl.jena.graph.Graph |
rename(com.hp.hpl.jena.graph.Graph from) |
Map<String,String> |
rename(Map<String,String> tb)
Rename the keys of the term-binding map according to this prefix editor.
|
com.hp.hpl.jena.rdf.model.Model |
rename(com.hp.hpl.jena.rdf.model.Model x) |
com.hp.hpl.jena.rdf.model.RDFNode |
rename(com.hp.hpl.jena.rdf.model.RDFNode n) |
ModelPrefixEditor |
set(String from,
String to) |
String |
toString() |
protected final PrefixEditor pe
public ModelPrefixEditor set(String from, String to)
public boolean isEmpty()
public Map<String,String> rename(Map<String,String> tb)
public com.hp.hpl.jena.rdf.model.Model rename(com.hp.hpl.jena.rdf.model.Model x)
public com.hp.hpl.jena.graph.Graph rename(com.hp.hpl.jena.graph.Graph from)
public com.hp.hpl.jena.rdf.model.RDFNode rename(com.hp.hpl.jena.rdf.model.RDFNode n)
Copyright © 2014. All Rights Reserved.