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

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

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

origin: owlcs/owlapi

@Override
default int initHashCode() {
  int hash = hashIndex();
  hash = OWLObject.hashIteration(hash, getIndividual().hashCode());
  hash = OWLObject.hashIteration(hash, getClassExpression().hashCode());
  return OWLObject.hashIteration(hash, annotationsAsList().hashCode());
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

@Override
default int initHashCode() {
  int hash = hashIndex();
  hash = OWLObject.hashIteration(hash, getIndividual().hashCode());
  hash = OWLObject.hashIteration(hash, getClassExpression().hashCode());
  return OWLObject.hashIteration(hash, annotationsAsList().hashCode());
}
origin: net.sourceforge.owlapi/owlapi-distribution

@Override
default int initHashCode() {
  int hash = hashIndex();
  hash = OWLObject.hashIteration(hash, getIndividual().hashCode());
  hash = OWLObject.hashIteration(hash, getClassExpression().hashCode());
  return OWLObject.hashIteration(hash, annotationsAsList().hashCode());
}
org.semanticweb.owlapi.modelOWLClassAssertionAxiomhashIndex

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
  • asOWLSubClassOfAxiom

Popular in Java

  • Finding current android device location
  • requestLocationUpdates (LocationManager)
  • getApplicationContext (Context)
  • getContentResolver (Context)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Best plugins for Eclipse
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