Package

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

terminologies

Permalink

package terminologies

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

Type Members

  1. trait Bundle extends TerminologyBox

    Permalink
  2. case class ImmutableBundle(sig: ImmutableTerminologyBoxSignature[OWLAPIOMF], ont: OWLOntology, backbone: OMFBackbone)(implicit ops: OWLAPIOMFOps) extends Bundle with ImmutableTerminologyBox with Product with Serializable

    Permalink
  3. trait ImmutableTerminologyBox extends TerminologyBox with ImmutableModule

    Permalink
  4. case class ImmutableTerminologyGraph(sig: ImmutableTerminologyBoxSignature[OWLAPIOMF], ont: OWLOntology, backbone: OMFBackbone)(implicit ops: OWLAPIOMFOps) extends TerminologyGraph with ImmutableTerminologyBox with Product with Serializable

    Permalink
  5. case class MutableBundle(sig: MutableTerminologyBoxSignature[OWLAPIOMF], ont: OWLOntology, backbone: OMFBackbone)(implicit ops: OWLAPIOMFOps) extends Bundle with MutableTerminologyBox with Product with Serializable

    Permalink
  6. trait MutableTerminologyBox extends TerminologyBox with MutableModule

    Permalink
  7. case class MutableTerminologyGraph(sig: MutableTerminologyBoxSignature[OWLAPIOMF], ont: OWLOntology, backbone: OMFBackbone)(implicit ops: OWLAPIOMFOps) extends TerminologyGraph with MutableTerminologyBox with Product with Serializable

    Permalink
  8. trait TerminologyBox extends Module

    Permalink
  9. trait TerminologyGraph extends TerminologyBox

    Permalink

Value Members

  1. object ImmutableBundle extends Serializable

    Permalink
  2. object ImmutableTerminologyGraph extends Serializable

    Permalink
  3. object MutableBundle extends Serializable

    Permalink
  4. object MutableTerminologyGraph extends Serializable

    Permalink
  5. def toImmutableTerminologyBoxSignature(sig: MutableTerminologyBoxSignature[OWLAPIOMF]): ImmutableTerminologyBoxSignature[OWLAPIOMF]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped