示例#1
0
文件: Method.cs 项目: mde-search/cra
 public Method()
 {
     this._dataDependency = new ObservableAssociationList <IAttribute>();
     this._dataDependency.CollectionChanged       += this.DataDependencyCollectionChanged;
     this._functionalDependency                    = new ObservableAssociationList <IMethod>();
     this._functionalDependency.CollectionChanged += this.FunctionalDependencyCollectionChanged;
 }
示例#2
0
文件: Method.cs 项目: wasowski/NMF
 public Method()
 {
     this._dataDependency = new ObservableAssociationList <NMF.Models.Tests.Architecture.IAttribute>();
     this._dataDependency.CollectionChanging += this.DataDependencyCollectionChanging;
     this._dataDependency.CollectionChanged  += this.DataDependencyCollectionChanged;
     this._functionalDependency = new ObservableAssociationList <IMethod>();
     this._functionalDependency.CollectionChanging += this.FunctionalDependencyCollectionChanging;
     this._functionalDependency.CollectionChanged  += this.FunctionalDependencyCollectionChanged;
 }
示例#3
0
 public CompositeDataType()
 {
     this._parentType_CompositeDataType = new ObservableAssociationList <ICompositeDataType>();
     this._parentType_CompositeDataType.CollectionChanging += this.ParentType_CompositeDataTypeCollectionChanging;
     this._parentType_CompositeDataType.CollectionChanged  += this.ParentType_CompositeDataTypeCollectionChanged;
     this._innerDeclaration_CompositeDataType = new CompositeDataTypeInnerDeclaration_CompositeDataTypeCollection(this);
     this._innerDeclaration_CompositeDataType.CollectionChanging += this.InnerDeclaration_CompositeDataTypeCollectionChanging;
     this._innerDeclaration_CompositeDataType.CollectionChanged  += this.InnerDeclaration_CompositeDataTypeCollectionChanged;
 }
示例#4
0
 public ImplementationComponentType()
 {
     this._parentCompleteComponentTypes = new ObservableAssociationList <ICompleteComponentType>();
     this._parentCompleteComponentTypes.CollectionChanging    += this.ParentCompleteComponentTypesCollectionChanging;
     this._parentCompleteComponentTypes.CollectionChanged     += this.ParentCompleteComponentTypesCollectionChanged;
     this._componentParameterUsage_ImplementationComponentType = new ObservableCompositionList <IVariableUsage>(this);
     this._componentParameterUsage_ImplementationComponentType.CollectionChanging += this.ComponentParameterUsage_ImplementationComponentTypeCollectionChanging;
     this._componentParameterUsage_ImplementationComponentType.CollectionChanged  += this.ComponentParameterUsage_ImplementationComponentTypeCollectionChanged;
 }
示例#5
0
 public BClass()
 {
     this._ref1 = new ObservableAssociationList <ICClass>();
     this._ref1.CollectionChanging += this.Ref1CollectionChanging;
     this._ref1.CollectionChanged  += this.Ref1CollectionChanged;
     this._ref2 = new ObservableAssociationList <ICClass>();
     this._ref2.CollectionChanging += this.Ref2CollectionChanging;
     this._ref2.CollectionChanged  += this.Ref2CollectionChanged;
 }
示例#6
0
 public Signature()
 {
     this._exceptions__Signature = new ObservableCompositionList <IExceptionType>(this);
     this._exceptions__Signature.CollectionChanging += this.Exceptions__SignatureCollectionChanging;
     this._exceptions__Signature.CollectionChanged  += this.Exceptions__SignatureCollectionChanged;
     this._failureType = new ObservableAssociationList <IFailureType>();
     this._failureType.CollectionChanging += this.FailureTypeCollectionChanging;
     this._failureType.CollectionChanged  += this.FailureTypeCollectionChanged;
 }
 public ComponentType()
 {
     this._requiredInterfaces = new ObservableCompositionList <IRequiredInterface>(this);
     this._requiredInterfaces.CollectionChanging += this.RequiredInterfacesCollectionChanging;
     this._requiredInterfaces.CollectionChanged  += this.RequiredInterfacesCollectionChanged;
     this._providedInterfaces = new ObservableAssociationList <IInterface>();
     this._providedInterfaces.CollectionChanging += this.ProvidedInterfacesCollectionChanging;
     this._providedInterfaces.CollectionChanged  += this.ProvidedInterfacesCollectionChanged;
     this._services = new ObservableCompositionList <IService>(this);
     this._services.CollectionChanging += this.ServicesCollectionChanging;
     this._services.CollectionChanged  += this.ServicesCollectionChanged;
 }
示例#8
0
 public Interface()
 {
     this._parentInterfaces__Interface = new ObservableAssociationList <IInterface>();
     this._parentInterfaces__Interface.CollectionChanging += this.ParentInterfaces__InterfaceCollectionChanging;
     this._parentInterfaces__Interface.CollectionChanged  += this.ParentInterfaces__InterfaceCollectionChanged;
     this._protocols__Interface = new ObservableCompositionList <IProtocol>(this);
     this._protocols__Interface.CollectionChanging += this.Protocols__InterfaceCollectionChanging;
     this._protocols__Interface.CollectionChanged  += this.Protocols__InterfaceCollectionChanged;
     this._requiredCharacterisations = new InterfaceRequiredCharacterisationsCollection(this);
     this._requiredCharacterisations.CollectionChanging += this.RequiredCharacterisationsCollectionChanging;
     this._requiredCharacterisations.CollectionChanged  += this.RequiredCharacterisationsCollectionChanged;
 }
 public EAnnotation()
 {
     this._details = new ObservableCompositionList <IEStringToStringMapEntry>(this);
     this._details.CollectionChanging += this.DetailsCollectionChanging;
     this._details.CollectionChanged  += this.DetailsCollectionChanged;
     this._contents = new ObservableCompositionList <IEObject>(this);
     this._contents.CollectionChanging += this.ContentsCollectionChanging;
     this._contents.CollectionChanged  += this.ContentsCollectionChanged;
     this._references = new ObservableAssociationList <IEObject>();
     this._references.CollectionChanging += this.ReferencesCollectionChanging;
     this._references.CollectionChanged  += this.ReferencesCollectionChanged;
 }
示例#10
0
文件: Class.cs 项目: lukeIam/NMF
 public Class()
 {
     this._baseTypes = new ObservableAssociationList <IClass>();
     this._baseTypes.CollectionChanging            += this.BaseTypesCollectionChanging;
     this._baseTypes.CollectionChanged             += this.BaseTypesCollectionChanged;
     this._attributeConstraints                     = new ClassAttributeConstraintsCollection(this);
     this._attributeConstraints.CollectionChanging += this.AttributeConstraintsCollectionChanging;
     this._attributeConstraints.CollectionChanged  += this.AttributeConstraintsCollectionChanged;
     this._referenceConstraints                     = new ClassReferenceConstraintsCollection(this);
     this._referenceConstraints.CollectionChanging += this.ReferenceConstraintsCollectionChanging;
     this._referenceConstraints.CollectionChanged  += this.ReferenceConstraintsCollectionChanged;
 }
示例#11
0
 public EOperation()
 {
     this._eTypeParameters = new ObservableCompositionList <IETypeParameter>(this);
     this._eTypeParameters.CollectionChanging += this.ETypeParametersCollectionChanging;
     this._eTypeParameters.CollectionChanged  += this.ETypeParametersCollectionChanged;
     this._eParameters = new EOperationEParametersCollection(this);
     this._eParameters.CollectionChanging += this.EParametersCollectionChanging;
     this._eParameters.CollectionChanged  += this.EParametersCollectionChanged;
     this._eExceptions = new ObservableAssociationList <IEClassifier>();
     this._eExceptions.CollectionChanging        += this.EExceptionsCollectionChanging;
     this._eExceptions.CollectionChanged         += this.EExceptionsCollectionChanged;
     this._eGenericExceptions                     = new ObservableCompositionList <IEGenericType>(this);
     this._eGenericExceptions.CollectionChanging += this.EGenericExceptionsCollectionChanging;
     this._eGenericExceptions.CollectionChanged  += this.EGenericExceptionsCollectionChanged;
 }
示例#12
0
 public EClass()
 {
     this._eSuperTypes = new ObservableAssociationList <IEClass>();
     this._eSuperTypes.CollectionChanging += this.ESuperTypesCollectionChanging;
     this._eSuperTypes.CollectionChanged  += this.ESuperTypesCollectionChanged;
     this._eOperations = new EClassEOperationsCollection(this);
     this._eOperations.CollectionChanging         += this.EOperationsCollectionChanging;
     this._eOperations.CollectionChanged          += this.EOperationsCollectionChanged;
     this._eStructuralFeatures                     = new EClassEStructuralFeaturesCollection(this);
     this._eStructuralFeatures.CollectionChanging += this.EStructuralFeaturesCollectionChanging;
     this._eStructuralFeatures.CollectionChanged  += this.EStructuralFeaturesCollectionChanged;
     this._eGenericSuperTypes = new ObservableCompositionList <IEGenericType>(this);
     this._eGenericSuperTypes.CollectionChanging += this.EGenericSuperTypesCollectionChanging;
     this._eGenericSuperTypes.CollectionChanged  += this.EGenericSuperTypesCollectionChanged;
 }
示例#13
0
 public CompleteComponentType()
 {
     this._parentProvidesComponentTypes = new ObservableAssociationList <IProvidesComponentType>();
     this._parentProvidesComponentTypes.CollectionChanging += this.ParentProvidesComponentTypesCollectionChanging;
     this._parentProvidesComponentTypes.CollectionChanged  += this.ParentProvidesComponentTypesCollectionChanged;
 }
示例#14
0
 public TrackElement()
 {
     this._connectsTo = new ObservableAssociationList <ITrackElement>();
     this._connectsTo.CollectionChanging += this.ConnectsToCollectionChanging;
     this._connectsTo.CollectionChanged  += this.ConnectsToCollectionChanged;
 }
示例#15
0
 public OperationCall()
 {
     this._arguments = new ObservableAssociationList <IOperationArgument>();
     this._arguments.CollectionChanging += this.ArgumentsCollectionChanging;
     this._arguments.CollectionChanged  += this.ArgumentsCollectionChanged;
 }
 public ResourceLink()
 {
     this._connects = new ObservableAssociationList <IResourceContainer>();
     this._connects.CollectionChanging += this.ConnectsCollectionChanging;
     this._connects.CollectionChanged  += this.ConnectsCollectionChanged;
 }
示例#17
0
 public EReference()
 {
     this._eKeys = new ObservableAssociationList <IEAttribute>();
     this._eKeys.CollectionChanging += this.EKeysCollectionChanging;
     this._eKeys.CollectionChanged  += this.EKeysCollectionChanged;
 }
示例#18
0
 public LinkingResource()
 {
     this._connectedResourceContainers_LinkingResource = new ObservableAssociationList <IResourceContainer>();
     this._connectedResourceContainers_LinkingResource.CollectionChanging += this.ConnectedResourceContainers_LinkingResourceCollectionChanging;
     this._connectedResourceContainers_LinkingResource.CollectionChanged  += this.ConnectedResourceContainers_LinkingResourceCollectionChanged;
 }
示例#19
0
 public FailureHandlingEntity()
 {
     this._failureTypes_FailureHandlingEntity = new ObservableAssociationList <IFailureType>();
     this._failureTypes_FailureHandlingEntity.CollectionChanging += this.FailureTypes_FailureHandlingEntityCollectionChanging;
     this._failureTypes_FailureHandlingEntity.CollectionChanged  += this.FailureTypes_FailureHandlingEntityCollectionChanged;
 }
示例#20
0
 public ReferenceConstraint()
 {
     this._references = new ObservableAssociationList <NMF.Models.IModelElement>();
     this._references.CollectionChanging += this.ReferencesCollectionChanging;
     this._references.CollectionChanged  += this.ReferencesCollectionChanged;
 }