|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class description that is formed from the complement of another class description
Method Summary | |
OntClass |
getOperand()
Answer the class that the class described by this class description is a complement of. |
void |
setOperand(Resource cls)
Set the class that the class represented by this class expression is a complement of. |
Methods inherited from interface com.hp.hpl.jena.ontology.BooleanClassDescription |
addOperand, addOperands, getOperands, hasOperand, listOperands, operator, removeOperand, setOperands |
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 OntClass getOperand()
Answer the class that the class described by this class description is a complement of.
public void setOperand(Resource cls)
Set the class that the class represented by this class expression is
a complement of. Any existing value for complementOf
will
be replaced.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |