File tree Expand file tree Collapse file tree
sysml.library/Kernel Libraries/Kernel Semantic Library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ standard library package Occurrences {
323323 * is none when the startShot and endShot are the same.
324324 */
325325 }
326- inv { isEmpty((this as Occurrence).middleTimeSlice) == ((this as Occurrence).startShot == (this as Occurrence).endShot) }
326+ inv { isEmpty((that as Occurrence).middleTimeSlice) == ((that as Occurrence).startShot == (that as Occurrence).endShot) }
327327
328328 connector :HappensJustBefore
329329 from earlierOccurrence references startShot [1]
@@ -519,7 +519,7 @@ standard library package Occurrences {
519519 inv { spaceBounderOf.spaceBoundary == that.that }
520520 }
521521
522- inv { not isClosed implies contains((this as Occurrence).unionsOf, union(spaceBoundary, spaceInterior)) }
522+ inv { not isClosed implies contains((that as Occurrence).unionsOf, union(spaceBoundary, spaceInterior)) }
523523 inv { innerSpaceDimension == 0 implies isEmpty(spaceBoundary) }
524524
525525 connector :SurroundedBy
@@ -568,7 +568,7 @@ standard library package Occurrences {
568568 * Tells whether an occurrence has a spaceBoundary, true if it does, false otherwise.
569569 */
570570 }
571- inv { isClosed == isEmpty((this as Occurrence).spaceBoundary) }
571+ inv { isClosed == isEmpty((that as Occurrence).spaceBoundary) }
572572
573573 feature incomingTransfers: Transfers::Transfer[0..*] subsets Transfers::transfers {
574574 doc
You can’t perform that action at this time.
0 commit comments