|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A property restriction that requires the named property to have at least one range instance belonging to the given class.
Method Summary | |
OntClass |
getSomeValuesFrom()
Answer the class that at least one value of the restricted property must belong to. |
boolean |
hasSomeValuesFrom(Resource cls)
Answer true if this property restriction has the given class as the class to which at least one value of the restricted property must belong. |
void |
removeSomeValuesFrom(Resource cls)
Remove the statement that this restriction has some values from the given class among the values for the restricted property. |
void |
setSomeValuesFrom(Resource cls)
Assert that this restriction restricts the property to have at least one value that is a member of the given class. |
Methods inherited from interface com.hp.hpl.jena.rdf.model.Resource |
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getModel, getNameSpace, getNode, getProperty, getURI, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, isAnon, listProperties, listProperties, removeAll, removeProperties, toString |
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFNode |
as, asNode, canAs, inModel, visitWith |
Method Detail |
public void setSomeValuesFrom(Resource cls)
Assert that this restriction restricts the property to have at least one value
that is a member of the given class. Any existing statements for someValuesFrom
will be removed.
cls
- The class that at least one value of the property must belong to
OntProfileException
- If the Profile.SOME_VALUES_FROM()
property is not supported in the current language profile.public OntClass getSomeValuesFrom()
Answer the class that at least one value of the restricted property must belong to.
OntProfileException
- If the Profile.SOME_VALUES_FROM()
property is not supported in the current language profile.public boolean hasSomeValuesFrom(Resource cls)
Answer true if this property restriction has the given class as the class to which at least one value of the restricted property must belong.
cls
- A class to test
OntProfileException
- If the Profile.SOME_VALUES_FROM()
property is not supported in the current language profile.public void removeSomeValuesFrom(Resource cls)
Remove the statement that this restriction has some values from the given class among the values for the restricted property. If this statement is not true of the current model, nothing happens.
cls
- A Resource the denotes the class to be removed from this restriction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |