| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.owl.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(OWLDescription description)
Gets the named conjuncts for the specified description.  | 
 boolean | 
hasNamedConjunct(OWLDescription description)
Checks whether the specified description has a named conjunct.  | 
 boolean | 
isNamedConjunct(OWLClass conjunct,
                OWLDescription description)
Checks whether a named class is a conjunct in a given class description.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NamedConjunctChecker()
| Method Detail | 
|---|
public boolean isNamedConjunct(OWLClass conjunct,
                               OWLDescription description)
conjunct - The conjunct to check fordescription - The description to be checkedpublic boolean hasNamedConjunct(OWLDescription description)
description - The description to be checked.
true if the description is in fact a named class (OWLClass)
         or if the description is an intersection that has a named operand (included nested intersections),
         otherwise falsepublic java.util.Set<OWLClass> getNamedConjuncts(OWLDescription description)
description - The description whose conjuncts are to be retrieved.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||