Tabnine Logo
OWLClassAssertionAxiom.asOWLSubClassOfAxiom
Code IndexAdd Tabnine to your IDE (free)

How to use
asOWLSubClassOfAxiom
method
in
org.semanticweb.owlapi.model.OWLClassAssertionAxiom

Best Java code snippets using org.semanticweb.owlapi.model.OWLClassAssertionAxiom.asOWLSubClassOfAxiom (Showing top 2 results out of 315)

origin: net.sourceforge.owlapi/owlapi-reasoner

public OWLClassExpression visit(OWLClassAssertionAxiom axiom) {
  return axiom.asOWLSubClassOfAxiom().accept(this);
}
origin: net.sourceforge.owlapi/owlapi

public OWLClassExpression visit(OWLClassAssertionAxiom axiom) {
  return axiom.asOWLSubClassOfAxiom().accept(this);
}
org.semanticweb.owlapi.modelOWLClassAssertionAxiomasOWLSubClassOfAxiom

Popular methods of OWLClassAssertionAxiom

  • getClassExpression
    Gets the class expression that is asserted to be a type for an individual by this axiom.
  • getIndividual
    Gets the individual that is asserted to be an instance of a class expression by this axiom.
  • annotations
  • accept
  • annotationsAsList
  • getAnnotations
  • getAxiomType
  • hashIndex

Popular in Java

  • Making http requests using okhttp
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onCreateOptionsMenu (Activity)
  • getContentResolver (Context)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • String (java.lang)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Reference (javax.naming)
  • Best IntelliJ plugins
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