-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
2,769 additions
and
522 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
element <e145>; | ||
|
||
element <'1.2.4'> MyName; | ||
|
||
element <A> { | ||
doc /* Element A is related to element B. */ | ||
relationship to B; | ||
} | ||
|
||
element <B> { | ||
language "HTML" | ||
/* <a href="https://plm.elsewhere.com/part?id="1234"/> */ | ||
package Elements { | ||
element <e145>; | ||
|
||
element <'1.2.4'> MyName; | ||
|
||
element <A> { | ||
doc /* Element A is related to element B. */ | ||
relationship to B; | ||
} | ||
|
||
element <B> { | ||
language "HTML" | ||
/* <a href="https://plm.elsewhere.com/part?id="1234"/> */ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
element <'1'> A; | ||
element <'2'> B; | ||
element <'3'> C; | ||
relationship <'4'> R from A to B, C; | ||
|
||
package P1 { | ||
element S; | ||
} | ||
package P2 { | ||
element T; | ||
} | ||
relationship from P1::S to P2::T; | ||
package Relationships { | ||
namespace { | ||
element <'1'> A; | ||
element <'2'> B; | ||
element <'3'> C; | ||
relationship <'4'> R from A to B, C; | ||
} | ||
|
||
namespace { | ||
package P1 { | ||
element S; | ||
} | ||
package P2 { | ||
element T; | ||
} | ||
relationship from P1::S to P2::T; | ||
} | ||
|
||
namespace N { | ||
element A; | ||
element B { | ||
relationship <x> { | ||
element <y>; // Owned related Element | ||
relationship from A to B; // Relationship as owned related Element | ||
} | ||
} | ||
relationship R from A to B { | ||
doc /* This relationship has no owned related Elements. */ | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
sysml.library/Domain Libraries/Quantities and Units/QuantityCalculations.sysml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.