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
isValidPropertyValue
boolean isValidPropertyValue(RDFResource subject,
RDFProperty predicate,
Object object)
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.