org.topbraid.core.change
Class DefaultValuesProvider

java.lang.Object
  extended by org.topbraid.core.change.DefaultValuesProvider

public class DefaultValuesProvider
extends java.lang.Object


Constructor Summary
DefaultValuesProvider()
           
 
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
 

Constructor Detail

DefaultValuesProvider

public DefaultValuesProvider()
Method Detail

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)