Package

gov.nasa.jpl.omf.scala.binding

owlapi

Permalink

package owlapi

Linear Supertypes
Content Hierarchy
TerminologyBoxResolverHelperBundleResolverHelperParticularOWLDataRestrictionKindUniversalOWLDataRestrictionKindExistentialOWLDataRestrictionKindOWLDataRestrictionKindOWLAPIOMFOpsOWLAPIMutableDescriptionBoxOpsOWLAPIImmutableDescriptionBoxOpsOWLAPIMutableTerminologyGraphOpsOWLAPIImmutableTerminologyGraphOpsOWLAPIStoreOpsOWLAPIIRIOpsOWLAPIOMFdboxOWLAPIOMFOWLAPIOMFtboxOMLAPIOMFcboxOWLAPIOMFiriOWLAPIOMFstoreDuplicateTerminologyBoxAxiomExceptionDuplicateTermAxiomExceptionAxiomScopeExceptionResourceScopeExceptionResourceConflictExceptionResouceAlreadyDefinedExceptionMutableTerminologyBoxExceptionInstanceConflictExceptionStructuredDataPropertyTupleAlreadyDefinedExceptionScalarDataPropertyValueAlreadyDefinedExceptionSingletonInstanceStructuredDataPropertyValueAlreadyDefinedExceptionSingletonInstanceScalarDataPropertyValueAlreadyDefinedExceptionInstanceRelationshipUniversalRangeRestrictionAlreadyDefinedExceptionInstanceRelationshipExistentialRangeRestrictionAlreadyDefinedExceptionInstanceRelationshipEnumerationRestrictionAlreadyDefinedExceptionInstanceRelationshipValueRestrictionAlreadyDefinedExceptionUnreifiedRelationshipInstanceTupleAlreadyDefinedExceptionReifiedRelationshipInstanceRangeAlreadyDefinedExceptionReifiedRelationshipInstanceDomainAlreadyDefinedExceptionReifiedRelationshipInstanceAlreadyDefinedExceptionConceptInstanceAlreadyDefinedExceptionMutableDescriptionBoxExceptionReadOnlyImmutableTerminologyGraphExceptionImmutableTerminologyGraphExceptionImmutableTerminologyBoxResolverImmutableBundleResolverImmutableResolverImmutableDescriptionBoxResolverIRIargetPropertyExceptionIRISourcePropertyExceptionIRIObjectPropertyExceptionIRIFragmentExceptionIRIArgumentExceptionOMFBackboneNoBackboneBackbone
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. owlapi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AxiomScopeException(kind: AxiomExceptionKind, unaccessibleResources: Map[AxiomScopeAccessKind, Resource]) extends MutableTerminologyBoxException with Product with Serializable

    Permalink
  2. sealed abstract class Backbone extends AnyRef

    Permalink
  3. class BundleResolverHelper extends TerminologyBoxResolverHelper

    Permalink
  4. case class CatalogIRIMapper(catalogManager: CatalogManager, catalogResolver: CatalogResolver, catalog: Catalog) extends OWLOntologyIRIMapper with Product with Serializable

    Permalink
    Annotations
    @HasPriority()
  5. class CatalogURIMapperException extends OMFException

    Permalink
  6. case class ConceptInstanceAlreadyDefinedException(kind: ElementExceptionKind, iri: IRI, ci: ConceptInstance) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  7. case class DescriptionBoxResolverHelper(dbox: MutableDescriptionBox, ont: OWLOntology, omfStore: OWLAPIOMFGraphStore, om: OntologyMapping, ontOps: OWLOntologyOps) extends Product with Serializable

    Permalink
  8. case class DuplicateTermAxiomException(kind: AxiomExceptionKind, axiom: Axiom) extends MutableTerminologyBoxException with Product with Serializable

    Permalink
  9. case class DuplicateTerminologyBoxAxiomException(kind: AxiomExceptionKind, axiom: TerminologyAxiom) extends MutableTerminologyBoxException with Product with Serializable

    Permalink
  10. case class ExistentialOWLDataRestrictionKind(range: OWLDatatype) extends OWLDataRestrictionKind with Product with Serializable

    Permalink
  11. sealed abstract class IRIArgumentException extends IllegalArgumentException

    Permalink
  12. case class IRIFragmentException(iri: IRI) extends IRIArgumentException with Product with Serializable

    Permalink
  13. case class IRIObjectPropertyException(iri: IRI) extends IRIArgumentException with Product with Serializable

    Permalink
  14. case class IRISourcePropertyException(iri: IRI) extends IRIArgumentException with Product with Serializable

    Permalink
  15. case class IRIargetPropertyException(iri: IRI) extends IRIArgumentException with Product with Serializable

    Permalink
  16. class ImmutableBundleResolver extends ImmutableTerminologyBoxResolver

    Permalink
  17. case class ImmutableDescriptionBoxResolver(resolver: DescriptionBoxResolverHelper) extends ImmutableResolver with Product with Serializable

    Permalink
  18. type ImmutableModulesNES = \/[Throwables, Set[ImmutableModule]]

    Permalink
  19. trait ImmutableResolver extends AnyRef

    Permalink
  20. class ImmutableTerminologyBoxResolver extends ImmutableResolver

    Permalink
  21. sealed abstract class ImmutableTerminologyGraphException extends IllegalArgumentException

    Permalink
  22. case class InstanceConflictException(kind: ElementExceptionKind, iri: IRI, conflictingInstance: ConceptualEntitySingletonInstance) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  23. case class InstanceRelationshipEnumerationRestrictionAlreadyDefinedException(kind: AxiomExceptionKind, rri: InstanceRelationshipEnumerationRestriction) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  24. case class InstanceRelationshipExistentialRangeRestrictionAlreadyDefinedException(kind: AxiomExceptionKind, rri: InstanceRelationshipExistentialRangeRestriction) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  25. case class InstanceRelationshipUniversalRangeRestrictionAlreadyDefinedException(kind: AxiomExceptionKind, rri: InstanceRelationshipUniversalRangeRestriction) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  26. case class InstanceRelationshipValueRestrictionAlreadyDefinedException(kind: AxiomExceptionKind, rri: InstanceRelationshipValueRestriction) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  27. sealed abstract class MutableDescriptionBoxException extends OMFException

    Permalink
  28. type MutableModulesNES = \/[Throwables, Set[MutableModule]]

    Permalink
  29. sealed abstract class MutableTerminologyBoxException extends OMFException

    Permalink
  30. class NoBackbone extends Backbone

    Permalink
  31. class OMFBackbone extends Backbone

    Permalink
  32. trait OMLAPIOMFcbox extends OMFcbox

    Permalink
  33. trait OWLAPIIRIOps extends IRIOps[OWLAPIOMF]

    Permalink
  34. trait OWLAPIImmutableDescriptionBoxOps extends ImmutableDescriptionBoxOps[OWLAPIOMF]

    Permalink
  35. trait OWLAPIImmutableTerminologyGraphOps extends ImmutableTerminologyGraphOps[OWLAPIOMF]

    Permalink
  36. trait OWLAPIMutableDescriptionBoxOps extends MutableDescriptionBoxOps[OWLAPIOMF] with OWLAPIImmutableDescriptionBoxOps

    Permalink
  37. trait OWLAPIMutableTerminologyGraphOps extends MutableTerminologyGraphOps[OWLAPIOMF] with OWLAPIImmutableTerminologyGraphOps

    Permalink
  38. trait OWLAPIOMF extends OMF[OWLAPIOMF] with OWLAPIOMFstore with OWLAPIOMFiri with OWLAPIOMFtbox with OWLAPIOMFdbox

    Permalink
  39. case class OWLAPIOMFGraphStore(omfModule: OWLAPIOMFModule, ontManager: OWLOntologyManager, catalogIRIMapper: CatalogIRIMapper, excludeOMLImports: Boolean = false, excludeOMLContent: Boolean = false, excludePurlImports: Boolean = false) extends Product with Serializable

    Permalink
  40. case class OWLAPIOMFModule(catalogManager: CatalogManager, ops: OWLAPIOMFOps, omfOntologyIRI: Option[IRI]) extends OMFModule with OMFOpsModule with Product with Serializable

    Permalink
  41. class OWLAPIOMFOps extends OMFOps[OWLAPIOMF] with OWLAPIIRIOps with OWLAPIMutableTerminologyGraphOps with OWLAPIMutableDescriptionBoxOps with OWLAPIStoreOps

    Permalink
  42. trait OWLAPIOMFdbox extends OMFdbox with OMLAPIOMFcbox

    Permalink
  43. trait OWLAPIOMFiri extends OMFiri

    Permalink
  44. trait OWLAPIOMFstore extends OMFstore

    Permalink
  45. trait OWLAPIOMFtbox extends OMFtbox with OMLAPIOMFcbox

    Permalink
  46. trait OWLAPIStoreOps extends OMFStoreOps[OWLAPIOMF]

    Permalink
  47. trait OWLDataRestrictionKind extends AnyRef

    Permalink
  48. final class OWLOntologyOps extends AnyRef

    Permalink
  49. case class OntologyMapping(drc: DataRangeCategories[OWLAPIOMF], ont2m: Map[OWLOntology, MutableModule] = Map.empty, ont2i: Map[OWLOntology, ImmutableModule] = Map.empty, pairs: Seq[(MutableModule, ImmutableModule)] = ..., ms: Map[ModuleUUID, MutableModule] = ..., is: Map[ModuleUUID, ImmutableModule] = ...) extends Mutable2ImmutableModuleTable[OWLAPIOMF] with Product with Serializable

    Permalink
  50. case class ParticularOWLDataRestrictionKind(literal: String, valueType: Option[OWLDatatype]) extends OWLDataRestrictionKind with Product with Serializable

    Permalink
  51. case class ReadOnlyImmutableTerminologyGraphException(operation: ImmutableOperation) extends ImmutableTerminologyGraphException with Product with Serializable

    Permalink
  52. case class ReifiedRelationshipInstanceAlreadyDefinedException(kind: ElementExceptionKind, iri: IRI, rri: ReifiedRelationshipInstance) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  53. case class ReifiedRelationshipInstanceDomainAlreadyDefinedException(kind: AxiomExceptionKind, rri: ReifiedRelationshipInstanceDomain) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  54. case class ReifiedRelationshipInstanceRangeAlreadyDefinedException(kind: AxiomExceptionKind, rri: ReifiedRelationshipInstanceRange) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  55. case class ResouceAlreadyDefinedException(kind: ElementExceptionKind, iri: IRI, resource: Resource) extends MutableTerminologyBoxException with Product with Serializable

    Permalink
  56. case class ResourceConflictException(kind: ElementExceptionKind, iri: IRI, conflictingResource: Resource) extends MutableTerminologyBoxException with Product with Serializable

    Permalink
  57. case class ResourceScopeException(kind: ElementExceptionKind, iri: IRI, unaccessibleResources: Map[RelationshipScopeAccessKind, Resource]) extends MutableTerminologyBoxException with Product with Serializable

    Permalink
  58. case class ScalarDataPropertyValueAlreadyDefinedException(kind: AxiomExceptionKind, axv: ScalarDataPropertyValue) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  59. case class SingletonInstanceScalarDataPropertyValueAlreadyDefinedException(kind: AxiomExceptionKind, axv: SingletonInstanceScalarDataPropertyValue) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  60. case class SingletonInstanceStructuredDataPropertyValueAlreadyDefinedException(kind: AxiomExceptionKind, axv: SingletonInstanceStructuredDataPropertyValue) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  61. case class StructuredDataPropertyTupleAlreadyDefinedException(kind: AxiomExceptionKind, axv: StructuredDataPropertyTuple) extends MutableDescriptionBoxException with Product with Serializable

    Permalink
  62. class TerminologyBoxResolverHelper extends AnyRef

    Permalink
  63. case class UniversalOWLDataRestrictionKind(range: OWLDatatype) extends OWLDataRestrictionKind with Product with Serializable

    Permalink
  64. case class UnreifiedRelationshipInstanceTupleAlreadyDefinedException(kind: AxiomExceptionKind, rri: UnreifiedRelationshipInstanceTuple) extends MutableDescriptionBoxException with Product with Serializable

    Permalink

Value Members

  1. object AxiomExceptionKind extends Enumeration

    Permalink
  2. object AxiomScopeAccessKind extends Enumeration

    Permalink
  3. object Backbone

    Permalink
  4. object BackboneDeclaractions extends Enumeration

    Permalink

    Used for calculating the declared entities of an OWL ontology to determine whether the result should include or exclude backbone declarations.

  5. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  6. object ElementExceptionKind extends Enumeration

    Permalink
  7. object ImmutableOperation extends Enumeration

    Permalink
  8. object LiteralConversions

    Permalink
  9. object OWLAPIIRIOps

    Permalink
  10. object OWLAPIOMFGraphStore extends Serializable

    Permalink
  11. object OWLAPIOMFLoader

    Permalink
  12. object OWLAPIOMFModule extends Serializable

    Permalink
  13. object OntologyMapping extends Serializable

    Permalink
  14. object RelationshipScopeAccessKind extends Enumeration

    Permalink
  15. object TerminologyBoxResolverHelper

    Permalink
  16. val annotationNSPrefixes: Map[String, String]

    Permalink
  17. def applyOntologyChange(ontManager: OWLOntologyManager, ontChange: OWLOntologyChange, ifError: String, ifSuccess: Option[() ⇒ Unit] = None): \/[Throwables, Unit]

    Permalink
  18. def applyOntologyChangeOrNoOp(ontManager: OWLOntologyManager, ontChange: OWLOntologyChange, ifError: ⇒ String, ifSuccess: ⇒ Option[() ⇒ Unit] = None): \/[Throwables, Unit]

    Permalink
  19. def applyOntologyChanges(ontManager: OWLOntologyManager, ontChanges: Seq[OWLOntologyChange], ifError: ⇒ String, ifSuccess: ⇒ Option[() ⇒ Unit] = None): \/[Throwables, Unit]

    Permalink
  20. def applyOntologyChangesOrNoOp(ontManager: OWLOntologyManager, ontChanges: Seq[OWLOntologyChange], ifError: ⇒ String, ifSuccess: ⇒ Option[() ⇒ Unit] = None): \/[Throwables, Unit]

    Permalink
  21. def catalogURIMapperException(message: String, cause: Throwable): Throwable

    Permalink
  22. def catalogURIMapperException(message: String, cause: Throwables = OMFError.emptyThrowables): Throwable

    Permalink
  23. package common

    Permalink
  24. def createOMFGraphStore(catalogManager: CatalogManager, catalogResolver: CatalogResolver, catalog: Catalog, ontManager: OWLOntologyManager = ..., excludeOMLImports: Boolean, excludeOMLContent: Boolean, excludePurlImports: Boolean): \/[Throwables, OWLAPIOMFGraphStore]

    Permalink
  25. package descriptions

    Permalink
  26. val emptyImmutableModulesNES: ImmutableModulesNES

    Permalink
  27. val emptyMutableModulesNES: MutableModulesNES

    Permalink
  28. def findAnnotationAssertionAxiom(ont: OWLOntology, resourceIRI: IRI, annotationProperty: IRI): Option[OWLAnnotationAssertionAxiom]

    Permalink
  29. def getAnnotationPropertyFromOWLAnnotation(a: OWLAnnotation): \/[Throwables, AnnotationProperty]

    Permalink
  30. def getAnnotationPropertyFromOWLAnnotationProperty(ap: OWLAnnotationProperty): \/[Throwables, AnnotationProperty]

    Permalink
  31. def getAnnotationPropertyUUIDfromOWLAnnotation(a: OWLAnnotation): AnnotationPropertyUUID

    Permalink
  32. def getAnnotationPropertyUUIDfromOWLAnnotationProperty(ap: OWLAnnotationProperty): AnnotationPropertyUUID

    Permalink
  33. def getAnnotationValueFromOWLAnnotation(av: OWLAnnotationValue): \/[Throwables, StringDataType]

    Permalink
  34. def getDefaultNSPrefix(aIRI: String): String

    Permalink
  35. def getRelevantOntologyAnnotations(ont: OWLOntology)(implicit store: OWLAPIOMFGraphStore): Vector[OWLAnnotation]

    Permalink
  36. def getRelevantSubjectAnnotationAssertions(ont: OWLOntology, iri: IRI)(implicit store: OWLAPIOMFGraphStore): Vector[OWLAnnotationAssertionAxiom]

    Permalink
  37. implicit val iriOrdering: Ordering[IRI]

    Permalink
  38. def loadCatalog(s: OWLAPIOMFGraphStore, file: Path): \/[Throwables, Unit]

    Permalink
  39. def loadCatalog(s: OWLAPIOMFGraphStore, cls: Class[_], catalogPath: String): \/[Throwables, Unit]

    Permalink
  40. implicit val owlClassOrdering: Ordering[OWLClass]

    Permalink
  41. implicit val owlObjectProperty: Ordering[OWLObjectProperty]

    Permalink
  42. package types

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped