|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protege.model.DefaultFrame
edu.stanford.smi.protege.model.DefaultInstance
edu.stanford.smi.protege.model.DefaultSimpleInstance
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFIndividual
edu.stanford.smi.protegex.owl.model.impl.DefaultOWLIndividual
edu.stanford.smi.protegex.owl.model.impl.DefaultOWLAllDifferent
public class DefaultOWLAllDifferent
Constructor Summary | |
---|---|
DefaultOWLAllDifferent()
|
|
DefaultOWLAllDifferent(edu.stanford.smi.protege.model.KnowledgeBase kb,
edu.stanford.smi.protege.model.FrameID id)
|
Method Summary | |
---|---|
void |
accept(OWLModelVisitor visitor)
This method is provided to be used with the OWLModelVisitor ,
which is part of the visitor design pattern. |
void |
addDistinctMember(RDFResource resource)
|
boolean |
equalsStructurally(RDFObject object)
Determines whether or not the specified class is structurally equal to this class. |
String |
getBrowserText()
Gets a human-readable visual representation of this resource. |
Collection |
getDistinctMembers()
|
Set |
getReferringAnonymousClasses()
Gets a Collection of all OWLAnonymousClasses that have a reference to this. |
Iterator |
listDistinctMembers()
|
void |
removeDistinctMember(RDFResource instance)
|
void |
setDistinctMembers(List values)
|
Methods inherited from class edu.stanford.smi.protege.model.DefaultSimpleInstance |
---|
toString |
Methods inherited from class edu.stanford.smi.protege.model.DefaultInstance |
---|
addDirectType, addInstanceListener, copy, deepCopy, getDirectType, getDirectTypes, getOwnFacetValue, getOwnFacetValues, getReachableSimpleInstances, hasDirectType, hasType, moveDirectType, removeDirectType, removeInstanceListener, setDirectType, setDirectTypes, shallowCopy |
Methods inherited from class edu.stanford.smi.protege.model.DefaultFrame |
---|
addFrameListener, addOwnFacetValue, addOwnSlotValue, areValidOwnSlotValues, compareTo, delete, equals, equals, getDefaultKnowledgeBase, getDefiningProjectURI, getDirectOwnSlotValue, getDirectOwnSlotValues, getFrameID, getInvalidOwnSlotValuesText, getInvalidOwnSlotValueText, getKnowledgeBase, getName, getOwnSlotAllowsMultipleValues, getOwnSlotAndSubslotValues, getOwnSlotDefaultValues, getOwnSlotFacets, getOwnSlotFacetValues, getOwnSlots, getOwnSlotValue, getOwnSlotValueCount, getOwnSlotValues, getOwnSlotValueType, getProject, getReferences, getReferences, hashCode, hasOwnSlot, isBeingDeleted, isDeleted, isEditable, isIncluded, isSystem, isValid, isValidOwnSlotValue, isVisible, localize, markDeleted, markDeleting, moveDirectOwnSlotValue, removeFrameListener, removeOwnSlotValue, setDirectOwnSlotValue, setDirectOwnSlotValues, setDocumentation, setEditable, setIncluded, setName, setOwnFacetValue, setOwnFacetValues, setOwnSlotValue, setOwnSlotValues, setSystem, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public DefaultOWLAllDifferent(edu.stanford.smi.protege.model.KnowledgeBase kb, edu.stanford.smi.protege.model.FrameID id)
public DefaultOWLAllDifferent()
Method Detail |
---|
public void accept(OWLModelVisitor visitor)
Visitable
OWLModelVisitor
,
which is part of the visitor design pattern. By implementing this method,
instances of the implementing class are stating that they can accept an
OWLModelVisitor
accept
in interface Visitable
accept
in class DefaultOWLIndividual
visitor
- The visitor that will operate on this object.public void addDistinctMember(RDFResource resource)
addDistinctMember
in interface OWLAllDifferent
public boolean equalsStructurally(RDFObject object)
RDFObject
equalsStructurally
in interface RDFObject
equalsStructurally
in class DefaultOWLIndividual
object
- The class to test against.
true
if the class is structurally equal
to this, false
if the class is not structurally
equal to this.public String getBrowserText()
RDFResource
getBrowserText
in interface edu.stanford.smi.protege.model.Frame
getBrowserText
in interface ProtegeInstance
getBrowserText
in interface RDFObject
getBrowserText
in interface RDFResource
getBrowserText
in class edu.stanford.smi.protege.model.DefaultInstance
public Collection getDistinctMembers()
getDistinctMembers
in interface OWLAllDifferent
public Iterator listDistinctMembers()
listDistinctMembers
in interface OWLAllDifferent
public Set getReferringAnonymousClasses()
RDFResource
getReferringAnonymousClasses
in interface RDFResource
getReferringAnonymousClasses
in class DefaultRDFIndividual
public void removeDistinctMember(RDFResource instance)
removeDistinctMember
in interface OWLAllDifferent
public void setDistinctMembers(List values)
setDistinctMembers
in interface OWLAllDifferent
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |