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

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

Best Java code snippets using org.semanticweb.owlapi.model.OWLObject.isIndividual (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

/**
 * @return true if this object is not an axiom, not an individual and anonymous; this is true
 *         for class and property expressions, as well as data ranges.
 */
default boolean isAnonymousExpression() {
  return !isAxiom() && !isIndividual() && !isOntology() && isAnonymous();
}
origin: net.sourceforge.owlapi/owlapi-distribution

/**
 * @return true if this object is not an axiom, not an individual and anonymous; this is true
 *         for class and property expressions, as well as data ranges.
 */
default boolean isAnonymousExpression() {
  return !isAxiom() && !isIndividual() && !isOntology() && isAnonymous();
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

/**
 * @return true if this object is not an axiom, not an individual and anonymous; this is true
 *         for class and property expressions, as well as data ranges.
 */
default boolean isAnonymousExpression() {
  return !isAxiom() && !isIndividual() && !isOntology() && isAnonymous();
}
org.semanticweb.owlapi.modelOWLObjectisIndividual

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,
  • isOntology,
  • nestedClassExpressions,
  • 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