Class

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

OMFBackbone

Related Doc: package owlapi

Permalink

class OMFBackbone extends Backbone

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OMFBackbone
  2. Backbone
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OMFBackbone(ont: OWLOntology, Thing: IRI, Aspect: IRI, Entity: IRI, StructuredDatatype: IRI, ReifiedObjectProperty: IRI, ReifiedStructuredDataProperty: IRI, topObjectProperty: IRI, topUnreifiedObjectProperty: IRI, topReifiedObjectProperty: IRI, topReifiedObjectPropertySource: IRI, topReifiedObjectPropertyTarget: IRI, topReifiedStructuredDataProperty: IRI, topReifiedStructuredDataPropertySource: IRI, topReifiedStructuredDataPropertyTarget: IRI, topDataProperty: IRI)

    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 Aspect: IRI

    Permalink
  5. lazy val AspectKindC: OWLClass

    Permalink

    The IRI of the OWL Class that is the parent of any OML AspectKind defined in the ontology representing an OMF modeling domain.

    The IRI of the OWL Class that is the parent of any OML AspectKind defined in the ontology representing an OMF modeling domain.

    An OML AspectKind can be either an OML Aspect or an OML CardinalityRestrictionAspect.

  6. lazy val ConceptKindC: OWLClass

    Permalink

    The IRI of the OWL Class that is the parent of any OML ConceptKind defined in the ontology representing an OMF modeling domain.

    The IRI of the OWL Class that is the parent of any OML ConceptKind defined in the ontology representing an OMF modeling domain.

    An OML ConceptKind can be either an OML Concept or an OML CardinalityRestrictionConcept.

  7. lazy val ConceptualRelationshipKindC: OWLClass

    Permalink

    The IRI of the OWL Class that is the parent of any OML ConceptualRelationship defined in the ontology representing an OMF modeling domain.

    The IRI of the OWL Class that is the parent of any OML ConceptualRelationship defined in the ontology representing an OMF modeling domain.

    An OML ConceptualRelationship can be one of the following: - an OML ReifiedRelationship - an OML ReifiedRelationshipRestriction - an OML CardinalityRestrictedReifiedRelationship

  8. val Entity: IRI

    Permalink
  9. val ReifiedObjectProperty: IRI

    Permalink
  10. val ReifiedStructuredDataProperty: IRI

    Permalink
  11. lazy val ReifiedStructuredDataPropertyC: OWLClass

    Permalink

    The IRI of the OWL Class that is the parent of any OMF StructuredDataProperty defined in the ontology representing an OMF modeling domain

    The IRI of the OWL Class that is the parent of any OMF StructuredDataProperty defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelStructuredDataRelationship

  12. val StructuredDatatype: IRI

    Permalink
  13. lazy val StructuredDatatypeC: OWLClass

    Permalink

    The IRI of the OWL Class that is the parent of any OML Structure defined in the ontology representing an OMF modeling domain.

  14. val Thing: IRI

    Permalink
  15. lazy val ThingC: OWLClass

    Permalink

    The IRI of the OWL Class that is the parent of: - the 3 concrete categories of OMF ModelEntityDefinition represented as OWL Classes: -- ModelEntityAspect (direct specializations of the backbone OWL Class Thing) -- ModelEntityConcept (indirect specializations via the backbone OWL Class Entity) -- ModelEntityReifiedRelationship (indirect specializations via the backbone OWL Class ReifiedObjectProperty) - the 2 concrete categories of OMF ModelDataTypeDefinition represented as OWL Classes: -- ModelStructuredDataType (indirect specializations via the backbone OWL Class StructuredDatatype) -- ModelStructuredDataRelationship (indirect specializations via the backbone OWL Class ReifiedStructuredDataProperty)

    The IRI of the OWL Class that is the parent of: - the 3 concrete categories of OMF ModelEntityDefinition represented as OWL Classes: -- ModelEntityAspect (direct specializations of the backbone OWL Class Thing) -- ModelEntityConcept (indirect specializations via the backbone OWL Class Entity) -- ModelEntityReifiedRelationship (indirect specializations via the backbone OWL Class ReifiedObjectProperty) - the 2 concrete categories of OMF ModelDataTypeDefinition represented as OWL Classes: -- ModelStructuredDataType (indirect specializations via the backbone OWL Class StructuredDatatype) -- ModelStructuredDataRelationship (indirect specializations via the backbone OWL Class ReifiedStructuredDataProperty)

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelDataTypeDefinition

    gov.nasa.jpl.omf.scala.core.OMF#ModelEntityDefinition

  16. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. val df: OWLDataFactory

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def isBackboneClass(ce: OWLClassExpression): Boolean

    Permalink
  25. def isBackboneDataProperty(dpe: OWLDataPropertyExpression): Boolean

    Permalink
  26. def isBackboneObjectProperty(ope: OWLObjectPropertyExpression): Boolean

    Permalink
  27. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val ont: OWLOntology

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. val topDataProperty: IRI

    Permalink
  35. lazy val topDataPropertyDP: OWLDataProperty

    Permalink

    The IRI of the OWL DataProperty that is the parent of any data property for an OMF ModelEntityDataRelationship defined in the ontology representation of an OMF modeling domain

  36. val topObjectProperty: IRI

    Permalink
  37. lazy val topObjectPropertyOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any category of OMF type represented as an OWL ObjectProperty

  38. val topReifiedObjectProperty: IRI

    Permalink
  39. lazy val topReifiedObjectPropertyOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property chain for an OMF ModelEntityReifiedRelationship defined in the ontology representing an OMF modeling domain

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property chain for an OMF ModelEntityReifiedRelationship defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelEntityReifiedRelationship

  40. val topReifiedObjectPropertySource: IRI

    Permalink
  41. lazy val topReifiedObjectPropertySourceOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property source for an OMF ModelEntityReifiedelationship defined in the ontology representing an OMF modeling domain

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property source for an OMF ModelEntityReifiedelationship defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelEntityReifiedRelationship

  42. val topReifiedObjectPropertyTarget: IRI

    Permalink
  43. lazy val topReifiedObjectPropertyTargetOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property target for an OMF ModelEntityReifiedRelationship defined in the ontology representing an OMF modeling domain

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property target for an OMF ModelEntityReifiedRelationship defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelEntityReifiedRelationship

  44. val topReifiedStructuredDataProperty: IRI

    Permalink
  45. lazy val topReifiedStructuredDataPropertyOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property chain for an OMF ModelStructuredDataRelationship defined in the ontology representing an OMF modeling domain

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property chain for an OMF ModelStructuredDataRelationship defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelStructuredDataRelationship

  46. val topReifiedStructuredDataPropertySource: IRI

    Permalink
  47. lazy val topReifiedStructuredDataPropertySourceOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property source for an OMF ModelStructuredDataRelationship defined in the ontology representing an OMF modeling domain

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property source for an OMF ModelStructuredDataRelationship defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelStructuredDataRelationship

  48. val topReifiedStructuredDataPropertyTarget: IRI

    Permalink
  49. lazy val topReifiedStructuredDataPropertyTargetOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property target for an OMF ModelStructuredDataRelationship defined in the ontology representing an OMF modeling domain

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property target for an OMF ModelStructuredDataRelationship defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelStructuredDataRelationship

  50. val topUnreifiedObjectProperty: IRI

    Permalink
  51. lazy val topUnreifiedObjectPropertyOP: OWLObjectProperty

    Permalink

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property chain for an OMF UnreifiedRelationship defined in the ontology representing an OMF modeling domain

    The IRI of the OWL ObjectProperty that is the parent of any unreified object property chain for an OMF UnreifiedRelationship defined in the ontology representing an OMF modeling domain

    See also

    gov.nasa.jpl.omf.scala.core.OMF#ModelEntityReifiedRelationship

  52. final def wait(): Unit

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

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

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

Inherited from Backbone

Inherited from AnyRef

Inherited from Any

Ungrouped