|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface gate.creole.ontology.TClass |
DIRECT_CLOSURE, TRANSITIVE_CLOSURE |
Method Summary | |
Set |
getDisjointClasses()
Returns a set of all classes that are disjoint with ours. |
Set |
getInheritedProperties()
This method supplies all KBProperty inherited from the superclasses of the given class. |
Set |
getProperties()
Returns a set of all KBProperty (ako relations) for which this class is the domain (first predicate). |
Set |
getPropertiesByName(String name)
Returns the set of properties with the given name. |
Set |
getSameClasses()
Returns a set of all classes that are the same as ours. |
void |
setDisjointWith(OClass theClass)
Indicates that these are disjoint classes |
void |
setSameClassAs(OClass theClass)
Indicates that these classes are the same |
Methods inherited from interface gate.creole.ontology.TClass |
addSubClass, addSuperClass, equals, getComment, getId, getName, getOntology, getSubClasses, getSubClassesVSDistance, getSuperClasses, getSuperClassesVSDistance, getURI, inferSubClassesTransitiveClosure, inferSuperClassesTransitiveClosure, isTopClass, removeSubClass, removeSuperClass, setComment, setName, setURI, toString |
Method Detail |
public void setDisjointWith(OClass theClass)
public void setSameClassAs(OClass theClass)
public Set getDisjointClasses()
public Set getSameClasses()
public Set getProperties()
public Set getPropertiesByName(String name)
name
-
Set
value.public Set getInheritedProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |