org.topbraid.core.change
Class DefaultValuesProvider
java.lang.Object
org.topbraid.core.change.DefaultValuesProvider
public class DefaultValuesProvider
- extends java.lang.Object
|
Method Summary |
void |
add(com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode object)
|
void |
apply(com.hp.hpl.jena.rdf.model.Resource subject)
|
java.util.Map<com.hp.hpl.jena.rdf.model.Property,java.util.Collection<com.hp.hpl.jena.rdf.model.RDFNode>> |
getDefaultValuesMap()
Gets the Map of default values, with the properties as keys and
Collections of RDFNodes as values. |
void |
remove(com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode object)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultValuesProvider
public DefaultValuesProvider()
add
public void add(com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode object)
apply
public void apply(com.hp.hpl.jena.rdf.model.Resource subject)
getDefaultValuesMap
public java.util.Map<com.hp.hpl.jena.rdf.model.Property,java.util.Collection<com.hp.hpl.jena.rdf.model.RDFNode>> getDefaultValuesMap()
- Gets the Map of default values, with the properties as keys and
Collections of RDFNodes as values.
- Returns:
- a Map (Property -> Collection)
remove
public void remove(com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode object)