Tabnine Logo
OWLObject.signature
Code IndexAdd Tabnine 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)

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

  • Finding current android device location
  • runOnUiThread (Activity)
  • setScale (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • 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