We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818cc68 commit ce5f65cCopy full SHA for ce5f65c
1 file changed
sysml.library/Kernel Libraries/Kernel Semantic Library/Occurrences.kerml
@@ -601,8 +601,8 @@ standard library package Occurrences {
601
* Occurrences that have inner spaces that completely include this occurrence.
602
*/
603
604
- feature surroundedSpace: Occurrence[1] subsets that;
605
- end [1] feature surroundingSpace: Occurrence subsets self;
+ feature surroundedSpace: Occurrence [1] subsets that;
+ feature surroundingSpace: Occurrence [1] subsets self;
606
607
connector :InsideOf
608
from [0..1] smallerOccurrence references surroundedSpace
0 commit comments