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

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

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

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,
  • nestedClassExpressions,
  • toString,
  • typeIndex,
  • classesInSignature,
  • dataPropertiesInSignature

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getApplicationContext (Context)
  • getContentResolver (Context)
  • onCreateOptionsMenu (Activity)
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • 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