- Common ways to obtain OWLEquivalentClassesAxiom
private void myMethod () {OWLEquivalentClassesAxiom o =
OWLDataFactory oWLDataFactory;OWLClassExpression clsA;OWLClassExpression clsB;oWLDataFactory.getOWLEquivalentClassesAxiom(clsA, clsB)
OWLDataFactory oWLDataFactory;Set classExpressions;oWLDataFactory.getOWLEquivalentClassesAxiom(classExpressions)
OWLDataFactory oWLDataFactory;Collection collection;oWLDataFactory.getOWLEquivalentClassesAxiom(collection)
- Smart code suggestions by Codota
}
candidates.add(axiom.getAxiomWithoutAnnotations());