Skip to content

Commit a3f3ab4

Browse files
committed
this -> that
1 parent 1132ceb commit a3f3ab4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sysml.library/Kernel Libraries/Kernel Semantic Library/Occurrences.kerml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)