Class OWLObjectComplementOfExtractor

java.lang.Object
org.semanticweb.owlapi.normalform.OWLObjectComplementOfExtractor
All Implemented Interfaces:
OWLClassExpressionVisitor, OWLClassVisitorBase, OWLVisitorBase

public class OWLObjectComplementOfExtractor extends Object implements OWLClassExpressionVisitor
Extracts the parts of a class expression which are negated. For example, A and not (B or C or not D) would extract {(B or C or notD), D}
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group