Skip to content

Commit c47239e

Browse files
committed
Corrected inverse
1 parent b53488c commit c47239e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,15 @@ standard library package Occurrences {
276276
binding portionOccurrence.portionOfLife[1] = portionedOccurrence.portionOfLife[1];
277277
}
278278

279-
portion feature timeSlices: Occurrence[1..*] subsets portions inverse of timeSlices {
279+
portion feature timeSlices: Occurrence[1..*] subsets portions {
280280
doc
281281
/*
282282
* Portions of an occurrence taking up all of its space over some period of time,
283283
* including at least this occurrence.
284284
*/
285285
}
286286

287-
feature timeSliceOf : Occurrence[1..*] subsets portionOf {
287+
feature timeSliceOf : Occurrence[1..*] subsets portionOf inverse of timeSlices {
288288
doc
289289
/*
290290
* Occurrences of which this occurrence is a time slice, including at least this

0 commit comments

Comments
 (0)