Skip to content

Commit

Permalink
Merge branch 'release/2024-11'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gomes committed Dec 6, 2024
2 parents 1368a95 + 1c2165c commit a23cf0c
Show file tree
Hide file tree
Showing 59 changed files with 389,918 additions and 371,723 deletions.
1 change: 1 addition & 0 deletions app/org/omg/sysml/lifecycle/impl/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
@MetaValue(value = "SuccessionAsUsage", targetEntity = SuccessionAsUsageImpl.class),
@MetaValue(value = "SuccessionFlowConnectionUsage", targetEntity = SuccessionFlowConnectionUsageImpl.class),
@MetaValue(value = "SuccessionItemFlow", targetEntity = SuccessionItemFlowImpl.class),
@MetaValue(value = "TerminateActionUsage", targetEntity = TerminateActionUsageImpl.class),
@MetaValue(value = "TextualRepresentation", targetEntity = TextualRepresentationImpl.class),
@MetaValue(value = "TransitionFeatureMembership", targetEntity = TransitionFeatureMembershipImpl.class),
@MetaValue(value = "TransitionUsage", targetEntity = TransitionUsageImpl.class),
Expand Down
10 changes: 10 additions & 0 deletions app/org/omg/sysml/metamodel/TerminateActionUsage.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
package org.omg.sysml.metamodel;

import java.util.Collection;
import java.util.List;
import java.util.Set;

public interface TerminateActionUsage extends ActionUsage, SysMLType {
Expression getTerminatedOccurrenceArgument();
}
Loading

0 comments on commit a23cf0c

Please sign in to comment.