public interface HasValueProvider
| Modifier and Type | Method and Description |
|---|---|
OWLDataHasValue |
getOWLDataHasValue(OWLDataPropertyExpression property,
OWLLiteral value) |
OWLObjectHasValue |
getOWLObjectHasValue(OWLObjectPropertyExpression property,
OWLIndividual individual) |
OWLDataHasValue getOWLDataHasValue(OWLDataPropertyExpression property, OWLLiteral value)
property - The property that the restriction acts along.value - value for restrictionOWLObjectHasValue getOWLObjectHasValue(OWLObjectPropertyExpression property, OWLIndividual individual)
property - The property that the restriction acts along.individual - individual for restrictionCopyright © 2017 The University of Manchester. All Rights Reserved.