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

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

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

origin: net.sourceforge.owlapi/owlapi-osgidistribution

/**
 * Builder initialized from an existing object.
 *
 * @param expected the existing object
 * @param df data factory
 */
public BuilderClassAssertion(OWLClassAssertionAxiom expected, OWLDataFactory df) {
  this(df);
  withClass(expected.getClassExpression()).withIndividual(expected.getIndividual())
    .withAnnotations(expected.annotations());
}
origin: net.sourceforge.owlapi/owlapi-distribution

/**
 * Builder initialized from an existing object.
 *
 * @param expected the existing object
 * @param df data factory
 */
public BuilderClassAssertion(OWLClassAssertionAxiom expected, OWLDataFactory df) {
  this(df);
  withClass(expected.getClassExpression()).withIndividual(expected.getIndividual())
    .withAnnotations(expected.annotations());
}
origin: owlcs/owlapi

/**
 * Builder initialized from an existing object.
 *
 * @param expected the existing object
 * @param df data factory
 */
public BuilderClassAssertion(OWLClassAssertionAxiom expected, OWLDataFactory df) {
  this(df);
  withClass(expected.getClassExpression()).withIndividual(expected.getIndividual())
    .withAnnotations(expected.annotations());
}
origin: net.sourceforge.owlapi/owlapi-fixers

/**
 * Builder initialized from an existing object.
 * 
 * @param expected
 *        the existing object
 * @param df
 *        data factory
 */
public BuilderClassAssertion(OWLClassAssertionAxiom expected, OWLDataFactory df) {
  this(df);
  withClass(expected.getClassExpression()).withIndividual(expected.getIndividual())
    .withAnnotations(expected.annotations());
}
origin: owlcs/owlapi

@Override
public Object visit(OWLClassAssertionAxiom axiom) {
  return visitAxiom(axiom,
    () -> df.getOWLClassAssertionAxiom(t(axiom.getClassExpression()), t(axiom
      .getIndividual()), t(axiom.annotations())));
}
origin: net.sourceforge.owlapi/owlapi-distribution

@Override
public Object visit(OWLClassAssertionAxiom axiom) {
  return visitAxiom(axiom,
    () -> df.getOWLClassAssertionAxiom(t(axiom.getClassExpression()), t(axiom
      .getIndividual()), t(axiom.annotations())));
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

@Override
public Object visit(OWLClassAssertionAxiom axiom) {
  return visitAxiom(axiom,
    () -> df.getOWLClassAssertionAxiom(t(axiom.getClassExpression()), t(axiom
      .getIndividual()), t(axiom.annotations())));
}
org.semanticweb.owlapi.modelOWLClassAssertionAxiomannotations

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.
  • accept
  • annotationsAsList
  • getAnnotations
  • getAxiomType
  • hashIndex
  • 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
  • From CI to AI: The AI layer in your organization
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