edu.stanford.smi.protegex.owl.model.validator
Interface PropertyValueValidator

All Known Implementing Classes:
DefaultPropertyValueValidator

public interface PropertyValueValidator

An interface for objects that can validate whether a certain value would be a valid object for a given subject/predicate pair.

Author:
Holger Knublauch

Method Summary
 boolean isValidPropertyValue(RDFResource subject, RDFProperty predicate, Object object)
           
 

Method Detail

isValidPropertyValue

public boolean isValidPropertyValue(RDFResource subject,
                                    RDFProperty predicate,
                                    Object object)