Closed NicolasRouquette closed 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:
ReifiedRelationship
ForwardProperty
InverseProperty
Since ForwardProperty and InverseProperty are existentially dependent on a ReifiedRelationship, the OMF factory needs to be updated to reflect this dependence.
Fixed in this update: https://github.com/JPL-IMCE/gov.nasa.jpl.omf.scala.core/issues/29
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:ReifiedRelationship
ForwardProperty
InverseProperty
Since
ForwardProperty
andInverseProperty
are existentially dependent on aReifiedRelationship
, the OMF factory needs to be updated to reflect this dependence.