Skip to content

Commit 63dc08b

Browse files
committed
KERML_-107 Updated Kernel Semantic Library for item flow name change.
- Updated Transfer model and FeatureReferencePerformances. - Also updated doc comment on Collections::Collection, per resolution. - And updated SysML Actions and FlowConnections models, only as necessary to avoid errors.
1 parent d1eb8f7 commit 63dc08b

8 files changed

Lines changed: 380 additions & 655 deletions

File tree

org.omg.sysml.xpect.tests/src/org/omg/sysml/xpect/tests/validation/invalid/Relationship_invalid_relatedElement1.sysml.xt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ package 'Streaming Example' {
4545
in ref myIn;
4646
}
4747
//* XPECT errors ---
48-
"Cannot identify item flow end (use dot notation)" at "B::myOut"
49-
"Cannot identify item flow end (use dot notation)" at "C::myIn"
48+
"Cannot identify flow end (use dot notation)" at "B::myOut"
49+
"Cannot identify flow end (use dot notation)" at "C::myIn"
5050
"Must be an accessible feature (use dot notation for nesting)" at "B::myOut"
5151
"Must be an accessible feature (use dot notation for nesting)" at "C::myIn"
5252
--- */

org.omg.sysml/src/org/omg/sysml/util/ImplicitGeneralizationMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected ImplicitGeneralizationMap() {
9090
put(InvariantImpl.class, "base", "Performances::trueEvaluations");
9191
put(InvariantImpl.class, "negated", "Performances::falseEvaluations");
9292

93-
put(PayloadFeatureImpl.class, "payload", "Transfers::Transfer::item");
93+
put(PayloadFeatureImpl.class, "payload", "Transfers::Transfer::payload");
9494

9595
put(FlowImpl.class, "base", "Transfers::flowTransfers");
9696
put(FlowImpl.class, "enclosedPerformance", "Performances::Performance::enclosedPerformances");

0 commit comments

Comments
 (0)