Class/Object

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

ImmutableDescriptionBox

Related Docs: object ImmutableDescriptionBox | package descriptions

Permalink

case class ImmutableDescriptionBox(sig: ImmutableDescriptionBoxSignature[OWLAPIOMF], ont: OWLOntology, backbone: OMFBackbone)(implicit ops: OWLAPIOMFOps) extends DescriptionBox with ImmutableModule with Product with Serializable

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableDescriptionBox
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ImmutableModule
  7. DescriptionBox
  8. Module
  9. Resource
  10. LogicalElement
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImmutableDescriptionBox(sig: ImmutableDescriptionBoxSignature[OWLAPIOMF], ont: OWLOntology, backbone: OMFBackbone)(implicit ops: OWLAPIOMFOps)

    Permalink

Type Members

  1. type MS = DescriptionBoxSignature[OWLAPIOMF, Set]

    Permalink
    Definition Classes
    ImmutableDescriptionBoxDescriptionBoxModule

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. lazy val abbrevIRI: AbbrevIRI

    Permalink
    Definition Classes
    Resource
  5. final def annotationProperties(): Set[AnnotationProperty]

    Permalink
    Definition Classes
    Module
  6. final def annotations(): Set[AnnotationPropertyValue]

    Permalink
    Definition Classes
    Module
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val backbone: OMFBackbone

    Permalink
    Definition Classes
    ImmutableDescriptionBoxModule
  9. def builtInVocabulary()(implicit store: OWLAPIOMFGraphStore): Boolean

    Permalink
    Definition Classes
    Module
  10. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    ImmutableDescriptionBox → Equals → DescriptionBoxModuleResourceLogicalElement
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ImmutableDescriptionBox → Equals → AnyRef → Any
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val hashCode: Int

    Permalink
    Definition Classes
    ImmutableDescriptionBox → AnyRef → Any
  17. val iri: IRI

    Permalink
    Definition Classes
    ModuleResource
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val name: LocalName

    Permalink
    Definition Classes
    ModuleResource
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val nsPrefix: NamespacePrefix

    Permalink
    Definition Classes
    Module
  24. val ont: OWLOntology

    Permalink
    Definition Classes
    ImmutableDescriptionBoxModule
  25. val ontManager: OWLOntologyManager

    Permalink
    Definition Classes
    Module
  26. implicit val ops: OWLAPIOMFOps

    Permalink
  27. val owlDataFactory: OWLDataFactory

    Permalink
    Definition Classes
    Module
  28. def owlVocabularyNotToBeSerialized()(implicit store: OWLAPIOMFGraphStore): Boolean

    Permalink

    If true, this means that this Module is a representation of a vocabulary that should not be serialized to OWL.

    If true, this means that this Module is a representation of a vocabulary that should not be serialized to OWL.

    Definition Classes
    Module
  29. def save(os: OutputStream): \/[Set[Throwable], Unit]

    Permalink
    Definition Classes
    DescriptionBox
  30. def save(saveIRI: IRI): \/[Set[Throwable], Unit]

    Permalink
    Definition Classes
    DescriptionBox
  31. val sig: ImmutableDescriptionBoxSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    ImmutableDescriptionBoxDescriptionBoxModule
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val uuid: DescriptionBoxUUID

    Permalink
    Definition Classes
    DescriptionBoxModuleLogicalElement
  34. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ImmutableModule

Inherited from DescriptionBox

Inherited from Module

Inherited from Resource

Inherited from LogicalElement

Inherited from AnyRef

Inherited from Any

Ungrouped