|
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.protegex.owl.ui.existential.Existential
public class Existential
A utility class to compute transitive relationships between classes.
Constructor Summary | |
---|---|
Existential()
Deprecated. |
Method Summary | |
---|---|
static OWLSomeValuesFrom |
getDirectExistentialRelation(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
Deprecated. |
static List |
getExistentialDependents(OWLNamedClass cls,
OWLObjectProperty property)
Deprecated. Computes the collection of all NamedClses which are related to cls through a direct someValuesFrom restriction for a given property. |
static boolean |
isDirectExistentialDependent(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
Deprecated. |
static void |
removeExistentialDependent(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Existential()
Method Detail |
---|
public static List getExistentialDependents(OWLNamedClass cls, OWLObjectProperty property)
cls
- the named class to start atproperty
- the (transitive) property to check
public static OWLSomeValuesFrom getDirectExistentialRelation(OWLNamedClass parentClass, OWLObjectProperty property, OWLNamedClass childClass)
public static boolean isDirectExistentialDependent(OWLNamedClass parentClass, OWLObjectProperty property, OWLNamedClass childClass)
public static void removeExistentialDependent(OWLNamedClass parentClass, OWLObjectProperty property, OWLNamedClass childClass)
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |