|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLEnumeratedClass
An enumerated class which lists valid individuals as its values of the owl:oneOf property.
Method Summary | |
---|---|
void |
addOneOf(RDFResource resource)
Adds a resource to this enumeration. |
Collection |
getOneOf()
Gets the values of the owl:oneOf property at this, i.e. |
Collection |
getOneOfValues()
Deprecated. use getOneOf instead |
Iterator |
listOneOf()
Gets an Iterator of the values in the owl:oneOf list. |
void |
removeOneOf(RDFResource resource)
Removes a resource from this enumeration. |
void |
setOneOf(Collection resources)
Sets the values of the owl:oneOf property at this. |
void |
setOneOfValues(Collection values)
Deprecated. use setOneOf instead |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.OWLAnonymousClass |
---|
getExpressionRoot, getOwner |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.OWLClass |
---|
getDisjointClasses |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
---|
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
---|
isValid, moveDirectOwnSlotValue |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.stanford.smi.protege.model.Cls |
---|
getBrowserSlot, getDirectBrowserSlot, getInheritedBrowserSlot |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
---|
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
---|
isValid, moveDirectOwnSlotValue |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
---|
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
---|
isValid, moveDirectOwnSlotValue |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.RDFObject |
---|
equalsStructurally |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.visitor.Visitable |
---|
accept |
Method Detail |
---|
void addOneOf(RDFResource resource)
resource
- the RDFResource to add (typically individuals)Collection getOneOf()
Collection getOneOfValues()
Iterator listOneOf()
void removeOneOf(RDFResource resource)
resource
- the resource to removevoid setOneOf(Collection resources)
resources
- a Collection of RDFResourcesvoid setOneOfValues(Collection values)
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |