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 @@ -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
You can’t perform that action at this time.
0 commit comments