Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Enable m2 model to load by XMLResource #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/build-target/build-target.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="A-RTEGEN" sequenceNumber="7016">
<?pde version="3.8"?><target name="A-RTEGEN" sequenceNumber="7017">
<locations>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="jp.pizzafactory.a_rte.orbit.feature.group" version="1.0.1.201411160835"/>
Expand All @@ -17,6 +17,7 @@
<unit id="org.eclipse.swt" version="3.103.2.v20150203-1313"/>
<unit id="org.eclipse.ocl.all.feature.group" version="5.0.2.v20140725-2242"/>
<unit id="org.eclipse.platform.feature.group" version="4.4.2.v20150204-1700"/>
<unit id="org.eclipse.sphinx.sdk.feature.group" version="0.8.1.201409171422"/>
<repository location="http://download.eclipse.org/releases/luna/"/>
</location>
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
Expand Down
1,703 changes: 1,240 additions & 463 deletions src/jp.ac.nagoya_u.is.nces.a_rte.model/model/ar4x.ecore

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public interface AnyInstanceRef extends M2Object, IInstanceRef {
* <!-- end-user-doc -->
* @return the value of the '<em>Context Element</em>' reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAnyInstanceRef_ContextElement()
* @model annotation="tags xml.roleWrapperElement='false'"
* @model annotation="tags xml.roleWrapperElement='false' xml.name='CONTEXT-ELEMENT-REF'"
* @generated
*/
EList<Identifiable> getContextElement();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public interface ApplicationError extends Identifiable {
* @see #setErrorCode(Integer)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getApplicationError_ErrorCode()
* @model dataType="jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.Integer" required="true"
* annotation="tags xml.name='ERROR-CODE'"
* @generated
*/
Integer getErrorCode();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public interface ArPackage extends Identifiable {
* @return the value of the '<em>Element</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getArPackage_Element()
* @model containment="true"
* annotation="tags xml.name='ELEMENTS' xml.namePlural='ELEMENTS'"
* @generated
*/
EList<ArElement> getElement();
Expand All @@ -92,6 +93,7 @@ public interface ArPackage extends Identifiable {
* @return the value of the '<em>Ar Package</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getArPackage_ArPackage()
* @model containment="true"
* annotation="tags xml.name='AR-PACKAGE' xml.namePlural='AR-PACKAGES'"
* @generated
*/
EList<ArPackage> getArPackage();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public interface ArgumentDataPrototype extends AutosarDataPrototype {
* @see #setDirection(ArgumentDirectionEnum)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getArgumentDataPrototype_Direction()
* @model required="true"
* annotation="tags xml.name='DIRECTION'"
* @generated
*/
ArgumentDirectionEnum getDirection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public interface AssemblySwConnector extends SwConnector {
* @see #setProviderIref(PPortPrototypeInCompositionInstanceRef)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAssemblySwConnector_ProviderIref()
* @model containment="true" required="true"
* annotation="tags xml.name='PROVIDER-IREF'"
* @generated
*/
PPortPrototypeInCompositionInstanceRef getProviderIref();
Expand All @@ -157,6 +158,7 @@ public interface AssemblySwConnector extends SwConnector {
* @see #setRequesterIref(RPortPrototypeInCompositionInstanceRef)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAssemblySwConnector_RequesterIref()
* @model containment="true" required="true"
* annotation="tags xml.name='REQUESTER-IREF'"
* @generated
*/
RPortPrototypeInCompositionInstanceRef getRequesterIref();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public interface AtomicSwComponentType extends SwComponentType {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAtomicSwComponentType_InternalBehavior()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.SwcInternalBehavior#getParent
* @model opposite="parent" containment="true"
* annotation="tags xml.roleWrapperElement='true'"
* annotation="tags xml.roleWrapperElement='true' xml.name='SWC-INTERNAL-BEHAVIOR'"
* @generated
*/
SwcInternalBehavior getInternalBehavior();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public interface Autosar extends M2Object {
* @return the value of the '<em>Ar Package</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAutosar_ArPackage()
* @model containment="true"
* annotation="tags xml.name='AR-PACKAGE' xml.namePlural='AR-PACKAGES'"
* @generated
*/
EList<ArPackage> getArPackage();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public interface AutosarDataType extends ArElement {
* @see #setSwDataDefProps(SwDataDefProps)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAutosarDataType_SwDataDefProps()
* @model containment="true"
* annotation="tags xml.name='SW-DATA-DEF-PROPS'"
* @generated
*/
SwDataDefProps getSwDataDefProps();
Expand All @@ -104,6 +105,7 @@ public interface AutosarDataType extends ArElement {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAutosarDataType_InvalidValue()
* @model resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
* annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot derivation='if swDataDefProps.invalidValue.oclIsUndefined()\n\t\t\t\t\tthen null\n\t\t\t\t\telse swDataDefProps.invalidValue\n\t\t\t\t\tendif'"
* annotation="tags xml.name='TIMEOUT'"
* @generated
*/
ValueSpecification getInvalidValue();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public interface AutosarVariableRef extends M2Object {
* @see #setAutosarVariableIref(VariableInAtomicSwcTypeInstanceRef)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAutosarVariableRef_AutosarVariableIref()
* @model containment="true"
* annotation="tags xml.name='AUTOSAR-VARIABLE-IREF'"
* @generated
*/
VariableInAtomicSwcTypeInstanceRef getAutosarVariableIref();
Expand All @@ -103,7 +104,7 @@ public interface AutosarVariableRef extends M2Object {
* @return the value of the '<em>Autosar Variable</em>' reference.
* @see #setAutosarVariable(VariableDataInstanceInSwc)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAutosarVariableRef_AutosarVariable()
* @model
* @model annotation="tags xml.name='AUTOSAR-VARIABLE-REF'"
* @generated
*/
VariableDataInstanceInSwc getAutosarVariable();
Expand All @@ -129,7 +130,7 @@ public interface AutosarVariableRef extends M2Object {
* @return the value of the '<em>Local Variable</em>' reference.
* @see #setLocalVariable(VariableDataPrototype)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getAutosarVariableRef_LocalVariable()
* @model
* @model annotation="tags xml.name='LOCAL-VARIABLE-REF'"
* @generated
*/
VariableDataPrototype getLocalVariable();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public interface BswEvent extends Identifiable {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswEvent_StartsOnEvent()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.BswSchedulableEntity#getEvent
* @model opposite="event"
* annotation="tags xml.name='STARTS-ON-EVENT-REF'"
* @generated
*/
BswSchedulableEntity getStartsOnEvent();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public interface BswImplementation extends Implementation {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswImplementation_Behavior()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.BswInternalBehavior#getImplementation
* @model opposite="implementation" required="true"
* annotation="tags xml.name='BEHAVIOR-REF'"
* @generated
*/
BswInternalBehavior getBehavior();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public interface BswInternalBehavior extends InternalBehavior {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswInternalBehavior_Entity()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.BswModuleEntity#getParent
* @model opposite="parent" containment="true" required="true"
* annotation="tags xml.name='ENTITY' xml.namePlural='ENTITYS'"
* @generated
*/
EList<BswModuleEntity> getEntity();
Expand All @@ -128,6 +129,7 @@ public interface BswInternalBehavior extends InternalBehavior {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswInternalBehavior_Event()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.BswEvent#getParent
* @model opposite="parent" containment="true"
* annotation="tags xml.name='EVENT' xml.namePlural='EVENTS'"
* @generated
*/
EList<BswEvent> getEvent();
Expand All @@ -146,6 +148,7 @@ public interface BswInternalBehavior extends InternalBehavior {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswInternalBehavior_Implementation()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.BswImplementation#getBehavior
* @model opposite="behavior"
* annotation="tags xml.name='BSW-TRIGGER-DIRECT-IMPLEMENTATION' xml.namePlural='BSW-TRIGGER-DIRECT-IMPLEMENTATIONS'"
* @generated
*/
EList<BswImplementation> getImplementation();
Expand All @@ -162,6 +165,7 @@ public interface BswInternalBehavior extends InternalBehavior {
* @return the value of the '<em>Mode Sender Policy</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswInternalBehavior_ModeSenderPolicy()
* @model containment="true"
* annotation="tags xml.name='BSW-MODE-SENDER-POLICY'"
* @generated
*/
EList<BswModeSenderPolicy> getModeSenderPolicy();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public interface BswInterruptEntity extends BswModuleEntity {
* @see #setInterruptSource(String)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswInterruptEntity_InterruptSource()
* @model dataType="jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.String" required="true"
* annotation="tags xml.name='INTERRUPT-SOURCE'"
* @generated
*/
String getInterruptSource();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public interface BswModeSenderPolicy extends M2Object {
* @see #setProvidedModeGroup(ModeDeclarationGroupPrototype)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModeSenderPolicy_ProvidedModeGroup()
* @model required="true"
* annotation="tags xml.name='PROVIDED-MODE-GROUP-REF'"
* @generated
*/
ModeDeclarationGroupPrototype getProvidedModeGroup();
Expand All @@ -102,6 +103,7 @@ public interface BswModeSenderPolicy extends M2Object {
* @see #setQueueLength(Integer)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModeSenderPolicy_QueueLength()
* @model dataType="jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.PositiveInteger" required="true"
* annotation="tags xml.name='QUEUE-LENGTH'"
* @generated
*/
Integer getQueueLength();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public interface BswModeSwitchEvent extends BswEvent {
* @see #setActivation(ModeActivationKind)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModeSwitchEvent_Activation()
* @model required="true"
* annotation="tags xml.name='ACTIVATION'"
* @generated
*/
ModeActivationKind getActivation();
Expand Down Expand Up @@ -105,6 +106,7 @@ public interface BswModeSwitchEvent extends BswEvent {
* @return the value of the '<em>Mode Iref</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModeSwitchEvent_ModeIref()
* @model containment="true" required="true" upper="2"
* annotation="tags xml.name='MODE-IREF'"
* @generated
*/
EList<ModeInBswModuleDescriptionInstanceRef> getModeIref();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public interface BswModuleDescription extends ArElement {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleDescription_InternalBehavior()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.BswInternalBehavior#getParent
* @model opposite="parent" containment="true"
* annotation="tags xml.name='INTERNAL-BEHAVIOR'"
* @generated
*/
EList<BswInternalBehavior> getInternalBehavior();
Expand All @@ -95,7 +96,7 @@ public interface BswModuleDescription extends ArElement {
* <!-- end-user-doc -->
* @return the value of the '<em>Provided Entry</em>' reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleDescription_ProvidedEntry()
* @model
* @model annotation="tags xml.name='PROVIDED-ENTRY' xml.namePlural='PROVIDED-ENTRYS'"
* @generated
*/
EList<BswModuleEntry> getProvidedEntry();
Expand All @@ -112,6 +113,7 @@ public interface BswModuleDescription extends ArElement {
* @return the value of the '<em>Provided Mode Group</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleDescription_ProvidedModeGroup()
* @model containment="true" ordered="false"
* annotation="tags xml.name='PROVIDED-MODE-GROUP' xml.namePlural='PROVIDED-MODE-GROUPS'"
* @generated
*/
EList<ModeDeclarationGroupPrototype> getProvidedModeGroup();
Expand All @@ -128,6 +130,7 @@ public interface BswModuleDescription extends ArElement {
* @return the value of the '<em>Required Mode Group</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleDescription_RequiredModeGroup()
* @model containment="true" ordered="false"
* annotation="tags xml.name='REQUIRED-MODE-GROUP' xml.namePlural='REQUIRED-MODE-GROUPS'"
* @generated
*/
EList<ModeDeclarationGroupPrototype> getRequiredModeGroup();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public interface BswModuleEntity extends ExecutableEntity {
* @see #setImplementedEntry(BswModuleEntry)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleEntity_ImplementedEntry()
* @model required="true"
* annotation="tags xml.name='IMPLEMENTED-ENTRY-REF'"
* @generated
*/
BswModuleEntry getImplementedEntry();
Expand Down Expand Up @@ -132,7 +133,7 @@ public interface BswModuleEntity extends ExecutableEntity {
* <!-- end-user-doc -->
* @return the value of the '<em>Accessed Mode Group</em>' reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleEntity_AccessedModeGroup()
* @model annotation="tags xml.namePlural='ACCESSED-MODE-GROUPS' xml.name='MODE-DECLARATION-GROUP-PROTOTYPE-REF'"
* @model annotation="tags xml.namePlural='ACCESSED-MODE-GROUPS' xml.name='MODE-DECLARATION-GROUP-PROTOTYPE-REF-CONDITIONAL'"
* @generated
*/
EList<ModeDeclarationGroupPrototype> getAccessedModeGroup();
Expand All @@ -148,7 +149,7 @@ public interface BswModuleEntity extends ExecutableEntity {
* <!-- end-user-doc -->
* @return the value of the '<em>Managed Mode Group</em>' reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleEntity_ManagedModeGroup()
* @model annotation="tags xml.namePlural='MANAGED-MODE-GROUPS' xml.name='MODE-DECLARATION-GROUP-PROTOTYPE-REF'"
* @model annotation="tags xml.namePlural='MANAGED-MODE-GROUPS' xml.name='MODE-DECLARATION-GROUP-PROTOTYPE-REF-CONDITIONAL'"
* @generated
*/
EList<ModeDeclarationGroupPrototype> getManagedModeGroup();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public interface BswModuleEntry extends ArElement {
* @see #setServiceId(Integer)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleEntry_ServiceId()
* @model dataType="jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.PositiveInteger"
* annotation="tags xml.name='SERVICE-ID'"
* @generated
*/
Integer getServiceId();
Expand Down Expand Up @@ -104,6 +105,7 @@ public interface BswModuleEntry extends ArElement {
* @see #setCallType(BswCallTypeEnum)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleEntry_CallType()
* @model required="true"
* annotation="tags xml.name='CALL-TYPE'"
* @generated
*/
BswCallTypeEnum getCallType();
Expand Down Expand Up @@ -133,6 +135,7 @@ public interface BswModuleEntry extends ArElement {
* @see #setExecutionContext(BswExecutionContextEnum)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswModuleEntry_ExecutionContext()
* @model required="true"
* annotation="tags xml.name='EXECUTION-CONTEXT'"
* @generated
*/
BswExecutionContextEnum getExecutionContext();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public interface BswSchedulableEntity extends BswModuleEntity {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswSchedulableEntity_Event()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.BswEvent#getStartsOnEvent
* @model opposite="startsOnEvent"
* annotation="tags xml.name='EVENT' xml.namePlural='EVENTS'"
* @generated
*/
EList<BswEvent> getEvent();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public interface BswTimingEvent extends BswEvent {
* @see #setPeriod(BigDecimal)
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getBswTimingEvent_Period()
* @model dataType="jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.TimeValue"
* annotation="tags xml.name='PERIOD'"
* @generated
*/
BigDecimal getPeriod();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public interface ClientServerInterface extends PortInterface {
* @return the value of the '<em>Operation</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getClientServerInterface_Operation()
* @model containment="true" required="true"
* annotation="tags xml.name='OPERATION' xml.namePlural='OPERATIONS'"
* @generated
*/
EList<ClientServerOperation> getOperation();
Expand All @@ -94,6 +95,7 @@ public interface ClientServerInterface extends PortInterface {
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getClientServerInterface_PossibleError()
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.ApplicationError#getParent
* @model opposite="parent" containment="true"
* annotation="tags xml.name='POSSIBLE-ERROR' xml.namePlural='POSSIBLE-ERRORS'"
* @generated
*/
EList<ApplicationError> getPossibleError();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public interface ClientServerOperation extends Identifiable {
* <!-- end-user-doc -->
* @return the value of the '<em>Possible Error</em>' reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getClientServerOperation_PossibleError()
* @model
* @model annotation="tags xml.name='POSSIBLE-ERROR' xml.namePlural='POSSIBLE-ERRORS'"
* @generated
*/
EList<ApplicationError> getPossibleError();
Expand All @@ -92,6 +92,7 @@ public interface ClientServerOperation extends Identifiable {
* @return the value of the '<em>Argument</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getClientServerOperation_Argument()
* @model containment="true"
* annotation="tags xml.name='ARGUMENT' xml.namePlural='ARGUMENTS'"
* @generated
*/
EList<ArgumentDataPrototype> getArgument();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public interface CompositionSwComponentType extends SwComponentType {
* @return the value of the '<em>Component</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getCompositionSwComponentType_Component()
* @model containment="true"
* annotation="tags xml.namePlural='COMPONENTS'"
* @generated
*/
EList<SwComponentPrototype> getComponent();
Expand All @@ -92,6 +93,7 @@ public interface CompositionSwComponentType extends SwComponentType {
* @return the value of the '<em>Connector</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getCompositionSwComponentType_Connector()
* @model containment="true"
* annotation="tags xml.namePlural='CONNECTORS'"
* @generated
*/
EList<SwConnector> getConnector();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public interface Compu extends M2Object {
* @return the value of the '<em>Compu Scale</em>' containment reference list.
* @see jp.ac.nagoya_u.is.nces.a_rte.model.ar4x.m2.M2Package#getCompu_CompuScale()
* @model containment="true"
* annotation="tags xml.name='COMPU-SCALE' xml.namePlural='COMPU-SCALES'"
* @generated
*/
EList<CompuScale> getCompuScale();
Expand Down
Loading