public class NamedConjunctChecker extends Object
| Constructor and Description |
|---|
NamedConjunctChecker() |
| Modifier and Type | Method and Description |
|---|---|
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 conj,
OWLClassExpression classExpression) |
public boolean isNamedConjunct(@Nonnull OWLClass conj, @Nonnull OWLClassExpression classExpression)
conj - The conjunct to check forclassExpression - The expression to be checkedpublic boolean hasNamedConjunct(@Nonnull 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
false@Nonnull public Set<OWLClass> getNamedConjuncts(@Nonnull OWLClassExpression classExpression)
classExpression - The expression whose conjuncts are to be retrieved.Copyright © 2016 The University of Manchester. All Rights Reserved.