|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AllValuesFromRestriction
A property restriction that requires the named property to have have any range instances to be members of a given class.
Method Summary | |
---|---|
Resource |
getAllValuesFrom()
Answer the resource characterising the constraint on all values of the restricted property. |
boolean |
hasAllValuesFrom(Resource cls)
Answer true if this property restriction has the given class as the class to which all values of the restricted property must belong. |
void |
removeAllValuesFrom(Resource cls)
Remove the statement that this restriction has all values from the given class among the values for the restricted property. |
void |
setAllValuesFrom(Resource cls)
Assert that this restriction restricts the property to have all values be members of the given class. |
Methods inherited from interface com.hp.hpl.jena.rdf.model.Resource |
---|
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getPropertyResourceValue, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, removeAll, removeProperties, toString |
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFNode |
---|
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isURIResource, visitWith |
Methods inherited from interface com.hp.hpl.jena.graph.FrontsNode |
---|
asNode |
Method Detail |
---|
void setAllValuesFrom(Resource cls)
Assert that this restriction restricts the property to have all values
be members of the given class. Any existing statements for allValuesFrom
will be removed.
cls
- The class that all values of the property must belong to
OntProfileException
- If the Profile.ALL_VALUES_FROM()
property is not supported in the current language profile.Resource getAllValuesFrom()
Answer the resource characterising the constraint on all values of the restricted property. This may be a class, the URI of a concrete datatype, a DataRange object or the URI rdfs:Literal.
OntClass
or DataRange
) if appropriate.
OntProfileException
- If the Profile.ALL_VALUES_FROM()
property is not supported in the current language profile.boolean hasAllValuesFrom(Resource cls)
Answer true if this property restriction has the given class as the class to which all values of the restricted property must belong.
cls
- A class to test
OntProfileException
- If the Profile.ALL_VALUES_FROM()
property is not supported in the current language profile.void removeAllValuesFrom(Resource cls)
Remove the statement that this restriction has all 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 |