Codota Logo
OWLObject.signature
Code IndexAdd Codota to your IDE (free)

How to use
signature
method
in
org.semanticweb.owlapi.model.OWLObject

Best Java code snippets using org.semanticweb.owlapi.model.OWLObject.signature (Showing top 12 results out of 315)

  • Common ways to obtain OWLObject
private void myMethod () {
OWLObject o =
  • Codota IconOWLObjectTreeNode parentNode;parentNode.getOWLObject()
  • Codota IconOWLObjectTree tree;tree.getSelectedOWLObject()
  • Codota IconOWLAnnotationAssertionAxiom oWLAnnotationAssertionAxiom;oWLAnnotationAssertionAxiom.getSubject()
  • Smart code suggestions by Codota
}
origin: owlcs/owlapi

static <T> List<T> cacheSig(OWLObject o, Predicate<OWLEntity> p, Function<OWLEntity, T> f) {
  return asList(o.signature().filter(p).map(f));
}
origin: net.sourceforge.owlapi/owlapi-distribution

static <T> List<T> cacheSig(OWLObject o, Predicate<OWLEntity> p, Function<OWLEntity, T> f) {
  return asList(o.signature().filter(p).map(f));
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

static <T> List<T> cacheSig(OWLObject o, Predicate<OWLEntity> p, Function<OWLEntity, T> f) {
  return asList(o.signature().filter(p).map(f));
}
origin: net.sourceforge.owlapi/owlapi-impl

static <T> List<T> cacheSig(OWLObject o, Predicate<OWLEntity> p, Function<OWLEntity, T> f) {
  return asList(o.signature().filter(p).map(f));
}
origin: owlcs/owlapi

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
origin: net.sourceforge.owlapi/owlapi-tools

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
origin: owlcs/owlapi

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
origin: net.sourceforge.owlapi/owlapi-tools

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
origin: net.sourceforge.owlapi/owlapi-distribution

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
origin: net.sourceforge.owlapi/owlapi-distribution

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

/**
 * Index axioms by rhs entities.
 *
 * @param rhs the rhs
 * @param axiom the axiom
 */
protected void indexAxiomsByRHSEntities(OWLObject rhs, OWLAxiom axiom) {
  add(getIndexedSet(axiom, entitiesByAxiomRHS, true), rhs.signature());
}
org.semanticweb.owlapi.modelOWLObjectsignature

Popular methods of OWLObject

  • accept
    Accepts a visitor
  • compareTo
  • isTopEntity
    Determines if this object is either, owl:Thing (the top class), owl:topObjectProperty (the top objec
  • isBottomEntity
    Determines if this object is either, owl:Nothing (the bottom class), owl:bottomObjectProperty (the b
  • isIRI
  • hashIteration
    Iteration for hash codes
  • components
  • datatypesInSignature
  • hasSharedStructure
  • isAnonymous
  • isAnonymousExpression
  • isAxiom
  • isAnonymousExpression,
  • isAxiom,
  • isIndividual,
  • isOntology,
  • nestedClassExpressions,
  • toString,
  • typeIndex,
  • classesInSignature,
  • dataPropertiesInSignature

Popular in Java

  • Reactive rest calls using spring rest template
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • DataSource (javax.sql)
    A factory for connections to the physical data source that this DataSource object represents. An alt
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now