Beispiel #1
0
 public ProtectionEquipment()
 {
     this._conductingEquipments = new ProtectionEquipmentConductingEquipmentsCollection(this);
     this._conductingEquipments.CollectionChanging += this.ConductingEquipmentsCollectionChanging;
     this._conductingEquipments.CollectionChanged  += this.ConductingEquipmentsCollectionChanged;
     this._protectedSwitches = new ObservableAssociationOrderedSet <IProtectedSwitch>();
     this._protectedSwitches.CollectionChanging += this.ProtectedSwitchesCollectionChanging;
     this._protectedSwitches.CollectionChanged  += this.ProtectedSwitchesCollectionChanged;
 }
Beispiel #2
0
 public Method()
 {
     this._dataDependency = new ObservableAssociationOrderedSet <MDEMGTT.ArchitectureCRA.IAttribute>();
     this._dataDependency.CollectionChanging += this.DataDependencyCollectionChanging;
     this._dataDependency.CollectionChanged  += this.DataDependencyCollectionChanged;
     this._functionalDependency = new ObservableAssociationOrderedSet <IMethod>();
     this._functionalDependency.CollectionChanging += this.FunctionalDependencyCollectionChanging;
     this._functionalDependency.CollectionChanged  += this.FunctionalDependencyCollectionChanged;
 }
Beispiel #3
0
 public Class()
 {
     this._super = new ObservableAssociationOrderedSet <MDEMGTT.Class.IClass>();
     this._super.CollectionChanging += this.SuperCollectionChanging;
     this._super.CollectionChanged  += this.SuperCollectionChanged;
     this._attr = new ClassAttrCollection(this);
     this._attr.CollectionChanging += this.AttrCollectionChanging;
     this._attr.CollectionChanged  += this.AttrCollectionChanged;
 }
Beispiel #4
0
 public ControllableAnalogueInfo()
 {
     this._aPC = new ObservableAssociationOrderedSet <IAPC>();
     this._aPC.CollectionChanging            += this.APCCollectionChanging;
     this._aPC.CollectionChanged             += this.APCCollectionChanged;
     this._c_PrimitiveCDC                     = new ObservableAssociationOrderedSet <IC_PrimitiveCDC>();
     this._c_PrimitiveCDC.CollectionChanging += this.C_PrimitiveCDCCollectionChanging;
     this._c_PrimitiveCDC.CollectionChanged  += this.C_PrimitiveCDCCollectionChanged;
 }
Beispiel #5
0
 public EOperation()
 {
     this._eParameters = new EOperationEParametersCollection(this);
     this._eParameters.CollectionChanging += this.EParametersCollectionChanging;
     this._eParameters.CollectionChanged  += this.EParametersCollectionChanged;
     this._eExceptions = new ObservableAssociationOrderedSet <IEClassifier>();
     this._eExceptions.CollectionChanging += this.EExceptionsCollectionChanging;
     this._eExceptions.CollectionChanged  += this.EExceptionsCollectionChanged;
 }
 public EClass()
 {
     this._eSuperTypes = new ObservableAssociationOrderedSet <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;
 }
Beispiel #7
0
 public EAnnotation()
 {
     this._details = new ObservableCompositionOrderedSet <IEStringToStringMapEntry>(this);
     this._details.CollectionChanging += this.DetailsCollectionChanging;
     this._details.CollectionChanged  += this.DetailsCollectionChanged;
     this._contents = new ObservableCompositionOrderedSet <IModelElement>(this);
     this._contents.CollectionChanging += this.ContentsCollectionChanging;
     this._contents.CollectionChanged  += this.ContentsCollectionChanged;
     this._references = new ObservableAssociationOrderedSet <IModelElement>();
     this._references.CollectionChanging += this.ReferencesCollectionChanging;
     this._references.CollectionChanged  += this.ReferencesCollectionChanged;
 }
Beispiel #8
0
 public Component_MM06()
 {
     this._services = new ObservableCompositionOrderedSet <IService>(this);
     this._services.CollectionChanging           += this.ServicesCollectionChanging;
     this._services.CollectionChanged            += this.ServicesCollectionChanged;
     this._providedInterfaces                     = new ObservableAssociationOrderedSet <IInterface>();
     this._providedInterfaces.CollectionChanging += this.ProvidedInterfacesCollectionChanging;
     this._providedInterfaces.CollectionChanged  += this.ProvidedInterfacesCollectionChanged;
     this._requiredInterfaces                     = new ObservableAssociationOrderedSet <IInterface>();
     this._requiredInterfaces.CollectionChanging += this.RequiredInterfacesCollectionChanging;
     this._requiredInterfaces.CollectionChanged  += this.RequiredInterfacesCollectionChanged;
 }
Beispiel #9
0
 public ChangeSet()
 {
     this._changeItems = new ChangeSetChangeItemsCollection(this);
     this._changeItems.CollectionChanging += this.ChangeItemsCollectionChanging;
     this._changeItems.CollectionChanged  += this.ChangeItemsCollectionChanged;
     this._landBases = new ObservableAssociationOrderedSet <ILandBase>();
     this._landBases.CollectionChanging += this.LandBasesCollectionChanging;
     this._landBases.CollectionChanged  += this.LandBasesCollectionChanged;
     this._networkDataSets = new ChangeSetNetworkDataSetsCollection(this);
     this._networkDataSets.CollectionChanging += this.NetworkDataSetsCollectionChanging;
     this._networkDataSets.CollectionChanged  += this.NetworkDataSetsCollectionChanged;
     this._documents = new ChangeSetDocumentsCollection(this);
     this._documents.CollectionChanging += this.DocumentsCollectionChanging;
     this._documents.CollectionChanged  += this.DocumentsCollectionChanged;
 }
Beispiel #10
0
 public CircuitSection()
 {
     this._circuits = new ObservableAssociationOrderedSet <ICircuit>();
     this._circuits.CollectionChanging             += this.CircuitsCollectionChanging;
     this._circuits.CollectionChanged              += this.CircuitsCollectionChanged;
     this._networkDataSets                          = new CircuitSectionNetworkDataSetsCollection(this);
     this._networkDataSets.CollectionChanging      += this.NetworkDataSetsCollectionChanging;
     this._networkDataSets.CollectionChanged       += this.NetworkDataSetsCollectionChanged;
     this._powerSystemResources                     = new CircuitSectionPowerSystemResourcesCollection(this);
     this._powerSystemResources.CollectionChanging += this.PowerSystemResourcesCollectionChanging;
     this._powerSystemResources.CollectionChanged  += this.PowerSystemResourcesCollectionChanged;
     this._conductorAssets                          = new CircuitSectionConductorAssetsCollection(this);
     this._conductorAssets.CollectionChanging      += this.ConductorAssetsCollectionChanging;
     this._conductorAssets.CollectionChanged       += this.ConductorAssetsCollectionChanged;
 }
Beispiel #11
0
 public DescriptionInfo()
 {
     this._dPL = new ObservableAssociationOrderedSet<IDPL>();
     this._dPL.CollectionChanging += this.DPLCollectionChanging;
     this._dPL.CollectionChanged += this.DPLCollectionChanged;
     this._lPL = new ObservableAssociationOrderedSet<ILPL>();
     this._lPL.CollectionChanging += this.LPLCollectionChanging;
     this._lPL.CollectionChanged += this.LPLCollectionChanged;
     this._cSD = new ObservableAssociationOrderedSet<ICSD>();
     this._cSD.CollectionChanging += this.CSDCollectionChanging;
     this._cSD.CollectionChanged += this.CSDCollectionChanged;
     this._c_PrimitiveCDC = new ObservableAssociationOrderedSet<IC_PrimitiveCDC>();
     this._c_PrimitiveCDC.CollectionChanging += this.C_PrimitiveCDCCollectionChanging;
     this._c_PrimitiveCDC.CollectionChanged += this.C_PrimitiveCDCCollectionChanged;
 }
Beispiel #12
0
 public NetworkDataSet()
 {
     this._circuitSections = new NetworkDataSetCircuitSectionsCollection(this);
     this._circuitSections.CollectionChanging += this.CircuitSectionsCollectionChanging;
     this._circuitSections.CollectionChanged  += this.CircuitSectionsCollectionChanged;
     this._changeItems = new NetworkDataSetChangeItemsCollection(this);
     this._changeItems.CollectionChanging += this.ChangeItemsCollectionChanging;
     this._changeItems.CollectionChanged  += this.ChangeItemsCollectionChanged;
     this._changeSets = new NetworkDataSetChangeSetsCollection(this);
     this._changeSets.CollectionChanging           += this.ChangeSetsCollectionChanging;
     this._changeSets.CollectionChanged            += this.ChangeSetsCollectionChanged;
     this._powerSystemResources                     = new NetworkDataSetPowerSystemResourcesCollection(this);
     this._powerSystemResources.CollectionChanging += this.PowerSystemResourcesCollectionChanging;
     this._powerSystemResources.CollectionChanged  += this.PowerSystemResourcesCollectionChanged;
     this._landBases = new ObservableAssociationOrderedSet <ILandBase>();
     this._landBases.CollectionChanging += this.LandBasesCollectionChanging;
     this._landBases.CollectionChanged  += this.LandBasesCollectionChanged;
     this._documents = new NetworkDataSetDocumentsCollection(this);
     this._documents.CollectionChanging += this.DocumentsCollectionChanging;
     this._documents.CollectionChanged  += this.DocumentsCollectionChanged;
 }
Beispiel #13
0
 public VectorArray()
 {
     this._vector = new ObservableAssociationOrderedSet <IVector>();
     this._vector.CollectionChanging += this.VectorCollectionChanging;
     this._vector.CollectionChanged  += this.VectorCollectionChanged;
 }
Beispiel #14
0
 public Interface()
 {
     this._signatures = new ObservableAssociationOrderedSet <ISignature>();
     this._signatures.CollectionChanging += this.SignaturesCollectionChanging;
     this._signatures.CollectionChanged  += this.SignaturesCollectionChanged;
 }
Beispiel #15
0
 public PointArray()
 {
     this._point = new ObservableAssociationOrderedSet <IPoint>();
     this._point.CollectionChanging += this.PointCollectionChanging;
     this._point.CollectionChanged  += this.PointCollectionChanged;
 }
Beispiel #16
0
 public ProductSegment()
 {
     this._workpieceIn = new ObservableAssociationOrderedSet <IWorkpieceType>();
     this._workpieceIn.CollectionChanging += this.WorkpieceInCollectionChanging;
     this._workpieceIn.CollectionChanged  += this.WorkpieceInCollectionChanged;
 }
Beispiel #17
0
 public Location()
 {
     this._powerSystemResources = new ObservableAssociationOrderedSet <IPowerSystemResource>();
     this._powerSystemResources.CollectionChanging += this.PowerSystemResourcesCollectionChanging;
     this._powerSystemResources.CollectionChanged  += this.PowerSystemResourcesCollectionChanged;
 }
Beispiel #18
0
 public ConductingEquipment()
 {
     this._terminals = new ObservableAssociationOrderedSet <ITerminal>();
     this._terminals.CollectionChanging += this.TerminalsCollectionChanging;
     this._terminals.CollectionChanged  += this.TerminalsCollectionChanged;
 }
Beispiel #19
0
 public Terminal()
 {
     this._tieFlow = new ObservableAssociationOrderedSet <ITieFlow>();
     this._tieFlow.CollectionChanging += this.TieFlowCollectionChanging;
     this._tieFlow.CollectionChanged  += this.TieFlowCollectionChanged;
 }
Beispiel #20
0
 public Scripttable()
 {
     this._includes = new ObservableAssociationOrderedSet <IScript>();
     this._includes.CollectionChanging += this.IncludesCollectionChanging;
     this._includes.CollectionChanged  += this.IncludesCollectionChanged;
 }
Beispiel #21
0
 public EReference()
 {
     this._eKeys = new ObservableAssociationOrderedSet <IEAttribute>();
     this._eKeys.CollectionChanging += this.EKeysCollectionChanging;
     this._eKeys.CollectionChanged  += this.EKeysCollectionChanged;
 }