Codota Logo
OWLObject.nestedClassExpressions
Code IndexAdd Codota to your IDE (free)

How to use
nestedClassExpressions
method
in
org.semanticweb.owlapi.model.OWLObject

Best Java code snippets using org.semanticweb.owlapi.model.OWLObject.nestedClassExpressions (Showing top 3 results out of 315)

  • Common ways to obtain OWLObject
private void myMethod () {
OWLObject o =
  • Codota IconOWLObjectTreeNode parentNode;parentNode.getOWLObject()
  • Codota IconOWLObjectTree tree;tree.getSelectedOWLObject()
  • Codota IconOWLAnnotationAssertionAxiom oWLAnnotationAssertionAxiom;oWLAnnotationAssertionAxiom.getSubject()
  • Smart code suggestions by Codota
}
origin: owlcs/owlapi

/**
 * 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());
}
origin: net.sourceforge.owlapi/owlapi-distribution

/**
 * 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());
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

/**
 * 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());
}
org.semanticweb.owlapi.modelOWLObjectnestedClassExpressions

Javadoc

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.

Popular methods of OWLObject

  • accept
    Accepts a visitor
  • compareTo
  • isTopEntity
    Determines if this object is either, owl:Thing (the top class), owl:topObjectProperty (the top objec
  • isBottomEntity
    Determines if this object is either, owl:Nothing (the bottom class), owl:bottomObjectProperty (the b
  • isIRI
  • hashIteration
    Iteration for hash codes
  • signature
  • components
  • datatypesInSignature
  • hasSharedStructure
  • isAnonymous
  • isAnonymousExpression
  • isAnonymous,
  • isAnonymousExpression,
  • isAxiom,
  • isIndividual,
  • isOntology,
  • toString,
  • typeIndex,
  • classesInSignature,
  • dataPropertiesInSignature

Popular in Java

  • Reading from database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • BigInteger (java.math)
    Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in
  • InetAddress (java.net)
    This class represents an Internet Protocol (IP) address. An IP address is either a 32-bit or 128-bit
  • Permission (java.security)
    Abstract class for representing access to a system resource. All permissions have a name (whose inte
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Runner (org.openjdk.jmh.runner)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now