Skip to content

Commit ce5f65c

Browse files
committed
ST6RI-859 Made surroundedByOccurrences::surroundingSpaces not an end.
1 parent 818cc68 commit ce5f65c

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
@@ -601,8 +601,8 @@ standard library package Occurrences {
601601
* Occurrences that have inner spaces that completely include this occurrence.
602602
*/
603603

604-
feature surroundedSpace: Occurrence[1] subsets that;
605-
end [1] feature surroundingSpace: Occurrence subsets self;
604+
feature surroundedSpace: Occurrence [1] subsets that;
605+
feature surroundingSpace: Occurrence [1] subsets self;
606606

607607
connector :InsideOf
608608
from [0..1] smallerOccurrence references surroundedSpace

0 commit comments

Comments
 (0)