|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owlapi.util.NamedConjunctChecker
public class NamedConjunctChecker
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Feb-2007
| Constructor Summary | |
|---|---|
NamedConjunctChecker()
|
|
| Method Summary | |
|---|---|
java.util.Set<OWLClass> |
getNamedConjuncts(OWLClassExpression classExpression)
Gets the named conjuncts for the specified expression. |
boolean |
hasNamedConjunct(OWLClassExpression classExpression)
Checks whether the specified expression has a named conjunct. |
boolean |
isNamedConjunct(OWLClass conjunct,
OWLClassExpression classExpression)
Checks whether a named class is a conjunct in a given class expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedConjunctChecker()
| Method Detail |
|---|
public boolean isNamedConjunct(OWLClass conjunct,
OWLClassExpression classExpression)
conjunct - The conjunct to check forclassExpression - The expression to be checkedpublic boolean hasNamedConjunct(OWLClassExpression classExpression)
classExpression - The expression to be checked.
true if the expression is in fact a named class (OWLClass)
or if the expression is an intersection that has a named operand (included nested intersections),
otherwise falsepublic java.util.Set<OWLClass> getNamedConjuncts(OWLClassExpression classExpression)
classExpression - The expression whose conjuncts are to be retrieved.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||