Object

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

OWLAPIOMFLoader

Related Doc: package owlapi

Permalink

object OWLAPIOMFLoader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OWLAPIOMFLoader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ExtendingOntologyToExtendedModuleIRI(extending: IRI, extended: IRI) extends Product with Serializable

    Permalink
  2. case class NestedOntologyToNestingContextIRI(nestingC: IRI, nestedG: IRI) extends Product with Serializable

    Permalink
  3. type OMFDocumentGraph = Graph[IRI, DiEdge]

    Permalink

    The type of a directed graph of OMF documents.

    The type of a directed graph of OMF documents.

    A node is an OMF document is specified by its OWL Ontology document IRI. A directed edge corresponds to a relationship among OMF documents (extension or nesting).

  4. type OMFDocumentNode = scalax.collection.Graph.NodeT

    Permalink

    The type of a node in an OMF document graph.

  5. type OMFDocumentTopologicalOrder = scalax.collection.Graph.TopologicalOrder[scalax.collection.Graph.NodeT]

    Permalink

    The type of a topological ordering of OMF document graph nodes.

  6. case class OntologyLoadedState(ontologies: Map[IRI, OWLOntology], extensions: Set[ExtendingOntologyToExtendedModuleIRI], nested2context: Set[NestedOntologyToNestingContextIRI], om: OntologyMapping) extends Product with Serializable

    Permalink

    TODO distinguish between: - BundledTerminologyAxioms - TerminologyExtensionAxioms

    TODO distinguish between: - BundledTerminologyAxioms - TerminologyExtensionAxioms

    Both are owl imports.

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. object OntologyLoadedState extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createModule(iri: IRI, ms: Seq[Module], s: OntologyLoadedState)(implicit ops: OWLAPIOMFOps, store: OWLAPIOMFGraphStore): \/[Throwables, (Seq[Module], OntologyLoadedState)]

    Permalink
  8. def createModules(queue: Seq[IRI], s: OntologyLoadedState)(implicit ops: OWLAPIOMFOps, store: OWLAPIOMFGraphStore): \/[Throwables, (Seq[Module], OntologyLoadedState)]

    Permalink
  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. def getNestedOntologyToNestingContextIRIIfAny(ont: OWLOntology, ontIRI: IRI)(implicit ops: OWLAPIOMFOps): Option[NestedOntologyToNestingContextIRI]

    Permalink
  14. def getOntologyDirectlyDeclaredClasses(ont: OWLOntology, backbone: BackboneDeclaractions)(implicit ops: OWLAPIOMFOps): Set[OWLClass]

    Permalink

    Get the classes directly declared in an ontology.

    Get the classes directly declared in an ontology.

    ont

    an ontology

    backbone

    whether to include or exclude backbone declarations

    returns

    the classes that are declared in ont, optionally with the backbone classes if backbone=included.

  15. def getOntologyDirectlyExtendedModules(ont: OWLOntology, ontIRI: IRI, om: OntologyMapping)(implicit ops: OWLAPIOMFOps, store: OWLAPIOMFGraphStore): Set[ExtendingOntologyToExtendedModuleIRI]

    Permalink
  16. def getOntologyDirectlyImportedDocuments(ont: OWLOntology)(implicit store: OWLAPIOMFGraphStore): Set[IRI]

    Permalink
  17. def getOntologyParentContextIfAny(ont: OWLOntology)(implicit ops: OWLAPIOMFOps): Option[IRI]

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def loadAllModuleContentsFromOntologies(queue: Seq[Module], s: OntologyLoadedState)(implicit ops: OWLAPIOMFOps, store: OWLAPIOMFGraphStore): \/[Throwables, OntologyMapping]

    Permalink

    TODO: The current strategy converts one module at a time.

    TODO: The current strategy converts one module at a time. This strategy implicitly assumes that there are no circular imports. Convert all modules in phases to allow resolving cross references among circular imports.

  21. def loadModule(iri: IRI, m2i: OntologyMapping)(implicit ops: OWLAPIOMFOps, store: OWLAPIOMFGraphStore): \/[Throwables, (Module, OntologyMapping)]

    Permalink

    Called from OWLAPIOMFGraphStore.loadModule

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val omlIRI: IRI

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped