|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
RDFResource |
createAnonymousInstance()
Creates an instance of this class so that Protege will recognize this as an "anonymous" node in the RDF rendering. |
RDFIndividual |
createRDFIndividual(String name)
Creates a new individual of this (assuming this is not a metaclass). |
Set |
getAssociatedProperties()
Gets all properties that have been associated with this class. |
RDFSClass |
getFirstSuperclass()
A convenience method to get the first direct superclass of this. |
Collection |
getUnionRangeClasses(RDFProperty property)
Gets the allowed classes for a given property at this class. |
boolean |
isFunctionalProperty(RDFProperty property)
Checks whether a given property is "functional" at this class. |
boolean |
isVisibleFromOWLThing()
Checks whether this and a path to the root class is visible. |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
delete, getName, isValid, isVisible, moveDirectOwnSlotValue, setName, setVisible |
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.protegex.owl.model.RDFObject |
equalsStructurally |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.visitor.Visitable |
accept |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.Deprecatable |
isDeprecated, setDeprecated |
Method Detail |
public RDFResource createAnonymousInstance()
OWLModel.getNextAnonymousResourceName()
,
OWLModel.isAnonymousResource(edu.stanford.smi.protegex.owl.model.RDFResource)
public RDFIndividual createRDFIndividual(String name)
name
- the name of the new instance or null for a default value
public Set getAssociatedProperties()
public RDFSClass getFirstSuperclass()
public boolean isFunctionalProperty(RDFProperty property)
property
- the property to test
public Collection getUnionRangeClasses(RDFProperty property)
property
- the property to get the local range of
public boolean isVisibleFromOWLThing()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |