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

  • Parsing JSON documents to java classes using gson
  • getSupportFragmentManager (FragmentActivity)
  • setContentView (Activity)
  • getSharedPreferences (Context)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • 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