JPL-IMCE / gov.nasa.jpl.omf.scala.core

OMF (Ontological Modeling Framework) Core Functional API
https://jpl-imce.github.io/gov.nasa.jpl.omf.scala.core/
5 stars 4 forks source link

OMF API for ReifiedRelationship needs to include the info about Forward & Inverse Properties #30

Closed NicolasRouquette closed 6 years ago

NicolasRouquette commented 6 years ago

In OML, the update of ReifiedRelationship in OML 0.9.1 in https://github.com/JPL-IMCE/gov.nasa.jpl.omf.scala.core/issues/29 resulted in an update of OMF Core with three distinct APIs whose lifecycle are decoupled in the OMF factory:

Since ForwardProperty and InverseProperty are existentially dependent on a ReifiedRelationship, the OMF factory needs to be updated to reflect this dependence.

NicolasRouquette commented 6 years ago

Fixed in this update: https://github.com/JPL-IMCE/gov.nasa.jpl.omf.scala.core/issues/29