Class/Object

gov.nasa.jpl.omf.scala.binding.owlapi

TerminologyBoxResolverHelper

Related Docs: object TerminologyBoxResolverHelper | package owlapi

Permalink

class TerminologyBoxResolverHelper extends AnyRef

Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TerminologyBoxResolverHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TerminologyBoxResolverHelper(tboxG: MutableTerminologyBox, ont: OWLOntology, omfStore: OWLAPIOMFGraphStore, om: OntologyMapping, ontOps: OWLOntologyOps)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val LOG: Boolean

    Permalink
  5. val LOG1: Boolean

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def chainToString(chain: (OWLObjectProperty, OWLObjectProperty, OWLObjectProperty)): String

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val getOntologyIRI: IRI

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val importClosure: Set[TerminologyBox]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val om: OntologyMapping

    Permalink
  21. val omfStore: OWLAPIOMFGraphStore

    Permalink
  22. val ont: OWLOntology

    Permalink
  23. val ontOps: OWLOntologyOps

    Permalink
  24. def owlDataPropertyOfPE(de: Option[OWLDataPropertyExpression]): Option[OWLDataProperty]

    Permalink
  25. val provenance: String

    Permalink
  26. final def reorderAtoms(v1: SWRLIArgument, cs: Set[SWRLClassAtom], ps: Set[SWRLObjectPropertyAtom], v2: SWRLIArgument, as: Seq[SWRLAtom]): Option[Seq[SWRLAtom]]

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()
  27. def resolveAspectKindCIRIs(entitySubClasses: NodeSet[OWLClass], tCs: Set[OWLClass]): Map[IRI, OWLClass]

    Permalink
  28. def resolveBodyAtom(atom: SWRLAtom, rule: Option[ChainRule], previousSegment: Option[RuleBodySegment], s: IncrementalResolverState)(implicit store: OWLAPIOMFGraphStore): \/[Set[Throwable], RuleBodySegment]

    Permalink
  29. def resolveConceptCIRIs(entitySubClasses: NodeSet[OWLClass], tCs: Set[OWLClass]): Map[IRI, OWLClass]

    Permalink
  30. def resolveConceptRelationshipCIRIs(conceptRelationshipKindSubClasses: NodeSet[OWLClass], tCs: Set[OWLClass]): Map[IRI, OWLClass]

    Permalink
  31. def resolveDataPropertyDPIRIs(subDPs: NodeSet[OWLDataProperty], tDPs: Set[OWLDataProperty])(implicit reasoner: OWLReasoner): Set[DOPInfo]

    Permalink
  32. def resolveDomainRangeForObjectProperties(subOPs: NodeSet[OWLObjectPropertyExpression], tOPs: Set[OWLObjectProperty], ignore: Set[OWLObjectProperty] = Set.empty)(implicit reasoner: OWLReasoner): Set[ROPInfo]

    Permalink
  33. final def resolveEntityDefinitionsForRelationshipsRestrictionsAndSpecializations(current: \/[Set[Throwable], IncrementalResolverState]): \/[Set[Throwable], IncrementalResolverState]

    Permalink
    Annotations
    @tailrec()
  34. def resolveImplicationRule(current: \/[Set[Throwable], IncrementalResolverState], r: SWRLRule): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  35. def resolveReifiedStructuredDataPropertyCIRIs(reifiedStructuredDataPropertySubClasses: NodeSet[OWLClass], tCs: Set[OWLClass]): Map[IRI, OWLClass]

    Permalink
  36. def resolveRule(hs: List[SWRLAtom], bs: Seq[SWRLAtom], vs: Seq[SWRLVariable]): Option[(SWRLAtom, Seq[SWRLAtom])]

    Permalink
    Attributes
    protected
  37. def resolveStructuredDatatypeCIRIs(structuredDatatypeSubClasses: NodeSet[OWLClass], tCs: Set[OWLClass]): Map[IRI, OWLClass]

    Permalink
  38. def resolveThingCIRIs(thingSubClasses: NodeSet[OWLClass], tCs: Set[OWLClass]): Map[IRI, OWLClass]

    Permalink
  39. def ropInfoToString(ropInfo: ROPInfo): String

    Permalink
  40. implicit val store: OWLAPIOMFGraphStore

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val tboxG: MutableTerminologyBox

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def updateAspectSubClassAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableAspectSpecialization): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  45. def updateCardinalityRestrictedAspects(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableCardinalityRestriction[AspectKind]): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  46. def updateCardinalityRestrictedConcepts(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableCardinalityRestriction[ConceptKind]): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  47. def updateCardinalityRestrictedReifiedRelationships(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableCardinalityRestriction[ConceptualRelationship]): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  48. def updateConceptSubClassAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableConceptSpecialization): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  49. def updateDataRelationshipsFromEntity2Scalars(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableDataRelationshipsFromEntity2Scalar): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  50. def updateEntityScalarDataPropertyExistentialRestrictionAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableEntityScalarDataPropertyDataRangeRestrictionAxiom): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  51. def updateEntityScalarDataPropertyParticularRestrictionAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableEntityScalarDataPropertyParticularRestrictionAxiom): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  52. def updateEntityScalarDataPropertyUniversalRestrictionAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableEntityScalarDataPropertyDataRangeRestrictionAxiom): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  53. def updateEntityScalarSubDataPropertyAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableEntityScaladSubDataPropertyAxiom): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  54. def updateExistentialEntityRestrictionAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableEntityRestriction): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  55. def updateReifiedRelationshipRestrictionSubClassAxioms(c: OWLClass, rrr: ReifiedRelationshipRestriction)(current: \/[Set[Throwable], IncrementalResolverState], specialization: (ConceptualRelationship, Set[OWLSubClassOfAxiom])): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  56. def updateReifiedRelationshipRestrictionSubClassAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableReifiedRelationshipRestrictionSpecialization): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  57. def updateReifiedRelationshipSubClassAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableConceptualRelationshipSpecialization): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  58. def updateReifiedRelationships(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableROPTuple)(implicit store: OWLAPIOMFGraphStore): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  59. def updateUniversalEntityRestrictionAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableEntityRestriction): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  60. def updateUnreifiedRelationshipSpecializationAxioms(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableUnreifiedRelationshipSpecialization): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  61. def updateUnreifiedRelationships(current: \/[Set[Throwable], IncrementalResolverState], t: ResolvableUOPTuple)(implicit store: OWLAPIOMFGraphStore): \/[Set[Throwable], IncrementalResolverState]

    Permalink
  62. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped