Class

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

ReifiedRelationship

Related Doc: package terms

Permalink

case class ReifiedRelationship(e: OWLClass, iri: IRI, name: LocalName, uuid: ReifiedRelationshipUUID, forwardProperty: ForwardProperty, inverseProperty: Option[InverseProperty], source: Entity, rSource: OWLObjectProperty, target: Entity, rTarget: OWLObjectProperty, characteristics: Iterable[RelationshipCharacteristics]) extends CharacterizedEntityRelationship with ConceptualRelationship with Product with Serializable

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReifiedRelationship
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ConceptualRelationship
  7. ConceptualEntity
  8. Entity
  9. Predicate
  10. CharacterizedEntityRelationship
  11. EntityRelationship
  12. Term
  13. TerminologyBoxStatement
  14. ModuleElement
  15. Resource
  16. LogicalElement
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReifiedRelationship(e: OWLClass, iri: IRI, name: LocalName, uuid: ReifiedRelationshipUUID, forwardProperty: ForwardProperty, inverseProperty: Option[InverseProperty], source: Entity, rSource: OWLObjectProperty, target: Entity, rTarget: OWLObjectProperty, characteristics: Iterable[RelationshipCharacteristics])

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

    Permalink
    Definition Classes
    Resource
  5. final def asInstanceOf[T0]: T0

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

    Permalink
  7. val characteristics: Iterable[RelationshipCharacteristics]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val e: OWLClass

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

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

    Permalink
    Definition Classes
    ReifiedRelationship → Equals → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val forwardProperty: ForwardProperty

    Permalink
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    ReifiedRelationship → AnyRef → Any
  16. val inverseProperty: Option[InverseProperty]

    Permalink
  17. val iri: IRI

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

    Permalink
    Definition Classes
    Any
  19. val name: LocalName

    Permalink
    Definition Classes
    ReifiedRelationshipResource
  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 rSource: OWLObjectProperty

    Permalink
  24. val rTarget: OWLObjectProperty

    Permalink
  25. def rootCharacterizedEntityRelationships()(implicit store: OWLAPIOMFGraphStore): Set[_ <: CharacterizedEntityRelationship]

    Permalink
  26. def rootReifiedRelationships()(implicit store: OWLAPIOMFGraphStore): Set[ReifiedRelationship]

    Permalink
    Definition Classes
    ConceptualRelationship
  27. val source: Entity

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

    Permalink
    Definition Classes
    AnyRef
  29. val target: Entity

    Permalink
  30. val uuid: ReifiedRelationshipUUID

    Permalink
  31. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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 ConceptualRelationship

Inherited from ConceptualEntity

Inherited from Entity

Inherited from Predicate

Inherited from EntityRelationship

Inherited from Term

Inherited from TerminologyBoxStatement

Inherited from ModuleElement

Inherited from Resource

Inherited from LogicalElement

Inherited from AnyRef

Inherited from Any

Ungrouped