- Common ways to obtain OWLObject
private void myMethod () {OWLObject o =
OWLObjectTreeNode parentNode;parentNode.getOWLObject()
OWLObjectTree tree;tree.getSelectedOWLObject()
OWLAnnotationAssertionAxiom oWLAnnotationAssertionAxiom;oWLAnnotationAssertionAxiom.getSubject()
- Smart code suggestions by Codota
}
/** * Gets all of the nested (includes top level) class expressions that are used in this object. * The default implementation of this method returns an empty, modifiable set. * * @return A set of {@link org.semanticweb.owlapi.model.OWLClassExpression}s that represent the * nested class expressions used in this object. * @deprecated use the stream method */ @Deprecated default Set<OWLClassExpression> getNestedClassExpressions() { return asSet(nestedClassExpressions()); }
/** * Gets all of the nested (includes top level) class expressions that are used in this object. * The default implementation of this method returns an empty, modifiable set. * * @return A set of {@link org.semanticweb.owlapi.model.OWLClassExpression}s that represent the * nested class expressions used in this object. * @deprecated use the stream method */ @Deprecated default Set<OWLClassExpression> getNestedClassExpressions() { return asSet(nestedClassExpressions()); }
/** * Gets all of the nested (includes top level) class expressions that are used in this object. * The default implementation of this method returns an empty, modifiable set. * * @return A set of {@link org.semanticweb.owlapi.model.OWLClassExpression}s that represent the * nested class expressions used in this object. * @deprecated use the stream method */ @Deprecated default Set<OWLClassExpression> getNestedClassExpressions() { return asSet(nestedClassExpressions()); }