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

Packages that use PropertyValueValidator
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.model.validator   
 

Uses of PropertyValueValidator in edu.stanford.smi.protegex.owl.model
 

Methods in edu.stanford.smi.protegex.owl.model that return PropertyValueValidator
 PropertyValueValidator OWLModel.getPropertyValueValidator()
          Gets the currently used PropertyValueValidator.
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type PropertyValueValidator
 void OWLModel.setPropertyValueValidator(PropertyValueValidator validator)
          Sets the validator that shall be used in future calls of the validation methods.
 

Uses of PropertyValueValidator in edu.stanford.smi.protegex.owl.model.impl
 

Fields in edu.stanford.smi.protegex.owl.model.impl declared as PropertyValueValidator
private  PropertyValueValidator AbstractOWLModel.propertyValueValidator
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return PropertyValueValidator
 PropertyValueValidator AbstractOWLModel.getPropertyValueValidator()
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type PropertyValueValidator
 void AbstractOWLModel.setPropertyValueValidator(PropertyValueValidator validator)
           
 

Uses of PropertyValueValidator in edu.stanford.smi.protegex.owl.model.validator
 

Classes in edu.stanford.smi.protegex.owl.model.validator that implement PropertyValueValidator
 class DefaultPropertyValueValidator