Tabnine Logo
OWLObjectComplementOfImpl.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
uk.ac.manchester.cs.owl.owlapi.OWLObjectComplementOfImpl
constructor

Best Java code snippets using uk.ac.manchester.cs.owl.owlapi.OWLObjectComplementOfImpl.<init> (Showing top 20 results out of 315)

origin: owlcs/owlapi

@Override
public OWLObjectComplementOf getOWLObjectComplementOf(OWLClassExpression operand) {
  checkNotNull(operand, "operand");
  return new OWLObjectComplementOfImpl(operand);
}
origin: net.sourceforge.owlapi/owlapi-distribution

@Override
public OWLObjectComplementOf getOWLObjectComplementOf(OWLClassExpression operand) {
  checkNotNull(operand, "operand");
  return new OWLObjectComplementOfImpl(operand);
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

@Override
public OWLObjectComplementOf getOWLObjectComplementOf(OWLClassExpression operand) {
  checkNotNull(operand, "operand");
  return new OWLObjectComplementOfImpl(operand);
}
origin: net.sourceforge.owlapi/owlapi-gwt-client-side-emul

@Nonnull
@Override
public OWLObjectComplementOf getOWLObjectComplementOf(
  OWLClassExpression operand) {
  checkNotNull(operand, "operand");
  return new OWLObjectComplementOfImpl(operand);
}
origin: net.sourceforge.owlapi/owlapi-gwt-supersource

@Override
public OWLObjectComplementOf getOWLObjectComplementOf(OWLClassExpression operand) {
  checkNull(operand, "operand");
  return new OWLObjectComplementOfImpl(operand);
}
origin: net.sourceforge.owlapi/owlapi-impl

  @Override
  public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
    return new OWLSubClassOfAxiomImpl(OWL_THING,
      new OWLObjectComplementOfImpl(new OWLObjectHasSelfImpl(getProperty())), NO_ANNOTATIONS);
  }
}
origin: net.sourceforge.owlapi/owlapi-distribution

  @Override
  public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
    return new OWLSubClassOfAxiomImpl(OWL_THING,
      new OWLObjectComplementOfImpl(new OWLObjectHasSelfImpl(getProperty())), NO_ANNOTATIONS);
  }
}
origin: owlcs/owlapi

  @Override
  public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
    return new OWLSubClassOfAxiomImpl(OWL_THING,
      new OWLObjectComplementOfImpl(new OWLObjectHasSelfImpl(getProperty())), NO_ANNOTATIONS);
  }
}
origin: net.sourceforge.owlapi/owlapi-gwt-supersource

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(
      Collections.singleton(getSubject())), new OWLObjectComplementOfImpl(
      new OWLObjectHasValueImpl(getProperty(), getObject())), NO_ANNOTATIONS);
}
origin: net.sourceforge.owlapi/owlapi-gwt-supersource

@Override
public OWLClassExpression getComplementNNF() {
  NNF nnf = new NNF(new OWLDataFactoryImpl());
  return new OWLObjectComplementOfImpl(this).accept(nnf);
}
origin: net.sourceforge.owlapi/owlapi-impl

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(getSubject()),
    new OWLObjectComplementOfImpl(new OWLDataHasValueImpl(getProperty(), getObject())),
    NO_ANNOTATIONS);
}
origin: owlcs/owlapi

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(getSubject()),
    new OWLObjectComplementOfImpl(new OWLObjectHasValueImpl(getProperty(), getObject())),
    NO_ANNOTATIONS);
}
origin: net.sourceforge.owlapi/owlapi-distribution

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(getSubject()),
    new OWLObjectComplementOfImpl(new OWLObjectHasValueImpl(getProperty(), getObject())),
    NO_ANNOTATIONS);
}
origin: net.sourceforge.owlapi/owlapi-distribution

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(getSubject()),
    new OWLObjectComplementOfImpl(new OWLDataHasValueImpl(getProperty(), getObject())),
    NO_ANNOTATIONS);
}
origin: owlcs/owlapi

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(getSubject()),
    new OWLObjectComplementOfImpl(new OWLDataHasValueImpl(getProperty(), getObject())),
    NO_ANNOTATIONS);
}
origin: net.sourceforge.owlapi/owlapi-impl

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(getSubject()),
    new OWLObjectComplementOfImpl(new OWLObjectHasValueImpl(getProperty(), getObject())),
    NO_ANNOTATIONS);
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(getSubject()),
    new OWLObjectComplementOfImpl(new OWLDataHasValueImpl(getProperty(), getObject())),
    NO_ANNOTATIONS);
}
origin: owlcs/owlapi

@Override
public OWLClassExpression getComplementNNF() {
  NNF nnf = new NNF(new OWLDataFactoryImpl());
  return new OWLObjectComplementOfImpl(this).accept(nnf.getClassVisitor());
}
origin: net.sourceforge.owlapi/owlapi-impl

@Override
public OWLClassExpression getComplementNNF() {
  NNF nnf = new NNF(new OWLDataFactoryImpl());
  return new OWLObjectComplementOfImpl(this).accept(nnf.getClassVisitor());
}
origin: net.sourceforge.owlapi/owlapi-gwt-client-side-emul

@Override
public OWLSubClassOfAxiom asOWLSubClassOfAxiom() {
  return new OWLSubClassOfAxiomImpl(new OWLObjectOneOfImpl(
      CollectionFactory.createSet(getSubject())),
      new OWLObjectComplementOfImpl(new OWLDataHasValueImpl(
          getProperty(), getObject())), NO_ANNOTATIONS);
}
uk.ac.manchester.cs.owl.owlapiOWLObjectComplementOfImpl<init>

Popular methods of OWLObjectComplementOfImpl

  • accept
  • addAnonymousIndividualsToSetForValue
  • addSignatureEntitiesToSetForValue
  • getOperand

Popular in Java

  • Creating JSON documents from java classes using gson
  • setContentView (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onCreateOptionsMenu (Activity)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Table (org.hibernate.mapping)
    A relational table
  • 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