edu.stanford.smi.protegex.owl.model.validator
Class DefaultPropertyValueValidator

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.model.validator.DefaultPropertyValueValidator
All Implemented Interfaces:
PropertyValueValidator

public class DefaultPropertyValueValidator
extends Object
implements PropertyValueValidator

Author:
Holger Knublauch

Constructor Summary
DefaultPropertyValueValidator()
           
 
Method Summary
 boolean isValidPropertyValue(RDFResource subject, RDFProperty predicate, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertyValueValidator

public DefaultPropertyValueValidator()
Method Detail

isValidPropertyValue

public boolean isValidPropertyValue(RDFResource subject,
                                    RDFProperty predicate,
                                    Object object)
Specified by:
isValidPropertyValue in interface PropertyValueValidator