Tabnine Logo
OWLObject.isAnonymous
Code IndexAdd Tabnine to your IDE (free)

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

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

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.modelOWLObjectisAnonymous

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
  • isAnonymousExpression
  • isAxiom
  • isAnonymousExpression,
  • isAxiom,
  • isIndividual,
  • isOntology,
  • nestedClassExpressions,
  • toString,
  • typeIndex,
  • classesInSignature,
  • dataPropertiesInSignature

Popular in Java

  • Reading from database using SQL prepared statement
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSystemService (Context)
  • getContentResolver (Context)
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JFrame (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now