From 6179f11526f0456d11c351c161d2bf010c906710 Mon Sep 17 00:00:00 2001 From: TruongQuangSB Date: Fri, 6 Mar 2026 11:57:29 +0100 Subject: [PATCH 01/13] Reactive Merge: initial --- .../META-INF/MANIFEST.MF | 1 + .../org/eclipse/set/basis/IModelSession.java | 8 + .../set/basis/files/ToolboxFileRole.java | 6 +- .../.classpath | 8 + .../.project | 45 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 515 ++ .../.settings/org.eclipse.jdt.ui.prefs | 107 + .../org.eclipse.pde.ds.annotations.prefs | 8 + .../.settings/org.eclipse.pde.prefs | 34 + .../.settings/org.eclipse.wst.sse.core.prefs | 4 + .../org.eclipse.xtend.core.Xtend.prefs | 80 + .../META-INF/MANIFEST.MF | 90 + .../OSGI-INF/l10n/bundle.properties | 46 + .../build.properties | 8 + .../plugin.properties | 0 .../plugin.xml | 9 + .../pom.xml | 17 + .../integration/ExitMergeModeReferences.java | 38 + .../set/feature/integration/Messages.java | 192 + .../integration/PlanProElementProvider.xtend | 35 + .../integration/PlanProGuidProvider.xtend | 26 + .../integration/PlanProLabelProvider.xtend | 183 + .../feature/integration/PlanProMatcher.xtend | 38 + .../PlanProMergeConfiguration.java | 62 + .../integration/PlanProMergeContext.java | 66 + .../PlanProMergeContextProvider.java | 42 + .../integration/PlanProResponsibility.xtend | 53 + ...ssionToIntegrationViewTransformation.xtend | 434 ++ .../PlanProMergeFormsDescriptionService.java | 85 + .../service/SimpleMergeService.xtend | 264 + .../service/actions/ConflictsTableAction.java | 211 + .../service/actions/ShowAttachmentAction.java | 226 + .../service/parts/PlanProMergeFormsPart.java | 560 ++ .../viewmodel/Conflict.view | 39 + .../viewmodel/IntegrationView.view | 76 + .../META-INF/MANIFEST.MF | 3 +- .../validation/session/ModelSession.java | 90 +- .../.classpath | 7 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 128 + .../.settings/org.eclipse.pde.prefs | 34 + .../META-INF/MANIFEST.MF | 16 + .../build.properties | 10 + .../CreateConflict_details_Details.gif | Bin 0 -> 223 bytes ...eateIntegrationView_conflicts_Conflict.gif | Bin 0 -> 223 bytes ...onView_objectquantities_ObjectQuantity.gif | Bin 0 -> 223 bytes .../icons/full/obj16/Conflict.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Details.gif | Bin 0 -> 129 bytes .../icons/full/obj16/IntegrationView.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ObjectQuantity.gif | Bin 0 -> 129 bytes .../plugin.properties | 43 + .../plugin.xml | 22 + .../pom.xml | 17 + .../provider/ConflictItemProvider.java | 301 + .../provider/DetailsItemProvider.java | 212 + .../provider/IntegrationViewItemProvider.java | 284 + .../provider/IntegrationviewEditPlugin.java | 95 + ...grationviewItemProviderAdapterFactory.java | 283 + .../provider/ObjectQuantityItemProvider.java | 212 + .../.classpath | 7 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 128 + .../.settings/org.eclipse.pde.prefs | 34 + .../org.eclipse.xtend.core.Xtend.prefs | 80 + .../META-INF/MANIFEST.MF | 17 + .../build.properties | 10 + .../model/integrationview.aird | 393 ++ .../model/integrationview.ecore | 39 + .../model/integrationview.genmodel | 38 + .../plugin.properties | 4 + .../plugin.xml | 17 + .../pom.xml | 17 + .../set/model/integrationview/Conflict.java | 183 + .../set/model/integrationview/Details.java | 110 + .../integrationview/IntegrationView.java | 173 + .../IntegrationviewFactory.java | 75 + .../IntegrationviewPackage.java | 787 +++ .../model/integrationview/ObjectQuantity.java | 110 + .../integrationview/impl/ConflictImpl.java | 455 ++ .../integrationview/impl/DetailsImpl.java | 283 + .../impl/IntegrationViewImpl.java | 437 ++ .../impl/IntegrationviewFactoryImpl.java | 139 + .../impl/IntegrationviewPackageImpl.java | 490 ++ .../impl/ObjectQuantityImpl.java | 283 + .../util/IntegrationviewAdapterFactory.java | 180 + .../util/IntegrationviewSwitch.java | 179 + .../util/IntegrationviewValidator.java | 201 + .../.classpath | 7 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 118 + .../.settings/org.eclipse.pde.prefs | 34 + .../META-INF/MANIFEST.MF | 17 + .../build.properties | 10 + .../CreateSComparison_matches_SMatch.gif | Bin 0 -> 223 bytes .../icons/full/obj16/SComparison.gif | Bin 0 -> 129 bytes .../icons/full/obj16/SMatch.gif | Bin 0 -> 129 bytes .../plugin.properties | 34 + .../plugin.xml | 22 + .../pom.xml | 17 + .../provider/SComparisonItemProvider.java | 174 + .../provider/SMatchItemProvider.java | 258 + .../provider/SimplemergeEditPlugin.java | 95 + ...SimplemergeItemProviderAdapterFactory.java | 235 + .../.classpath | 8 + .../.project | 40 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 515 ++ .../.settings/org.eclipse.jdt.ui.prefs | 107 + .../.settings/org.eclipse.pde.prefs | 34 + .../.settings/org.eclipse.wst.sse.core.prefs | 4 + .../org.eclipse.xtend.core.Xtend.prefs | 80 + .../META-INF/MANIFEST.MF | 20 + .../build.properties | 5 + .../plugin.properties | 0 .../pom.xml | 15 + .../extensions/ResolutionExtensions.xtend | 61 + .../extensions/SMatchExtensions.xtend | 142 + .../.classpath | 7 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 118 + .../.settings/org.eclipse.pde.prefs | 35 + .../META-INF/MANIFEST.MF | 16 + .../build.properties | 10 + .../model/simplemerge.aird | 251 + .../model/simplemerge.ecore | 23 + .../model/simplemerge.genmodel | 29 + .../plugin.properties | 4 + .../plugin.xml | 17 + .../org.eclipse.set.model.simplemerge/pom.xml | 17 + .../set/model/simplemerge/Resolution.java | 304 + .../set/model/simplemerge/SComparison.java | 48 + .../eclipse/set/model/simplemerge/SMatch.java | 167 + .../model/simplemerge/SimplemergeFactory.java | 57 + .../model/simplemerge/SimplemergePackage.java | 386 ++ .../simplemerge/impl/SComparisonImpl.java | 159 + .../model/simplemerge/impl/SMatchImpl.java | 396 ++ .../impl/SimplemergeFactoryImpl.java | 166 + .../impl/SimplemergePackageImpl.java | 299 + .../util/SimplemergeAdapterFactory.java | 144 + .../simplemerge/util/SimplemergeSwitch.java | 137 + .../.classpath | 7 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 118 + .../.settings/org.eclipse.pde.prefs | 34 + .../META-INF/MANIFEST.MF | 20 + .../build.properties | 9 + ...Aussenelementansteuerung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...AttributeGroup_bauart_Bauart_TypeClass.gif | Bin 0 -> 223 bytes ...Energieversorgung_Art_Ersatz_TypeClass.gif | Bin 0 -> 223 bytes ...ungArt_Energieversorgung_Art_TypeClass.gif | Bin 0 -> 223 bytes ..._iDEnergiePrimaer_ID_Energie_TypeClass.gif | Bin 0 -> 223 bytes ...DEnergieSekundaer_ID_Energie_TypeClass.gif | Bin 0 -> 223 bytes ...p_gFKKategorie_GFK_Kategorie_TypeClass.gif | Bin 0 -> 223 bytes ...lauV4_IP_Adressblock_Blau_V4_TypeClass.gif | Bin 0 -> 223 bytes ...lauV6_IP_Adressblock_Blau_V6_TypeClass.gif | Bin 0 -> 223 bytes ...rauV4_IP_Adressblock_Grau_V4_TypeClass.gif | Bin 0 -> 223 bytes ...rauV6_IP_Adressblock_Grau_V6_TypeClass.gif | Bin 0 -> 223 bytes ...ionalbereich_Regionalbereich_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_nIDSP_NID_SP_TypeClass.gif | Bin 0 -> 223 bytes ...EoA_Abstand_ATO_Halt_Vor_EoA_TypeClass.gif | Bin 0 -> 223 bytes ...ent_Profile_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...anzNachbar_ID_ATO_TS_Instanz_TypeClass.gif | Bin 0 -> 223 bytes ...ID_ATO_TS_Instanz_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...le_iDETCSKante_ID_ETCS_Kante_TypeClass.gif | Bin 0 -> 223 bytes ...chkeit_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_nIDATOTS_NID_ATOTS_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_nIDCATOTS_NID_C_ATOTS_TypeClass.gif | Bin 0 -> 223 bytes ..._ATO_TS_Instanz_Adresse_AttributeGroup.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...toleranz_Erreichungstoleranz_TypeClass.gif | Bin 0 -> 223 bytes ..._haltetoleranz_Haltetoleranz_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_nIDTP_NID_TP_TypeClass.gif | Bin 0 -> 223 bytes ...nungATOTP_Bezeichnung_ATO_TP_TypeClass.gif | Bin 0 -> 223 bytes ...g_ATO_Timing_Point_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...iming_Point_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...DSignal_ID_Signal_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ..._nameAkteur10_Name_Akteur_10_TypeClass.gif | Bin 0 -> 223 bytes ...up_nameAkteur5_Name_Akteur_5_TypeClass.gif | Bin 0 -> 223 bytes ...Group_nameAkteur_Name_Akteur_TypeClass.gif | Bin 0 -> 223 bytes ...r_Zuordnung_anhangDokumentation_Anhang.gif | Bin 0 -> 223 bytes ...Akteur_Zuordnung_datum_Datum_TypeClass.gif | Bin 0 -> 223 bytes ...eateAkteur_Zuordnung_handelnder_Akteur.gif | Bin 0 -> 223 bytes ...dnung_identRolle_Ident_Rolle_TypeClass.gif | Bin 0 -> 223 bytes ..._akteurAllg_Akteur_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...CreateAkteur_kontaktdaten_Organisation.gif | Bin 0 -> 223 bytes ...teGroup_anhangArt_Anhang_Art_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_dateiname_Dateiname_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_dateityp_Dateityp_TypeClass.gif | Bin 0 -> 223 bytes ..._anhangAllg_Anhang_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Fachdaten_lSTZustandStart_LST_Zustand.gif | Bin 0 -> 223 bytes ...e_Fachdaten_lSTZustandZiel_LST_Zustand.gif | Bin 0 -> 223 bytes ...tergewerkArt_Untergewerk_Art_TypeClass.gif | Bin 0 -> 223 bytes ...zeichnungAEA_Bezeichnung_AEA_TypeClass.gif | Bin 0 -> 223 bytes ...uerung_aEAAllg_AEA_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...g_AEA_Energieversorgung_AttributeGroup.gif | Bin 0 -> 223 bytes ..._AEA_GFK_IP_Adressblock_AttributeGroup.gif | Bin 0 -> 223 bytes ...ansteuerung_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...imaer_ID_Information_Primaer_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ...eitGesteuert_ID_Oertlichkeit_TypeClass.gif | Bin 0 -> 223 bytes ...gebend_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...systemArt_BSO_Teilsystem_Art_TypeClass.gif | Bin 0 -> 223 bytes ...lockBlau_IP_Adressblock_Blau_TypeClass.gif | Bin 0 -> 223 bytes ...lockGrau_IP_Adressblock_Grau_TypeClass.gif | Bin 0 -> 223 bytes ...em_BSO_IP_AB_Teilsystem_AttributeGroup.gif | Bin 0 -> 223 bytes ...lauV4_IP_Adressblock_Blau_V4_TypeClass.gif | Bin 0 -> 223 bytes ...lauV6_IP_Adressblock_Blau_V6_TypeClass.gif | Bin 0 -> 223 bytes ...rauV4_IP_Adressblock_Grau_V4_TypeClass.gif | Bin 0 -> 223 bytes ...rauV6_IP_Adressblock_Grau_V6_TypeClass.gif | Bin 0 -> 223 bytes ...ionalbereich_Regionalbereich_TypeClass.gif | Bin 0 -> 223 bytes ...ributeGroup_autoHet_Auto_Het_TypeClass.gif | Bin 0 -> 223 bytes ...fueSchaltfall_Fue_Schaltfall_TypeClass.gif | Bin 0 -> 223 bytes ...tHaltfall_Stoerhalt_Haltfall_TypeClass.gif | Bin 0 -> 223 bytes ...inweis_Stoerhalt_Merkhinweis_TypeClass.gif | Bin 0 -> 223 bytes ..._Zeitueberschreitungsmeldung_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_bUEBauart_BUE_Bauart_TypeClass.gif | Bin 0 -> 223 bytes ...Group_bUEBuestra_BUE_Buestra_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_bUEMitGFR_BUE_Mit_GFR_TypeClass.gif | Bin 0 -> 223 bytes ...herungsart_BUE_Sicherungsart_TypeClass.gif | Bin 0 -> 223 bytes ...Group_bUEStrasse_BUE_Strasse_TypeClass.gif | Bin 0 -> 223 bytes ...Group_bUETechnik_BUE_Technik_TypeClass.gif | Bin 0 -> 223 bytes ...ussRadwegArt_Fuss_Radweg_Art_TypeClass.gif | Bin 0 -> 223 bytes ...adwegSeite_Fuss_Radweg_Seite_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_baulast_Baulast_TypeClass.gif | Bin 0 -> 223 bytes ...s_Fahrbahn_Befestigung_Gleis_TypeClass.gif | Bin 0 -> 223 bytes ...stigung_Fahrbahn_Befestigung_TypeClass.gif | Bin 0 -> 223 bytes ...hrbahnBreite_Fahrbahn_Breite_TypeClass.gif | Bin 0 -> 223 bytes ...ssifizierung_Klassifizierung_TypeClass.gif | Bin 0 -> 223 bytes ...uzungswinkel_Kreuzungswinkel_TypeClass.gif | Bin 0 -> 223 bytes ...Rad_BUE_Anlage_Fuss_Rad_AttributeGroup.gif | Bin 0 -> 223 bytes ...BUE_Anlage_Strasse_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...up_vMaxSchiene_V_Max_Schiene_TypeClass.gif | Bin 0 -> 223 bytes ...up_vMaxStrasse_V_Max_Strasse_TypeClass.gif | Bin 0 -> 223 bytes ...up_vMinFussweg_V_Min_Fussweg_TypeClass.gif | Bin 0 -> 223 bytes ...up_vMinSchiene_V_Min_Schiene_TypeClass.gif | Bin 0 -> 223 bytes ...up_vMinStrasse_V_Min_Strasse_TypeClass.gif | Bin 0 -> 223 bytes ...VAllg_BUE_Anlage_V_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ageAllg_BUE_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...lementansteuerung_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...tstelle_ID_BUE_Schnittstelle_TypeClass.gif | Bin 0 -> 223 bytes ...UE_Gleisbezogener_Gefahrraum_TypeClass.gif | Bin 0 -> 223 bytes ...ng_BUE_Handschalteinrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...nt_ID_Bedien_Anzeige_Element_TypeClass.gif | Bin 0 -> 223 bytes ...n_ID_Handschalt_Wirkfunktion_TypeClass.gif | Bin 0 -> 223 bytes ...Bedien_Anz_Element_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...chaltung_ID_BUE_Einschaltung_TypeClass.gif | Bin 0 -> 223 bytes ...Zuordnung_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...tsabstand_Sicherheitsabstand_TypeClass.gif | Bin 0 -> 223 bytes ...hnet_Einschaltverz_Errechnet_TypeClass.gif | Bin 0 -> 223 bytes ...aehlt_Einschaltverz_Gewaehlt_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_haltezeit_Haltezeit_TypeClass.gif | Bin 0 -> 223 bytes ...ugschaltung_Kurzzugschaltung_TypeClass.gif | Bin 0 -> 223 bytes ...rechnet_Signalverz_Errechnet_TypeClass.gif | Bin 0 -> 223 bytes ...Gewaehlt_Signalverz_Gewaehlt_TypeClass.gif | Bin 0 -> 223 bytes ...lvorgabezeit_Teilvorgabezeit_TypeClass.gif | Bin 0 -> 223 bytes ...chaltung_ID_BUE_Einschaltung_TypeClass.gif | Bin 0 -> 223 bytes ...UE_Gleisbezogener_Gefahrraum_TypeClass.gif | Bin 0 -> 223 bytes ...gHp_BUE_Einschaltung_Hp_AttributeGroup.gif | Bin 0 -> 223 bytes ...ng_BUE_Funktionsueberwachung_TypeClass.gif | Bin 0 -> 223 bytes ...Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...um_Eckpunkt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...n_Ersatzstecker_Gleisbezogen_TypeClass.gif | Bin 0 -> 223 bytes ...raum_gleisAmBue_Gleis_Am_Bue_TypeClass.gif | Bin 0 -> 223 bytes ...um_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...unkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ordinateX_Pixel_Koordinate_X_TypeClass.gif | Bin 0 -> 223 bytes ...ordinateY_Pixel_Koordinate_Y_TypeClass.gif | Bin 0 -> 223 bytes ...euzungsplan_Koordinaten_AttributeGroup.gif | Bin 0 -> 223 bytes ...ngsplan_ID_Anhang_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...achlaufzeit_BUE_Nachlaufzeit_TypeClass.gif | Bin 0 -> 223 bytes ...EVorlaufzeit_BUE_Vorlaufzeit_TypeClass.gif | Bin 0 -> 223 bytes ...satzstecker_Hp_Ersatzstecker_TypeClass.gif | Bin 0 -> 223 bytes ...Group_lFUEImpuls_LFUE_Impuls_TypeClass.gif | Bin 0 -> 223 bytes ...e_BUE_Abhaengigkeit_Fue_AttributeGroup.gif | Bin 0 -> 223 bytes ..._BUE_Schnittstelle_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...Stellelement_ID_Stellelement_TypeClass.gif | Bin 0 -> 223 bytes ...al_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...chaltung_ID_BUE_Einschaltung_TypeClass.gif | Bin 0 -> 223 bytes ...es_Signal_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...chaltung_ID_BUE_Einschaltung_TypeClass.gif | Bin 0 -> 223 bytes ...gRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...Bezeichnung_Bahnsteig_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...teig_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...D_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ..._lageZumGleis_Lage_Zum_Gleis_TypeClass.gif | Bin 0 -> 223 bytes ...roup_systemhoehe_Systemhoehe_TypeClass.gif | Bin 0 -> 223 bytes ..._Bezeichnung_Bahnsteig_Kante_TypeClass.gif | Bin 0 -> 223 bytes ...lg_Bahnsteig_Kante_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...steig_Kante_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...igAnlage_ID_Bahnsteig_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...gangArt_Bahnsteig_Zugang_Art_TypeClass.gif | Bin 0 -> 223 bytes ...roup_hauptzugang_Hauptzugang_TypeClass.gif | Bin 0 -> 223 bytes ...g_Bahnsteig_Zugang_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...igAnlage_ID_Bahnsteig_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...nordnungImDP_Anordnung_Im_DP_TypeClass.gif | Bin 0 -> 223 bytes ...etestand_Balise_Geraetestand_TypeClass.gif | Bin 0 -> 223 bytes ..._balisenhalter_Balisenhalter_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_fabrikat_Fabrikat_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...g_Hinweis_Balisenbefestigung_TypeClass.gif | Bin 0 -> 223 bytes ...abweichung_Montageabweichung_TypeClass.gif | Bin 0 -> 223 bytes ..._baliseAllg_Balise_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...nkt_ID_Datenpunkt_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...rmerk_ID_Bearbeitungsvermerk_TypeClass.gif | Bin 0 -> 223 bytes ...estandsschutz_Bestandsschutz_TypeClass.gif | Bin 0 -> 223 bytes ...tumRegelwerk_Datum_Regelwerk_TypeClass.gif | Bin 0 -> 223 bytes ...RegelwerkBesonders_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...ders_Objektzustand_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...tAllg_Basis_Objekt_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...rmerk_ID_Bearbeitungsvermerk_TypeClass.gif | Bin 0 -> 223 bytes ...gabe_ID_Oertlichkeit_Ausgabe_TypeClass.gif | Bin 0 -> 223 bytes ...renzen_Objektreferenzen_AttributeGroup.gif | Bin 0 -> 223 bytes ...nPlan_BV_Darstellung_In_Plan_TypeClass.gif | Bin 0 -> 223 bytes ...oup_bVKategorie_BV_Kategorie_TypeClass.gif | Bin 0 -> 223 bytes ...le_Bearbeitungsvermerk_Rolle_TypeClass.gif | Bin 0 -> 223 bytes ...ndsrelevanz_Bestandsrelevanz_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_kommentar_Kommentar_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_kurztext_Kurztext_TypeClass.gif | Bin 0 -> 223 bytes ...erk_Zeit_Bearbeitungsvermerk_TypeClass.gif | Bin 0 -> 223 bytes ...earbeitungsvermerk_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...gsvermerk_iDAnhang_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...itt_Bez_Bed_Anrueckabschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...ckabschnitt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...arstellen_ID_Gleis_Abschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...tPosition_ID_Gleis_Abschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...AttributeGroup_melder_Melder_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_schalter_Schalter_TypeClass.gif | Bin 0 -> 223 bytes ...g_AttributeGroup_taste_Taste_TypeClass.gif | Bin 0 -> 223 bytes ...ment_Bez_Bed_Anzeige_Element_TypeClass.gif | Bin 0 -> 223 bytes ...en_Anzeige_Element_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ige_Element_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Bedien_Einrichtung_Oertlich_TypeClass.gif | Bin 0 -> 223 bytes ...ment_ID_Verknuepftes_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_aWert_A_Wert_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_bWert_B_Wert_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_cWert_C_Wert_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_dDWert_DD_Wert_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_xWert_X_Wert_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_yWert_Y_Wert_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_yYWert_YY_Wert_TypeClass.gif | Bin 0 -> 223 bytes ...p_anbindungIB2_Anbindung_IB2_TypeClass.gif | Bin 0 -> 223 bytes ...p_anbindungIB3_Anbindung_IB3_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...up_schrankreihe_Schrankreihe_TypeClass.gif | Bin 0 -> 223 bytes ...ezirksname_Steuerbezirksname_TypeClass.gif | Bin 0 -> 223 bytes ...ksnummer_Steuerbezirksnummer_TypeClass.gif | Bin 0 -> 223 bytes ...AnhangAnbindungIB2_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...AnhangAnbindungIB3_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...teuerbezUebersicht_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...ien_Bezirk_Adressformel_AttributeGroup.gif | Bin 0 -> 223 bytes ...Allg_Bedien_Bezirk_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Bedien_Bezirk_Anhaenge_AttributeGroup.gif | Bin 0 -> 223 bytes ...nZentrale_ID_Bedien_Zentrale_TypeClass.gif | Bin 0 -> 223 bytes ...auart_Bedien_Einricht_Bauart_TypeClass.gif | Bin 0 -> 223 bytes ...schaltzeit_Hupe_Anschaltzeit_TypeClass.gif | Bin 0 -> 223 bytes ...ez_Bedien_Einricht_Oertl_Bez_TypeClass.gif | Bin 0 -> 223 bytes ..._Einricht_Oertlich_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ng_Oertlich_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...enutzeroberflaeche_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...ueckschauzeit_Rueckschauzeit_TypeClass.gif | Bin 0 -> 223 bytes ...up_vorschauzeit_Vorschauzeit_TypeClass.gif | Bin 0 -> 223 bytes ...GBTAllg_Bedien_GBT_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...iDAnhangVorgabeGBT_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...edienBezirk_ID_Bedien_Bezirk_TypeClass.gif | Bin 0 -> 223 bytes ...gMonitoraufteilung_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...nhangRichtungssinn_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...DAnhangVorgabeBELU_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...eBildart_Oberflaeche_Bildart_TypeClass.gif | Bin 0 -> 223 bytes ...t_Oberflaeche_Zustaendigkeit_TypeClass.gif | Bin 0 -> 223 bytes ...n_Oberflaeche_Bild_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...laeche_ID_Bedien_Oberflaeche_TypeClass.gif | Bin 0 -> 223 bytes ...chkeit_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...en_Oberflaeche_Anhaenge_AttributeGroup.gif | Bin 0 -> 223 bytes ...edienBezirk_ID_Bedien_Bezirk_TypeClass.gif | Bin 0 -> 223 bytes ...er_Betriebsstellenbezeichner_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_kennzahl_Kennzahl_TypeClass.gif | Bin 0 -> 223 bytes ...Oertlichkeit_Kennzahlen_AttributeGroup.gif | Bin 0 -> 223 bytes ...edienBezirk_ID_Bedien_Bezirk_TypeClass.gif | Bin 0 -> 223 bytes ...chkeit_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ienPlatzArt_Bedien_Platz_Art_TypeClass.gif | Bin 0 -> 223 bytes ...hnung_Bedienplatzbezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...latznummer_Bedienplatznummer_TypeClass.gif | Bin 0 -> 223 bytes ...nraumnummer_Bedienraumnummer_TypeClass.gif | Bin 0 -> 223 bytes ...zAllg_Bedien_Platz_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...gMoebelplanAufriss_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...oebelplanGrundriss_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...edienBezirk_ID_Bedien_Bezirk_TypeClass.gif | Bin 0 -> 223 bytes ...nheit_ID_ESTW_Zentraleinheit_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...zeichnungBSO_Bezeichnung_BSO_TypeClass.gif | Bin 0 -> 223 bytes ...lock_BSO_IP_Adressblock_AttributeGroup.gif | Bin 0 -> 223 bytes ...en_Standort_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...BedZentrale_Bez_Bed_Zentrale_TypeClass.gif | Bin 0 -> 223 bytes ...en_Zentrale_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...hangPlanBedienraum_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...angPlanRechnerraum_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...chkeit_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...entrale_iDStrecke_ID_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ...p_artBedingung_Art_Bedingung_TypeClass.gif | Bin 0 -> 223 bytes ..._iDPZBElement_ID_PZB_Element_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_wirksam_Wirksam_TypeClass.gif | Bin 0 -> 223 bytes ...riff_ID_Signal_Signalbegriff_TypeClass.gif | Bin 0 -> 223 bytes ...erer_ID_Signal_Signalbegriff_TypeClass.gif | Bin 0 -> 223 bytes ...all_Verwendung_Als_Rueckfall_TypeClass.gif | Bin 0 -> 223 bytes ...onstige_Anlagenteil_Sonstige_TypeClass.gif | Bin 0 -> 223 bytes ...textBedingung_Text_Bedingung_TypeClass.gif | Bin 0 -> 223 bytes ...enlage_Bedingung_Weichenlage_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...oup_begrenzungA_Begrenzung_A_TypeClass.gif | Bin 0 -> 223 bytes ...oup_begrenzungB_Begrenzung_B_TypeClass.gif | Bin 0 -> 223 bytes ...roup_iDTOPKante_ID_TOP_Kante_TypeClass.gif | Bin 0 -> 223 bytes ...ichtungsbezug_Richtungsbezug_TypeClass.gif | Bin 0 -> 223 bytes ...eich_Objekt_Teilbereich_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_Bezeichnung_Aussenanlage_TypeClass.gif | Bin 0 -> 223 bytes ...rz_Bezeichnung_Lageplan_Kurz_TypeClass.gif | Bin 0 -> 223 bytes ...ng_Bezeichnung_Lageplan_Lang_TypeClass.gif | Bin 0 -> 223 bytes ...gTabelle_Bezeichnung_Tabelle_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_kennzahl_Kennzahl_TypeClass.gif | Bin 0 -> 223 bytes ...tname_Oertlicher_Elementname_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_wLage_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_wLage_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_wLage_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_wLage_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_wLage_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_wLage_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...treckeBTS1_Bez_Strecke_BTS_1_TypeClass.gif | Bin 0 -> 223 bytes ...treckeBTS2_Bez_Strecke_BTS_2_TypeClass.gif | Bin 0 -> 223 bytes ...treckeBTS3_Bez_Strecke_BTS_3_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_kmBTS1_Km_BTS_1_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_kmBTS2_Km_BTS_2_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_kmBTS3_Km_BTS_3_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_dateiname_Dateiname_TypeClass.gif | Bin 0 -> 223 bytes ...erdatei_Dateityp_Binaerdatei_TypeClass.gif | Bin 0 -> 223 bytes ...Datei_Binaerdaten_Datei_AttributeGroup.gif | Bin 0 -> 223 bytes ...reateBinaerdaten_daten_Daten_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_schaltung_Schaltung_TypeClass.gif | Bin 0 -> 223 bytes ...ebertrager_Schutzuebertrager_TypeClass.gif | Bin 0 -> 223 bytes ...eAllg_Block_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ockElementA_ID_Block_Element_TypeClass.gif | Bin 0 -> 223 bytes ...ockElementB_ID_Block_Element_TypeClass.gif | Bin 0 -> 223 bytes ...ichnung_ID_Gleis_Bezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...p_blockBauform_Block_Bauform_TypeClass.gif | Bin 0 -> 223 bytes ...blockwecker_Rueckblockwecker_TypeClass.gif | Bin 0 -> 223 bytes ...orblockwecker_Vorblockwecker_TypeClass.gif | Bin 0 -> 223 bytes ...nisholen_Auto_Erlaubnisholen_TypeClass.gif | Bin 0 -> 223 bytes ...lauf_Auto_Erlaubnisruecklauf_TypeClass.gif | Bin 0 -> 223 bytes ...Erlaubnis_Staendig_Vorhanden_TypeClass.gif | Bin 0 -> 223 bytes ...g_Erlaubnisabgabespeicherung_TypeClass.gif | Bin 0 -> 223 bytes ...rlaubnisholen_Erlaubnisholen_TypeClass.gif | Bin 0 -> 223 bytes ...Allg_Block_Element_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...Block_Element_Erlaubnis_AttributeGroup.gif | Bin 0 -> 223 bytes ...lockStrecke_ID_Block_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ...ng_ID_Schaltmittel_Zuordnung_TypeClass.gif | Bin 0 -> 223 bytes ...k_Element_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...ng_ID_Bedien_Anzeige_Element_TypeClass.gif | Bin 0 -> 223 bytes ...ebsfuehrung_Betriebsfuehrung_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_bremsweg_Bremsweg_TypeClass.gif | Bin 0 -> 223 bytes ...Group_streckeArt_Strecke_Art_TypeClass.gif | Bin 0 -> 223 bytes ...keit_Streckengeschwindigkeit_TypeClass.gif | Bin 0 -> 223 bytes ...isch_Traktion_Art_Elektrisch_TypeClass.gif | Bin 0 -> 223 bytes ...sungArt_Zugbeeinflussung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...nformation_Zusatzinformation_TypeClass.gif | Bin 0 -> 223 bytes ...Allg_Block_Strecke_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...achbar_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ahnhof_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ..._Strecke_Bremsweg_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...Strecke_iDStrecke_ID_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ..._aTOSegmentProfile_ATO_Segment_Profile.gif | Bin 0 -> 223 bytes ...ibuteGroup_aTOTSInstanz_ATO_TS_Instanz.gif | Bin 0 -> 223 bytes ...eGroup_aTOTimingPoint_ATO_Timing_Point.gif | Bin 0 -> 223 bytes ...Container_AttributeGroup_anhang_Anhang.gif | Bin 0 -> 223 bytes ...ntansteuerung_Aussenelementansteuerung.gif | Bin 0 -> 223 bytes ...up_bUEAnlageStrasse_BUE_Anlage_Strasse.gif | Bin 0 -> 223 bytes ...AttributeGroup_bUEAnlageV_BUE_Anlage_V.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_bUEAnlage_BUE_Anlage.gif | Bin 0 -> 223 bytes ...Group_bUEAusschaltung_BUE_Ausschaltung.gif | Bin 0 -> 223 bytes ...eigeElement_BUE_Bedien_Anzeige_Element.gif | Bin 0 -> 223 bytes ...ordnung_BUE_Deckendes_Signal_Zuordnung.gif | Bin 0 -> 223 bytes ...ngZuordnung_BUE_Einschaltung_Zuordnung.gif | Bin 0 -> 223 bytes ...Group_bUEEinschaltung_BUE_Einschaltung.gif | Bin 0 -> 223 bytes ...hrraumEckpunkt_BUE_Gefahrraum_Eckpunkt.gif | Bin 0 -> 223 bytes ...fahrraum_BUE_Gleisbezogener_Gefahrraum.gif | Bin 0 -> 223 bytes ...iner_AttributeGroup_bUEKante_BUE_Kante.gif | Bin 0 -> 223 bytes ...oup_bUEKreuzungsplan_BUE_Kreuzungsplan.gif | Bin 0 -> 223 bytes ...oup_bUESchnittstelle_BUE_Schnittstelle.gif | Bin 0 -> 223 bytes ...ifischesSignal_BUE_Spezifisches_Signal.gif | Bin 0 -> 223 bytes ...EWSFstrZuordnung_BUE_WS_Fstr_Zuordnung.gif | Bin 0 -> 223 bytes ...Group_bahnsteigAnlage_Bahnsteig_Anlage.gif | Bin 0 -> 223 bytes ...buteGroup_bahnsteigDach_Bahnsteig_Dach.gif | Bin 0 -> 223 bytes ...teGroup_bahnsteigKante_Bahnsteig_Kante.gif | Bin 0 -> 223 bytes ...Group_bahnsteigZugang_Bahnsteig_Zugang.gif | Bin 0 -> 223 bytes ...Container_AttributeGroup_balise_Balise.gif | Bin 0 -> 223 bytes ...earbeitungsvermerk_Bearbeitungsvermerk.gif | Bin 0 -> 223 bytes ...rueckabschnitt_Bedien_Anrueckabschnitt.gif | Bin 0 -> 223 bytes ...nAnzeigeElement_Bedien_Anzeige_Element.gif | Bin 0 -> 223 bytes ...ributeGroup_bedienBezirk_Bedien_Bezirk.gif | Bin 0 -> 223 bytes ...ngOertlich_Bedien_Einrichtung_Oertlich.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_bedienGBT_Bedien_GBT.gif | Bin 0 -> 223 bytes ...berflaecheBild_Bedien_Oberflaeche_Bild.gif | Bin 0 -> 223 bytes ...p_bedienOberflaeche_Bedien_Oberflaeche.gif | Bin 0 -> 223 bytes ...bedienOertlichkeit_Bedien_Oertlichkeit.gif | Bin 0 -> 223 bytes ...ttributeGroup_bedienPlatz_Bedien_Platz.gif | Bin 0 -> 223 bytes ...teGroup_bedienStandort_Bedien_Standort.gif | Bin 0 -> 223 bytes ...teGroup_bedienZentrale_Bedien_Zentrale.gif | Bin 0 -> 223 bytes ...AttributeGroup_binaerdaten_Binaerdaten.gif | Bin 0 -> 223 bytes ...ttributeGroup_blockAnlage_Block_Anlage.gif | Bin 0 -> 223 bytes ...ributeGroup_blockElement_Block_Element.gif | Bin 0 -> 223 bytes ...ributeGroup_blockStrecke_Block_Strecke.gif | Bin 0 -> 223 bytes ...teGroup_datenpunktLink_Datenpunkt_Link.gif | Bin 0 -> 223 bytes ...r_AttributeGroup_datenpunkt_Datenpunkt.gif | Bin 0 -> 223 bytes ...eSTWZentraleinheit_ESTW_Zentraleinheit.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_eTCSKante_ETCS_Kante.gif | Bin 0 -> 223 bytes ..._AttributeGroup_eTCSKnoten_ETCS_Knoten.gif | Bin 0 -> 223 bytes ...Richtungsanzeige_ETCS_Richtungsanzeige.gif | Bin 0 -> 223 bytes ..._AttributeGroup_eTCSSignal_ETCS_Signal.gif | Bin 0 -> 223 bytes ...ainer_AttributeGroup_eTCSWKr_ETCS_W_Kr.gif | Bin 0 -> 223 bytes ...tainer_AttributeGroup_eVModul_EV_Modul.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_fMAAnlage_FMA_Anlage.gif | Bin 0 -> 223 bytes ..._AttributeGroup_fMAElement_FMA_Element.gif | Bin 0 -> 223 bytes ...buteGroup_fMAKomponente_FMA_Komponente.gif | Bin 0 -> 223 bytes ...Anschaltbedingung_FT_Anschaltbedingung.gif | Bin 0 -> 223 bytes ...uteGroup_fTFahrwegTeil_FT_Fahrweg_Teil.gif | Bin 0 -> 223 bytes ...ibuteGroup_fachtelegramm_Fachtelegramm.gif | Bin 0 -> 223 bytes ...meldeZuordnung_Fla_Freimelde_Zuordnung.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_flaSchutz_Fla_Schutz.gif | Bin 0 -> 223 bytes ...buteGroup_flaZwieschutz_Fla_Zwieschutz.gif | Bin 0 -> 223 bytes ...p_fstrAbhaengigkeit_Fstr_Abhaengigkeit.gif | Bin 0 -> 223 bytes ...derZuordnung_Fstr_Aneinander_Zuordnung.gif | Bin 0 -> 223 bytes ...teGroup_fstrAneinander_Fstr_Aneinander.gif | Bin 0 -> 223 bytes ...ributeGroup_fstrDWegWKr_Fstr_DWeg_W_Kr.gif | Bin 0 -> 223 bytes ...iner_AttributeGroup_fstrDWeg_Fstr_DWeg.gif | Bin 0 -> 223 bytes ...ttributeGroup_fstrFahrweg_Fstr_Fahrweg.gif | Bin 0 -> 223 bytes ...p_fstrNichthaltfall_Fstr_Nichthaltfall.gif | Bin 0 -> 223 bytes ...laZuordnung_Fstr_Rangier_Fla_Zuordnung.gif | Bin 0 -> 223 bytes ...fstrSignalisierung_Fstr_Signalisierung.gif | Bin 0 -> 223 bytes ...Group_fstrUmfahrpunkt_Fstr_Umfahrpunkt.gif | Bin 0 -> 223 bytes ...eGroup_fstrZugRangier_Fstr_Zug_Rangier.gif | Bin 0 -> 223 bytes ...iner_AttributeGroup_gEOKante_GEO_Kante.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_gEOKnoten_GEO_Knoten.gif | Bin 0 -> 223 bytes ...iner_AttributeGroup_gEOPunkt_GEO_Punkt.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_gFRAnlage_GFR_Anlage.gif | Bin 0 -> 223 bytes ..._AttributeGroup_gFRElement_GFR_Element.gif | Bin 0 -> 223 bytes ...oup_gFRTripelspiegel_GFR_Tripelspiegel.gif | Bin 0 -> 223 bytes ...ndigkeitsprofil_Geschwindigkeitsprofil.gif | Bin 0 -> 223 bytes ...teGroup_gleisAbschluss_Gleis_Abschluss.gif | Bin 0 -> 223 bytes ...teGroup_gleisAbschnitt_Gleis_Abschnitt.gif | Bin 0 -> 223 bytes ...iner_AttributeGroup_gleisArt_Gleis_Art.gif | Bin 0 -> 223 bytes ...Group_gleisBaubereich_Gleis_Baubereich.gif | Bin 0 -> 223 bytes ...oup_gleisBezeichnung_Gleis_Bezeichnung.gif | Bin 0 -> 223 bytes ...buteGroup_gleisFahrbahn_Gleis_Fahrbahn.gif | Bin 0 -> 223 bytes ...teGroup_gleisLichtraum_Gleis_Lichtraum.gif | Bin 0 -> 223 bytes ...p_gleisSchaltgruppe_Gleis_Schaltgruppe.gif | Bin 0 -> 223 bytes ...AttributeGroup_hoehenlinie_Hoehenlinie.gif | Bin 0 -> 223 bytes ...AttributeGroup_hoehenpunkt_Hoehenpunkt.gif | Bin 0 -> 223 bytes ...p_kabelVerteilpunkt_Kabel_Verteilpunkt.gif | Bin 0 -> 223 bytes ...teContainer_AttributeGroup_kabel_Kabel.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_lEUAnlage_LEU_Anlage.gif | Bin 0 -> 223 bytes ...iner_AttributeGroup_lEUModul_LEU_Modul.gif | Bin 0 -> 223 bytes ...Group_lEUSchaltkasten_LEU_Schaltkasten.gif | Bin 0 -> 223 bytes ...tributeGroup_lieferobjekt_Lieferobjekt.gif | Bin 0 -> 223 bytes ...buteGroup_luftTelegramm_Luft_Telegramm.gif | Bin 0 -> 223 bytes ...teGroup_markanterPunkt_Markanter_Punkt.gif | Bin 0 -> 223 bytes ...zeigeElement_NB_Bedien_Anzeige_Element.gif | Bin 0 -> 223 bytes ...uteGroup_nBZoneElement_NB_Zone_Element.gif | Bin 0 -> 223 bytes ...ibuteGroup_nBZoneGrenze_NB_Zone_Grenze.gif | Bin 0 -> 223 bytes ...ontainer_AttributeGroup_nBZone_NB_Zone.gif | Bin 0 -> 223 bytes .../CreateContainer_AttributeGroup_nB_NB.gif | Bin 0 -> 223 bytes ...tributeGroup_oertlichkeit_Oertlichkeit.gif | Bin 0 -> 223 bytes ...ElementZuordnung_PZB_Element_Zuordnung.gif | Bin 0 -> 223 bytes ..._AttributeGroup_pZBElement_PZB_Element.gif | Bin 0 -> 223 bytes ...ZBZuordnungSignal_PZB_Zuordnung_Signal.gif | Bin 0 -> 223 bytes ...roup_progDateiGruppe_Prog_Datei_Gruppe.gif | Bin 0 -> 223 bytes ...ttributeGroup_proxyObjekt_Proxy_Objekt.gif | Bin 0 -> 223 bytes ...CreateContainer_AttributeGroup_rBC_RBC.gif | Bin 0 -> 223 bytes ...nungParameter_Regelzeichnung_Parameter.gif | Bin 0 -> 223 bytes ...uteGroup_regelzeichnung_Regelzeichnung.gif | Bin 0 -> 223 bytes ...rZuordnung_Schaltmittel_Fstr_Zuordnung.gif | Bin 0 -> 223 bytes ...mittelZuordnung_Schaltmittel_Zuordnung.gif | Bin 0 -> 223 bytes ...ntainer_AttributeGroup_schloss_Schloss.gif | Bin 0 -> 223 bytes ..._schlosskombination_Schlosskombination.gif | Bin 0 -> 223 bytes ...r_AttributeGroup_schluessel_Schluessel.gif | Bin 0 -> 223 bytes ...roup_schluesselsperre_Schluesselsperre.gif | Bin 0 -> 223 bytes ...roup_schrankenantrieb_Schrankenantrieb.gif | Bin 0 -> 223 bytes ...p_signalBefestigung_Signal_Befestigung.gif | Bin 0 -> 223 bytes ...nalFankZuordnung_Signal_Fank_Zuordnung.gif | Bin 0 -> 223 bytes ...ributeGroup_signalRahmen_Signal_Rahmen.gif | Bin 0 -> 223 bytes ...gnalSignalbegriff_Signal_Signalbegriff.gif | Bin 0 -> 223 bytes ...Container_AttributeGroup_signal_Signal.gif | Bin 0 -> 223 bytes ...teGroup_sonstigerPunkt_Sonstiger_Punkt.gif | Bin 0 -> 223 bytes ...ributeGroup_stellBereich_Stell_Bereich.gif | Bin 0 -> 223 bytes ...tributeGroup_stellelement_Stellelement.gif | Bin 0 -> 223 bytes ...Group_streckeBremsweg_Strecke_Bremsweg.gif | Bin 0 -> 223 bytes ...ributeGroup_streckePunkt_Strecke_Punkt.gif | Bin 0 -> 223 bytes ...ntainer_AttributeGroup_strecke_Strecke.gif | Bin 0 -> 223 bytes ...iner_AttributeGroup_tOPKante_TOP_Kante.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_tOPKnoten_TOP_Knoten.gif | Bin 0 -> 223 bytes ...Group_technikStandort_Technik_Standort.gif | Bin 0 -> 223 bytes ...technischerBereich_Technischer_Bereich.gif | Bin 0 -> 223 bytes ...oup_technischerPunkt_Technischer_Punkt.gif | Bin 0 -> 223 bytes ...ttributeGroup_trasseKante_Trasse_Kante.gif | Bin 0 -> 223 bytes ...ante_Trasse_Kante_child_AttributeGroup.gif | Bin 0 -> 223 bytes ...ributeGroup_trasseKnoten_Trasse_Knoten.gif | Bin 0 -> 223 bytes ...tributeGroup_ueberhoehung_Ueberhoehung.gif | Bin 0 -> 223 bytes ..._ueberhoehungslinie_Ueberhoehungslinie.gif | Bin 0 -> 223 bytes ...roup_uebertragungsweg_Uebertragungsweg.gif | Bin 0 -> 223 bytes ...ibuteGroup_unterbringung_Unterbringung.gif | Bin 0 -> 223 bytes ...eGroup_verkehrszeichen_Verkehrszeichen.gif | Bin 0 -> 223 bytes ...r_AttributeGroup_wKrAnlage_W_Kr_Anlage.gif | Bin 0 -> 223 bytes ...teGroup_wKrGspElement_W_Kr_Gsp_Element.gif | Bin 0 -> 223 bytes ...p_wKrGspKomponente_W_Kr_Gsp_Komponente.gif | Bin 0 -> 223 bytes ...teZuordnung_Weichenlaufkette_Zuordnung.gif | Bin 0 -> 223 bytes ...roup_weichenlaufkette_Weichenlaufkette.gif | Bin 0 -> 223 bytes ...oup_zBSSchutzstrecke_ZBS_Schutzstrecke.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_zBSSignal_ZBS_Signal.gif | Bin 0 -> 223 bytes ...eGroup_zLDLPAbschnitt_ZL_DLP_Abschnitt.gif | Bin 0 -> 223 bytes ...r_AttributeGroup_zLDLPFstr_ZL_DLP_Fstr.gif | Bin 0 -> 223 bytes ...uteGroup_zLFstrAnstoss_ZL_Fstr_Anstoss.gif | Bin 0 -> 223 bytes ...ontainer_AttributeGroup_zLFstr_ZL_Fstr.gif | Bin 0 -> 223 bytes ...ppeZuordnung_ZL_Signalgruppe_Zuordnung.gif | Bin 0 -> 223 bytes ...teGroup_zLSignalgruppe_ZL_Signalgruppe.gif | Bin 0 -> 223 bytes ...sondereAnlage_ZLV_Bus_Besondere_Anlage.gif | Bin 0 -> 223 bytes ...zLVBusUSZuordnung_ZLV_Bus_US_Zuordnung.gif | Bin 0 -> 223 bytes ...ontainer_AttributeGroup_zLVBus_ZLV_Bus.gif | Bin 0 -> 223 bytes .../CreateContainer_AttributeGroup_zL_ZL.gif | Bin 0 -> 223 bytes ...er_AttributeGroup_zNAkustik_ZN_Akustik.gif | Bin 0 -> 223 bytes ...buteGroup_zNAnzeigefeld_ZN_Anzeigefeld.gif | Bin 0 -> 223 bytes ...chaltKriterium_ZN_Fortschalt_Kriterium.gif | Bin 0 -> 223 bytes ...m84Zuordnung_ZN_Telegramm_84_Zuordnung.gif | Bin 0 -> 223 bytes ...m85Zuordnung_ZN_Telegramm_85_Zuordnung.gif | Bin 0 -> 223 bytes ...teGroup_zNUnterstation_ZN_Unterstation.gif | Bin 0 -> 223 bytes ...eContainer_AttributeGroup_zNZBS_ZN_ZBS.gif | Bin 0 -> 223 bytes .../CreateContainer_AttributeGroup_zN_ZN.gif | Bin 0 -> 223 bytes ...p_zUBBereichsgrenze_ZUB_Bereichsgrenze.gif | Bin 0 -> 223 bytes ...keneigenschaft_ZUB_Streckeneigenschaft.gif | Bin 0 -> 223 bytes ...ibuteGroup_zugeinwirkung_Zugeinwirkung.gif | Bin 0 -> 223 bytes ...lArt_DP_Bezug_Funktional_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ional_ID_DP_Bezug_Funktional_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_nIDBG_NID_BG_TypeClass.gif | Bin 0 -> 223 bytes ...se_AttributeGroup_nIDC_NID_C_TypeClass.gif | Bin 0 -> 223 bytes ...mVersion_ETCS_System_Version_TypeClass.gif | Bin 0 -> 223 bytes ...gung_ID_FT_Anschaltbedingung_TypeClass.gif | Bin 0 -> 223 bytes ...chtelegramm_ID_Fachtelegramm_TypeClass.gif | Bin 0 -> 223 bytes ...Group_sRSVersion_SRS_Version_TypeClass.gif | Bin 0 -> 223 bytes ...mVersion_ETCS_System_Version_TypeClass.gif | Bin 0 -> 223 bytes ...lant_ID_FT_Anschaltbedingung_TypeClass.gif | Bin 0 -> 223 bytes ...iert_ID_FT_Anschaltbedingung_TypeClass.gif | Bin 0 -> 223 bytes ...chtelegramm_ID_Fachtelegramm_TypeClass.gif | Bin 0 -> 223 bytes ...Group_sRSVersion_SRS_Version_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_dPTypArt_DP_Typ_Art_TypeClass.gif | Bin 0 -> 223 bytes ...p_dPTypGESG_DP_Typ_GESG_AttributeGroup.gif | Bin 0 -> 223 bytes ...dPTypGETCS_DP_Typ_GETCS_AttributeGroup.gif | Bin 0 -> 223 bytes ...p_dPTypGGNT_DP_Typ_GGNT_AttributeGroup.gif | Bin 0 -> 223 bytes ...TypGSonst_DP_Typ_GSonst_AttributeGroup.gif | Bin 0 -> 223 bytes ...TypGTrans_DP_Typ_GTrans_AttributeGroup.gif | Bin 0 -> 223 bytes ...p_dPTypGZBS_DP_Typ_GZBS_AttributeGroup.gif | Bin 0 -> 223 bytes ...uteGroup_dPTypESG_DP_Typ_ESG_TypeClass.gif | Bin 0 -> 223 bytes ...Group_dPVerlinkt_DP_Verlinkt_TypeClass.gif | Bin 0 -> 223 bytes ...spunkt_Lfd_Nr_Am_Bezugspunkt_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_dPATO_DP_ATO_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_dPTypETCS_DP_Typ_ETCS_TypeClass.gif | Bin 0 -> 223 bytes ...ional_ID_DP_Bezug_Funktional_TypeClass.gif | Bin 0 -> 223 bytes ...rAbstand_Verkuerzter_Abstand_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_dPTypGNT_DP_Typ_GNT_TypeClass.gif | Bin 0 -> 223 bytes ...wendungSonst_Anwendung_Sonst_TypeClass.gif | Bin 0 -> 223 bytes ...roup_dPTypSonst_DP_Typ_Sonst_TypeClass.gif | Bin 0 -> 223 bytes ...roup_dPTypTrans_DP_Typ_Trans_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_dPTypZBS_DP_Typ_ZBS_TypeClass.gif | Bin 0 -> 223 bytes ...dungssystem_Anwendungssystem_TypeClass.gif | Bin 0 -> 223 bytes ...roup_ausrichtung_Ausrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...bung_Datenpunkt_Beschreibung_TypeClass.gif | Bin 0 -> 223 bytes ...unktLaenge_Datenpunkt_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...gabe_Sonstige_Standortangabe_TypeClass.gif | Bin 0 -> 223 bytes ...Standortangabe_Balisenschild_TypeClass.gif | Bin 0 -> 223 bytes ...sspunkt_Abstand_Einmesspunkt_TypeClass.gif | Bin 0 -> 223 bytes ...messpunkt_ID_Markanter_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...k_anwendungESG_Anwendung_ESG_TypeClass.gif | Bin 0 -> 223 bytes ...k_anwendungGNT_Anwendung_GNT_TypeClass.gif | Bin 0 -> 223 bytes ..._iDDPLinkStart_ID_Datenpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...k_iDDPLinkZiel_ID_Datenpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...chtelegramm_ID_Fachtelegramm_TypeClass.gif | Bin 0 -> 223 bytes ...ink_linkDistanz_Link_Distanz_TypeClass.gif | Bin 0 -> 223 bytes ...BSMerkmale_ZBS_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...richtung_Ziel_DP_Ausrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...nal_DP_Bezug_Funktional_AttributeGroup.gif | Bin 0 -> 223 bytes ...Adresse_DP_ETCS_Adresse_AttributeGroup.gif | Bin 0 -> 223 bytes ...ammESG_DP_Telegramm_ESG_AttributeGroup.gif | Bin 0 -> 223 bytes ...PTelegramm_DP_Telegramm_AttributeGroup.gif | Bin 0 -> 223 bytes ...Datenpunkt_dPTyp_DP_Typ_AttributeGroup.gif | Bin 0 -> 223 bytes ...nktAllg_Datenpunkt_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...Datenpunkt_Einmesspunkt_AttributeGroup.gif | Bin 0 -> 223 bytes ...reateDatenpunkt_iDRBC_ID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...Steuernde_LEU_Steuernde_AttributeGroup.gif | Bin 0 -> 223 bytes ...t_planProLayoutinfo_PlanPro_Layoutinfo.gif | Bin 0 -> 223 bytes ...ProSchnittstelle_PlanPro_Schnittstelle.gif | Bin 0 -> 223 bytes ...uterung_ESG_Ind_Erlaeuterung_TypeClass.gif | Bin 0 -> 223 bytes ...dParameter_ESG_Ind_Parameter_TypeClass.gif | Bin 0 -> 223 bytes ...erwert_ESG_Ind_Parameterwert_TypeClass.gif | Bin 0 -> 223 bytes ...hangUiG_ID_Anhang_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...Paketnummer_ETCS_Paketnummer_TypeClass.gif | Bin 0 -> 223 bytes ...terung_ETCS_Par_Erlaeuterung_TypeClass.gif | Bin 0 -> 223 bytes ...metername_ETCS_Parametername_TypeClass.gif | Bin 0 -> 223 bytes ...meterwert_ETCS_Parameterwert_TypeClass.gif | Bin 0 -> 223 bytes ..._rekursion2Nr_Rekursion_2_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...oup_rekursionNr_Rekursion_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...Energieversorgung_Art_Ersatz_TypeClass.gif | Bin 0 -> 223 bytes ...Energieversorgung_Art_Ersatz_TypeClass.gif | Bin 0 -> 223 bytes ...ungArt_Energieversorgung_Art_TypeClass.gif | Bin 0 -> 223 bytes ..._iDEnergiePrimaer_ID_Energie_TypeClass.gif | Bin 0 -> 223 bytes ...DEnergieSekundaer_ID_Energie_TypeClass.gif | Bin 0 -> 223 bytes ...AttributeGroup_bauart_Bauart_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...ngESTWZE_Bezeichnung_ESTW_ZE_TypeClass.gif | Bin 0 -> 223 bytes ...traleinheit_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...TW_ZE_Energieversorgung_AttributeGroup.gif | Bin 0 -> 223 bytes ...STW_Zentraleinheit_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...irkVirtuell_ID_Bedien_Bezirk_TypeClass.gif | Bin 0 -> 223 bytes ...zirkZentral_ID_Bedien_Bezirk_TypeClass.gif | Bin 0 -> 223 bytes ...gebend_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ung_ID_Unterbringung_Technik_TypeClass.gif | Bin 0 -> 223 bytes ...se_AttributeGroup_nIDC_NID_C_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_nIDRBC_NID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...Kante_Bezeichnung_ETCS_Kante_TypeClass.gif | Bin 0 -> 223 bytes ..._ETCS_Kante_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...nA_ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...nB_ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...reateETCS_Kante_iDRBC_ID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...S_Kante_iDStrecke_ID_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ...ante_ID_TOP_Kante_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...en_iDTOPKnoten_ID_TOP_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...te_Knoten_Auf_TOP_Kante_AttributeGroup.gif | Bin 0 -> 223 bytes ...g_ID_Fstr_Fahrweg_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...chtung_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...eige_textmeldung_Textmeldung_TypeClass.gif | Bin 0 -> 223 bytes ...SSperre_Ausstieg_ETCS_Sperre_TypeClass.gif | Bin 0 -> 223 bytes ...tanstoss_Dunkelschaltanstoss_TypeClass.gif | Bin 0 -> 223 bytes ...tiegErlaubt_Einstieg_Erlaubt_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_gruppenID_Gruppen_ID_TypeClass.gif | Bin 0 -> 223 bytes ...tergruppenID_Untergruppen_ID_TypeClass.gif | Bin 0 -> 223 bytes ...ervall200_DWeg_Intervall_200_TypeClass.gif | Bin 0 -> 223 bytes ...l50200_DWeg_Intervall_50_200_TypeClass.gif | Bin 0 -> 223 bytes ...ntervall50_DWeg_Intervall_50_TypeClass.gif | Bin 0 -> 223 bytes ...tBVMeldepunkt_TBV_Meldepunkt_TypeClass.gif | Bin 0 -> 223 bytes ...nge_TBV_Tunnelbereich_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...unnelsignal_TBV_Tunnelsignal_TypeClass.gif | Bin 0 -> 223 bytes ...efahrpunktabstand_Abweichend_TypeClass.gif | Bin 0 -> 223 bytes ...alAllg_ETCS_Signal_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...alDWeg_ETCS_Signal_DWeg_AttributeGroup.gif | Bin 0 -> 223 bytes ...gnalTBV_ETCS_Signal_TBV_AttributeGroup.gif | Bin 0 -> 223 bytes ...ahrpunkt2_ID_Markanter_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...fahrpunkt_ID_Markanter_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...HOAFBOA_ID_Technischer_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...eateETCS_Signal_iDRBC_ID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...DSignal_ID_Signal_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_gruppenID_Gruppen_ID_TypeClass.gif | Bin 0 -> 223 bytes ...tergruppenID_Untergruppen_ID_TypeClass.gif | Bin 0 -> 223 bytes ...SWKrMUKA_ETCS_W_Kr_MUKA_AttributeGroup.gif | Bin 0 -> 223 bytes ...kanter_Punkt_Gleis_Abschluss_TypeClass.gif | Bin 0 -> 223 bytes ...en_ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...CreateETCS_W_Kr_iDRBC_ID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...ge_ID_W_Kr_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_ausgangNr_Ausgang_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...szeit_Max_Unterbrechungszeit_TypeClass.gif | Bin 0 -> 223 bytes ...up_nennleistung_Nennleistung_TypeClass.gif | Bin 0 -> 223 bytes ...oup_spannungArt_Spannung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...bere_Spannung_Toleranz_Obere_TypeClass.gif | Bin 0 -> 223 bytes ...ere_Spannung_Toleranz_Untere_TypeClass.gif | Bin 0 -> 223 bytes ...gGepuffert_Eingang_Gepuffert_TypeClass.gif | Bin 0 -> 223 bytes ...ngangArt_Energie_Eingang_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ieEingang_ID_Energie_Eingang_TypeClass.gif | Bin 0 -> 223 bytes ..._primaerquelle_Primaerquelle_TypeClass.gif | Bin 0 -> 223 bytes ...roup_eVModulArt_EV_Modul_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ingang_EV_Modul_Eingang_AttributeGroup.gif | Bin 0 -> 223 bytes ...roup_eVModulTyp_EV_Modul_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...ung_ID_Element_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...Quellelement_ID_Quellelement_TypeClass.gif | Bin 0 -> 223 bytes ...usgang_EV_Modul_Ausgang_AttributeGroup.gif | Bin 0 -> 223 bytes ...sisch_EV_Modul_Physisch_AttributeGroup.gif | Bin 0 -> 223 bytes ...tuell_EV_Modul_Virtuell_AttributeGroup.gif | Bin 0 -> 223 bytes ...rstellungGEOPunktBezeichnung_GEO_Punkt.gif | Bin 0 -> 223 bytes ...uteGroup_darstellungGEOPunkt_GEO_Punkt.gif | Bin 0 -> 223 bytes ...onzug_Darstellung_Polygonzug_TypeClass.gif | Bin 0 -> 223 bytes ..._Richtungswinkel_Bezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ..._Darstellung_Richtungswinkel_TypeClass.gif | Bin 0 -> 223 bytes ...g_Element_Position_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...nZustand_ID_Lageplan_Zustand_TypeClass.gif | Bin 0 -> 223 bytes ..._Referenz_Objekt_Darstellung_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_fuellung_Fuellung_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_linieArt_Linie_Art_TypeClass.gif | Bin 0 -> 223 bytes ...linieFarbwert_Linie_Farbwert_TypeClass.gif | Bin 0 -> 223 bytes ...oup_linieSubart_Linie_Subart_TypeClass.gif | Bin 0 -> 223 bytes ...lAllg_Element_Stil_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...nZustand_ID_Lageplan_Zustand_TypeClass.gif | Bin 0 -> 223 bytes ..._Referenz_Objekt_Darstellung_TypeClass.gif | Bin 0 -> 223 bytes ...wurfrichtung_Auswurfrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...rensignal_Gleissperrensignal_TypeClass.gif | Bin 0 -> 223 bytes ..._schutzschiene_Schutzschiene_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_fMAArt_FMA_Art_TypeClass.gif | Bin 0 -> 223 bytes ...imeldung_FMA_Hilffreimeldung_TypeClass.gif | Bin 0 -> 223 bytes ...fMAIsolierung_FMA_Isolierung_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_fMATyp_FMA_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...be_Bezeichnung_Kennbuchstabe_TypeClass.gif | Bin 0 -> 223 bytes ...iderstand_Bettungswiderstand_TypeClass.gif | Bin 0 -> 223 bytes ...lusst_FMA_Laenge_Beeinflusst_TypeClass.gif | Bin 0 -> 223 bytes ...up_fMALaengeE1_FMA_Laenge_E1_TypeClass.gif | Bin 0 -> 223 bytes ...up_fMALaengeE2_FMA_Laenge_E2_TypeClass.gif | Bin 0 -> 223 bytes ...up_fMALaengeE3_FMA_Laenge_E3_TypeClass.gif | Bin 0 -> 223 bytes ...roup_fMALaengeS_FMA_Laenge_S_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_fMALaenge_FMA_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...nung_FMA_Kaskade_Bezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...FMA_Kaskade_Einzelauswertung_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ...Uebertragung_FMinfo_Richtung_TypeClass.gif | Bin 0 -> 223 bytes ...oTyp_Uebertragung_FMinfo_Typ_TypeClass.gif | Bin 0 -> 223 bytes ..._FMA_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...ageAllg_FMA_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Anlage_Elektr_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...kade_FMA_Anlage_Kaskade_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_Uebertragung_FMinfo_AttributeGroup.gif | Bin 0 -> 223 bytes ...Abschnitt_ID_Gleis_Abschnitt_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ...MAElementArt_FMA_Element_Art_TypeClass.gif | Bin 0 -> 223 bytes ...nzahl_FMA_Element_Seilanzahl_TypeClass.gif | Bin 0 -> 223 bytes ...tSeiltyp_FMA_Element_Seiltyp_TypeClass.gif | Bin 0 -> 223 bytes ...ng_FMA_Anschluss_Bezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...FMA_Anschluss_Speiserichtung_TypeClass.gif | Bin 0 -> 223 bytes ...ntAllg_FMA_Element_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...s_FMA_Element_Anschluss_AttributeGroup.gif | Bin 0 -> 223 bytes ...nt_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...MA_Komponente_Schienenprofil_TypeClass.gif | Bin 0 -> 223 bytes ...A_Komponente_Stromversorgung_TypeClass.gif | Bin 0 -> 223 bytes ...onenteTyp_FMA_Komponente_Typ_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...mponente_Achszaehlpunkt_AttributeGroup.gif | Bin 0 -> 223 bytes ...onenteArt_FMA_Komponente_Art_TypeClass.gif | Bin 0 -> 223 bytes ...iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif | Bin 0 -> 223 bytes ...te_iDFMAgrenze_ID_FMA_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...ere_Bedingung_Besondere_AttributeGroup.gif | Bin 0 -> 223 bytes ...ingungPZB_Bedingung_PZB_AttributeGroup.gif | Bin 0 -> 223 bytes ...Signal_Bedingung_Signal_AttributeGroup.gif | Bin 0 -> 223 bytes ...tige_Bedingung_Sonstige_AttributeGroup.gif | Bin 0 -> 223 bytes ...Weiche_Bedingung_Weiche_AttributeGroup.gif | Bin 0 -> 223 bytes ...bstand_Bes_Langer_Einfahrweg_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_dPTypVLa_DP_Typ_V_La_TypeClass.gif | Bin 0 -> 223 bytes ...G_Individuelle_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...SG_Spezifische_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...lsignal_ID_Signal_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...e_Individualisierung_Weitere_TypeClass.gif | Bin 0 -> 223 bytes ...ge_Gestufte_V_Signalisierung_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_nIDTSR_NID_TSR_TypeClass.gif | Bin 0 -> 223 bytes ...rungsfall_Projektierungsfall_TypeClass.gif | Bin 0 -> 223 bytes ...egrammnummer_Telegrammnummer_TypeClass.gif | Bin 0 -> 223 bytes ...ngLaenge_Ueberwachung_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_vStart_V_Start_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_vZiel_V_Ziel_TypeClass.gif | Bin 0 -> 223 bytes ...gnalabstand_Vorsignalabstand_TypeClass.gif | Bin 0 -> 223 bytes ...p_fTETCSL2Typ_FT_ETCS_L2_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...Group_vBCKennung_VBC_Kennung_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_vBCNIDC_VBC_NID_C_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_vBCSetzen_VBC_Setzen_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_vBCTimer_VBC_Timer_TypeClass.gif | Bin 0 -> 223 bytes ..._FT_ETCS_Trans_Paket_41_AttributeGroup.gif | Bin 0 -> 223 bytes ...N_FT_ETCS_Trans_Paket_N_AttributeGroup.gif | Bin 0 -> 223 bytes ...buteGroup_dLEVELTR_D_LEVELTR_TypeClass.gif | Bin 0 -> 223 bytes ...oup_lACKLEVELTR_L_ACKLEVELTR_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_mLEVELTR_M_LEVELTR_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_nIDSTM_NID_STM_TypeClass.gif | Bin 0 -> 223 bytes ...Paketnummer_ETCS_Paketnummer_TypeClass.gif | Bin 0 -> 223 bytes ...terung_ETCS_Par_Erlaeuterung_TypeClass.gif | Bin 0 -> 223 bytes ...metername_ETCS_Parametername_TypeClass.gif | Bin 0 -> 223 bytes ...meterwert_ETCS_Parameterwert_TypeClass.gif | Bin 0 -> 223 bytes ..._rekursion2Nr_Rekursion_2_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...oup_rekursionNr_Rekursion_Nr_TypeClass.gif | Bin 0 -> 223 bytes ..._fWTeilNummer_FW_Teil_Nummer_TypeClass.gif | Bin 0 -> 223 bytes ..._umfahrstrasse_Umfahrstrasse_TypeClass.gif | Bin 0 -> 223 bytes ...wegende_Ziel_Ist_Fahrwegende_TypeClass.gif | Bin 0 -> 223 bytes ...lg_FT_Fahrweg_Teil_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...tartDatenpunkt_ID_Datenpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...Teil_iDStartSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...ZielDatenpunkt_ID_Datenpunkt_TypeClass.gif | Bin 0 -> 223 bytes ..._Teil_iDZielSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...Element_Start_W_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...WElement_Ziel_W_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...hrwegTeil_ID_FT_Fahrweg_Teil_TypeClass.gif | Bin 0 -> 223 bytes ...oup_istBefahren_Ist_Befahren_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_deltaVGES_Delta_VGES_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_deltaVLES_Delta_VLES_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_deltaVZES_Delta_VZES_TypeClass.gif | Bin 0 -> 223 bytes ...TGNTPunktart_FT_GNT_Punktart_TypeClass.gif | Bin 0 -> 223 bytes ...kmale_AttributeGroup_lLA_LLA_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_neigung_Neigung_TypeClass.gif | Bin 0 -> 223 bytes ...kmale_AttributeGroup_sBE_SBE_TypeClass.gif | Bin 0 -> 223 bytes ...kmale_AttributeGroup_sTZ_STZ_TypeClass.gif | Bin 0 -> 223 bytes ...kmale_AttributeGroup_vGR_VGR_TypeClass.gif | Bin 0 -> 223 bytes ...kmale_AttributeGroup_vLA_VLA_TypeClass.gif | Bin 0 -> 223 bytes ...erkmale_AttributeGroup_vZ_VZ_TypeClass.gif | Bin 0 -> 223 bytes ...kmale_AttributeGroup_zLA_ZLA_TypeClass.gif | Bin 0 -> 223 bytes ...Funktion_FT_Hinweis_Funktion_TypeClass.gif | Bin 0 -> 223 bytes ...leLa_FT_ZBS_Merkmale_La_AttributeGroup.gif | Bin 0 -> 223 bytes ...uteGroup_fTZBSTyp_FT_ZBS_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...male_AttributeGroup_lMG_LM_G_TypeClass.gif | Bin 0 -> 223 bytes ...ributeGroup_laenge1_Laenge_1_TypeClass.gif | Bin 0 -> 223 bytes ...endeNeig1_Massgebende_Neig_1_TypeClass.gif | Bin 0 -> 223 bytes ...ssgebende_Neig_Schutzstrecke_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_mastschild_Mastschild_TypeClass.gif | Bin 0 -> 223 bytes ...h_Schutzstrecke_Erforderlich_TypeClass.gif | Bin 0 -> 223 bytes ...nden_Schutzstrecke_Vorhanden_TypeClass.gif | Bin 0 -> 223 bytes ...egrammnummer_Telegrammnummer_TypeClass.gif | Bin 0 -> 223 bytes ...ngLaenge_Ueberwachung_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_vBefehlR_V_Befehl_R_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_vBefehlZ_V_Befehl_Z_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_vFrei_V_Frei_TypeClass.gif | Bin 0 -> 223 bytes ...le_AttributeGroup_vGR1_VGR_1_TypeClass.gif | Bin 0 -> 223 bytes ...le_AttributeGroup_vGR2_VGR_2_TypeClass.gif | Bin 0 -> 223 bytes ...up_vZulStrecke_V_Zul_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ...stanz_ZBS_La_Bereich_Distanz_TypeClass.gif | Bin 0 -> 223 bytes ...S_La_Bereich_Geschwindigkeit_TypeClass.gif | Bin 0 -> 223 bytes ...Laenge_ZBS_La_Bereich_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...igung_ZBS_La_Bereich_Neigung_TypeClass.gif | Bin 0 -> 223 bytes ...oup_ausgabeFachdaten_Ausgabe_Fachdaten.gif | Bin 0 -> 223 bytes ...erkmale_FT_ESG_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...ale_FT_ETCS_L2_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ..._FT_ETCS_Trans_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...gTeile_FT_Fahrweg_Teile_AttributeGroup.gif | Bin 0 -> 223 bytes ...erkmale_FT_GNT_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...erkmale_FT_ZBS_Merkmale_AttributeGroup.gif | Bin 0 -> 223 bytes ...ID_AnhangBearbeitungsvermerk_TypeClass.gif | Bin 0 -> 223 bytes ...t_Wirkrichtung_In_Datenpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...meldung_Fla_Raum_Freimeldung_TypeClass.gif | Bin 0 -> 223 bytes ...ng_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...ng_iDFlaSchutz_ID_Fla_Schutz_TypeClass.gif | Bin 0 -> 223 bytes ...up_eKWKrAnteil_EKW_Kr_Anteil_TypeClass.gif | Bin 0 -> 223 bytes ...Group_fahrtUeber_Fahrt_Ueber_TypeClass.gif | Bin 0 -> 223 bytes ...lement_ID_Anforderer_Element_TypeClass.gif | Bin 0 -> 223 bytes ...rung_Fla_Signal_Zielsperrung_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_iDFlaSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_flaWLage_Fla_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...pElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...FlaWeitergabeL_ID_Fla_Schutz_TypeClass.gif | Bin 0 -> 223 bytes ...FlaWeitergabeR_ID_Fla_Schutz_TypeClass.gif | Bin 0 -> 223 bytes ...r_Fla_Schutz_Anforderer_AttributeGroup.gif | Bin 0 -> 223 bytes ...ignal_Fla_Schutz_Signal_AttributeGroup.gif | Bin 0 -> 223 bytes ...tzWGsp_Fla_Schutz_W_Gsp_AttributeGroup.gif | Bin 0 -> 223 bytes ...e_Fla_Schutz_Weitergabe_AttributeGroup.gif | Bin 0 -> 223 bytes ...utz_flaVerzicht_Fla_Verzicht_TypeClass.gif | Bin 0 -> 223 bytes ...p_iDFlaSchutzL_ID_Fla_Schutz_TypeClass.gif | Bin 0 -> 223 bytes ...p_iDFlaSchutzR_ID_Fla_Schutz_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_massnahmeL_Massnahme_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_massnahmeR_Massnahme_TypeClass.gif | Bin 0 -> 223 bytes ...nderung_Nachlaufverhinderung_TypeClass.gif | Bin 0 -> 223 bytes ..._Fla_Zwieschutz_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...zwieschutzArt_Zwieschutz_Art_TypeClass.gif | Bin 0 -> 223 bytes ...eis_Aufloesung_Ssp_Zielgleis_TypeClass.gif | Bin 0 -> 223 bytes ...elsperre_ID_Schluesselsperre_TypeClass.gif | Bin 0 -> 223 bytes ..._Fstr_Abhaengigkeit_Ssp_AttributeGroup.gif | Bin 0 -> 223 bytes ...nt_ID_Bedien_Anzeige_Element_TypeClass.gif | Bin 0 -> 223 bytes ...DFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif | Bin 0 -> 223 bytes ...neinander_ID_Fstr_Aneinander_TypeClass.gif | Bin 0 -> 223 bytes ...gRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...Fstr_Aneinander_Bedienstring_TypeClass.gif | Bin 0 -> 223 bytes ...Group_laengeSoll_Laenge_Soll_TypeClass.gif | Bin 0 -> 223 bytes ...eNeigung_Massgebende_Neigung_TypeClass.gif | Bin 0 -> 223 bytes ...trDWeg_Bezeichnung_Fstr_DWeg_TypeClass.gif | Bin 0 -> 223 bytes ...rung_Aufloesung_Verzoegerung_TypeClass.gif | Bin 0 -> 223 bytes ...Reihenfolge_DWeg_Reihenfolge_TypeClass.gif | Bin 0 -> 223 bytes ...t_DWeg_V_Aufwertung_Verzicht_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_dWegV_DWeg_V_TypeClass.gif | Bin 0 -> 223 bytes ...nlageZielgleis_ID_FMA_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...erschluss_Element_Verschluss_TypeClass.gif | Bin 0 -> 223 bytes ...W_Kr_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif | Bin 0 -> 223 bytes ...pElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...g_Fstr_DWeg_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...DWegAllg_Fstr_DWeg_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ch_Fstr_DWeg_Spezifisch_AttributeGroup.gif | Bin 0 -> 223 bytes ...ageFreimeldung_ID_FMA_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...DFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif | Bin 0 -> 223 bytes ...fahrpunkt_ID_Markanter_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...tr_Fahrweg_fstrVHg_Fstr_V_Hg_TypeClass.gif | Bin 0 -> 223 bytes ...tr_Fahrweg_iDStart_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...eFstr_Fahrweg_iDZiel_ID_Ziel_TypeClass.gif | Bin 0 -> 223 bytes ...akter_Start_Signal_Charakter_TypeClass.gif | Bin 0 -> 223 bytes ...strMittelArt_Fstr_Mittel_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Fstr_Mittel_V_Aufwertung_TypeClass.gif | Bin 0 -> 223 bytes ...ll_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...DFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Automatische_Einstellung_TypeClass.gif | Bin 0 -> 223 bytes ...rRangierArt_Fstr_Rangier_Art_TypeClass.gif | Bin 0 -> 223 bytes ...i_ID_FMA_Anlage_Rangier_Frei_TypeClass.gif | Bin 0 -> 223 bytes ...Rangier_Gegenfahrtausschluss_TypeClass.gif | Bin 0 -> 223 bytes ...ng_iDFlaSchutz_ID_Fla_Schutz_TypeClass.gif | Bin 0 -> 223 bytes ...rRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...gRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...Ziel_ID_Signal_Signalbegriff_TypeClass.gif | Bin 0 -> 223 bytes ...riff_ID_Signal_Signalbegriff_TypeClass.gif | Bin 0 -> 223 bytes ...DFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif | Bin 0 -> 223 bytes ...iDUmfahrpunkt_ID_Umfahrpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Automatische_Einstellung_TypeClass.gif | Bin 0 -> 223 bytes ...t_Fstr_Vsigabstand_Verkuerzt_TypeClass.gif | Bin 0 -> 223 bytes ...roup_fstrZugArt_Fstr_Zug_Art_TypeClass.gif | Bin 0 -> 223 bytes ...trZugDWeg_Fstr_Zug_DWeg_AttributeGroup.gif | Bin 0 -> 223 bytes ...chaltung_ID_BUE_Einschaltung_TypeClass.gif | Bin 0 -> 223 bytes ...nalGruppenausfahrt_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...Group_dWegVorzug_DWeg_Vorzug_TypeClass.gif | Bin 0 -> 223 bytes ...roup_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif | Bin 0 -> 223 bytes ...Group_fBedienung_F_Bedienung_TypeClass.gif | Bin 0 -> 223 bytes ...dienstring_Fstr_Bedienstring_TypeClass.gif | Bin 0 -> 223 bytes ...Reihenfolge_Fstr_Reihenfolge_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_fstrV_Fstr_V_TypeClass.gif | Bin 0 -> 223 bytes ..._fstrMittel_Fstr_Mittel_AttributeGroup.gif | Bin 0 -> 223 bytes ...strRangier_Fstr_Rangier_AttributeGroup.gif | Bin 0 -> 223 bytes ...g_Fstr_Zug_Rangier_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...angier_fstrZug_Fstr_Zug_AttributeGroup.gif | Bin 0 -> 223 bytes ...ID_Fstr_Ausschluss_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...DFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif | Bin 0 -> 223 bytes ...ributeGroup_gEOForm_GEO_Form_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_gEOKAD_GEO_KAD_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_gEOLaenge_GEO_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...roup_gEORadiusA_GEO_Radius_A_TypeClass.gif | Bin 0 -> 223 bytes ...roup_gEORadiusB_GEO_Radius_B_TypeClass.gif | Bin 0 -> 223 bytes ...gswinkel_GEO_Richtungswinkel_TypeClass.gif | Bin 0 -> 223 bytes ...Group_planQuelle_Plan_Quelle_TypeClass.gif | Bin 0 -> 223 bytes ...anteAllg_GEO_Kante_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...EO_Kante_iDGEOArt_ID_GEO_Art_TypeClass.gif | Bin 0 -> 223 bytes ...e_iDGEOKnotenA_ID_GEO_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...e_iDGEOKnotenB_ID_GEO_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...ateGEO_Knoten_gEOPAD_GEO_PAD_TypeClass.gif | Bin 0 -> 223 bytes ...system_GEO_Koordinatensystem_TypeClass.gif | Bin 0 -> 223 bytes ...Allg_AttributeGroup_gKX_GK_X_TypeClass.gif | Bin 0 -> 223 bytes ...Allg_AttributeGroup_gKY_GK_Y_TypeClass.gif | Bin 0 -> 223 bytes ...Allg_AttributeGroup_gKZ_GK_Z_TypeClass.gif | Bin 0 -> 223 bytes ...Group_planQuelle_Plan_Quelle_TypeClass.gif | Bin 0 -> 223 bytes ...unktAllg_GEO_Punkt_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...unkt_iDGEOKante_ID_GEO_Kante_TypeClass.gif | Bin 0 -> 223 bytes ...kt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...rungszeit_BUE_Sicherungszeit_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_gFRArt_GFR_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_gFRTyp_GFR_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...ageAllg_GFR_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ment_Bezeichnung_GFR_Element_TypeClass.gif | Bin 0 -> 223 bytes ...ement_bUENeigung_BUE_Neigung_TypeClass.gif | Bin 0 -> 223 bytes ...GFR_Element_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...ement_gFRNeigung_GFR_Neigung_TypeClass.gif | Bin 0 -> 223 bytes ...age_ID_GFR_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Unterbringung_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...up_montagehoehe_Montagehoehe_TypeClass.gif | Bin 0 -> 223 bytes ...g_AttributeGroup_pegel_Pegel_TypeClass.gif | Bin 0 -> 223 bytes ...oup_winkelAlpha_Winkel_Alpha_TypeClass.gif | Bin 0 -> 223 bytes ...ezeichnung_GFR_Tripelspiegel_TypeClass.gif | Bin 0 -> 223 bytes ...ipelspiegel_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ..._GFR_Tripelspiegel_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_ID_GFR_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...oup_elementLage_Element_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_iDElement_ID_Element_TypeClass.gif | Bin 0 -> 223 bytes ...oup_elementLage_Element_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_iDElement_ID_Element_TypeClass.gif | Bin 0 -> 223 bytes ...Anzeigegefuehrt_ES_Kategorie_TypeClass.gif | Bin 0 -> 223 bytes ...chwindigkeit_Geschwindigkeit_TypeClass.gif | Bin 0 -> 223 bytes ...roup_vProfilArt_V_Profil_Art_TypeClass.gif | Bin 0 -> 223 bytes ...hwindigkeitsprofil_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...hlussArt_Gleis_Abschluss_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...chwindigkeit_Geschwindigkeit_TypeClass.gif | Bin 0 -> 223 bytes ...eGleis_Art_gleisart_Gleisart_TypeClass.gif | Bin 0 -> 223 bytes ...baubereichArt_Baubereich_Art_TypeClass.gif | Bin 0 -> 223 bytes ...chnung_Bez_Gleis_Bezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...Bezeichnung_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...hn_konstruktion_Konstruktion_TypeClass.gif | Bin 0 -> 223 bytes ...htraumprofil_Lichtraumprofil_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...ltgruppe_fahrstrom_Fahrstrom_TypeClass.gif | Bin 0 -> 223 bytes ...sart_Gleissperre_Betriebsart_TypeClass.gif | Bin 0 -> 223 bytes ...lage_Gleissperre_Vorzugslage_TypeClass.gif | Bin 0 -> 223 bytes ...enlinieForm_Hoehenlinie_Form_TypeClass.gif | Bin 0 -> 223 bytes ...nieLaenge_Hoehenlinie_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...Group_planQuelle_Plan_Quelle_TypeClass.gif | Bin 0 -> 223 bytes ...ieAllg_Hoehenlinie_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...DHoehenpunktA_ID_Hoehenpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...DHoehenpunktB_ID_Hoehenpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...Pfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_gEOPAD_GEO_PAD_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_hSystem_HSystem_TypeClass.gif | Bin 0 -> 223 bytes ...punktDatum_Hoehenpunkt_Datum_TypeClass.gif | Bin 0 -> 223 bytes ...punktHoehe_Hoehenpunkt_Hoehe_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_neigung_Neigung_TypeClass.gif | Bin 0 -> 223 bytes ...Group_planQuelle_Plan_Quelle_TypeClass.gif | Bin 0 -> 223 bytes ...ktAllg_Hoehenpunkt_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...nterPunkt_ID_Markanter_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...elle_Prioritaet_Gefahrstelle_TypeClass.gif | Bin 0 -> 223 bytes ...tionsschutz_Induktionsschutz_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_kabelArt_Kabel_Art_TypeClass.gif | Bin 0 -> 223 bytes ...oup_kabelLaenge_Kabel_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_kabelTyp_Kabel_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...agetierschutz_Nagetierschutz_TypeClass.gif | Bin 0 -> 223 bytes ...hnungKabel_Bezeichnung_Kabel_TypeClass.gif | Bin 0 -> 223 bytes ...Durchmesser_Ader_Durchmesser_TypeClass.gif | Bin 0 -> 223 bytes ...Querschnitt_Ader_Querschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...oup_aderReserve_Ader_Reserve_TypeClass.gif | Bin 0 -> 223 bytes ...mente_Anzahl_Verseilelemente_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_verseilart_Verseilart_TypeClass.gif | Bin 0 -> 223 bytes ...zeichnung_Kabel_Verteilpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...erteilpunkt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...ktArt_Kabel_Verteilpunkt_Art_TypeClass.gif | Bin 0 -> 223 bytes ...hnung_Kabel_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...DTrasseKante_ID_Trasse_Kante_TypeClass.gif | Bin 0 -> 223 bytes ...el_kabelAllg_Kabel_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...elElement_Kabel_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...ige_ETCS_Knoten_Art_Sonstige_TypeClass.gif | Bin 0 -> 223 bytes ..._Punkt_Objekt_TOP_Kante_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Elektrischer_Antrieb_Anzahl_TypeClass.gif | Bin 0 -> 223 bytes ...ge_Elektrischer_Antrieb_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...indigkeitL_Geschwindigkeit_L_TypeClass.gif | Bin 0 -> 223 bytes ...indigkeitR_Geschwindigkeit_R_TypeClass.gif | Bin 0 -> 223 bytes ..._lEUAnlageArt_LEU_Anlage_Art_TypeClass.gif | Bin 0 -> 223 bytes ...stungsbedarf_Leistungsbedarf_TypeClass.gif | Bin 0 -> 223 bytes ...nlage_Bezeichnung_LEU_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ..._LEU_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...unkt_ID_LEU_Bezug_Funktional_TypeClass.gif | Bin 0 -> 223 bytes ...ageAllg_LEU_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...up_lEUModulArt_LEU_Modul_Art_TypeClass.gif | Bin 0 -> 223 bytes ...stand_LEU_Modul_Geraetestand_TypeClass.gif | Bin 0 -> 223 bytes ...up_lEUModulTyp_LEU_Modul_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_iDBalise_ID_Balise_TypeClass.gif | Bin 0 -> 223 bytes ..._lEUAusgangNr_LEU_Ausgang_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...ysisch_Port_Nr_Ausg_Physisch_TypeClass.gif | Bin 0 -> 223 bytes ...roup_modulnummer_Modulnummer_TypeClass.gif | Bin 0 -> 223 bytes ...g_LEU_Modul_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...ngang_ID_Information_Eingang_TypeClass.gif | Bin 0 -> 223 bytes ...age_ID_LEU_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ..._LEU_Schaltkasten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...odulAllg_LEU_Modul_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...sgang_LEU_Modul_Ausgang_AttributeGroup.gif | Bin 0 -> 223 bytes ...ltkasten_Nummer_Schaltkasten_TypeClass.gif | Bin 0 -> 223 bytes ...t_Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif | Bin 0 -> 223 bytes ...eLEUSchaltkasten_ID_EV_Modul_TypeClass.gif | Bin 0 -> 223 bytes ...oup_maxLeistung_Max_Leistung_TypeClass.gif | Bin 0 -> 223 bytes ...oup_spannungArt_Spannung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...erbrueckung_EV_Unterbrechung_TypeClass.gif | Bin 0 -> 223 bytes ...D_Bezugspunkt_Positionierung_TypeClass.gif | Bin 0 -> 223 bytes ...onSonstige_Position_Sonstige_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_position_Position_TypeClass.gif | Bin 0 -> 223 bytes ...chaltkasten_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...EU_Schaltkasten_Energie_AttributeGroup.gif | Bin 0 -> 223 bytes ...U_Schaltkasten_Position_AttributeGroup.gif | Bin 0 -> 223 bytes ...stenTyp_LEU_Schaltkasten_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...up_iDLEUAnlage_ID_LEU_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ..._lEUAusgangNr_LEU_Ausgang_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...Ausgabestand_LO_Ausgabestand_TypeClass.gif | Bin 0 -> 223 bytes ..._lODBFreigabe_LO_DB_Freigabe_TypeClass.gif | Bin 0 -> 223 bytes ...tellung_LO_Datum_Herstellung_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_lOEMANr_LO_EMA_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...chnummer_LO_Firmensachnummer_TypeClass.gif | Bin 0 -> 223 bytes ...Seriennummer_LO_Seriennummer_TypeClass.gif | Bin 0 -> 223 bytes ...Planungsbereich_ID_Ur_Objekt_TypeClass.gif | Bin 0 -> 223 bytes ...oup_fachdaten_Fachdaten_AttributeGroup.gif | Bin 0 -> 223 bytes ...gement_Objektmanagement_AttributeGroup.gif | Bin 0 -> 223 bytes ...ateLST_Zustand_anhangLSTZustand_Anhang.gif | Bin 0 -> 223 bytes ...and_container_Container_AttributeGroup.gif | Bin 0 -> 223 bytes ...fe_ID_Binaerdaten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...lfe_Pruefmerkmale_Daten_AttributeGroup.gif | Bin 0 -> 223 bytes ...endungHilfe_Verwendung_Hilfe_TypeClass.gif | Bin 0 -> 223 bytes ...oup_iDAnhangEADoku_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...en_ID_Binaerdaten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ten_Pruefmerkmale_Daten_AttributeGroup.gif | Bin 0 -> 223 bytes ...ageplan_Bezeichnung_Lageplan_TypeClass.gif | Bin 0 -> 223 bytes ...tt_Bez_Lageplan_Blattschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...lattschnitt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...htung_Polygonzug_Ausrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...nitt_Polygonzug_Blattschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...stand_iDLageplan_ID_Lageplan_TypeClass.gif | Bin 0 -> 223 bytes ...Zustand_Referenz_LST_Zustand_TypeClass.gif | Bin 0 -> 223 bytes ...ng_Lageplan_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...itt_ID_Lageplan_Blattschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...lan_lageplanArt_Lageplan_Art_TypeClass.gif | Bin 0 -> 223 bytes ...kt_beschreibung_Beschreibung_TypeClass.gif | Bin 0 -> 223 bytes ...unkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...jekt_iDLOEinbau_ID_LO_Einbau_TypeClass.gif | Bin 0 -> 223 bytes ...ferobjekt_lOErsatz_LO_Ersatz_TypeClass.gif | Bin 0 -> 223 bytes ..._lOMaterial_LO_Material_AttributeGroup.gif | Bin 0 -> 223 bytes ...tragung_ID_Balise_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...chtelegramm_ID_Fachtelegramm_TypeClass.gif | Bin 0 -> 223 bytes ...fe_LT_Binaerdatei_Hilfe_AttributeGroup.gif | Bin 0 -> 223 bytes ...aerdaten_LT_Binaerdaten_AttributeGroup.gif | Bin 0 -> 223 bytes ...legrammIndex_Telegramm_Index_TypeClass.gif | Bin 0 -> 223 bytes ..._Bezeichnung_Markanter_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...anter_Punkt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...isabhaengig_ID_Block_Element_TypeClass.gif | Bin 0 -> 223 bytes ...nteStelle_ID_Markante_Stelle_TypeClass.gif | Bin 0 -> 223 bytes ...tegorie_Metallteil_Kategorie_TypeClass.gif | Bin 0 -> 223 bytes ...teilLaenge_Metallteil_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...nt_ID_Bedien_Anzeige_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._Element_iDNBZone_ID_NB_Zone_TypeClass.gif | Bin 0 -> 223 bytes ...dien_Anzeige_Funktionen_AttributeGroup.gif | Bin 0 -> 223 bytes ...buteGroup_tasteANF_Taste_ANF_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_tasteFGT_Taste_FGT_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_tasteWGT_Taste_WGT_TypeClass.gif | Bin 0 -> 223 bytes ...bezeichnungNB_Bezeichnung_NB_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_kennzahl_Kennzahl_TypeClass.gif | Bin 0 -> 223 bytes ..._NB_R_AttributeGroup_aWU_AWU_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_fAFAE_FA_FAE_TypeClass.gif | Bin 0 -> 223 bytes ...R_AttributeGroup_fSTZ_F_ST_Z_TypeClass.gif | Bin 0 -> 223 bytes ...B_R_AttributeGroup_sBUE_SBUE_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_sLESLS_SLE_SLS_TypeClass.gif | Bin 0 -> 223 bytes ..._NB_R_AttributeGroup_wHU_WHU_TypeClass.gif | Bin 0 -> 223 bytes ..._NB_R_AttributeGroup_wUS_WUS_TypeClass.gif | Bin 0 -> 223 bytes ...ers_NB_Verhaeltnis_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...llg_AttributeGroup_rang_Rang_TypeClass.gif | Bin 0 -> 223 bytes ...ngNBZone_Bezeichnung_NB_Zone_TypeClass.gif | Bin 0 -> 223 bytes ...llbarkeit_Freie_Stellbarkeit_TypeClass.gif | Bin 0 -> 223 bytes ...ng_NB_Rueckgabevoraussetzung_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_wGspLage_W_Gsp_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...nt_iDNBElement_ID_NB_Element_TypeClass.gif | Bin 0 -> 223 bytes ..._Element_iDNBZone_ID_NB_Zone_TypeClass.gif | Bin 0 -> 223 bytes ...lg_NB_Zone_Element_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...nterPunkt_ID_Markanter_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...e_Grenze_iDNBZone_ID_NB_Zone_TypeClass.gif | Bin 0 -> 223 bytes ...ze_nBGrenzeArt_NB_Grenze_Art_TypeClass.gif | Bin 0 -> 223 bytes ...roup_nBZoneAllg_NB_Zone_Allg_TypeClass.gif | Bin 0 -> 223 bytes ...ung_NB_Zone_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...eNB_Zone_iDNBZone_ID_NB_Zone_TypeClass.gif | Bin 0 -> 223 bytes .../CreateNB_Zone_iDNB_ID_NB_TypeClass.gif | Bin 0 -> 223 bytes ...nBZoneAllg_NB_Zone_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...eichnung_NB_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes .../CreateNB_nBArt_NB_Art_TypeClass.gif | Bin 0 -> 223 bytes ...NB_Funktionalitaet_NB_R_AttributeGroup.gif | Bin 0 -> 223 bytes ...roup_lSTPlanungProjekt_Planung_Projekt.gif | Bin 0 -> 223 bytes ...BGDIReferenz_DB_GDI_Referenz_TypeClass.gif | Bin 0 -> 223 bytes ...scherPlatz_Technischer_Platz_TypeClass.gif | Bin 0 -> 223 bytes ...lichkeitArt_Oertlichkeit_Art_TypeClass.gif | Bin 0 -> 223 bytes ...igAb_Oertlichkeit_Gueltig_Ab_TypeClass.gif | Bin 0 -> 223 bytes ...Bis_Oertlichkeit_Gueltig_Bis_TypeClass.gif | Bin 0 -> 223 bytes ...zung_Oertlichkeit_Abkuerzung_TypeClass.gif | Bin 0 -> 223 bytes ...rzname_Oertlichkeit_Kurzname_TypeClass.gif | Bin 0 -> 223 bytes ...ngname_Oertlichkeit_Langname_TypeClass.gif | Bin 0 -> 223 bytes ...ertlichkeit_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...wanstBedient_ID_Oertlichkeit_TypeClass.gif | Bin 0 -> 223 bytes ...Oertlichkeit_ID_Oertlichkeit_TypeClass.gif | Bin 0 -> 223 bytes ...treckePunkt_ID_Strecke_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...tAllg_Oertlichkeit_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...dressePLZOrt_Adresse_PLZ_Ort_TypeClass.gif | Bin 0 -> 223 bytes ...StrasseNr_Adresse_Strasse_Nr_TypeClass.gif | Bin 0 -> 223 bytes ..._eMailAdresse_E_Mail_Adresse_TypeClass.gif | Bin 0 -> 223 bytes ...ganisation_Name_Organisation_TypeClass.gif | Bin 0 -> 223 bytes ...einheit_Organisationseinheit_TypeClass.gif | Bin 0 -> 223 bytes ..._telefonnummer_Telefonnummer_TypeClass.gif | Bin 0 -> 223 bytes ..._pZBAbstandGM_PZB_Abstand_GM_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_pZBINA_PZB_INA_TypeClass.gif | Bin 0 -> 223 bytes ...chend_GUE_Abstand_Abweichend_TypeClass.gif | Bin 0 -> 223 bytes ...p_gUEAnordnung_GUE_Anordnung_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_gUEBauart_GUE_Bauart_TypeClass.gif | Bin 0 -> 223 bytes ...orgung_GUE_Energieversorgung_TypeClass.gif | Bin 0 -> 223 bytes ...EMessstrecke_GUE_Messstrecke_TypeClass.gif | Bin 0 -> 223 bytes ...ng_ID_PZB_Element_Mitnutzung_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_messfehler_Messfehler_TypeClass.gif | Bin 0 -> 223 bytes ...digkeit_Pruefgeschwindigkeit_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_pruefzeit_Pruefzeit_TypeClass.gif | Bin 0 -> 223 bytes ...t_ID_PZB_Element_Bezugspunkt_TypeClass.gif | Bin 0 -> 223 bytes ...stelle_INA_Gefahrstelle_AttributeGroup.gif | Bin 0 -> 223 bytes ...B_Element_Zuordnung_INA_AttributeGroup.gif | Bin 0 -> 223 bytes ...roup_wirksamkeit_Wirksamkeit_TypeClass.gif | Bin 0 -> 223 bytes ...gRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...samkeitFstr_Wirksamkeit_Fstr_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_iDAnhangINA_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...teigKante_ID_Bahnsteig_Kante_TypeClass.gif | Bin 0 -> 223 bytes ...ZB_Element_Zuordnung_BP_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Element_Zuordnung_Fstr_AttributeGroup.gif | Bin 0 -> 223 bytes ...ung_ID_PZB_Element_Zuordnung_TypeClass.gif | Bin 0 -> 223 bytes ...Stellelement_ID_Stellelement_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...tePZB_Element_pZBArt_PZB_Art_TypeClass.gif | Bin 0 -> 223 bytes ...lementGM_PZB_Element_GM_AttributeGroup.gif | Bin 0 -> 223 bytes ...mentGUE_PZB_Element_GUE_AttributeGroup.gif | Bin 0 -> 223 bytes ...ung_ID_PZB_Element_Zuordnung_TypeClass.gif | Bin 0 -> 223 bytes ...ng_Signal_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...earbeitungsvermerk_Bearbeitungsvermerk.gif | Bin 0 -> 223 bytes ...tinfo_elementPosition_Element_Position.gif | Bin 0 -> 223 bytes ...ro_Layoutinfo_elementStil_Element_Stil.gif | Bin 0 -> 223 bytes ...planBlattschnitt_Lageplan_Blattschnitt.gif | Bin 0 -> 223 bytes ...tinfo_lageplanZustand_Lageplan_Zustand.gif | Bin 0 -> 223 bytes ...tePlanPro_Layoutinfo_lageplan_Lageplan.gif | Bin 0 -> 223 bytes ...uteGroup_bemerkung_Bemerkung_TypeClass.gif | Bin 0 -> 223 bytes ...tempel_Erzeugung_Zeitstempel_TypeClass.gif | Bin 0 -> 223 bytes ...p_werkzeugName_Werkzeug_Name_TypeClass.gif | Bin 0 -> 223 bytes ...zeugVersion_Werkzeug_Version_TypeClass.gif | Bin 0 -> 223 bytes ..._lSTPlanung_LST_Planung_AttributeGroup.gif | Bin 0 -> 223 bytes ...o_Schnittstelle_lSTZustand_LST_Zustand.gif | Bin 0 -> 223 bytes ...nPro_Schnittstelle_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ibuteGroup_bauphase_Bauphase_TypeClass.gif | Bin 0 -> 223 bytes ...g_Bauzustand_Kurzbezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...g_Bauzustand_Langbezeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...inzel_Datum_Abschluss_Einzel_TypeClass.gif | Bin 0 -> 223 bytes ...sstand_Datum_Regelwerksstand_TypeClass.gif | Bin 0 -> 223 bytes ...p_indexAusgabe_Index_Ausgabe_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_informativ_Informativ_TypeClass.gif | Bin 0 -> 223 bytes ...gabe_Laufende_Nummer_Ausgabe_TypeClass.gif | Bin 0 -> 223 bytes ...up_planungEArt_Planung_E_Art_TypeClass.gif | Bin 0 -> 223 bytes ...p_planungPhase_Planung_Phase_TypeClass.gif | Bin 0 -> 223 bytes ...Referenz_Vergleich_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...Vergleich_Ausgabestand_Basis_TypeClass.gif | Bin 0 -> 223 bytes ...ders_Vergleichstyp_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...Group_planungEAbnahme_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...up_planungEErstellung_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...roup_planungEFreigabe_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...p_planungEGenehmigung_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...lanungEGleichstellung_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...roup_planungEPruefung_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...ngEQualitaetspruefung_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...roup_planungESonstige_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...up_planungEUebernahme_Akteur_Zuordnung.gif | Bin 0 -> 223 bytes ...nzel_anhangErlaeuterungsbericht_Anhang.gif | Bin 0 -> 223 bytes ..._Einzel_anhangMaterialBesonders_Anhang.gif | Bin 0 -> 223 bytes .../CreatePlanung_Einzel_anhangVzG_Anhang.gif | Bin 0 -> 223 bytes ...Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...Objekte_Planungsbereich_AttributeGroup.gif | Bin 0 -> 223 bytes ...ungEAllg_Planung_E_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ung_E_Ausgabe_Besonders_AttributeGroup.gif | Bin 0 -> 223 bytes ...lung_Planung_E_Handlung_AttributeGroup.gif | Bin 0 -> 223 bytes ...Basis_Referenz_Planung_Basis_TypeClass.gif | Bin 0 -> 223 bytes ..._Allg_AttributeGroup_anhangBAST_Anhang.gif | Bin 0 -> 223 bytes ...ruppe_Datum_Abschluss_Gruppe_TypeClass.gif | Bin 0 -> 223 bytes ...DVersion_PlanPro_XSD_Version_TypeClass.gif | Bin 0 -> 223 bytes ...ders_Planung_G_Art_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...tergewerkArt_Untergewerk_Art_TypeClass.gif | Bin 0 -> 223 bytes ...DB_Verantwortliche_Stelle_DB_TypeClass.gif | Bin 0 -> 223 bytes ...eAbschnitt_Strecke_Abschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_streckeKm_Strecke_Km_TypeClass.gif | Bin 0 -> 223 bytes ...streckeNummer_Strecke_Nummer_TypeClass.gif | Bin 0 -> 223 bytes ...up_bauabschnitt_Bauabschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...ungAnlage_Bezeichnung_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...e_Bezeichnung_Planung_Gruppe_TypeClass.gif | Bin 0 -> 223 bytes ...lage_Bezeichnung_Unteranlage_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_planungsbueroLogo_Anhang.gif | Bin 0 -> 223 bytes ...ributeGroup_planungsbuero_Organisation.gif | Bin 0 -> 223 bytes ...hkeit_Fuehrende_Oertlichkeit_TypeClass.gif | Bin 0 -> 223 bytes ...Gruppe_lSTPlanungEinzel_Planung_Einzel.gif | Bin 0 -> 223 bytes ...ungGAllg_Planung_G_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ung_G_Fuehrende_Strecke_AttributeGroup.gif | Bin 0 -> 223 bytes ...d_Planung_G_Schriftfeld_AttributeGroup.gif | Bin 0 -> 223 bytes ...one_Betrachtungsbereich_AttributeGroup.gif | Bin 0 -> 223 bytes ...olygone_Planungsbereich_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Bezeichnung_Planung_Projekt_TypeClass.gif | Bin 0 -> 223 bytes ...jekt_Datum_Abschluss_Projekt_TypeClass.gif | Bin 0 -> 223 bytes ...projektNummer_Projekt_Nummer_TypeClass.gif | Bin 0 -> 223 bytes ...lg_AttributeGroup_projektleiter_Akteur.gif | Bin 0 -> 223 bytes ...rojekt_lSTPlanungGruppe_Planung_Gruppe.gif | Bin 0 -> 223 bytes ...ungPAllg_Planung_P_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ystemBB_Koordinatensystem_BB_TypeClass.gif | Bin 0 -> 223 bytes ...lygonzug_Betrachtungsbereich_TypeClass.gif | Bin 0 -> 223 bytes ...ystemPB_Koordinatensystem_PB_TypeClass.gif | Bin 0 -> 223 bytes ...h_Polygonzug_Planungsbereich_TypeClass.gif | Bin 0 -> 223 bytes ...roup_anzeigetext_Anzeigetext_TypeClass.gif | Bin 0 -> 223 bytes ...nzeldateiArt_Einzeldatei_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ei_ID_Binaerdaten_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ennung_Konfigurationskennung_TypeClass.gif | Bin 0 -> 223 bytes ...tei_Pruefmerkmale_Daten_AttributeGroup.gif | Bin 0 -> 223 bytes ...nte_Pruefmerkmale_Daten_AttributeGroup.gif | Bin 0 -> 223 bytes ...eGroup_verwendung_Verwendung_TypeClass.gif | Bin 0 -> 223 bytes ...t_ID_Komponente_Programmiert_TypeClass.gif | Bin 0 -> 223 bytes ...inzel_Prog_Datei_Einzel_AttributeGroup.gif | Bin 0 -> 223 bytes ..._lSTObjektArt_LST_Objekt_Art_TypeClass.gif | Bin 0 -> 223 bytes ...lieferung_Datum_Auslieferung_TypeClass.gif | Bin 0 -> 223 bytes ...pruefsummeArt_Pruefsumme_Art_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_pruefsumme_Pruefsumme_TypeClass.gif | Bin 0 -> 223 bytes ...eferung_Version_Auslieferung_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_iDStrecke_ID_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ...p_kmMassgebend_Km_Massgebend_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_streckeKm_Strecke_Km_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_abstand_Abstand_TypeClass.gif | Bin 0 -> 223 bytes ...hnet_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...roup_iDTOPKante_ID_TOP_Kante_TypeClass.gif | Bin 0 -> 223 bytes ...seitlicheLage_Seitliche_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...erAbstand_Seitlicher_Abstand_TypeClass.gif | Bin 0 -> 223 bytes ...up_wirkrichtung_Wirkrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...ke_Punkt_Objekt_Strecke_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Punkt_Objekt_TOP_Kante_AttributeGroup.gif | Bin 0 -> 223 bytes ...sion_RBC_ETCS_System_Version_TypeClass.gif | Bin 0 -> 223 bytes ...BCSRSVersion_RBC_SRS_Version_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_rufnummer_Rufnummer_TypeClass.gif | Bin 0 -> 223 bytes ...zeichnungRBC_Bezeichnung_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...ichnung_RBC_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...TCSAdresse_ETCS_Adresse_AttributeGroup.gif | Bin 0 -> 223 bytes ...nheit_ID_ESTW_Zentraleinheit_TypeClass.gif | Bin 0 -> 223 bytes ...gebend_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...ateRBC_rBCAllg_RBC_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...llg_AttributeGroup_bild_Bild_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_rZNummer_RZ_Nummer_TypeClass.gif | Bin 0 -> 223 bytes ...g_AttributeGroup_titel_Titel_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_untertitel_Untertitel_TypeClass.gif | Bin 0 -> 223 bytes ...ameterName_RZ_Parameter_Name_TypeClass.gif | Bin 0 -> 223 bytes ...ameterWert_RZ_Parameter_Wert_TypeClass.gif | Bin 0 -> 223 bytes ...lzeichnung_ID_Regelzeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...eichnung_Parameter_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...llg_Regelzeichnung_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ungWinkel_Ausrichtung_Winkel_TypeClass.gif | Bin 0 -> 223 bytes ...roup_ausrichtung_Ausrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_baumprofil_Baumprofil_TypeClass.gif | Bin 0 -> 223 bytes ...up_gitterbehang_Gitterbehang_TypeClass.gif | Bin 0 -> 223 bytes ...oup_lagerungArt_Lagerung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...up_lieferlaenge_Lieferlaenge_TypeClass.gif | Bin 0 -> 223 bytes ...e_Montage_Ausgleichsgewichte_TypeClass.gif | Bin 0 -> 223 bytes ...roup_sperrlaenge_Sperrlaenge_TypeClass.gif | Bin 0 -> 223 bytes ...ung_ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif | Bin 0 -> 223 bytes ...ng_ID_Schaltmittel_Zuordnung_TypeClass.gif | Bin 0 -> 223 bytes ...iDAnforderung_ID_Anforderung_TypeClass.gif | Bin 0 -> 223 bytes ...dnung_iDSchalter_ID_Schalter_TypeClass.gif | Bin 0 -> 223 bytes ...nktion_Schaltmittel_Funktion_TypeClass.gif | Bin 0 -> 223 bytes ...ributeGroup_bUELage_BUE_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...up_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...gSchloss_Bezeichnung_Schloss_TypeClass.gif | Bin 0 -> 223 bytes ...ributeGroup_gspLage_Gsp_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...pElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...up_hauptschloss_Hauptschloss_TypeClass.gif | Bin 0 -> 223 bytes ...nation_ID_Schlosskombination_TypeClass.gif | Bin 0 -> 223 bytes ...ge_Beschreibung_Sonderanlage_TypeClass.gif | Bin 0 -> 223 bytes ...Sonderanlage_ID_Sonderanlage_TypeClass.gif | Bin 0 -> 223 bytes ...anlageLage_Sonderanlage_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...elsperre_ID_Schluesselsperre_TypeClass.gif | Bin 0 -> 223 bytes ...rElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...Group_schlossArt_Schloss_Art_TypeClass.gif | Bin 0 -> 223 bytes ...verschlussOrt_Verschluss_Ort_TypeClass.gif | Bin 0 -> 223 bytes ...Group_wAnbaulage_W_Anbaulage_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_wLage_W_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Schloss_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...s_iDSchluessel_ID_Schluessel_TypeClass.gif | Bin 0 -> 223 bytes ..._schlossBUE_Schloss_BUE_AttributeGroup.gif | Bin 0 -> 223 bytes ..._schlossGsp_Schloss_Gsp_AttributeGroup.gif | Bin 0 -> 223 bytes ...ss_schlossSk_Schloss_Sk_AttributeGroup.gif | Bin 0 -> 223 bytes ...ge_Schloss_Sonderanlage_AttributeGroup.gif | Bin 0 -> 223 bytes ..._schlossSsp_Schloss_Ssp_AttributeGroup.gif | Bin 0 -> 223 bytes ...loss_schlossW_Schloss_W_AttributeGroup.gif | Bin 0 -> 223 bytes ...chluessel_In_Grdst_Eingeschl_TypeClass.gif | Bin 0 -> 223 bytes ...igter_Technisch_Berechtigter_TypeClass.gif | Bin 0 -> 223 bytes ...bezeichnungSk_Bezeichnung_Sk_TypeClass.gif | Bin 0 -> 223 bytes ...kombination_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...Bartform_Schluessel_Bartform_TypeClass.gif | Bin 0 -> 223 bytes ...sselGruppe_Schluessel_Gruppe_TypeClass.gif | Bin 0 -> 223 bytes ...essel_Bezeichnung_Schluessel_TypeClass.gif | Bin 0 -> 223 bytes ..._Schluessel_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...selAllg_Schluessel_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...e_bedienungArt_Bedienung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...Stellelement_ID_Stellelement_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...bahn_Abstand_Gehweg_Fahrbahn_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...up_schaltgruppe_Schaltgruppe_TypeClass.gif | Bin 0 -> 223 bytes ...antrieb_Bez_Schrankenantrieb_TypeClass.gif | Bin 0 -> 223 bytes ...nkenantrieb_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...enbaum_SA_Schrankenbaum_AttributeGroup.gif | Bin 0 -> 223 bytes ...g_Schrankenantrieb_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...festigungArt_Befestigung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...p_fundamentArt_Fundament_Art_TypeClass.gif | Bin 0 -> 223 bytes ...nte_Hoehe_Fundamentoberkante_TypeClass.gif | Bin 0 -> 223 bytes ...thoehe_Obere_Lichtpunkthoehe_TypeClass.gif | Bin 0 -> 223 bytes ...uwerk_ID_Befestigung_Bauwerk_TypeClass.gif | Bin 0 -> 223 bytes ...lzeichnung_ID_Regelzeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...tigung_ID_Signal_Befestigung_TypeClass.gif | Bin 0 -> 223 bytes ...Signal_Befestigung_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ..._iDSignalFank_ID_Signal_Fank_TypeClass.gif | Bin 0 -> 223 bytes ...DSignalStart_ID_Signal_Start_TypeClass.gif | Bin 0 -> 223 bytes ...Einstellung_Auto_Einstellung_TypeClass.gif | Bin 0 -> 223 bytes ...ion_Fiktives_Signal_Funktion_TypeClass.gif | Bin 0 -> 223 bytes ...teAusfahrt_Besetzte_Ausfahrt_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_dAManuell_DA_Manuell_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_durchfahrt_Durchfahrt_TypeClass.gif | Bin 0 -> 223 bytes ...isabhaengig_ID_Block_Element_TypeClass.gif | Bin 0 -> 223 bytes ...angierstrasse_Restaufloesung_TypeClass.gif | Bin 0 -> 223 bytes ...ot_ID_Signal_Gleisbezechnung_TypeClass.gif | Bin 0 -> 223 bytes ...ot_ID_Signal_Gleisbezechnung_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_gegengleis_Gegengleis_TypeClass.gif | Bin 0 -> 223 bytes ...ss_ID_Schaltmittel_Zuordnung_TypeClass.gif | Bin 0 -> 223 bytes ...ID_Zweites_Haltfallkriterium_TypeClass.gif | Bin 0 -> 223 bytes ...ID_Regelzeichnung_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...tigung_ID_Signal_Befestigung_TypeClass.gif | Bin 0 -> 223 bytes ...DSignalNachordnung_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...al_Rahmen_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ..._Rahmen_rahmenArt_Rahmen_Art_TypeClass.gif | Bin 0 -> 223 bytes ...men_rahmenHoehe_Rahmen_Hoehe_TypeClass.gif | Bin 0 -> 223 bytes ...Einstellung_Auto_Einstellung_TypeClass.gif | Bin 0 -> 223 bytes ...Stellelement_ID_Stellelement_TypeClass.gif | Bin 0 -> 223 bytes ...onstige_Zulaessige_Anordnung_TypeClass.gif | Bin 0 -> 223 bytes ...up_tunnelsignal_Tunnelsignal_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_richtpunkt_Richtpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...fernung_Richtpunktentfernung_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_signalArt_Signal_Art_TypeClass.gif | Bin 0 -> 223 bytes ...up_signalsystem_Signalsystem_TypeClass.gif | Bin 0 -> 223 bytes ...uscheibeArt_Streuscheibe_Art_TypeClass.gif | Bin 0 -> 223 bytes ...treuscheibe_Betriebsstellung_TypeClass.gif | Bin 0 -> 223 bytes ...kelschaltung_Dunkelschaltung_TypeClass.gif | Bin 0 -> 223 bytes ...eSignal_Funktion_Ohne_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...tungsbereich_Geltungsbereich_TypeClass.gif | Bin 0 -> 223 bytes ...gsart_Signal_Befestigungsart_TypeClass.gif | Bin 0 -> 223 bytes ...gnalFunktion_Signal_Funktion_TypeClass.gif | Bin 0 -> 223 bytes ...ignal_Real_Aktiv_Schirm_AttributeGroup.gif | Bin 0 -> 223 bytes ...Aktiv_Signal_Real_Aktiv_AttributeGroup.gif | Bin 0 -> 223 bytes ...chbar_Signalsicht_Erreichbar_TypeClass.gif | Bin 0 -> 223 bytes ...tMindest_Signalsicht_Mindest_TypeClass.gif | Bin 0 -> 223 bytes ...alsichtSoll_Signalsicht_Soll_TypeClass.gif | Bin 0 -> 223 bytes ..._anschaltdauer_Anschaltdauer_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_beleuchtet_Beleuchtet_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_geschaltet_Geschaltet_TypeClass.gif | Bin 0 -> 223 bytes ...zs2Ueberwacht_Zs2_Ueberwacht_TypeClass.gif | Bin 0 -> 223 bytes ...ignalRahmen_ID_Signal_Rahmen_TypeClass.gif | Bin 0 -> 223 bytes ...gnal_Signalbegriff_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...eSoll_PZB_Schutzstrecke_Soll_TypeClass.gif | Bin 0 -> 223 bytes ...nalFiktiv_Signal_Fiktiv_AttributeGroup.gif | Bin 0 -> 223 bytes ...nal_Fstr_Aus_Inselgleis_AttributeGroup.gif | Bin 0 -> 223 bytes ...gnalFstrS_Signal_Fstr_S_AttributeGroup.gif | Bin 0 -> 223 bytes ..._signalFstr_Signal_Fstr_AttributeGroup.gif | Bin 0 -> 223 bytes ..._signalReal_Signal_Real_AttributeGroup.gif | Bin 0 -> 223 bytes ...innBereich_ID_Beginn_Bereich_TypeClass.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...Group_wAnschluss_W_Anschluss_TypeClass.gif | Bin 0 -> 223 bytes ...llwerk_Bezeichnung_Stellwerk_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ..._Zusatzinformation_Stellwerk_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 223 bytes ...gStrecke_Bezeichnung_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ...e_Bremsweg_bremsweg_Bremsweg_TypeClass.gif | Bin 0 -> 223 bytes ...ckeRichtung_Strecke_Richtung_TypeClass.gif | Bin 0 -> 223 bytes ...kt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...e_Punkt_iDStrecke_ID_Strecke_TypeClass.gif | Bin 0 -> 223 bytes ...t_streckeMeter_Strecke_Meter_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Strecke_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...eGroup_kantenname_Kantenname_TypeClass.gif | Bin 0 -> 223 bytes ...OPAnschlussA_TOP_Anschluss_A_TypeClass.gif | Bin 0 -> 223 bytes ...OPAnschlussB_TOP_Anschluss_B_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_tOPLaenge_TOP_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...e_iDTOPKnotenA_ID_TOP_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...e_iDTOPKnotenB_ID_TOP_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...anteAllg_TOP_Kante_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...en_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...Knoten_knotenname_Knotenname_TypeClass.gif | Bin 0 -> 223 bytes ...lockBlau_IP_Adressblock_Blau_TypeClass.gif | Bin 0 -> 223 bytes ...lockGrau_IP_Adressblock_Grau_TypeClass.gif | Bin 0 -> 223 bytes ...systemArt_TSO_Teilsystem_Art_TypeClass.gif | Bin 0 -> 223 bytes ...lauV4_IP_Adressblock_Blau_V4_TypeClass.gif | Bin 0 -> 223 bytes ...lauV6_IP_Adressblock_Blau_V6_TypeClass.gif | Bin 0 -> 223 bytes ...rauV4_IP_Adressblock_Grau_V4_TypeClass.gif | Bin 0 -> 223 bytes ...rauV6_IP_Adressblock_Grau_V6_TypeClass.gif | Bin 0 -> 223 bytes ...ionalbereich_Regionalbereich_TypeClass.gif | Bin 0 -> 223 bytes ...em_TSO_IP_AB_Teilsystem_AttributeGroup.gif | Bin 0 -> 223 bytes ...zeichnungTSO_Bezeichnung_TSO_TypeClass.gif | Bin 0 -> 223 bytes ...ik_Standort_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...nStandort_ID_Bedien_Standort_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...lock_TSO_IP_Adressblock_AttributeGroup.gif | Bin 0 -> 223 bytes ...nischer_Bereich_tBArt_TB_Art_TypeClass.gif | Bin 0 -> 223 bytes ...Beschreibung_TB_Beschreibung_TypeClass.gif | Bin 0 -> 223 bytes ...chnischer_Punkt_tPArt_TP_Art_TypeClass.gif | Bin 0 -> 223 bytes ...Beschreibung_TP_Beschreibung_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif | Bin 0 -> 223 bytes ..._Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif | Bin 0 -> 223 bytes ...gRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif | Bin 0 -> 223 bytes ..._Telegramm_85_Fuer_Alle_Fstr_TypeClass.gif | Bin 0 -> 223 bytes ...gRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif | Bin 0 -> 223 bytes ...ation_comparisonFinalState_SComparison.gif | Bin 0 -> 223 bytes ...ion_comparisonInitialState_SComparison.gif | Bin 0 -> 223 bytes ...ompositePlanning_PlanPro_Schnittstelle.gif | Bin 0 -> 223 bytes ...ces_ID_PlanPro_Schnittstelle_TypeClass.gif | Bin 0 -> 223 bytes ..._primaryPlanning_PlanPro_Schnittstelle.gif | Bin 0 -> 223 bytes ...econdaryPlanning_PlanPro_Schnittstelle.gif | Bin 0 -> 223 bytes ...ation_comparisonFinalState_SComparison.gif | Bin 0 -> 223 bytes ...ion_comparisonInitialState_SComparison.gif | Bin 0 -> 223 bytes ...ompositePlanning_PlanPro_Schnittstelle.gif | Bin 0 -> 223 bytes ..._primaryPlanning_PlanPro_Schnittstelle.gif | Bin 0 -> 223 bytes ...econdaryPlanning_PlanPro_Schnittstelle.gif | Bin 0 -> 223 bytes ...asseKnotenA_ID_Trasse_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...asseKnotenB_ID_Trasse_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...sseKanteArt_Trasse_Kante_Art_TypeClass.gif | Bin 0 -> 223 bytes ...e_trasseNutzer_Trasse_Nutzer_TypeClass.gif | Bin 0 -> 223 bytes ...Element_ID_Anschluss_Element_TypeClass.gif | Bin 0 -> 223 bytes ...en_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif | Bin 0 -> 223 bytes ...eKnotenArt_Trasse_Knoten_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ttributeGroup_gEOPAD_GEO_PAD_TypeClass.gif | Bin 0 -> 223 bytes ...Group_planQuelle_Plan_Quelle_TypeClass.gif | Bin 0 -> 223 bytes ...hungDatum_Ueberhoehung_Datum_TypeClass.gif | Bin 0 -> 223 bytes ...hungHoehe_Ueberhoehung_Hoehe_TypeClass.gif | Bin 0 -> 223 bytes ...gAllg_Ueberhoehung_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...Group_planQuelle_Plan_Quelle_TypeClass.gif | Bin 0 -> 223 bytes ...Form_Ueberhoehungslinie_Form_TypeClass.gif | Bin 0 -> 223 bytes ...ge_Ueberhoehungslinie_Laenge_TypeClass.gif | Bin 0 -> 223 bytes ...Pfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...eberhoehungA_ID_Ueberhoehung_TypeClass.gif | Bin 0 -> 223 bytes ...eberhoehungB_ID_Ueberhoehung_TypeClass.gif | Bin 0 -> 223 bytes ...Ueberhoehungslinie_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...eGroup_bandbreite_Bandbreite_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_mediumArt_Medium_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ributeGroup_netzArt_Netz_Art_TypeClass.gif | Bin 0 -> 223 bytes ...Group_technikArt_Technik_Art_TypeClass.gif | Bin 0 -> 223 bytes ...reibung_Technik_Beschreibung_TypeClass.gif | Bin 0 -> 223 bytes ..._iDAnhangUeWegNach_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...g_iDAnhangUeWegVon_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...ach_ID_Uebertragungsweg_Nach_TypeClass.gif | Bin 0 -> 223 bytes ...gVon_ID_Uebertragungsweg_Von_TypeClass.gif | Bin 0 -> 223 bytes ...swegArt_Uebertragungsweg_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ebertragungsweg_Technik_AttributeGroup.gif | Bin 0 -> 223 bytes ...eGroup_hersteller_Hersteller_TypeClass.gif | Bin 0 -> 223 bytes ...up_tueranschlag_Tueranschlag_TypeClass.gif | Bin 0 -> 223 bytes ...ringungArt_Unterbringung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...ng_Unterbringung_Befestigung_TypeClass.gif | Bin 0 -> 223 bytes ...gung_iDGEOPunkt_ID_GEO_Punkt_TypeClass.gif | Bin 0 -> 223 bytes ...ke_Punkt_Objekt_Strecke_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Punkt_Objekt_TOP_Kante_AttributeGroup.gif | Bin 0 -> 223 bytes ...eibung_Standort_Beschreibung_TypeClass.gif | Bin 0 -> 223 bytes ...Allg_Unterbringung_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...zug_Unterbringung_Polygonzug_TypeClass.gif | Bin 0 -> 223 bytes ...Objekt_identitaet_Identitaet_TypeClass.gif | Bin 0 -> 223 bytes ...bahn_Abstand_Gehweg_Fahrbahn_TypeClass.gif | Bin 0 -> 223 bytes ...ungWinkel_Ausrichtung_Winkel_TypeClass.gif | Bin 0 -> 223 bytes ...roup_ausrichtung_Ausrichtung_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_blitzpfeil_Blitzpfeil_TypeClass.gif | Bin 0 -> 223 bytes ...eBesonders_Montage_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...ichtungspfeil_Richtungspfeil_TypeClass.gif | Bin 0 -> 223 bytes ...up_schutzbuegel_Schutzbuegel_TypeClass.gif | Bin 0 -> 223 bytes ...up_zusatzschild_Zusatzschild_TypeClass.gif | Bin 0 -> 223 bytes ..._Bezeichnung_Verkehrszeichen_TypeClass.gif | Bin 0 -> 223 bytes ...sgaenger_Akustik_Fussgaenger_TypeClass.gif | Bin 0 -> 223 bytes ...ontrastblende_Kontrastblende_TypeClass.gif | Bin 0 -> 223 bytes ...urchmesser_Optik_Durchmesser_TypeClass.gif | Bin 0 -> 223 bytes ...ymbolmaske_Optik_Symbolmaske_TypeClass.gif | Bin 0 -> 223 bytes ...up_schaltgruppe_Schaltgruppe_TypeClass.gif | Bin 0 -> 223 bytes ...tellbar_Tragkopf_Verstellbar_TypeClass.gif | Bin 0 -> 223 bytes ..._vorgeschaltet_Vorgeschaltet_TypeClass.gif | Bin 0 -> 223 bytes ...ehrszeichen_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...age_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Unterbringung_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...lg_Verkehrszeichen_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...hrszeichen_Andreaskreuz_AttributeGroup.gif | Bin 0 -> 223 bytes ...enLz_Verkehrszeichen_Lz_AttributeGroup.gif | Bin 0 -> 223 bytes ...strecke_Vz_Sperrstrecke_AttributeGroup.gif | Bin 0 -> 223 bytes ...ger_Sperrstrecke_Fussgaenger_TypeClass.gif | Bin 0 -> 223 bytes ...up_sperrstrecke_Sperrstrecke_TypeClass.gif | Bin 0 -> 223 bytes ...z_Sperrstrecke_Schranke_AttributeGroup.gif | Bin 0 -> 223 bytes ...rrstrecke_Vorgeschaltet_AttributeGroup.gif | Bin 0 -> 223 bytes ...up_raeumstrecke_Raeumstrecke_TypeClass.gif | Bin 0 -> 223 bytes ...perrstrecke_Teilsperrstrecke_TypeClass.gif | Bin 0 -> 223 bytes ...eeinflussung_Strassenverkehr_TypeClass.gif | Bin 0 -> 223 bytes ...mstreckeDAB_Raeumstrecke_DAB_TypeClass.gif | Bin 0 -> 223 bytes ...mstreckeDBK_Raeumstrecke_DBK_TypeClass.gif | Bin 0 -> 223 bytes ...mstreckeDCK_Raeumstrecke_DCK_TypeClass.gif | Bin 0 -> 223 bytes ...rich_Raeumstrecke_DSK_Strich_TypeClass.gif | Bin 0 -> 223 bytes ...roup_isolierfall_Isolierfall_TypeClass.gif | Bin 0 -> 223 bytes ...tributeGroup_wKrArt_W_Kr_Art_TypeClass.gif | Bin 0 -> 223 bytes ..._wKrGrundform_W_Kr_Grundform_TypeClass.gif | Bin 0 -> 223 bytes ...Anlage_iDAnhangDWS_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...Kr_Anlage_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...geAllg_W_Kr_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...dnung_Kr_KrW_Seitenzuordnung_TypeClass.gif | Bin 0 -> 223 bytes ...omatik_Vorzugslage_Automatik_TypeClass.gif | Bin 0 -> 223 bytes ...spStellart_W_Kr_Gsp_Stellart_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...ent_Gleissperre_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...lzeichnung_ID_Regelzeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...Stellelement_ID_Stellelement_TypeClass.gif | Bin 0 -> 223 bytes ...t_iDWKrAnlage_ID_W_Kr_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...aufkette_ID_Weichenlaufkette_TypeClass.gif | Bin 0 -> 223 bytes ...g_W_Kr_Gsp_Element_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...eElement_Weiche_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...hAntriebe_Austausch_Antriebe_TypeClass.gif | Bin 0 -> 223 bytes ...nt_Besonderes_Fahrwegelement_TypeClass.gif | Bin 0 -> 223 bytes ...schuh_Entgleisungsschuh_AttributeGroup.gif | Bin 0 -> 223 bytes ...lzeichnung_ID_Regelzeichnung_TypeClass.gif | Bin 0 -> 223 bytes ...pElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...nente_kreuzung_Kreuzung_AttributeGroup.gif | Bin 0 -> 223 bytes ...e_zungenpaar_Zungenpaar_AttributeGroup.gif | Bin 0 -> 223 bytes ..._auffahrortung_Auffahrortung_TypeClass.gif | Bin 0 -> 223 bytes ...ldungL_GZ_Freimeldung_L_AttributeGroup.gif | Bin 0 -> 223 bytes ...ldungR_GZ_Freimeldung_R_AttributeGroup.gif | Bin 0 -> 223 bytes ...Grenzzeichen_ID_Grenzzeichen_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...triebsart_Weiche_Betriebsart_TypeClass.gif | Bin 0 -> 223 bytes ...rzugslage_Weiche_Vorzugslage_TypeClass.gif | Bin 0 -> 223 bytes ...Zuordnung_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...aufkette_ID_Weichenlaufkette_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...eGroup_dPLinkArt_DP_Link_Art_TypeClass.gif | Bin 0 -> 223 bytes ...oup_zBSReaktion_ZBS_Reaktion_TypeClass.gif | Bin 0 -> 223 bytes ...Mind150_Laenge_Soll_Mind_150_TypeClass.gif | Bin 0 -> 223 bytes ...Massgebende_Neigung_Mind_150_TypeClass.gif | Bin 0 -> 223 bytes ..._AttributeGroup_vFrei_V_Frei_TypeClass.gif | Bin 0 -> 223 bytes ...DWeg_ID_Fstr_DWeg_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ..._ZBS_Schutzstrecke_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...dReduziert_Abstand_Reduziert_TypeClass.gif | Bin 0 -> 223 bytes ...gebende_Neigung_Mind_Sig_150_TypeClass.gif | Bin 0 -> 223 bytes ...Massgebende_Neigung_Mind_Sig_TypeClass.gif | Bin 0 -> 223 bytes ...g150_Solllaenge_Mind_Sig_150_TypeClass.gif | Bin 0 -> 223 bytes ...eMindSig_Solllaenge_Mind_Sig_TypeClass.gif | Bin 0 -> 223 bytes ...DSignal_ID_Signal_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...BS_Signal_Signalabstand_AttributeGroup.gif | Bin 0 -> 223 bytes ...rstationMax_Unterstation_Max_TypeClass.gif | Bin 0 -> 223 bytes ...ributeGroup_zNModem_ZN_Modem_TypeClass.gif | Bin 0 -> 223 bytes ...Bezeichnung_Besondere_Anlage_TypeClass.gif | Bin 0 -> 223 bytes ...dere_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...ZLVBus_ID_ZLV_Bus_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...terstationNr_Unterstation_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...uteGroup_zLVBusNr_ZLV_Bus_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...oup_telegramm02_Telegramm_02_TypeClass.gif | Bin 0 -> 223 bytes ...oup_telegramm03_Telegramm_03_TypeClass.gif | Bin 0 -> 223 bytes ...oup_telegramm04_Telegramm_04_TypeClass.gif | Bin 0 -> 223 bytes ...oup_telegramm10_Telegramm_10_TypeClass.gif | Bin 0 -> 223 bytes ...oup_telegramm21_Telegramm_21_TypeClass.gif | Bin 0 -> 223 bytes ...oup_telegramm30_Telegramm_30_TypeClass.gif | Bin 0 -> 223 bytes ...uordnung_iDZLVBus_ID_ZLV_Bus_TypeClass.gif | Bin 0 -> 223 bytes ...erstation_ID_ZN_Unterstation_TypeClass.gif | Bin 0 -> 223 bytes ..._US_Zuordnung_Telegramm_AttributeGroup.gif | Bin 0 -> 223 bytes ..._ZLV_Bus_Zuordnung_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...chlussnummer_Anschlussnummer_TypeClass.gif | Bin 0 -> 223 bytes ...terstationNr_Unterstation_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...ung_ZLV_Bus_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...zLVBusAllg_ZLV_Bus_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...nzahl_Wiederhol_ZL_Anstoesse_TypeClass.gif | Bin 0 -> 223 bytes ...ockpruefung_Deadlockpruefung_TypeClass.gif | Bin 0 -> 223 bytes ...ollzeit_Einstellkontrollzeit_TypeClass.gif | Bin 0 -> 223 bytes ...kabbruchzeit_Lenkabbruchzeit_TypeClass.gif | Bin 0 -> 223 bytes ...szeit_Personal_Reaktionszeit_TypeClass.gif | Bin 0 -> 223 bytes ...Abschnitt_ID_Gleis_Abschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...t_iDZLDLPFstr_ID_ZL_DLP_Fstr_TypeClass.gif | Bin 0 -> 223 bytes ...DLP_Fstr_iDZLFstr_ID_ZL_Fstr_TypeClass.gif | Bin 0 -> 223 bytes ..._Annaeherungsgeschwindigkeit_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_dWegPrio_DWeg_Prio_TypeClass.gif | Bin 0 -> 223 bytes ...EMAuswertung_FUEM_Auswertung_TypeClass.gif | Bin 0 -> 223 bytes ...fstrBildezeit_Fstr_Bildezeit_TypeClass.gif | Bin 0 -> 223 bytes ...orsignal_Sichtzeit_Vorsignal_TypeClass.gif | Bin 0 -> 223 bytes ...g_AttributeGroup_gKZSS_GKZSS_TypeClass.gif | Bin 0 -> 223 bytes ...Annaeherung_Vmax_Annaeherung_TypeClass.gif | Bin 0 -> 223 bytes ...strZuschlag_ZL_Fstr_Zuschlag_TypeClass.gif | Bin 0 -> 223 bytes ...toss_GK_AttributeGroup_gK_GK_TypeClass.gif | Bin 0 -> 223 bytes ...GK_AttributeGroup_tvGK_Tv_GK_TypeClass.gif | Bin 0 -> 223 bytes ...chaltpunkt_ID_Einschaltpunkt_TypeClass.gif | Bin 0 -> 223 bytes ...nstoss_iDVorsignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ..._Anstoss_iDZLFstr_ID_ZL_Fstr_TypeClass.gif | Bin 0 -> 223 bytes ...ss_ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif | Bin 0 -> 223 bytes ...lg_ZL_Fstr_Anstoss_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...ssGK_ZL_Fstr_Anstoss_GK_AttributeGroup.gif | Bin 0 -> 223 bytes ...gRangier_ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 223 bytes ...eZL_Fstr_iDZLFstr_ID_ZL_Fstr_TypeClass.gif | Bin 0 -> 223 bytes .../CreateZL_Fstr_iDZL_ID_ZL_TypeClass.gif | Bin 0 -> 223 bytes ...zLFstrAllg_ZL_Fstr_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...hner_Signalgruppe_Bezeichner_TypeClass.gif | Bin 0 -> 223 bytes ...Zuordnung_iDSignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...nalgruppe_ID_ZL_Signalgruppe_TypeClass.gif | Bin 0 -> 223 bytes ...teZL_Signalgruppe_iDZL_ID_ZL_TypeClass.gif | Bin 0 -> 223 bytes ...lg_ZL_Signalgruppe_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...rnstellen_Lenkziffernstellen_TypeClass.gif | Bin 0 -> 223 bytes ...teGroup_zNStellen_ZN_Stellen_TypeClass.gif | Bin 0 -> 223 bytes ...nheit_ID_ESTW_Zentraleinheit_TypeClass.gif | Bin 0 -> 223 bytes .../ctool16/CreateZL_iDZN_ID_ZN_TypeClass.gif | Bin 0 -> 223 bytes ...CreateZL_zLAllg_ZL_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes .../CreateZL_zLZN_ZL_ZN_AttributeGroup.gif | Bin 0 -> 223 bytes ...rAnbAnn_Akustikdauer_Anb_Ann_TypeClass.gif | Bin 0 -> 223 bytes ...auerSonst_Akustikdauer_Sonst_TypeClass.gif | Bin 0 -> 223 bytes ...erVoranz_Akustikdauer_Voranz_TypeClass.gif | Bin 0 -> 223 bytes ...nzeigefeld_ID_ZN_Anzeigefeld_TypeClass.gif | Bin 0 -> 223 bytes .../CreateZN_Akustik_iDZN_ID_ZN_TypeClass.gif | Bin 0 -> 223 bytes ..._ZN_Akustik_Anzeigefeld_AttributeGroup.gif | Bin 0 -> 223 bytes ..._einwahlstelle_Einwahlstelle_TypeClass.gif | Bin 0 -> 223 bytes ...ktion_Reaktivierungsfunktion_TypeClass.gif | Bin 0 -> 223 bytes ...p_zNAnlagentyp_ZN_Anlagentyp_TypeClass.gif | Bin 0 -> 223 bytes ...ld_Bedienbarkeit_Anzeigefeld_TypeClass.gif | Bin 0 -> 223 bytes ...ibuteGroup_bfNrANB_Bf_Nr_ANB_TypeClass.gif | Bin 0 -> 223 bytes ...buteGroup_bfNrZNA_Bf_Nr_ZN_A_TypeClass.gif | Bin 0 -> 223 bytes ..._Funktionalitaet_Anzeigefeld_TypeClass.gif | Bin 0 -> 223 bytes ..._Allg_AttributeGroup_hOA_HOA_TypeClass.gif | Bin 0 -> 223 bytes ...eld_Sichtbarkeit_Anzeigefeld_TypeClass.gif | Bin 0 -> 223 bytes ...rzoegerung_Manuell_Loeschung_TypeClass.gif | Bin 0 -> 223 bytes ..._vormeldestart_Vormeldestart_TypeClass.gif | Bin 0 -> 223 bytes ..._Anzeigefeld_Loeschkriterium_TypeClass.gif | Bin 0 -> 223 bytes ...Anzeige_ZN_Feld_Ohne_Anzeige_TypeClass.gif | Bin 0 -> 223 bytes ...dung_Zugvorbereitungsmeldung_TypeClass.gif | Bin 0 -> 223 bytes ...i_ZN_A_Bedienbezeichner_Frei_TypeClass.gif | Bin 0 -> 223 bytes ...NABezeichner_ZN_A_Bezeichner_TypeClass.gif | Bin 0 -> 223 bytes ...Abschnitt_ID_Gleis_Abschnitt_TypeClass.gif | Bin 0 -> 223 bytes ...eigefeld_iDZLVBus_ID_ZLV_Bus_TypeClass.gif | Bin 0 -> 223 bytes ...nzeigefeld_ID_ZN_Anzeigefeld_TypeClass.gif | Bin 0 -> 223 bytes ...ateZN_Anzeigefeld_iDZN_ID_ZN_TypeClass.gif | Bin 0 -> 223 bytes ...llg_ZN_Anzeigefeld_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...Anzeigefeld_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...leis_Ausfahrdruck_Gegengleis_TypeClass.gif | Bin 0 -> 223 bytes ...up_ausfahrdruck_Ausfahrdruck_TypeClass.gif | Bin 0 -> 223 bytes ...urchfahrdruck_Durchfahrdruck_TypeClass.gif | Bin 0 -> 223 bytes ...leis_Einfahrdruck_Gegengleis_TypeClass.gif | Bin 0 -> 223 bytes ...up_einfahrdruck_Einfahrdruck_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_meldedruck_Meldedruck_TypeClass.gif | Bin 0 -> 223 bytes ...m_Besonderes_Schaltkriterium_TypeClass.gif | Bin 0 -> 223 bytes ...Start_ID_Fortschaltung_Start_TypeClass.gif | Bin 0 -> 223 bytes ...holung_Telegrammwiederholung_TypeClass.gif | Bin 0 -> 223 bytes ...kriterium_ZN_Schaltkriterium_TypeClass.gif | Bin 0 -> 223 bytes ...tKritStart_ID_ZN_Anzeigefeld_TypeClass.gif | Bin 0 -> 223 bytes ...ltKritZiel_ID_ZN_Anzeigefeld_TypeClass.gif | Bin 0 -> 223 bytes ...tschalt_Kriterium_iDZN_ID_ZN_TypeClass.gif | Bin 0 -> 223 bytes ...N_Fortschalt_Krit_Druck_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Fortschalt_Krit_Schalt_AttributeGroup.gif | Bin 0 -> 223 bytes ...ramm_84_Zuordnung_iDZN_ID_ZN_TypeClass.gif | Bin 0 -> 223 bytes ..._Telegramm_84_Alle_Fstr_AttributeGroup.gif | Bin 0 -> 223 bytes ...egramm_84_Einzelne_Fstr_AttributeGroup.gif | Bin 0 -> 223 bytes ...rzicht_Telegramm_84_Verzicht_TypeClass.gif | Bin 0 -> 223 bytes ...ramm_85_Zuordnung_iDZN_ID_ZN_TypeClass.gif | Bin 0 -> 223 bytes ..._Telegramm_85_Alle_Fstr_AttributeGroup.gif | Bin 0 -> 223 bytes ...egramm_85_Einzelne_Fstr_AttributeGroup.gif | Bin 0 -> 223 bytes ...teGroup_bfKennung_Bf_Kennung_TypeClass.gif | Bin 0 -> 223 bytes ...ttelegramm_KUs_Zeittelegramm_TypeClass.gif | Bin 0 -> 223 bytes ...erstation_Koppelunterstation_TypeClass.gif | Bin 0 -> 223 bytes ...Group_zBSAdresse_ZBS_Adresse_TypeClass.gif | Bin 0 -> 223 bytes ...p_zBSAnbindung_ZBS_Anbindung_TypeClass.gif | Bin 0 -> 223 bytes ...r_ZN_Unterstation_Bf_Nr_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Zeitsynchronisation_Funkuhr_TypeClass.gif | Bin 0 -> 223 bytes ...Nr_AttributeGroup_bfNr_Bf_Nr_TypeClass.gif | Bin 0 -> 223 bytes ...chkeit_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_prioritaet_Prioritaet_TypeClass.gif | Bin 0 -> 223 bytes ...terstation_iDZNZBS_ID_ZN_ZBS_TypeClass.gif | Bin 0 -> 223 bytes ...lg_ZN_Unterstation_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...nheit_ID_ESTW_Zentraleinheit_TypeClass.gif | Bin 0 -> 223 bytes ...eZN_ZBS_iPAdresse_IP_Adresse_TypeClass.gif | Bin 0 -> 223 bytes ...nittstelle_ZBS_Schnittstelle_TypeClass.gif | Bin 0 -> 223 bytes ...llwerk_Bezeichnung_Stellwerk_TypeClass.gif | Bin 0 -> 223 bytes ...ngZNPlanBedienraum_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...gZNPlanRechnerraum_ID_Anhang_TypeClass.gif | Bin 0 -> 223 bytes ...Oertlichkeit_ID_Oertlichkeit_TypeClass.gif | Bin 0 -> 223 bytes ...eZN_iDStellwerk_ID_Stellwerk_TypeClass.gif | Bin 0 -> 223 bytes ...terbringung_ID_Unterbringung_TypeClass.gif | Bin 0 -> 223 bytes ...erstation_ID_ZN_Unterstation_TypeClass.gif | Bin 0 -> 223 bytes ...CreateZN_zNAllg_ZN_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...mentGrenze_ID_Element_Grenze_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_iDRBCVorGrenze_ID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ..._System_Vor_Grenze_Besonders_TypeClass.gif | Bin 0 -> 223 bytes ...mVorGrenze_System_Vor_Grenze_TypeClass.gif | Bin 0 -> 223 bytes ...renze_Bez_ZUB_Bereichsgrenze_TypeClass.gif | Bin 0 -> 223 bytes ...e_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif | Bin 0 -> 223 bytes ...AusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_prioritaet_Prioritaet_TypeClass.gif | Bin 0 -> 223 bytes ...chC_Abstand_Grenze_Bereich_C_TypeClass.gif | Bin 0 -> 223 bytes ...sion_Baseline_System_Version_TypeClass.gif | Bin 0 -> 223 bytes ...ze_Nach_L2_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 223 bytes ...Sig_Einstieg_Ohne_Rueckw_Sig_TypeClass.gif | Bin 0 -> 223 bytes ...Group_iDRBCNachGrenze_ID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...fahrtsicherungL2oS_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_prioritaet_Prioritaet_TypeClass.gif | Bin 0 -> 223 bytes ...sgrenze_Nach_L2_Von_ESG_AttributeGroup.gif | Bin 0 -> 223 bytes ...Datenpunkt_EH_EM_Folgesignal_TypeClass.gif | Bin 0 -> 223 bytes ...PI_Abstand_Datenpunkt_EP_TPI_TypeClass.gif | Bin 0 -> 223 bytes ...d_Datenpunkt_TPI_Folgesignal_TypeClass.gif | Bin 0 -> 223 bytes ..._ID_Fachtelegramm_ohne_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...roup_iDFolgesignal_ID_Signal_TypeClass.gif | Bin 0 -> 223 bytes ...e_Nach_LZB_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 223 bytes ...AusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_prioritaet_Prioritaet_TypeClass.gif | Bin 0 -> 223 bytes ..._Nach_Ohne_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 223 bytes ...e_Nach_PZB_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 223 bytes ...AusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_prioritaet_Prioritaet_TypeClass.gif | Bin 0 -> 223 bytes ...zeichnungZUB_Bezeichnung_ZUB_TypeClass.gif | Bin 0 -> 223 bytes ...h_Laenge_Ausfuehrungsbereich_TypeClass.gif | Bin 0 -> 223 bytes ...e_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 223 bytes ...eichsgrenze_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...chkeit_ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 223 bytes ...ZUB_Bereichsgrenze_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ...Bereichsgrenze_Nach_ESG_AttributeGroup.gif | Bin 0 -> 223 bytes ..._ZUB_Bereichsgrenze_Nach_GNT_TypeClass.gif | Bin 0 -> 223 bytes ..._Bereichsgrenze_Nach_L2_AttributeGroup.gif | Bin 0 -> 223 bytes ...Bereichsgrenze_Nach_LZB_AttributeGroup.gif | Bin 0 -> 223 bytes ...ereichsgrenze_Nach_Ohne_AttributeGroup.gif | Bin 0 -> 223 bytes ...Bereichsgrenze_Nach_PZB_AttributeGroup.gif | Bin 0 -> 223 bytes ...chsgrenze_Nach_Sonstige_AttributeGroup.gif | Bin 0 -> 223 bytes ...Bereichsgrenze_Nach_ZBS_AttributeGroup.gif | Bin 0 -> 223 bytes ...ZUB_Bgrenze_RBC_Wechsel_AttributeGroup.gif | Bin 0 -> 223 bytes ...e_RBC_Wechsel_BTS_Kette_AttributeGroup.gif | Bin 0 -> 223 bytes ...Group_iDRBCNachGrenze_ID_RBC_TypeClass.gif | Bin 0 -> 223 bytes ...dungssystem_Anwendungssystem_TypeClass.gif | Bin 0 -> 223 bytes ...sion_Baseline_System_Version_TypeClass.gif | Bin 0 -> 223 bytes ...nungZUBSE_Bezeichnung_ZUB_SE_TypeClass.gif | Bin 0 -> 223 bytes ...eigenschaft_Bezeichnung_AttributeGroup.gif | Bin 0 -> 223 bytes ...t_metallteil_Metallteil_AttributeGroup.gif | Bin 0 -> 223 bytes ...berstrombegrenzung_Gueterzug_TypeClass.gif | Bin 0 -> 223 bytes ...Oberstrombegrenzung_Reisezug_TypeClass.gif | Bin 0 -> 223 bytes ...rbotAnhalten_Verbot_Anhalten_TypeClass.gif | Bin 0 -> 223 bytes ...e_Verbot_Regenerative_Bremse_TypeClass.gif | Bin 0 -> 223 bytes ...ft_verbotWBArt_Verbot_WB_Art_TypeClass.gif | Bin 0 -> 223 bytes ...tung_ZUB_SE_Ausruestung_AttributeGroup.gif | Bin 0 -> 223 bytes ...WElement_ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 223 bytes ...Group_wAnschluss_W_Anschluss_TypeClass.gif | Bin 0 -> 223 bytes ...wirkungArt_Zugeinwirkung_Art_TypeClass.gif | Bin 0 -> 223 bytes ...wirkungTyp_Zugeinwirkung_Typ_TypeClass.gif | Bin 0 -> 223 bytes ...ung_Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 223 bytes ...iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif | Bin 0 -> 223 bytes ...Allg_Zugeinwirkung_Allg_AttributeGroup.gif | Bin 0 -> 223 bytes ..._Elektrischer_Antrieb_Anzahl_TypeClass.gif | Bin 0 -> 223 bytes ...ge_Elektrischer_Antrieb_Lage_TypeClass.gif | Bin 0 -> 223 bytes ...indigkeitL_Geschwindigkeit_L_TypeClass.gif | Bin 0 -> 223 bytes ...indigkeitR_Geschwindigkeit_R_TypeClass.gif | Bin 0 -> 223 bytes ...Antriebe_Herzstueck_Antriebe_TypeClass.gif | Bin 0 -> 223 bytes ...reuzungsgleis_Kreuzungsgleis_TypeClass.gif | Bin 0 -> 223 bytes ...eGroup_stammgleis_Stammgleis_TypeClass.gif | Bin 0 -> 223 bytes ..._weichensignal_Weichensignal_TypeClass.gif | Bin 0 -> 223 bytes ...hl_Zungenpruefkontakt_Anzahl_TypeClass.gif | Bin 0 -> 223 bytes .../full/obj16/AEA_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../AEA_Energieversorgung_AttributeGroup.gif | Bin 0 -> 129 bytes .../AEA_GFK_IP_Adressblock_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ATO_Segment_Profile.gif | Bin 0 -> 129 bytes ...ent_Profile_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ATO_TS_Instanz.gif | Bin 0 -> 129 bytes .../ATO_TS_Instanz_Adresse_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ATO_Timing_Point.gif | Bin 0 -> 129 bytes .../ATO_Timing_Point_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...iming_Point_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/AWU_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/A_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../Abstand_ATO_Halt_Vor_EoA_TypeClass.gif | Bin 0 -> 129 bytes ...bstand_Bes_Langer_Einfahrweg_TypeClass.gif | Bin 0 -> 129 bytes ...Datenpunkt_EH_EM_Folgesignal_TypeClass.gif | Bin 0 -> 129 bytes .../Abstand_Datenpunkt_EP_TPI_TypeClass.gif | Bin 0 -> 129 bytes ...d_Datenpunkt_TPI_Folgesignal_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Abstand_Einmesspunkt_TypeClass.gif | Bin 0 -> 129 bytes .../Abstand_Gehweg_Fahrbahn_TypeClass.gif | Bin 0 -> 129 bytes .../Abstand_Grenze_Bereich_C_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Abstand_Reduziert_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Abstand_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Ader_Durchmesser_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Ader_Querschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Ader_Reserve_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Adresse_PLZ_Ort_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Adresse_Strasse_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Akteur.gif | Bin 0 -> 129 bytes .../full/obj16/Akteur_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Akteur_Zuordnung.gif | Bin 0 -> 129 bytes .../obj16/Akustik_Fussgaenger_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Akustikdauer_Anb_Ann_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Akustikdauer_Sonst_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Akustikdauer_Voranz_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anbindung_IB2_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anbindung_IB3_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Anhang.gif | Bin 0 -> 129 bytes .../full/obj16/Anhang_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Anhang_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Anlagenteil_Sonstige_TypeClass.gif | Bin 0 -> 129 bytes .../Annaeherungsgeschwindigkeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anordnung_Im_DP_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anschaltdauer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anschlussnummer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anwendung_ESG_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anwendung_GNT_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anwendung_Sonst_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anwendungssystem_TypeClass.gif | Bin 0 -> 129 bytes .../Anzahl_Verseilelemente_TypeClass.gif | Bin 0 -> 129 bytes .../Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif | Bin 0 -> 129 bytes ...nzahl_Wiederhol_ZL_Anstoesse_TypeClass.gif | Bin 0 -> 129 bytes ...Anzeigegefuehrt_ES_Kategorie_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Anzeigetext_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Art_Bedingung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Auffahrortung_TypeClass.gif | Bin 0 -> 129 bytes .../Aufloesung_Ssp_Zielgleis_TypeClass.gif | Bin 0 -> 129 bytes .../Aufloesung_Verzoegerung_TypeClass.gif | Bin 0 -> 129 bytes .../Ausfahrdruck_Gegengleis_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Ausfahrdruck_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Ausgabe_Fachdaten.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Ausgang_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Ausrichtung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Ausrichtung_Winkel_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Aussenelementansteuerung.gif | Bin 0 -> 129 bytes ...Aussenelementansteuerung_Art_TypeClass.gif | Bin 0 -> 129 bytes ...ansteuerung_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Ausstieg_ETCS_Sperre_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Austausch_Antriebe_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Auswurfrichtung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Auto_Einstellung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Auto_Erlaubnisholen_TypeClass.gif | Bin 0 -> 129 bytes .../Auto_Erlaubnisruecklauf_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Auto_Het_TypeClass.gif | Bin 0 -> 129 bytes .../Automatische_Einstellung_TypeClass.gif | Bin 0 -> 129 bytes .../BSO_IP_AB_Teilsystem_AttributeGroup.gif | Bin 0 -> 129 bytes .../BSO_IP_Adressblock_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/BSO_Teilsystem_Art_TypeClass.gif | Bin 0 -> 129 bytes .../BUE_Abhaengigkeit_Fue_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Anlage.gif | Bin 0 -> 129 bytes .../obj16/BUE_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../BUE_Anlage_Fuss_Rad_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Anlage_Strasse.gif | Bin 0 -> 129 bytes ...BUE_Anlage_Strasse_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Anlage_V.gif | Bin 0 -> 129 bytes .../BUE_Anlage_V_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Ausschaltung.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Bauart_TypeClass.gif | Bin 0 -> 129 bytes ...Bedien_Anz_Element_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Bedien_Anzeige_Element.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Buestra_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/BUE_Deckendes_Signal_Zuordnung.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Einschaltung.gif | Bin 0 -> 129 bytes .../BUE_Einschaltung_Hp_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Einschaltung_Zuordnung.gif | Bin 0 -> 129 bytes .../BUE_Funktionsueberwachung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Gefahrraum_Eckpunkt.gif | Bin 0 -> 129 bytes ...um_Eckpunkt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/BUE_Gleisbezogener_Gefahrraum.gif | Bin 0 -> 129 bytes .../BUE_Handschalteinrichtung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Kante.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Kreuzungsplan.gif | Bin 0 -> 129 bytes ...euzungsplan_Koordinaten_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Mit_GFR_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Nachlaufzeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Neigung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/BUE_Schnittstelle.gif | Bin 0 -> 129 bytes .../BUE_Schnittstelle_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/BUE_Sicherungsart_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/BUE_Sicherungszeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Spezifisches_Signal.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Strasse_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Technik_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_Vorlaufzeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BUE_WS_Fstr_Zuordnung.gif | Bin 0 -> 129 bytes .../BV_Darstellung_In_Plan_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/BV_Kategorie_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/B_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bahnsteig_Anlage.gif | Bin 0 -> 129 bytes ...teig_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bahnsteig_Dach.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bahnsteig_Kante.gif | Bin 0 -> 129 bytes .../Bahnsteig_Kante_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...steig_Kante_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bahnsteig_Zugang.gif | Bin 0 -> 129 bytes .../Bahnsteig_Zugang_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Bahnsteig_Zugang_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Balise.gif | Bin 0 -> 129 bytes .../full/obj16/Balise_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Balise_Geraetestand_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Balisenhalter_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bandbreite_TypeClass.gif | Bin 0 -> 129 bytes .../Baseline_System_Version_TypeClass.gif | Bin 0 -> 129 bytes .../Basis_Objekt_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Bauabschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bauart_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Baubereich_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Baulast_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Baumprofil_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bauphase_TypeClass.gif | Bin 0 -> 129 bytes .../Bauzustand_Kurzbezeichnung_TypeClass.gif | Bin 0 -> 129 bytes .../Bauzustand_Langbezeichnung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bearbeitungsvermerk.gif | Bin 0 -> 129 bytes ...earbeitungsvermerk_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Bearbeitungsvermerk_Rolle_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bedien_Anrueckabschnitt.gif | Bin 0 -> 129 bytes ...ckabschnitt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Bedien_Anzeige_Element.gif | Bin 0 -> 129 bytes ...en_Anzeige_Element_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...ige_Element_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bedien_Bezirk.gif | Bin 0 -> 129 bytes ...ien_Bezirk_Adressformel_AttributeGroup.gif | Bin 0 -> 129 bytes .../Bedien_Bezirk_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Bedien_Bezirk_Anhaenge_AttributeGroup.gif | Bin 0 -> 129 bytes .../Bedien_Einricht_Bauart_TypeClass.gif | Bin 0 -> 129 bytes .../Bedien_Einricht_Oertl_Bez_TypeClass.gif | Bin 0 -> 129 bytes ..._Einricht_Oertlich_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Bedien_Einrichtung_Oertlich.gif | Bin 0 -> 129 bytes ...ng_Oertlich_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bedien_GBT.gif | Bin 0 -> 129 bytes .../obj16/Bedien_GBT_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bedien_Oberflaeche.gif | Bin 0 -> 129 bytes ...en_Oberflaeche_Anhaenge_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Bedien_Oberflaeche_Bild.gif | Bin 0 -> 129 bytes ...n_Oberflaeche_Bild_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bedien_Oertlichkeit.gif | Bin 0 -> 129 bytes ...Oertlichkeit_Kennzahlen_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bedien_Platz.gif | Bin 0 -> 129 bytes .../Bedien_Platz_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Bedien_Platz_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bedien_Standort.gif | Bin 0 -> 129 bytes ...en_Standort_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bedien_Zentrale.gif | Bin 0 -> 129 bytes ...en_Zentrale_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../Bedienbarkeit_Anzeigefeld_TypeClass.gif | Bin 0 -> 129 bytes .../Bedienplatzbezeichnung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bedienplatznummer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bedienraumnummer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bedienung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Bedingung_Besondere_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Bedingung_PZB_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Bedingung_Signal_AttributeGroup.gif | Bin 0 -> 129 bytes .../Bedingung_Sonstige_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Bedingung_Weiche_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Bedingung_Weichenlage_TypeClass.gif | Bin 0 -> 129 bytes ...eeinflussung_Strassenverkehr_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Befestigung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Begrenzung_A_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Begrenzung_B_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Beleuchtet_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bemerkung_TypeClass.gif | Bin 0 -> 129 bytes ...eich_Objekt_Teilbereich_AttributeGroup.gif | Bin 0 -> 129 bytes .../Beschreibung_Sonderanlage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Beschreibung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Besetzte_Ausfahrt_TypeClass.gif | Bin 0 -> 129 bytes .../Besonderes_Fahrwegelement_TypeClass.gif | Bin 0 -> 129 bytes .../Besonderes_Schaltkriterium_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bestandsrelevanz_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bestandsschutz_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Betriebsfuehrung_TypeClass.gif | Bin 0 -> 129 bytes .../Betriebsstellenbezeichner_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bettungswiderstand_TypeClass.gif | Bin 0 -> 129 bytes .../Bez_Bed_Anrueckabschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../Bez_Bed_Anzeige_Element_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bez_Bed_Zentrale_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bez_Gleis_Bezeichnung_TypeClass.gif | Bin 0 -> 129 bytes .../Bez_Lageplan_Blattschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bez_Schrankenantrieb_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bez_Strecke_BTS_1_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bez_Strecke_BTS_2_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bez_Strecke_BTS_3_TypeClass.gif | Bin 0 -> 129 bytes .../Bez_ZUB_Bereichsgrenze_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bezeichnung_AEA_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_ATO_TP_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Aussenanlage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bezeichnung_BSO_TypeClass.gif | Bin 0 -> 129 bytes ...Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif | Bin 0 -> 129 bytes ...Bezeichnung_Bahnsteig_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Bahnsteig_Kante_TypeClass.gif | Bin 0 -> 129 bytes ...Bezeichnung_Besondere_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_ESTW_ZE_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_ETCS_Kante_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Element_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Fstr_DWeg_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_GFR_Element_TypeClass.gif | Bin 0 -> 129 bytes ...ezeichnung_GFR_Tripelspiegel_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Kabel_TypeClass.gif | Bin 0 -> 129 bytes ...zeichnung_Kabel_Verteilpunkt_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Kennbuchstabe_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_LEU_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Lageplan_Kurz_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Lageplan_Lang_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Lageplan_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Markanter_Punkt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bezeichnung_NB_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_NB_Zone_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Planung_Gruppe_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Planung_Projekt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bezeichnung_RBC_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Schloss_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Schluessel_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bezeichnung_Sk_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Stellwerk_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Strecke_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bezeichnung_TSO_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_Tabelle_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Unteranlage_TypeClass.gif | Bin 0 -> 129 bytes .../Bezeichnung_Verkehrszeichen_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Bezeichnung_ZUB_SE_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Bezeichnung_ZUB_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bf_Kennung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bf_Nr_ANB_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bf_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bf_Nr_ZN_A_TypeClass.gif | Bin 0 -> 129 bytes ...e_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif | Bin 0 -> 129 bytes ...ze_Nach_L2_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 129 bytes ...e_Nach_LZB_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 129 bytes ..._Nach_Ohne_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 129 bytes ...e_Nach_PZB_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 129 bytes ...e_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif | Bin 0 -> 129 bytes ...e_RBC_Wechsel_BTS_Kette_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bild_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Binaerdaten.gif | Bin 0 -> 129 bytes .../Binaerdaten_Datei_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Blitzpfeil_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Block_Anlage.gif | Bin 0 -> 129 bytes .../Block_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Block_Bauform_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Block_Element.gif | Bin 0 -> 129 bytes .../Block_Element_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...Block_Element_Erlaubnis_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Block_Strecke.gif | Bin 0 -> 129 bytes .../Block_Strecke_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Bremsweg_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/C_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Container_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DA_Manuell_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DB_GDI_Referenz_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DD_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DP_ATO_TypeClass.gif | Bin 0 -> 129 bytes .../DP_Bezug_Funktional_Art_TypeClass.gif | Bin 0 -> 129 bytes .../DP_Bezug_Funktional_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/DP_ETCS_Adresse_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Link_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/DP_Telegramm_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/DP_Telegramm_ESG_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DP_Typ_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DP_Typ_ESG_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_ETCS_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_GESG_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/DP_Typ_GETCS_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_GGNT_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DP_Typ_GNT_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/DP_Typ_GSonst_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/DP_Typ_GTrans_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_GZBS_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_Sonst_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_Trans_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Typ_V_La_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DP_Typ_ZBS_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DP_Verlinkt_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/DWeg_Intervall_200_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/DWeg_Intervall_50_200_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/DWeg_Intervall_50_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DWeg_Prio_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DWeg_Reihenfolge_TypeClass.gif | Bin 0 -> 129 bytes .../DWeg_V_Aufwertung_Verzicht_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DWeg_V_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/DWeg_Vorzug_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/D_LEVELTR_TypeClass.gif | Bin 0 -> 129 bytes .../Darstellung_Polygonzug_TypeClass.gif | Bin 0 -> 129 bytes ..._Richtungswinkel_Bezeichnung_TypeClass.gif | Bin 0 -> 129 bytes .../Darstellung_Richtungswinkel_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Dateiname_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Dateityp_Binaerdatei_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Dateityp_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Daten_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Datenpunkt.gif | Bin 0 -> 129 bytes .../obj16/Datenpunkt_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Datenpunkt_Beschreibung_TypeClass.gif | Bin 0 -> 129 bytes ...Datenpunkt_Einmesspunkt_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Datenpunkt_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Datenpunkt_Link.gif | Bin 0 -> 129 bytes .../Datum_Abschluss_Einzel_TypeClass.gif | Bin 0 -> 129 bytes .../Datum_Abschluss_Gruppe_TypeClass.gif | Bin 0 -> 129 bytes .../Datum_Abschluss_Projekt_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Datum_Auslieferung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Datum_Regelwerk_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Datum_Regelwerksstand_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Datum_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Datum_Uebernahme_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Deadlockpruefung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Delta_VGES_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Delta_VLES_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Delta_VZES_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/DocumentRoot.gif | Bin 0 -> 129 bytes .../obj16/Dunkelschaltanstoss_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Dunkelschaltung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Durchfahrdruck_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Durchfahrt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/EKW_Kr_Anteil_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ESG_Ind_Erlaeuterung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ESG_Ind_Parameter_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ESG_Ind_Parameterwert_TypeClass.gif | Bin 0 -> 129 bytes ...G_Individuelle_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes ...SG_Spezifische_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes ...TW_ZE_Energieversorgung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ESTW_Zentraleinheit.gif | Bin 0 -> 129 bytes ...STW_Zentraleinheit_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...traleinheit_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/ETCS_Adresse_AttributeGroup.gif | Bin 0 -> 129 bytes ...efahrpunktabstand_Abweichend_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ETCS_Kante.gif | Bin 0 -> 129 bytes .../ETCS_Kante_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ETCS_Knoten.gif | Bin 0 -> 129 bytes .../ETCS_Knoten_Art_Sonstige_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ETCS_Paketnummer_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ETCS_Par_Erlaeuterung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ETCS_Parametername_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ETCS_Parameterwert_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ETCS_Richtungsanzeige.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ETCS_Signal.gif | Bin 0 -> 129 bytes .../obj16/ETCS_Signal_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/ETCS_Signal_DWeg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/ETCS_Signal_TBV_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/ETCS_System_Version_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ETCS_W_Kr.gif | Bin 0 -> 129 bytes .../obj16/ETCS_W_Kr_MUKA_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/EV_Modul.gif | Bin 0 -> 129 bytes .../full/obj16/EV_Modul_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/EV_Modul_Ausgang_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/EV_Modul_Eingang_AttributeGroup.gif | Bin 0 -> 129 bytes .../EV_Modul_Physisch_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/EV_Modul_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../EV_Modul_Virtuell_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/E_Mail_Adresse_TypeClass.gif | Bin 0 -> 129 bytes .../Einfahrdruck_Gegengleis_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Einfahrdruck_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Eingang_Gepuffert_TypeClass.gif | Bin 0 -> 129 bytes .../Einschaltverz_Errechnet_TypeClass.gif | Bin 0 -> 129 bytes .../Einschaltverz_Gewaehlt_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Einstellkontrollzeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Einstieg_Erlaubt_TypeClass.gif | Bin 0 -> 129 bytes .../Einstieg_Ohne_Rueckw_Sig_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Einwahlstelle_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Einzeldatei_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Elektrischer_Antrieb_Anzahl_TypeClass.gif | Bin 0 -> 129 bytes .../Elektrischer_Antrieb_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Element_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Element_Position.gif | Bin 0 -> 129 bytes .../Element_Position_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Element_Stil.gif | Bin 0 -> 129 bytes .../Element_Stil_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Element_Verschluss_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Energie_Eingang_Art_TypeClass.gif | Bin 0 -> 129 bytes ...Energieversorgung_Art_Ersatz_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Energieversorgung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Entgleisungsschuh_AttributeGroup.gif | Bin 0 -> 129 bytes ...Erlaubnis_Staendig_Vorhanden_TypeClass.gif | Bin 0 -> 129 bytes .../Erlaubnisabgabespeicherung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Erlaubnisholen_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Erreichungstoleranz_TypeClass.gif | Bin 0 -> 129 bytes .../Ersatzstecker_Gleisbezogen_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Erzeugung_Zeitstempel_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FA_FAE_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FMA_Anlage.gif | Bin 0 -> 129 bytes .../obj16/FMA_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../FMA_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes ..._Anlage_Elektr_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes .../FMA_Anlage_Kaskade_AttributeGroup.gif | Bin 0 -> 129 bytes ...age_Uebertragung_FMinfo_AttributeGroup.gif | Bin 0 -> 129 bytes .../FMA_Anschluss_Bezeichnung_TypeClass.gif | Bin 0 -> 129 bytes ...FMA_Anschluss_Speiserichtung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FMA_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FMA_Element.gif | Bin 0 -> 129 bytes .../obj16/FMA_Element_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../FMA_Element_Anschluss_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/FMA_Element_Art_TypeClass.gif | Bin 0 -> 129 bytes .../FMA_Element_Seilanzahl_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/FMA_Element_Seiltyp_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/FMA_Hilffreimeldung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/FMA_Isolierung_TypeClass.gif | Bin 0 -> 129 bytes .../FMA_Kaskade_Bezeichnung_TypeClass.gif | Bin 0 -> 129 bytes ...FMA_Kaskade_Einzelauswertung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FMA_Komponente.gif | Bin 0 -> 129 bytes ...mponente_Achszaehlpunkt_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/FMA_Komponente_Art_TypeClass.gif | Bin 0 -> 129 bytes ...MA_Komponente_Schienenprofil_TypeClass.gif | Bin 0 -> 129 bytes ...A_Komponente_Stromversorgung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/FMA_Komponente_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../FMA_Laenge_Beeinflusst_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/FMA_Laenge_E1_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/FMA_Laenge_E2_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/FMA_Laenge_E3_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/FMA_Laenge_S_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FMA_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FMA_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FT_Anschaltbedingung.gif | Bin 0 -> 129 bytes .../obj16/FT_ESG_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/FT_ESG_Subtyp_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FT_ESG_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../FT_ETCS_L2_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/FT_ETCS_L2_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../FT_ETCS_Trans_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes .../FT_ETCS_Trans_Paket_41_AttributeGroup.gif | Bin 0 -> 129 bytes .../FT_ETCS_Trans_Paket_N_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FT_Fahrweg_Teil.gif | Bin 0 -> 129 bytes .../FT_Fahrweg_Teil_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/FT_Fahrweg_Teile_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/FT_GNT_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/FT_GNT_Punktart_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/FT_Hinweis_Funktion_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/FT_ZBS_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes .../FT_ZBS_Merkmale_La_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/FT_ZBS_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/FUEM_Auswertung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/FW_Teil_Nummer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/F_Bedienung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/F_ST_Z_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fabrikat_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fachdaten_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fachtelegramm.gif | Bin 0 -> 129 bytes .../Fahrbahn_Befestigung_Gleis_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Fahrbahn_Befestigung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fahrbahn_Breite_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fahrstrom_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fahrt_Ueber_TypeClass.gif | Bin 0 -> 129 bytes .../Fiktives_Signal_Funktion_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fla_Freimelde_Zuordnung.gif | Bin 0 -> 129 bytes .../obj16/Fla_Raum_Freimeldung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fla_Schutz.gif | Bin 0 -> 129 bytes .../Fla_Schutz_Anforderer_AttributeGroup.gif | Bin 0 -> 129 bytes .../Fla_Schutz_Signal_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Fla_Schutz_W_Gsp_AttributeGroup.gif | Bin 0 -> 129 bytes .../Fla_Schutz_Weitergabe_AttributeGroup.gif | Bin 0 -> 129 bytes .../Fla_Signal_Zielsperrung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fla_Verzicht_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fla_W_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fla_Zwieschutz.gif | Bin 0 -> 129 bytes .../Fla_Zwieschutz_Element_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Freie_Stellbarkeit_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_Abhaengigkeit.gif | Bin 0 -> 129 bytes .../Fstr_Abhaengigkeit_Ssp_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_Aneinander.gif | Bin 0 -> 129 bytes ...Fstr_Aneinander_Bedienstring_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Aneinander_Zuordnung.gif | Bin 0 -> 129 bytes .../obj16/Fstr_Bedienstring_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Bildezeit_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_DWeg.gif | Bin 0 -> 129 bytes .../obj16/Fstr_DWeg_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Fstr_DWeg_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../Fstr_DWeg_Spezifisch_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_DWeg_W_Kr.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_Fahrweg.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Mittel_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Mittel_AttributeGroup.gif | Bin 0 -> 129 bytes .../Fstr_Mittel_V_Aufwertung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_Nichthaltfall.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Rangier_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Fstr_Rangier_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Rangier_Fla_Zuordnung.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Reihenfolge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_Signalisierung.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_Umfahrpunkt.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_V_Hg_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_V_TypeClass.gif | Bin 0 -> 129 bytes .../Fstr_Vsigabstand_Verkuerzt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Zug_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fstr_Zug_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Fstr_Zug_DWeg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fstr_Zug_Rangier.gif | Bin 0 -> 129 bytes .../Fstr_Zug_Rangier_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Fue_Schaltfall_TypeClass.gif | Bin 0 -> 129 bytes .../Fuehrende_Oertlichkeit_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Fuellung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fundament_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Funktion_Ohne_Signal_TypeClass.gif | Bin 0 -> 129 bytes .../Funktionalitaet_Anzeigefeld_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Fuss_Radweg_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Fuss_Radweg_Seite_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GEO_Form_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GEO_KAD_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GEO_Kante.gif | Bin 0 -> 129 bytes .../obj16/GEO_Kante_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GEO_Knoten.gif | Bin 0 -> 129 bytes .../obj16/GEO_Koordinatensystem_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GEO_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GEO_PAD_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GEO_Punkt.gif | Bin 0 -> 129 bytes .../obj16/GEO_Punkt_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/GEO_Radius_A_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/GEO_Radius_B_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/GEO_Richtungswinkel_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/GFK_Kategorie_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GFR_Anlage.gif | Bin 0 -> 129 bytes .../obj16/GFR_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GFR_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GFR_Element.gif | Bin 0 -> 129 bytes ...GFR_Element_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/GFR_Neigung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GFR_Tripelspiegel.gif | Bin 0 -> 129 bytes .../GFR_Tripelspiegel_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...ipelspiegel_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GFR_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GKZSS_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GK_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GK_X_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GK_Y_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GK_Z_TypeClass.gif | Bin 0 -> 129 bytes .../GUE_Abstand_Abweichend_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/GUE_Anordnung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/GUE_Bauart_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/GUE_Energieversorgung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/GUE_Messstrecke_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/GZ_Freimeldung_L_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/GZ_Freimeldung_R_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gegengleis_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Geltungsbereich_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Geschaltet_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Geschwindigkeit_L_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Geschwindigkeit_R_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Geschwindigkeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Geschwindigkeitsprofil.gif | Bin 0 -> 129 bytes ...hwindigkeitsprofil_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Gitterbehang_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Abschluss.gif | Bin 0 -> 129 bytes .../obj16/Gleis_Abschluss_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Abschnitt.gif | Bin 0 -> 129 bytes .../full/obj16/Gleis_Am_Bue_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Art.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Baubereich.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Bezeichnung.gif | Bin 0 -> 129 bytes ...Bezeichnung_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Fahrbahn.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Lichtraum.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleis_Schaltgruppe.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gleisart_TypeClass.gif | Bin 0 -> 129 bytes .../Gleissperre_Betriebsart_TypeClass.gif | Bin 0 -> 129 bytes .../Gleissperre_Element_AttributeGroup.gif | Bin 0 -> 129 bytes .../Gleissperre_Vorzugslage_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Gleissperrensignal_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gruppen_ID_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Gsp_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/HOA_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/HSystem_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Haltetoleranz_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Haltezeit_TypeClass.gif | Bin 0 -> 129 bytes .../Harter_Ausstieg_Aus_L2_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Hauptschloss_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Hauptzugang_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Hersteller_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Herzstueck_Antriebe_TypeClass.gif | Bin 0 -> 129 bytes .../Hinweis_Balisenbefestigung_TypeClass.gif | Bin 0 -> 129 bytes .../Hoehe_Fundamentoberkante_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Hoehenlinie.gif | Bin 0 -> 129 bytes .../obj16/Hoehenlinie_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Hoehenlinie_Form_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Hoehenlinie_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Hoehenpunkt.gif | Bin 0 -> 129 bytes .../obj16/Hoehenpunkt_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Hoehenpunkt_Datum_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Hoehenpunkt_Hoehe_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Hp_Ersatzstecker_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Hupe_Anschaltzeit_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_ATO_TS_Instanz_TypeClass.gif | Bin 0 -> 129 bytes ...ID_ATO_TS_Instanz_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Anforderer_Element_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Anforderung_TypeClass.gif | Bin 0 -> 129 bytes ...ID_AnhangBearbeitungsvermerk_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_Anhang_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Anhang_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Anschluss_Element_TypeClass.gif | Bin 0 -> 129 bytes ...Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Aussenelementansteuerung_TypeClass.gif | Bin 0 -> 129 bytes ...lementansteuerung_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_BUE_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../ID_BUE_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes ...D_BUE_Bedien_Anzeige_Element_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_BUE_Einschaltung_TypeClass.gif | Bin 0 -> 129 bytes ...UE_Gleisbezogener_Gefahrraum_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_BUE_Schnittstelle_TypeClass.gif | Bin 0 -> 129 bytes .../ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Bahnsteig_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Bahnsteig_Kante_TypeClass.gif | Bin 0 -> 129 bytes ...D_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_Balise_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Balise_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Basis_Objekt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Bearbeitungsvermerk_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Bedien_Anzeige_Element_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Bedien_Bezirk_TypeClass.gif | Bin 0 -> 129 bytes ..._Bedien_Einrichtung_Oertlich_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Bedien_Oberflaeche_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Bedien_Standort_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Bedien_Zentrale_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Befestigung_Bauwerk_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Beginn_Bereich_TypeClass.gif | Bin 0 -> 129 bytes ...D_Bezugspunkt_Positionierung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Bezugspunkt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Binaerdaten_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Block_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Block_Element_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Block_Strecke_TypeClass.gif | Bin 0 -> 129 bytes .../ID_DP_Bezug_Funktional_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Datenpunkt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Datenpunkt_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../ID_ESTW_Zentraleinheit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_ETCS_Kante_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_ETCS_Knoten_TypeClass.gif | Bin 0 -> 129 bytes .../ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_EV_Modul_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Einschaltpunkt_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Element_Grenze_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_Element_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Element_Unterbringung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Energie_Eingang_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_Energie_TypeClass.gif | Bin 0 -> 129 bytes .../ID_FMA_Anlage_Rangier_Frei_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_FMA_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_FMA_Element_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_FMA_Komponente_TypeClass.gif | Bin 0 -> 129 bytes .../ID_FT_Anschaltbedingung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_FT_Fahrweg_Teil_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Fachtelegramm_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Fachtelegramm_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Fla_Schutz_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Fortschaltung_Start_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Fstr_Aneinander_TypeClass.gif | Bin 0 -> 129 bytes ...ID_Fstr_Ausschluss_Besonders_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Fstr_DWeg_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Fstr_DWeg_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Fstr_Fahrweg_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Fstr_Fahrweg_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Fstr_Zug_Rangier_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_GEO_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_GEO_Kante_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_GEO_Knoten_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_GEO_Punkt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_GEO_Punkt_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../ID_GFR_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Gleis_Abschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Gleis_Bezeichnung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Grenzzeichen_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Handschalt_Wirkfunktion_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Hoehenpunkt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Information_Eingang_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Information_Primaer_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Komponente_Programmiert_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_LEU_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../ID_LEU_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../ID_LEU_Bezug_Funktional_TypeClass.gif | Bin 0 -> 129 bytes ..._LEU_Schaltkasten_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_LO_Einbau_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Lageplan_Blattschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Lageplan_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Lageplan_Zustand_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Markante_Stelle_TypeClass.gif | Bin 0 -> 129 bytes ...kanter_Punkt_Gleis_Abschluss_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Markanter_Punkt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_NB_Element_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_NB_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_NB_Zone_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Oertlichkeit_Ausgabe_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Oertlichkeit_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Oertlichkeit_TypeClass.gif | Bin 0 -> 129 bytes .../ID_PZB_Element_Bezugspunkt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_PZB_Element_Mitnutzung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_PZB_Element_TypeClass.gif | Bin 0 -> 129 bytes .../ID_PZB_Element_Zuordnung_TypeClass.gif | Bin 0 -> 129 bytes .../ID_PlanPro_Schnittstelle_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Planung_Einzel_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Planungsgrundlage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Quellelement_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_RBC_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Regelzeichnung_TypeClass.gif | Bin 0 -> 129 bytes ...ID_Regelzeichnung_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Schalter_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Schaltmittel_Zuordnung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Schlosskombination_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Schluessel_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Schluesselsperre_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Signal_Befestigung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Signal_Fank_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Signal_Gleisbezechnung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Signal_Rahmen_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Signal_Signalbegriff_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Signal_Start_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_Signal_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Signal_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Sonderanlage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Stellelement_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Stellwerk_TypeClass.gif | Bin 0 -> 129 bytes ..._Strecke_Bremsweg_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Strecke_Punkt_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_Strecke_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_TOP_Kante_TypeClass.gif | Bin 0 -> 129 bytes .../ID_TOP_Kante_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_TOP_Knoten_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Technischer_Punkt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Trasse_Kante_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Trasse_Knoten_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Ueberhoehung_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Uebertragungsweg_Nach_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Uebertragungsweg_Von_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Umfahrpunkt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Unterbringung_Technik_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Unterbringung_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Unterbringung_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Ur_Objekt_TypeClass.gif | Bin 0 -> 129 bytes .../ID_Verknuepftes_Element_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_W_Kr_Anlage_TypeClass.gif | Bin 0 -> 129 bytes .../ID_W_Kr_Anlage_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_W_Kr_Gsp_Element_TypeClass.gif | Bin 0 -> 129 bytes .../ID_W_Kr_Gsp_Komponente_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_Weichenlaufkette_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_ZLV_Bus_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_ZLV_Bus_ohne_Proxy_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_ZL_DLP_Fstr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_ZL_Fstr_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_ZL_Signalgruppe_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_ZL_TypeClass.gif | Bin 0 -> 129 bytes .../ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_ZN_Anzeigefeld_TypeClass.gif | Bin 0 -> 129 bytes .../ID_ZN_Fortschalt_Kriterium_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_ZN_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ID_ZN_Unterstation_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_ZN_ZBS_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ID_Ziel_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ID_Zugeinwirkung_TypeClass.gif | Bin 0 -> 129 bytes ...ID_Zweites_Haltfallkriterium_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/INA_Gefahrstelle_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/IP_Adressblock_Blau_TypeClass.gif | Bin 0 -> 129 bytes .../IP_Adressblock_Blau_V4_TypeClass.gif | Bin 0 -> 129 bytes .../IP_Adressblock_Blau_V6_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/IP_Adressblock_Grau_TypeClass.gif | Bin 0 -> 129 bytes .../IP_Adressblock_Grau_V4_TypeClass.gif | Bin 0 -> 129 bytes .../IP_Adressblock_Grau_V6_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/IP_Adresse_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Ident_Rolle_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Identitaet_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Index_Ausgabe_TypeClass.gif | Bin 0 -> 129 bytes .../Individualisierung_Weitere_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Induktionsschutz_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Informativ_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Isolierfall_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Ist_Befahren_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/KUs_Zeittelegramm_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kabel.gif | Bin 0 -> 129 bytes .../full/obj16/Kabel_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kabel_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Kabel_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Kabel_Element_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Kabel_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kabel_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kabel_Verteilpunkt.gif | Bin 0 -> 129 bytes .../Kabel_Verteilpunkt_Art_TypeClass.gif | Bin 0 -> 129 bytes ...erteilpunkt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kantenname_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kennzahl_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Klassifizierung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Km_BTS_1_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Km_BTS_2_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Km_BTS_3_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Km_Massgebend_TypeClass.gif | Bin 0 -> 129 bytes .../Knoten_Auf_TOP_Kante_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Knotenname_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kommentar_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Konfigurationskennung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Konstruktion_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Kontrastblende_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Koordinatensystem_BB_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Koordinatensystem_PB_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Koppelunterstation_TypeClass.gif | Bin 0 -> 129 bytes .../Kr_KrW_Seitenzuordnung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Kreuzung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Kreuzungsgleis_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Kreuzungswinkel_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Kurztext_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Kurzzugschaltung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LEU_Anlage.gif | Bin 0 -> 129 bytes .../obj16/LEU_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/LEU_Anlage_Art_TypeClass.gif | Bin 0 -> 129 bytes .../LEU_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/LEU_Ausgang_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LEU_Modul.gif | Bin 0 -> 129 bytes .../obj16/LEU_Modul_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/LEU_Modul_Art_TypeClass.gif | Bin 0 -> 129 bytes .../LEU_Modul_Ausgang_AttributeGroup.gif | Bin 0 -> 129 bytes .../LEU_Modul_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../LEU_Modul_Geraetestand_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/LEU_Modul_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LEU_Schaltkasten.gif | Bin 0 -> 129 bytes ...chaltkasten_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes ...EU_Schaltkasten_Energie_AttributeGroup.gif | Bin 0 -> 129 bytes ...U_Schaltkasten_Position_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/LEU_Schaltkasten_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/LEU_Steuernde_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/LFUE_Impuls_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LLA_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LM_G_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/LO_Ausgabestand_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/LO_DB_Freigabe_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/LO_Datum_Herstellung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LO_EMA_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LO_Ersatz_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/LO_Firmensachnummer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/LO_Material_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/LO_Seriennummer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/LST_Objekt_Art_TypeClass.gif | Bin 0 -> 129 bytes ...Objekte_Planungsbereich_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/LST_Planung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/LST_Zustand.gif | Bin 0 -> 129 bytes .../LT_Binaerdatei_Hilfe_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/LT_Binaerdaten_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/L_ACKLEVELTR_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Laenge_1_TypeClass.gif | Bin 0 -> 129 bytes .../Laenge_Ausfuehrungsbereich_TypeClass.gif | Bin 0 -> 129 bytes ...ge_Gestufte_V_Signalisierung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Laenge_Soll_Mind_150_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Laenge_Soll_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Lage_Zum_Gleis_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Lageplan.gif | Bin 0 -> 129 bytes .../full/obj16/Lageplan_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Lageplan_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Lageplan_Blattschnitt.gif | Bin 0 -> 129 bytes ...lattschnitt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Lageplan_Zustand.gif | Bin 0 -> 129 bytes .../full/obj16/Lagerung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Laufende_Nummer_Ausgabe_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Leistungsbedarf_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Lenkabbruchzeit_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Lenkziffernstellen_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Lfd_Nr_Am_Bezugspunkt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Lichtraumprofil_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Lieferlaenge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Lieferobjekt.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Linie_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Linie_Farbwert_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Linie_Subart_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Link_Distanz_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Luft_Telegramm.gif | Bin 0 -> 129 bytes .../icons/full/obj16/M_LEVELTR_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Markanter_Punkt.gif | Bin 0 -> 129 bytes ...anter_Punkt_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Massgebende_Neig_1_TypeClass.gif | Bin 0 -> 129 bytes ...ssgebende_Neig_Schutzstrecke_TypeClass.gif | Bin 0 -> 129 bytes ...Massgebende_Neigung_Mind_150_TypeClass.gif | Bin 0 -> 129 bytes ...gebende_Neigung_Mind_Sig_150_TypeClass.gif | Bin 0 -> 129 bytes ...Massgebende_Neigung_Mind_Sig_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Massgebende_Neigung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Massnahme_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Mastschild_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Max_Leistung_TypeClass.gif | Bin 0 -> 129 bytes .../Max_Unterbrechungszeit_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Medium_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Meldedruck_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Melder_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Messfehler_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Metallteil_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Metallteil_Kategorie_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Metallteil_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Modulnummer_TypeClass.gif | Bin 0 -> 129 bytes .../Montage_Ausgleichsgewichte_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Montage_Besonders_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Montageabweichung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Montagehoehe_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NB.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NB_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/NB_Bedien_Anzeige_Element.gif | Bin 0 -> 129 bytes ...dien_Anzeige_Funktionen_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/NB_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes ...NB_Funktionalitaet_NB_R_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/NB_Grenze_Art_TypeClass.gif | Bin 0 -> 129 bytes .../NB_Rueckgabevoraussetzung_TypeClass.gif | Bin 0 -> 129 bytes .../NB_Verhaeltnis_Besonders_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NB_Zone.gif | Bin 0 -> 129 bytes .../obj16/NB_Zone_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/NB_Zone_Allg_TypeClass.gif | Bin 0 -> 129 bytes .../NB_Zone_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NB_Zone_Element.gif | Bin 0 -> 129 bytes .../NB_Zone_Element_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NB_Zone_Grenze.gif | Bin 0 -> 129 bytes ...B_Zone_Reihenfolgezwang_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_ATOTS_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_BG_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/NID_C_ATOTS_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_C_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_RBC_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_SP_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_STM_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_TP_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/NID_TSR_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Nachlaufverhinderung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Nagetierschutz_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Name_Akteur_10_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Name_Akteur_5_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Name_Akteur_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Name_Organisation_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Neigung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Nennleistung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Netz_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Nummer_Schaltkasten_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Obere_Lichtpunkthoehe_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Oberflaeche_Bildart_TypeClass.gif | Bin 0 -> 129 bytes .../Oberflaeche_Zustaendigkeit_TypeClass.gif | Bin 0 -> 129 bytes ...berstrombegrenzung_Gueterzug_TypeClass.gif | Bin 0 -> 129 bytes ...Oberstrombegrenzung_Reisezug_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Objektmanagement_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Objektreferenzen_AttributeGroup.gif | Bin 0 -> 129 bytes .../Objektzustand_Besonders_TypeClass.gif | Bin 0 -> 129 bytes .../Oertlicher_Elementname_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Oertlichkeit.gif | Bin 0 -> 129 bytes .../Oertlichkeit_Abkuerzung_TypeClass.gif | Bin 0 -> 129 bytes .../Oertlichkeit_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Oertlichkeit_Art_TypeClass.gif | Bin 0 -> 129 bytes ...ertlichkeit_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../Oertlichkeit_Gueltig_Ab_TypeClass.gif | Bin 0 -> 129 bytes .../Oertlichkeit_Gueltig_Bis_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Oertlichkeit_Kurzname_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Oertlichkeit_Langname_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Optik_Durchmesser_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Optik_Symbolmaske_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Organisation.gif | Bin 0 -> 129 bytes .../obj16/Organisationseinheit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/PZB_Abstand_GM_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/PZB_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/PZB_Element.gif | Bin 0 -> 129 bytes .../obj16/PZB_Element_GM_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/PZB_Element_GUE_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/PZB_Element_Zuordnung.gif | Bin 0 -> 129 bytes ...ZB_Element_Zuordnung_BP_AttributeGroup.gif | Bin 0 -> 129 bytes ..._Element_Zuordnung_Fstr_AttributeGroup.gif | Bin 0 -> 129 bytes ...B_Element_Zuordnung_INA_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/PZB_INA_TypeClass.gif | Bin 0 -> 129 bytes .../PZB_Schutzstrecke_Soll_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/PZB_Zuordnung_Signal.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Pegel_TypeClass.gif | Bin 0 -> 129 bytes .../Personal_Reaktionszeit_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Pixel_Koordinate_X_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Pixel_Koordinate_Y_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/PlanPro_Layoutinfo.gif | Bin 0 -> 129 bytes .../full/obj16/PlanPro_Schnittstelle.gif | Bin 0 -> 129 bytes ...nPro_Schnittstelle_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/PlanPro_XSD_Version_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Plan_Quelle_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Planung_E_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Planung_E_Art_TypeClass.gif | Bin 0 -> 129 bytes ...ung_E_Ausgabe_Besonders_AttributeGroup.gif | Bin 0 -> 129 bytes .../Planung_E_Handlung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Planung_Einzel.gif | Bin 0 -> 129 bytes .../obj16/Planung_G_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Planung_G_Art_Besonders_TypeClass.gif | Bin 0 -> 129 bytes ...ung_G_Fuehrende_Strecke_AttributeGroup.gif | Bin 0 -> 129 bytes .../Planung_G_Schriftfeld_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Planung_Gruppe.gif | Bin 0 -> 129 bytes .../obj16/Planung_P_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Planung_Phase_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Planung_Projekt.gif | Bin 0 -> 129 bytes ...one_Betrachtungsbereich_AttributeGroup.gif | Bin 0 -> 129 bytes ...olygone_Planungsbereich_AttributeGroup.gif | Bin 0 -> 129 bytes .../Polygonzug_Ausrichtung_TypeClass.gif | Bin 0 -> 129 bytes ...lygonzug_Betrachtungsbereich_TypeClass.gif | Bin 0 -> 129 bytes .../Polygonzug_Blattschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../Polygonzug_Planungsbereich_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Port_Nr_Ausg_Physisch_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Position_Sonstige_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Position_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Primaerquelle_TypeClass.gif | Bin 0 -> 129 bytes .../Prioritaet_Gefahrstelle_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Prioritaet_TypeClass.gif | Bin 0 -> 129 bytes .../Prog_Datei_Einzel_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Prog_Datei_Gruppe.gif | Bin 0 -> 129 bytes .../full/obj16/Projekt_Nummer_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Projektierungsfall_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Proxy_Objekt.gif | Bin 0 -> 129 bytes .../obj16/Pruefgeschwindigkeit_TypeClass.gif | Bin 0 -> 129 bytes .../Pruefmerkmale_Daten_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Pruefsumme_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Pruefsumme_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Pruefzeit_TypeClass.gif | Bin 0 -> 129 bytes .../Punkt_Objekt_Strecke_AttributeGroup.gif | Bin 0 -> 129 bytes .../Punkt_Objekt_TOP_Kante_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/RBC.gif | Bin 0 -> 129 bytes .../full/obj16/RBC_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/RBC_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../RBC_ETCS_System_Version_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/RBC_SRS_Version_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/RZ_Nummer_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/RZ_Parameter_Name_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/RZ_Parameter_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Raeumstrecke_DAB_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Raeumstrecke_DBK_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Raeumstrecke_DCK_TypeClass.gif | Bin 0 -> 129 bytes .../Raeumstrecke_DSK_Strich_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Raeumstrecke_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Rahmen_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Rahmen_Hoehe_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Rang_TypeClass.gif | Bin 0 -> 129 bytes ...Rangier_Gegenfahrtausschluss_TypeClass.gif | Bin 0 -> 129 bytes ...angierstrasse_Restaufloesung_TypeClass.gif | Bin 0 -> 129 bytes .../Reaktivierungsfunktion_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Referenz_LST_Zustand_TypeClass.gif | Bin 0 -> 129 bytes .../Referenz_Objekt_Darstellung_TypeClass.gif | Bin 0 -> 129 bytes .../Referenz_Planung_Basis_TypeClass.gif | Bin 0 -> 129 bytes ...Referenz_Vergleich_Besonders_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Regelzeichnung.gif | Bin 0 -> 129 bytes .../Regelzeichnung_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Regelzeichnung_Parameter.gif | Bin 0 -> 129 bytes ...eichnung_Parameter_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Regionalbereich_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Rekursion_2_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Rekursion_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Richtpunkt_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Richtpunktentfernung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Richtungsbezug_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Richtungspfeil_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Rueckblockwecker_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Rueckschauzeit_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Rufnummer_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/SA_Schrankenbaum_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/SBE_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/SBUE_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/SLE_SLS_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/SRS_Version_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/STZ_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Schalter_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Schaltgruppe_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Schaltmittel_Fstr_Zuordnung.gif | Bin 0 -> 129 bytes .../obj16/Schaltmittel_Funktion_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Schaltmittel_Zuordnung.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Schaltung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Schloss.gif | Bin 0 -> 129 bytes .../full/obj16/Schloss_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Schloss_BUE_AttributeGroup.gif | Bin 0 -> 129 bytes .../Schloss_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Schloss_Gsp_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Schloss_Sk_AttributeGroup.gif | Bin 0 -> 129 bytes .../Schloss_Sonderanlage_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Schloss_Ssp_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Schloss_W_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Schlosskombination.gif | Bin 0 -> 129 bytes ...kombination_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Schluessel.gif | Bin 0 -> 129 bytes .../obj16/Schluessel_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Schluessel_Bartform_TypeClass.gif | Bin 0 -> 129 bytes .../Schluessel_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Schluessel_Gruppe_TypeClass.gif | Bin 0 -> 129 bytes ...chluessel_In_Grdst_Eingeschl_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Schluesselsperre.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Schrankenantrieb.gif | Bin 0 -> 129 bytes .../Schrankenantrieb_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...nkenantrieb_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Schrankreihe_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Schutzbuegel_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Schutzschiene_TypeClass.gif | Bin 0 -> 129 bytes .../Schutzstrecke_Erforderlich_TypeClass.gif | Bin 0 -> 129 bytes .../Schutzstrecke_Vorhanden_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Schutzuebertrager_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Seitliche_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Seitlicher_Abstand_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Sicherheitsabstand_TypeClass.gif | Bin 0 -> 129 bytes .../Sichtbarkeit_Anzeigefeld_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Sichtzeit_Vorsignal_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Signal.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Signal_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Signal_Befestigung.gif | Bin 0 -> 129 bytes ...Signal_Befestigung_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Signal_Befestigungsart_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Signal_Fank_Zuordnung.gif | Bin 0 -> 129 bytes .../obj16/Signal_Fiktiv_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Signal_Fstr_AttributeGroup.gif | Bin 0 -> 129 bytes ...nal_Fstr_Aus_Inselgleis_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Signal_Fstr_S_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Signal_Funktion_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Signal_Rahmen.gif | Bin 0 -> 129 bytes .../Signal_Real_Aktiv_AttributeGroup.gif | Bin 0 -> 129 bytes ...ignal_Real_Aktiv_Schirm_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Signal_Real_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Signal_Signalbegriff.gif | Bin 0 -> 129 bytes ...gnal_Signalbegriff_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Signalgruppe_Bezeichner_TypeClass.gif | Bin 0 -> 129 bytes .../Signalsicht_Erreichbar_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Signalsicht_Mindest_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Signalsicht_Soll_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Signalsystem_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Signalverz_Errechnet_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Signalverz_Gewaehlt_TypeClass.gif | Bin 0 -> 129 bytes .../Solllaenge_Mind_Sig_150_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Solllaenge_Mind_Sig_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Sonderanlage_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../Sonstige_Standortangabe_TypeClass.gif | Bin 0 -> 129 bytes ...onstige_Zulaessige_Anordnung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Sonstiger_Punkt.gif | Bin 0 -> 129 bytes .../full/obj16/Spannung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Spannung_Toleranz_Obere_TypeClass.gif | Bin 0 -> 129 bytes .../Spannung_Toleranz_Untere_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Sperrlaenge_TypeClass.gif | Bin 0 -> 129 bytes .../Sperrstrecke_Fussgaenger_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Sperrstrecke_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Stammgleis_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Standort_Beschreibung_TypeClass.gif | Bin 0 -> 129 bytes ...Standortangabe_Balisenschild_TypeClass.gif | Bin 0 -> 129 bytes .../Start_Signal_Charakter_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Start_W_Element_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Stell_Bereich.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Stellelement.gif | Bin 0 -> 129 bytes .../obj16/Steuerbezirksname_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Steuerbezirksnummer_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Stoerhalt_Haltfall_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Stoerhalt_Merkhinweis_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Strecke.gif | Bin 0 -> 129 bytes .../obj16/Strecke_Abschnitt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Strecke_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Strecke_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Strecke_Bremsweg.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Strecke_Km_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Strecke_Meter_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Strecke_Nummer_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Strecke_Punkt.gif | Bin 0 -> 129 bytes .../full/obj16/Strecke_Richtung_TypeClass.gif | Bin 0 -> 129 bytes .../Streckengeschwindigkeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Streuscheibe_Art_TypeClass.gif | Bin 0 -> 129 bytes ...treuscheibe_Betriebsstellung_TypeClass.gif | Bin 0 -> 129 bytes .../System_Vor_Grenze_Besonders_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/System_Vor_Grenze_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Systemhoehe_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/TBV_Meldepunkt_TypeClass.gif | Bin 0 -> 129 bytes .../TBV_Tunnelbereich_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/TBV_Tunnelsignal_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/TB_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/TB_Beschreibung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/TOP_Anschluss_A_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/TOP_Anschluss_B_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/TOP_Kante.gif | Bin 0 -> 129 bytes .../obj16/TOP_Kante_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/TOP_Knoten.gif | Bin 0 -> 129 bytes .../icons/full/obj16/TOP_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/TP_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/TP_Beschreibung_TypeClass.gif | Bin 0 -> 129 bytes .../TSO_IP_AB_Teilsystem_AttributeGroup.gif | Bin 0 -> 129 bytes .../TSO_IP_Adressblock_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/TSO_Teilsystem_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Taste_ANF_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Taste_FGT_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Taste_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Taste_WGT_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Technik_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Technik_Beschreibung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Technik_Standort.gif | Bin 0 -> 129 bytes ...ik_Standort_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../Technisch_Berechtigter_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Technischer_Bereich.gif | Bin 0 -> 129 bytes .../obj16/Technischer_Platz_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Technischer_Punkt.gif | Bin 0 -> 129 bytes .../full/obj16/Teilsperrstrecke_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Teilvorgabezeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telefonnummer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegramm_02_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegramm_03_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegramm_04_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegramm_10_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegramm_21_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegramm_30_TypeClass.gif | Bin 0 -> 129 bytes .../Telegramm_84_Alle_Fstr_AttributeGroup.gif | Bin 0 -> 129 bytes ...egramm_84_Einzelne_Fstr_AttributeGroup.gif | Bin 0 -> 129 bytes .../Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Telegramm_84_Verzicht_TypeClass.gif | Bin 0 -> 129 bytes .../Telegramm_85_Alle_Fstr_AttributeGroup.gif | Bin 0 -> 129 bytes ...egramm_85_Einzelne_Fstr_AttributeGroup.gif | Bin 0 -> 129 bytes .../Telegramm_85_Fuer_Alle_Fstr_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegramm_Index_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Telegrammnummer_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Telegrammwiederholung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/TemporaryIntegration.gif | Bin 0 -> 129 bytes .../full/obj16/Text_Bedingung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Textmeldung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Titel_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ToolboxTemporaryIntegration.gif | Bin 0 -> 129 bytes .../obj16/Tragkopf_Verstellbar_TypeClass.gif | Bin 0 -> 129 bytes .../Traktion_Art_Elektrisch_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Trasse_Kante.gif | Bin 0 -> 129 bytes .../full/obj16/Trasse_Kante_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Trasse_Kante_child_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Trasse_Knoten.gif | Bin 0 -> 129 bytes .../obj16/Trasse_Knoten_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Trasse_Nutzer_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Tueranschlag_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Tunnelsignal_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Tv_GK_TypeClass.gif | Bin 0 -> 129 bytes ...erbrueckung_EV_Unterbrechung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Ueberhoehung.gif | Bin 0 -> 129 bytes .../Ueberhoehung_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Ueberhoehung_Datum_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Ueberhoehung_Hoehe_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Ueberhoehungslinie.gif | Bin 0 -> 129 bytes ...Ueberhoehungslinie_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../Ueberhoehungslinie_Form_TypeClass.gif | Bin 0 -> 129 bytes .../Ueberhoehungslinie_Laenge_TypeClass.gif | Bin 0 -> 129 bytes ...Uebertragung_FMinfo_Richtung_TypeClass.gif | Bin 0 -> 129 bytes .../Uebertragung_FMinfo_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Uebertragungsweg.gif | Bin 0 -> 129 bytes .../obj16/Uebertragungsweg_Art_TypeClass.gif | Bin 0 -> 129 bytes ...ebertragungsweg_Technik_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Ueberwachung_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Umfahrstrasse_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Unterbringung.gif | Bin 0 -> 129 bytes .../Unterbringung_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Unterbringung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../Unterbringung_Befestigung_TypeClass.gif | Bin 0 -> 129 bytes .../Unterbringung_Polygonzug_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Untergewerk_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Untergruppen_ID_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Unterstation_Max_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Unterstation_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Untertitel_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/VBC_Kennung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VBC_NID_C_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VBC_Setzen_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VBC_Timer_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VGR_1_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VGR_2_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VGR_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VLA_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/VZ_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/V_Befehl_R_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/V_Befehl_Z_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/V_Frei_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/V_Max_Schiene_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/V_Max_Strasse_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/V_Min_Fussweg_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/V_Min_Schiene_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/V_Min_Strasse_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/V_Profil_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/V_Start_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/V_Ziel_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/V_Zul_Strecke_TypeClass.gif | Bin 0 -> 129 bytes .../Verantwortliche_Stelle_DB_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Verbot_Anhalten_TypeClass.gif | Bin 0 -> 129 bytes .../Verbot_Regenerative_Bremse_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Verbot_WB_Art_TypeClass.gif | Bin 0 -> 129 bytes ...Vergleich_Ausgabestand_Basis_TypeClass.gif | Bin 0 -> 129 bytes .../Vergleichstyp_Besonders_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Verkehrszeichen.gif | Bin 0 -> 129 bytes .../Verkehrszeichen_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...hrszeichen_Andreaskreuz_AttributeGroup.gif | Bin 0 -> 129 bytes ...ehrszeichen_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../Verkehrszeichen_Lz_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Verkuerzter_Abstand_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Verschluss_Ort_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Verseilart_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Version_Auslieferung_TypeClass.gif | Bin 0 -> 129 bytes .../Verwendung_Als_Rueckfall_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Verwendung_Hilfe_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Verwendung_TypeClass.gif | Bin 0 -> 129 bytes ...rzoegerung_Manuell_Loeschung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Vmax_Annaeherung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Vorblockwecker_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Vorgeschaltet_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Vormeldestart_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Vorschauzeit_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Vorsignalabstand_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Vorzugslage_Automatik_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Vz_Sperrstrecke_AttributeGroup.gif | Bin 0 -> 129 bytes ...z_Sperrstrecke_Schranke_AttributeGroup.gif | Bin 0 -> 129 bytes ...rrstrecke_Vorgeschaltet_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/WHU_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/WUS_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/W_Anbaulage_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/W_Anschluss_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/W_Gsp_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/W_Kr_Anlage.gif | Bin 0 -> 129 bytes .../obj16/W_Kr_Anlage_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/W_Kr_Art_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/W_Kr_Grundform_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/W_Kr_Gsp_Element.gif | Bin 0 -> 129 bytes .../W_Kr_Gsp_Element_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/W_Kr_Gsp_Komponente.gif | Bin 0 -> 129 bytes .../obj16/W_Kr_Gsp_Stellart_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/W_Lage_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Weiche_Betriebsart_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Weiche_Element_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Weiche_Vorzugslage_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Weichenlaufkette.gif | Bin 0 -> 129 bytes .../full/obj16/Weichenlaufkette_Zuordnung.gif | Bin 0 -> 129 bytes .../full/obj16/Weichensignal_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Werkzeug_Name_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Werkzeug_Version_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Winkel_Alpha_TypeClass.gif | Bin 0 -> 129 bytes .../Wirkrichtung_In_Datenpunkt_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Wirkrichtung_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Wirksam_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Wirksamkeit_Fstr_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Wirksamkeit_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/X_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/YY_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Y_Wert_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ZBS_Adresse_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ZBS_Anbindung_TypeClass.gif | Bin 0 -> 129 bytes .../ZBS_La_Bereich_Distanz_TypeClass.gif | Bin 0 -> 129 bytes ...S_La_Bereich_Geschwindigkeit_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ZBS_La_Bereich_Laenge_TypeClass.gif | Bin 0 -> 129 bytes .../ZBS_La_Bereich_Neigung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ZBS_Merkmale_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZBS_Reaktion_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ZBS_Schnittstelle_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZBS_Schutzstrecke.gif | Bin 0 -> 129 bytes .../ZBS_Schutzstrecke_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZBS_Signal.gif | Bin 0 -> 129 bytes ...BS_Signal_Signalabstand_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZL.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZLA_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZLV_Bus.gif | Bin 0 -> 129 bytes .../obj16/ZLV_Bus_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZLV_Bus_Besondere_Anlage.gif | Bin 0 -> 129 bytes ...dere_Anlage_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../ZLV_Bus_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZLV_Bus_Nr_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZLV_Bus_US_Zuordnung.gif | Bin 0 -> 129 bytes ..._US_Zuordnung_Telegramm_AttributeGroup.gif | Bin 0 -> 129 bytes .../ZLV_Bus_Zuordnung_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZL_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZL_DLP_Abschnitt.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZL_DLP_Fstr.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZL_Fstr.gif | Bin 0 -> 129 bytes .../obj16/ZL_Fstr_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZL_Fstr_Anstoss.gif | Bin 0 -> 129 bytes .../ZL_Fstr_Anstoss_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../ZL_Fstr_Anstoss_GK_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZL_Fstr_Zuschlag_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZL_Signalgruppe.gif | Bin 0 -> 129 bytes .../ZL_Signalgruppe_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZL_Signalgruppe_Zuordnung.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZL_ZN_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZN.gif | Bin 0 -> 129 bytes .../ZN_A_Bedienbezeichner_Frei_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ZN_A_Bezeichner_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZN_Akustik.gif | Bin 0 -> 129 bytes .../ZN_Akustik_Anzeigefeld_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZN_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZN_Anlagentyp_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZN_Anzeigefeld.gif | Bin 0 -> 129 bytes .../ZN_Anzeigefeld_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...Anzeigefeld_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes ..._Anzeigefeld_Loeschkriterium_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ZN_Feld_Ohne_Anzeige_TypeClass.gif | Bin 0 -> 129 bytes ...N_Fortschalt_Krit_Druck_AttributeGroup.gif | Bin 0 -> 129 bytes ..._Fortschalt_Krit_Schalt_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZN_Fortschalt_Kriterium.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZN_Modem_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/ZN_Schaltkriterium_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZN_Stellen_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/ZN_Telegramm_84_Zuordnung.gif | Bin 0 -> 129 bytes .../full/obj16/ZN_Telegramm_85_Zuordnung.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZN_Unterstation.gif | Bin 0 -> 129 bytes .../ZN_Unterstation_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../ZN_Unterstation_Bf_Nr_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZN_ZBS.gif | Bin 0 -> 129 bytes .../icons/full/obj16/ZUB_Bereichsgrenze.gif | Bin 0 -> 129 bytes ...ZUB_Bereichsgrenze_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes ...eichsgrenze_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes ...Bereichsgrenze_Nach_ESG_AttributeGroup.gif | Bin 0 -> 129 bytes .../ZUB_Bereichsgrenze_Nach_GNT_TypeClass.gif | Bin 0 -> 129 bytes ..._Bereichsgrenze_Nach_L2_AttributeGroup.gif | Bin 0 -> 129 bytes ...sgrenze_Nach_L2_Von_ESG_AttributeGroup.gif | Bin 0 -> 129 bytes ...Bereichsgrenze_Nach_LZB_AttributeGroup.gif | Bin 0 -> 129 bytes ...ereichsgrenze_Nach_Ohne_AttributeGroup.gif | Bin 0 -> 129 bytes ...Bereichsgrenze_Nach_PZB_AttributeGroup.gif | Bin 0 -> 129 bytes ...chsgrenze_Nach_Sonstige_AttributeGroup.gif | Bin 0 -> 129 bytes ...Bereichsgrenze_Nach_ZBS_AttributeGroup.gif | Bin 0 -> 129 bytes ...ZUB_Bgrenze_RBC_Wechsel_AttributeGroup.gif | Bin 0 -> 129 bytes .../ZUB_SE_Ausruestung_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/ZUB_Streckeneigenschaft.gif | Bin 0 -> 129 bytes ...eigenschaft_Bezeichnung_AttributeGroup.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Zeiger_TypeClass.gif | Bin 0 -> 129 bytes .../Zeit_Bearbeitungsvermerk_TypeClass.gif | Bin 0 -> 129 bytes .../Zeitsynchronisation_Funkuhr_TypeClass.gif | Bin 0 -> 129 bytes .../Zeitueberschreitungsmeldung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Ziel_DP_Ausrichtung_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Ziel_Ist_Fahrwegende_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Ziel_W_Element_AttributeGroup.gif | Bin 0 -> 129 bytes .../full/obj16/Zs2_Ueberwacht_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Zugbeeinflussung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../icons/full/obj16/Zugeinwirkung.gif | Bin 0 -> 129 bytes .../Zugeinwirkung_Allg_AttributeGroup.gif | Bin 0 -> 129 bytes .../obj16/Zugeinwirkung_Art_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Zugeinwirkung_Typ_TypeClass.gif | Bin 0 -> 129 bytes .../Zugvorbereitungsmeldung_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Zungenpaar_AttributeGroup.gif | Bin 0 -> 129 bytes .../Zungenpruefkontakt_Anzahl_TypeClass.gif | Bin 0 -> 129 bytes .../Zusatzinformation_Stellwerk_TypeClass.gif | Bin 0 -> 129 bytes .../obj16/Zusatzinformation_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Zusatzschild_TypeClass.gif | Bin 0 -> 129 bytes .../full/obj16/Zwieschutz_Art_TypeClass.gif | Bin 0 -> 129 bytes .../plugin.properties | 6031 +++++++++++++++++ .../plugin.xml | 22 + .../TemporaryIntegrationEditPlugin.java | 101 + .../TemporaryIntegrationItemProvider.java | 367 + ...integrationItemProviderAdapterFactory.java | 235 + ...olboxTemporaryIntegrationItemProvider.java | 406 ++ .../.classpath | 8 + .../.project | 40 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 515 ++ .../.settings/org.eclipse.jdt.ui.prefs | 107 + .../.settings/org.eclipse.pde.prefs | 34 + .../.settings/org.eclipse.wst.sse.core.prefs | 4 + .../org.eclipse.xtend.core.Xtend.prefs | 80 + .../META-INF/MANIFEST.MF | 33 + .../build.properties | 5 + .../plugin.properties | 0 .../pom.xml | 15 + .../TemporaryIntegrationExtensions.xtend | 406 ++ .../extensions/command/MergeCommand.java | 116 + .../.classpath | 7 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 128 + .../.settings/org.eclipse.pde.prefs | 34 + .../META-INF/MANIFEST.MF | 19 + .../build.properties | 10 + .../model/TemporaryIntegration.aird | 435 ++ .../model/TemporaryIntegration.ecore | 64 + .../model/TemporaryIntegration.genmodel | 41 + .../plugin.properties | 4 + .../plugin.xml | 24 + .../pom.xml | 17 + .../TemporaryIntegration.java | 280 + .../TemporaryintegrationFactory.java | 57 + .../TemporaryintegrationPackage.java | 831 +++ .../ToolboxTemporaryIntegration.java | 293 + .../impl/TemporaryIntegrationImpl.java | 800 +++ .../impl/TemporaryintegrationFactoryImpl.java | 115 + .../impl/TemporaryintegrationPackageImpl.java | 563 ++ .../impl/ToolboxTemporaryIntegrationImpl.java | 837 +++ .../TemporaryintegrationAdapterFactory.java | 144 + ...mporaryintegrationResourceFactoryImpl.java | 47 + .../TemporaryintegrationResourceImpl.java | 34 + .../util/TemporaryintegrationSwitch.java | 137 + .../TemporaryintegrationXMLProcessor.java | 56 + .../PlanProSchnittstelleExtensions.xtend | 103 +- 3414 files changed, 29030 insertions(+), 69 deletions(-) create mode 100644 java/bundles/org.eclipse.set.feature.integration/.classpath create mode 100644 java/bundles/org.eclipse.set.feature.integration/.project create mode 100644 java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs create mode 100644 java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.ds.annotations.prefs create mode 100644 java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.wst.sse.core.prefs create mode 100644 java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.xtend.core.Xtend.prefs create mode 100644 java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.feature.integration/OSGI-INF/l10n/bundle.properties create mode 100644 java/bundles/org.eclipse.set.feature.integration/build.properties create mode 100644 java/bundles/org.eclipse.set.feature.integration/plugin.properties create mode 100644 java/bundles/org.eclipse.set.feature.integration/plugin.xml create mode 100644 java/bundles/org.eclipse.set.feature.integration/pom.xml create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/Messages.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProElementProvider.xtend create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProGuidProvider.xtend create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProLabelProvider.xtend create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMatcher.xtend create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeConfiguration.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContext.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContextProvider.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProResponsibility.xtend create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/SimpleMergeService.xtend create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java create mode 100644 java/bundles/org.eclipse.set.feature.integration/viewmodel/Conflict.view create mode 100644 java/bundles/org.eclipse.set.feature.integration/viewmodel/IntegrationView.view create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/.classpath create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/.project create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/build.properties create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/ctool16/CreateConflict_details_Details.gif create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/ctool16/CreateIntegrationView_conflicts_Conflict.gif create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/ctool16/CreateIntegrationView_objectquantities_ObjectQuantity.gif create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/obj16/Conflict.gif create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/obj16/Details.gif create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/obj16/IntegrationView.gif create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/obj16/ObjectQuantity.gif create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/plugin.xml create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ConflictItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/DetailsItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationViewItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewEditPlugin.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewItemProviderAdapterFactory.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ObjectQuantityItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/.classpath create mode 100644 java/bundles/org.eclipse.set.model.integrationview/.project create mode 100644 java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.xtend.core.Xtend.prefs create mode 100644 java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.integrationview/build.properties create mode 100644 java/bundles/org.eclipse.set.model.integrationview/model/integrationview.aird create mode 100644 java/bundles/org.eclipse.set.model.integrationview/model/integrationview.ecore create mode 100644 java/bundles/org.eclipse.set.model.integrationview/model/integrationview.genmodel create mode 100644 java/bundles/org.eclipse.set.model.integrationview/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.integrationview/plugin.xml create mode 100644 java/bundles/org.eclipse.set.model.integrationview/pom.xml create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Conflict.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Details.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationView.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewFactory.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewPackage.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/ObjectQuantity.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ConflictImpl.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/DetailsImpl.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationViewImpl.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewFactoryImpl.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewPackageImpl.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ObjectQuantityImpl.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewAdapterFactory.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewSwitch.java create mode 100644 java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewValidator.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/.project create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/build.properties create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/icons/full/ctool16/CreateSComparison_matches_SMatch.gif create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/icons/full/obj16/SComparison.gif create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/icons/full/obj16/SMatch.gif create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.xml create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.project create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.wst.sse.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/build.properties create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/ResolutionExtensions.xtend create mode 100644 java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/.classpath create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/.project create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/build.properties create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.aird create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.ecore create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/plugin.xml create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/pom.xml create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java create mode 100644 java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/.classpath create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/.project create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/build.properties create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Allg_AttributeGroup_aussenelementansteuerungArt_Aussenelementansteuerung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Allg_AttributeGroup_bauart_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Energieversorgung_AttributeGroup_energieversorgungArtErsatz_Energieversorgung_Art_Ersatz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Energieversorgung_AttributeGroup_energieversorgungArt_Energieversorgung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Energieversorgung_AttributeGroup_iDEnergiePrimaer_ID_Energie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Energieversorgung_AttributeGroup_iDEnergieSekundaer_ID_Energie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_GFK_IP_Adressblock_AttributeGroup_gFKKategorie_GFK_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_GFK_IP_Adressblock_AttributeGroup_iPAdressblockBlauV4_IP_Adressblock_Blau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_GFK_IP_Adressblock_AttributeGroup_iPAdressblockBlauV6_IP_Adressblock_Blau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_GFK_IP_Adressblock_AttributeGroup_iPAdressblockGrauV4_IP_Adressblock_Grau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_GFK_IP_Adressblock_AttributeGroup_iPAdressblockGrauV6_IP_Adressblock_Grau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_GFK_IP_Adressblock_AttributeGroup_regionalbereich_Regionalbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_Bezeichnung_AttributeGroup_nIDSP_NID_SP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_abstandATOHaltVorEoA_Abstand_ATO_Halt_Vor_EoA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_bezeichnung_ATO_Segment_Profile_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDATOTSInstanzNachbar_ID_ATO_TS_Instanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDATOTSInstanz_ID_ATO_TS_Instanz_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDETCSKante_ID_ETCS_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_Adresse_AttributeGroup_nIDATOTS_NID_ATOTS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_Adresse_AttributeGroup_nIDCATOTS_NID_C_ATOTS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_aTOTSInstanzAdresse_ATO_TS_Instanz_Adresse_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_erreichungstoleranz_Erreichungstoleranz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_haltetoleranz_Haltetoleranz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_nIDTP_NID_TP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Bezeichnung_AttributeGroup_bezeichnungATOTP_Bezeichnung_ATO_TP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_aTOTimingPointAllg_ATO_Timing_Point_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_bezeichnung_ATO_Timing_Point_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_iDSignal_ID_Signal_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur10_Name_Akteur_10_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur5_Name_Akteur_5_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur_Name_Akteur_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Zuordnung_anhangDokumentation_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Zuordnung_datum_Datum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Zuordnung_handelnder_Akteur.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Zuordnung_identRolle_Ident_Rolle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_akteurAllg_Akteur_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_kontaktdaten_Organisation.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_Allg_AttributeGroup_anhangArt_Anhang_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_Allg_AttributeGroup_dateiname_Dateiname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_Allg_AttributeGroup_dateityp_Dateityp_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_anhangAllg_Anhang_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAusgabe_Fachdaten_lSTZustandStart_LST_Zustand.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAusgabe_Fachdaten_lSTZustandZiel_LST_Zustand.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAusgabe_Fachdaten_untergewerkArt_Untergewerk_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_Bezeichnung_AttributeGroup_bezeichnungAEA_Bezeichnung_AEA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_aEAAllg_AEA_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_aEAEnergieversorgung_AEA_Energieversorgung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_aEAGFKIPAdressblock_AEA_GFK_IP_Adressblock_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_bezeichnung_Aussenelementansteuerung_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_iDInformationPrimaer_ID_Information_Primaer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_iDInformationSekundaer_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_iDOertlichkeitGesteuert_ID_Oertlichkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_iDOertlichkeitNamensgebend_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_AB_Teilsystem_AttributeGroup_bSOTeilsystemArt_BSO_Teilsystem_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockBlau_IP_Adressblock_Blau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockGrau_IP_Adressblock_Grau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_bSOIPABTeilsystem_BSO_IP_AB_Teilsystem_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV4_IP_Adressblock_Blau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV6_IP_Adressblock_Blau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV4_IP_Adressblock_Grau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV6_IP_Adressblock_Grau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_regionalbereich_Regionalbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_autoHet_Auto_Het_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_fueSchaltfall_Fue_Schaltfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_stoerhaltHaltfall_Stoerhalt_Haltfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_stoerhaltMerkhinweis_Stoerhalt_Merkhinweis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_zeitueberschreitungsmeldung_Zeitueberschreitungsmeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUEBauart_BUE_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUEBuestra_BUE_Buestra_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUEMitGFR_BUE_Mit_GFR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUESicherungsart_BUE_Sicherungsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUEStrasse_BUE_Strasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUETechnik_BUE_Technik_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Fuss_Rad_AttributeGroup_fussRadwegArt_Fuss_Radweg_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Fuss_Rad_AttributeGroup_fussRadwegSeite_Fuss_Radweg_Seite_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_baulast_Baulast_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBefestigungGleis_Fahrbahn_Befestigung_Gleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBefestigung_Fahrbahn_Befestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBreite_Fahrbahn_Breite_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_klassifizierung_Klassifizierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_kreuzungswinkel_Kreuzungswinkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_bUEAnlageFussRad_BUE_Anlage_Fuss_Rad_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_bUEAnlageStrasseAllg_BUE_Anlage_Strasse_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMaxSchiene_V_Max_Schiene_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMaxStrasse_V_Max_Strasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMinFussweg_V_Min_Fussweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMinSchiene_V_Min_Schiene_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMinStrasse_V_Min_Strasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_bUEAnlageVAllg_BUE_Anlage_V_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_bUEAnlageAllg_BUE_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_iDAEABUEAnschaltung_ID_Aussenelementansteuerung_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_iDBUESchnittstelle_ID_BUE_Schnittstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Ausschaltung_iDBUEGleisbezGefahrraum_ID_BUE_Gleisbezogener_Gefahrraum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anz_Element_Allg_AttributeGroup_bUEHandschalteinrichtung_BUE_Handschalteinrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anz_Element_Allg_AttributeGroup_iDBedienAnzeigeElement_ID_Bedien_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anz_Element_Allg_AttributeGroup_iDHandschaltWirkfunktion_ID_Handschalt_Wirkfunktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anzeige_Element_bUEBedienAnzElementAllg_BUE_Bedien_Anz_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Deckendes_Signal_Zuordnung_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Deckendes_Signal_Zuordnung_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Deckendes_Signal_Zuordnung_sicherheitsabstand_Sicherheitsabstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_einschaltverzErrechnet_Einschaltverz_Errechnet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_einschaltverzGewaehlt_Einschaltverz_Gewaehlt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_haltezeit_Haltezeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_kurzzugschaltung_Kurzzugschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_signalverzErrechnet_Signalverz_Errechnet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_signalverzGewaehlt_Signalverz_Gewaehlt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_teilvorgabezeit_Teilvorgabezeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Zuordnung_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Zuordnung_iDBUEGleisbezGefahrraum_ID_BUE_Gleisbezogener_Gefahrraum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_bUEEinschaltungHp_BUE_Einschaltung_Hp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_bUEFunktionsueberwachung_BUE_Funktionsueberwachung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gefahrraum_Eckpunkt_Bezeichnung_AttributeGroup_bezeichnungBUEGFREckpunkt_Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gefahrraum_Eckpunkt_bezeichnung_BUE_Gefahrraum_Eckpunkt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gefahrraum_Eckpunkt_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gleisbezogener_Gefahrraum_ersatzsteckerGleisbezogen_Ersatzstecker_Gleisbezogen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gleisbezogener_Gefahrraum_gleisAmBue_Gleis_Am_Bue_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gleisbezogener_Gefahrraum_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kante_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_Koordinaten_AttributeGroup_iDGEOPunkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_Koordinaten_AttributeGroup_pixelKoordinateX_Pixel_Koordinate_X_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_Koordinaten_AttributeGroup_pixelKoordinateY_Pixel_Koordinate_Y_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_bUEKreuzungsplanKoordinaten_BUE_Kreuzungsplan_Koordinaten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_iDAnhangKreuzungsplan_ID_Anhang_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_bUENachlaufzeit_BUE_Nachlaufzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_bUEVorlaufzeit_BUE_Vorlaufzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_hpErsatzstecker_Hp_Ersatzstecker_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_lFUEImpuls_LFUE_Impuls_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_bUEAbhaengigkeitFue_BUE_Abhaengigkeit_Fue_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_bUESchnittstelleAllg_BUE_Schnittstelle_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_iDStellelement_ID_Stellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_WS_Fstr_Zuordnung_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_WS_Fstr_Zuordnung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Anlage_Bezeichnung_AttributeGroup_bezeichnungBahnsteigAnlage_Bezeichnung_Bahnsteig_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Anlage_bezeichnung_Bahnsteig_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Dach_iDBahnsteigKante_ID_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_Allg_AttributeGroup_lageZumGleis_Lage_Zum_Gleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_Allg_AttributeGroup_systemhoehe_Systemhoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_Bezeichnung_AttributeGroup_bezeichnungBahnsteigKante_Bezeichnung_Bahnsteig_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_bahnsteigKanteAllg_Bahnsteig_Kante_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_bezeichnung_Bahnsteig_Kante_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_iDBahnsteigAnlage_ID_Bahnsteig_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_Allg_AttributeGroup_bahnsteigZugangArt_Bahnsteig_Zugang_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_Allg_AttributeGroup_hauptzugang_Hauptzugang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_bahnsteigZugangAllg_Bahnsteig_Zugang_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_iDBahnsteigAnlage_ID_Bahnsteig_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_anordnungImDP_Anordnung_Im_DP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_baliseGeraetestand_Balise_Geraetestand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_balisenhalter_Balisenhalter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_fabrikat_Fabrikat_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_hinweisBalisenbefestigung_Hinweis_Balisenbefestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_montageabweichung_Montageabweichung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_baliseAllg_Balise_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_iDDatenpunkt_ID_Datenpunkt_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasisAttribut_AttributeGroup_iDBearbeitungsvermerk_ID_Bearbeitungsvermerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_bestandsschutz_Bestandsschutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_datumRegelwerk_Datum_Regelwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_iDAnhangRegelwerkBesonders_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_objektzustandBesonders_Objektzustand_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_basisObjektAllg_Basis_Objekt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_iDBearbeitungsvermerk_ID_Bearbeitungsvermerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_iDOertlichkeitAusgabe_ID_Oertlichkeit_Ausgabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_objektreferenzen_Objektreferenzen_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bVDarstellungInPlan_BV_Darstellung_In_Plan_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bVKategorie_BV_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bearbeitungsvermerkRolle_Bearbeitungsvermerk_Rolle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bestandsrelevanz_Bestandsrelevanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_kommentar_Kommentar_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_kurztext_Kurztext_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_zeitBearbeitungsvermerk_Zeit_Bearbeitungsvermerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_bearbeitungsvermerkAllg_Bearbeitungsvermerk_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_iDAnhang_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_Bezeichnung_AttributeGroup_bezBedAnrueckabschnitt_Bez_Bed_Anrueckabschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_bezeichnung_Bedien_Anrueckabschnitt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_iDGleisAbschnittDarstellen_ID_Gleis_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_iDGleisAbschnittPosition_ID_Gleis_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Allg_AttributeGroup_melder_Melder_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Allg_AttributeGroup_schalter_Schalter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Allg_AttributeGroup_taste_Taste_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Bezeichnung_AttributeGroup_bezBedAnzeigeElement_Bez_Bed_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_bedienAnzeigeElementAllg_Bedien_Anzeige_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_bezeichnung_Bedien_Anzeige_Element_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_iDBedienEinrichtungOertlich_ID_Bedien_Einrichtung_Oertlich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_iDVerknuepftesElement_ID_Verknuepftes_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_aWert_A_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_bWert_B_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_cWert_C_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_dDWert_DD_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_xWert_X_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_yWert_Y_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_yYWert_YY_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_anbindungIB2_Anbindung_IB2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_anbindungIB3_Anbindung_IB3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_schrankreihe_Schrankreihe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_steuerbezirksname_Steuerbezirksname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_steuerbezirksnummer_Steuerbezirksnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Anhaenge_AttributeGroup_iDAnhangAnbindungIB2_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Anhaenge_AttributeGroup_iDAnhangAnbindungIB3_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Anhaenge_AttributeGroup_iDAnhangSteuerbezUebersicht_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_bedienBezirkAdressformel_Bedien_Bezirk_Adressformel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_bedienBezirkAllg_Bedien_Bezirk_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_bedienBezirkAnhaenge_Bedien_Bezirk_Anhaenge_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_iDBedienZentrale_ID_Bedien_Zentrale_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einricht_Oertlich_Allg_AttributeGroup_bedienEinrichtBauart_Bedien_Einricht_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einricht_Oertlich_Allg_AttributeGroup_hupeAnschaltzeit_Hupe_Anschaltzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_Bezeichnung_AttributeGroup_bedienEinrichtOertlBez_Bedien_Einricht_Oertl_Bez_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_bedienEinrichtOertlichAllg_Bedien_Einricht_Oertlich_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_bezeichnung_Bedien_Einrichtung_Oertlich_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_iDAnhangBenutzeroberflaeche_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_iDAussenelementansteuerung_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_GBT_Allg_AttributeGroup_rueckschauzeit_Rueckschauzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_GBT_Allg_AttributeGroup_vorschauzeit_Vorschauzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_GBT_bedienGBTAllg_Bedien_GBT_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_GBT_iDAnhangVorgabeGBT_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_GBT_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Anhaenge_AttributeGroup_iDAnhangMonitoraufteilung_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Anhaenge_AttributeGroup_iDAnhangRichtungssinn_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Anhaenge_AttributeGroup_iDAnhangVorgabeBELU_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_Allg_AttributeGroup_oberflaecheBildart_Oberflaeche_Bildart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_Allg_AttributeGroup_oberflaecheZustaendigkeit_Oberflaeche_Zustaendigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_bedienOberflaecheBildAllg_Bedien_Oberflaeche_Bild_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_iDBedienOberflaeche_ID_Bedien_Oberflaeche_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_bedienOberflaecheAnhaenge_Bedien_Oberflaeche_Anhaenge_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_Kennzahlen_AttributeGroup_betriebsstellenbezeichner_Betriebsstellenbezeichner_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_Kennzahlen_AttributeGroup_kennzahl_Kennzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_bedienOertlichkeitKennzahlen_Bedien_Oertlichkeit_Kennzahlen_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienPlatzArt_Bedien_Platz_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienplatzbezeichnung_Bedienplatzbezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienplatznummer_Bedienplatznummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienraumnummer_Bedienraumnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_bedienPlatzAllg_Bedien_Platz_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_iDAnhangMoebelplanAufriss_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_iDAnhangMoebelplanGrundriss_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_Bezeichnung_AttributeGroup_bezeichnungBSO_Bezeichnung_BSO_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_bSOIPAdressblock_BSO_IP_Adressblock_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_bezeichnung_Bedien_Standort_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_Bezeichnung_AttributeGroup_bezBedZentrale_Bez_Bed_Zentrale_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_bezeichnung_Bedien_Zentrale_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_iDAnhangPlanBedienraum_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_iDAnhangPlanRechnerraum_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_iDStrecke_ID_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Besondere_AttributeGroup_artBedingung_Art_Bedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_PZB_AttributeGroup_iDPZBElement_ID_PZB_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_PZB_AttributeGroup_wirksam_Wirksam_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Signal_AttributeGroup_iDSignalSignalbegriff_ID_Signal_Signalbegriff_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Signal_AttributeGroup_iDSignalbegriffWeiterer_ID_Signal_Signalbegriff_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Signal_AttributeGroup_verwendungAlsRueckfall_Verwendung_Als_Rueckfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Sonstige_AttributeGroup_anlagenteilSonstige_Anlagenteil_Sonstige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Sonstige_AttributeGroup_textBedingung_Text_Bedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Weiche_AttributeGroup_bedingungWeichenlage_Bedingung_Weichenlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Weiche_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_begrenzungA_Begrenzung_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_begrenzungB_Begrenzung_B_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_iDTOPKante_ID_TOP_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_richtungsbezug_Richtungsbezug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_bereichObjektTeilbereich_Bereich_Objekt_Teilbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungAussenanlage_Bezeichnung_Aussenanlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungLageplanKurz_Bezeichnung_Lageplan_Kurz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungLageplanLang_Bezeichnung_Lageplan_Lang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungTabelle_Bezeichnung_Tabelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_kennzahl_Kennzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_oertlicherElementname_Oertlicher_Elementname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_L2_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_L2_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_bezStreckeBTS1_Bez_Strecke_BTS_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_bezStreckeBTS2_Bez_Strecke_BTS_2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_bezStreckeBTS3_Bez_Strecke_BTS_3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_kmBTS1_Km_BTS_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_kmBTS2_Km_BTS_2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_kmBTS3_Km_BTS_3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_Datei_AttributeGroup_dateiname_Dateiname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_Datei_AttributeGroup_dateitypBinaerdatei_Dateityp_Binaerdatei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_binaerdatenDatei_Binaerdaten_Datei_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_daten_Daten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_Allg_AttributeGroup_schaltung_Schaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_Allg_AttributeGroup_schutzuebertrager_Schutzuebertrager_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_blockAnlageAllg_Block_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_iDBlockElementA_ID_Block_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_iDBlockElementB_ID_Block_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_iDGleisBezeichnung_ID_Gleis_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Allg_AttributeGroup_blockBauform_Block_Bauform_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Allg_AttributeGroup_rueckblockwecker_Rueckblockwecker_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Allg_AttributeGroup_vorblockwecker_Vorblockwecker_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_autoErlaubnisholen_Auto_Erlaubnisholen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_autoErlaubnisruecklauf_Auto_Erlaubnisruecklauf_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisStaendigVorhanden_Erlaubnis_Staendig_Vorhanden_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisabgabespeicherung_Erlaubnisabgabespeicherung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisholen_Erlaubnisholen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_blockElementAllg_Block_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_blockElementErlaubnis_Block_Element_Erlaubnis_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_iDBlockStrecke_ID_Block_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_iDRaeumungspruefung_ID_Schaltmittel_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_iDZugschlussmeldung_ID_Bedien_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_betriebsfuehrung_Betriebsfuehrung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_bremsweg_Bremsweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_streckeArt_Strecke_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_streckengeschwindigkeit_Streckengeschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_traktionArtElektrisch_Traktion_Art_Elektrisch_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_zugbeeinflussungArt_Zugbeeinflussung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_zusatzinformation_Zusatzinformation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_blockStreckeAllg_Block_Strecke_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDBetriebsstelleNachbar_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDKnotenbahnhof_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDStreckeBremsweg_ID_Strecke_Bremsweg_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDStrecke_ID_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOSegmentProfile_ATO_Segment_Profile.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOTSInstanz_ATO_TS_Instanz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOTimingPoint_ATO_Timing_Point.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_anhang_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aussenelementansteuerung_Aussenelementansteuerung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlageStrasse_BUE_Anlage_Strasse.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlageV_BUE_Anlage_V.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlage_BUE_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAusschaltung_BUE_Ausschaltung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEBedienAnzeigeElement_BUE_Bedien_Anzeige_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEDeckendesSignalZuordnung_BUE_Deckendes_Signal_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEEinschaltungZuordnung_BUE_Einschaltung_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEEinschaltung_BUE_Einschaltung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEGefahrraumEckpunkt_BUE_Gefahrraum_Eckpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEGleisbezogenerGefahrraum_BUE_Gleisbezogener_Gefahrraum.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEKante_BUE_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEKreuzungsplan_BUE_Kreuzungsplan.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUESchnittstelle_BUE_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUESpezifischesSignal_BUE_Spezifisches_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEWSFstrZuordnung_BUE_WS_Fstr_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigAnlage_Bahnsteig_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigDach_Bahnsteig_Dach.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigKante_Bahnsteig_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigZugang_Bahnsteig_Zugang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_balise_Balise.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bearbeitungsvermerk_Bearbeitungsvermerk.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienAnrueckabschnitt_Bedien_Anrueckabschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienAnzeigeElement_Bedien_Anzeige_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienBezirk_Bedien_Bezirk.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienEinrichtungOertlich_Bedien_Einrichtung_Oertlich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienGBT_Bedien_GBT.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOberflaecheBild_Bedien_Oberflaeche_Bild.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOberflaeche_Bedien_Oberflaeche.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOertlichkeit_Bedien_Oertlichkeit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienPlatz_Bedien_Platz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienStandort_Bedien_Standort.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienZentrale_Bedien_Zentrale.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_binaerdaten_Binaerdaten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockAnlage_Block_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockElement_Block_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockStrecke_Block_Strecke.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_datenpunktLink_Datenpunkt_Link.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_datenpunkt_Datenpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eSTWZentraleinheit_ESTW_Zentraleinheit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSKante_ETCS_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSKnoten_ETCS_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSRichtungsanzeige_ETCS_Richtungsanzeige.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSSignal_ETCS_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSWKr_ETCS_W_Kr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eVModul_EV_Modul.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fMAAnlage_FMA_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fMAElement_FMA_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fMAKomponente_FMA_Komponente.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fTAnschaltbedingung_FT_Anschaltbedingung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fTFahrwegTeil_FT_Fahrweg_Teil.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fachtelegramm_Fachtelegramm.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_flaFreimeldeZuordnung_Fla_Freimelde_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_flaSchutz_Fla_Schutz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_flaZwieschutz_Fla_Zwieschutz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrAbhaengigkeit_Fstr_Abhaengigkeit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrAneinanderZuordnung_Fstr_Aneinander_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrAneinander_Fstr_Aneinander.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrDWegWKr_Fstr_DWeg_W_Kr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrDWeg_Fstr_DWeg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrFahrweg_Fstr_Fahrweg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrNichthaltfall_Fstr_Nichthaltfall.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrRangierFlaZuordnung_Fstr_Rangier_Fla_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrSignalisierung_Fstr_Signalisierung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrUmfahrpunkt_Fstr_Umfahrpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrZugRangier_Fstr_Zug_Rangier.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gEOKante_GEO_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gEOKnoten_GEO_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gEOPunkt_GEO_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRAnlage_GFR_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRElement_GFR_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRTripelspiegel_GFR_Tripelspiegel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_geschwindigkeitsprofil_Geschwindigkeitsprofil.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisAbschluss_Gleis_Abschluss.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisAbschnitt_Gleis_Abschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisArt_Gleis_Art.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisBaubereich_Gleis_Baubereich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisBezeichnung_Gleis_Bezeichnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisFahrbahn_Gleis_Fahrbahn.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisLichtraum_Gleis_Lichtraum.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisSchaltgruppe_Gleis_Schaltgruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_hoehenlinie_Hoehenlinie.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_hoehenpunkt_Hoehenpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_kabelVerteilpunkt_Kabel_Verteilpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_kabel_Kabel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUAnlage_LEU_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUModul_LEU_Modul.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUSchaltkasten_LEU_Schaltkasten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lieferobjekt_Lieferobjekt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_luftTelegramm_Luft_Telegramm.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_markanterPunkt_Markanter_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBBedienAnzeigeElement_NB_Bedien_Anzeige_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZoneElement_NB_Zone_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZoneGrenze_NB_Zone_Grenze.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZone_NB_Zone.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nB_NB.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_oertlichkeit_Oertlichkeit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_pZBElementZuordnung_PZB_Element_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_pZBElement_PZB_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_pZBZuordnungSignal_PZB_Zuordnung_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_progDateiGruppe_Prog_Datei_Gruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_proxyObjekt_Proxy_Objekt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_rBC_RBC.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_regelzeichnungParameter_Regelzeichnung_Parameter.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_regelzeichnung_Regelzeichnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schaltmittelFstrZuordnung_Schaltmittel_Fstr_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schaltmittelZuordnung_Schaltmittel_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schloss_Schloss.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schlosskombination_Schlosskombination.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schluessel_Schluessel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schluesselsperre_Schluesselsperre.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schrankenantrieb_Schrankenantrieb.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalBefestigung_Signal_Befestigung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalFankZuordnung_Signal_Fank_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalRahmen_Signal_Rahmen.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalSignalbegriff_Signal_Signalbegriff.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signal_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_sonstigerPunkt_Sonstiger_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_stellBereich_Stell_Bereich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_stellelement_Stellelement.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_streckeBremsweg_Strecke_Bremsweg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_streckePunkt_Strecke_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_strecke_Strecke.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_tOPKante_TOP_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_tOPKnoten_TOP_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_technikStandort_Technik_Standort.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_technischerBereich_Technischer_Bereich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_technischerPunkt_Technischer_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_trasseKante_Trasse_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_trasseKante_Trasse_Kante_child_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_trasseKnoten_Trasse_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_ueberhoehung_Ueberhoehung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_ueberhoehungslinie_Ueberhoehungslinie.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_uebertragungsweg_Uebertragungsweg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_unterbringung_Unterbringung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_verkehrszeichen_Verkehrszeichen.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_wKrAnlage_W_Kr_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_wKrGspElement_W_Kr_Gsp_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_wKrGspKomponente_W_Kr_Gsp_Komponente.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_weichenlaufketteZuordnung_Weichenlaufkette_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_weichenlaufkette_Weichenlaufkette.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zBSSchutzstrecke_ZBS_Schutzstrecke.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zBSSignal_ZBS_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLDLPAbschnitt_ZL_DLP_Abschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLDLPFstr_ZL_DLP_Fstr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLFstrAnstoss_ZL_Fstr_Anstoss.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLFstr_ZL_Fstr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLSignalgruppeZuordnung_ZL_Signalgruppe_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLSignalgruppe_ZL_Signalgruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBusBesondereAnlage_ZLV_Bus_Besondere_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBusUSZuordnung_ZLV_Bus_US_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBus_ZLV_Bus.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zL_ZL.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNAkustik_ZN_Akustik.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNAnzeigefeld_ZN_Anzeigefeld.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNFortschaltKriterium_ZN_Fortschalt_Kriterium.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNTelegramm84Zuordnung_ZN_Telegramm_84_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNTelegramm85Zuordnung_ZN_Telegramm_85_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNUnterstation_ZN_Unterstation.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNZBS_ZN_ZBS.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zN_ZN.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zUBBereichsgrenze_ZUB_Bereichsgrenze.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zUBStreckeneigenschaft_ZUB_Streckeneigenschaft.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zugeinwirkung_Zugeinwirkung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Bezug_Funktional_AttributeGroup_dPBezugFunktionalArt_DP_Bezug_Funktional_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Bezug_Funktional_AttributeGroup_iDDPBezugFunktional_ID_DP_Bezug_Funktional_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_ETCS_Adresse_AttributeGroup_nIDBG_NID_BG_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_ETCS_Adresse_AttributeGroup_nIDC_NID_C_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_eTCSSystemVersion_ETCS_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_iDFTAnschaltbedingung_ID_FT_Anschaltbedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_sRSVersion_SRS_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_eTCSSystemVersion_ETCS_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFTAnschaltbedingungGeplant_ID_FT_Anschaltbedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFTAnschaltbedingungRealisiert_ID_FT_Anschaltbedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_sRSVersion_SRS_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypArt_DP_Typ_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGESG_DP_Typ_GESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGETCS_DP_Typ_GETCS_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGGNT_DP_Typ_GGNT_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGSonst_DP_Typ_GSonst_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGTrans_DP_Typ_GTrans_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGZBS_DP_Typ_GZBS_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GESG_AttributeGroup_dPTypESG_DP_Typ_ESG_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GESG_AttributeGroup_dPVerlinkt_DP_Verlinkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GESG_AttributeGroup_lfdNrAmBezugspunkt_Lfd_Nr_Am_Bezugspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_dPATO_DP_ATO_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_dPTypETCS_DP_Typ_ETCS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_iDDPBezugFunktional_ID_DP_Bezug_Funktional_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_verkuerzterAbstand_Verkuerzter_Abstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GGNT_AttributeGroup_dPTypGNT_DP_Typ_GNT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GSonst_AttributeGroup_anwendungSonst_Anwendung_Sonst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GSonst_AttributeGroup_dPTypSonst_DP_Typ_Sonst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GTrans_AttributeGroup_dPTypTrans_DP_Typ_Trans_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GZBS_AttributeGroup_dPTypZBS_DP_Typ_ZBS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_anwendungssystem_Anwendungssystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_datenpunktBeschreibung_Datenpunkt_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_datenpunktLaenge_Datenpunkt_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_sonstigeStandortangabe_Sonstige_Standortangabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_standortangabeBalisenschild_Standortangabe_Balisenschild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Einmesspunkt_AttributeGroup_abstandEinmesspunkt_Abstand_Einmesspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Einmesspunkt_AttributeGroup_iDEinmesspunkt_ID_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_anwendungESG_Anwendung_ESG_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_anwendungGNT_Anwendung_GNT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDDPLinkStart_ID_Datenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDDPLinkZiel_ID_Datenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_linkDistanz_Link_Distanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_zBSMerkmale_ZBS_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_zielDPAusrichtung_Ziel_DP_Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPBezugFunktional_DP_Bezug_Funktional_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPETCSAdresse_DP_ETCS_Adresse_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPTelegrammESG_DP_Telegramm_ESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPTelegramm_DP_Telegramm_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPTyp_DP_Typ_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_datenpunktAllg_Datenpunkt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_datenpunktEinmesspunkt_Datenpunkt_Einmesspunkt_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_iDRBC_ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_lEUSteuernde_LEU_Steuernde_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDocumentRoot_planProLayoutinfo_PlanPro_Layoutinfo.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDocumentRoot_planProSchnittstelle_PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndErlaeuterung_ESG_Ind_Erlaeuterung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndParameter_ESG_Ind_Parameter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndParameterwert_ESG_Ind_Parameterwert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_iDAnhangUiG_ID_Anhang_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_eTCSPaketnummer_ETCS_Paketnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_eTCSParErlaeuterung_ETCS_Par_Erlaeuterung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_eTCSParametername_ETCS_Parametername_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_eTCSParameterwert_ETCS_Parameterwert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_rekursion2Nr_Rekursion_2_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_rekursionNr_Rekursion_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_energieversorgungArtErsatz2_Energieversorgung_Art_Ersatz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_energieversorgungArtErsatz_Energieversorgung_Art_Ersatz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_energieversorgungArt_Energieversorgung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_iDEnergiePrimaer_ID_Energie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_iDEnergieSekundaer_ID_Energie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Allg_AttributeGroup_bauart_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Bezeichnung_AttributeGroup_bezeichnungESTWZE_Bezeichnung_ESTW_ZE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_bezeichnung_ESTW_Zentraleinheit_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_eSTWZEEnergieversorgung_ESTW_ZE_Energieversorgung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_eSTWZentraleinheitAllg_ESTW_Zentraleinheit_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDBedienBezirkVirtuell_ID_Bedien_Bezirk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDBedienBezirkZentral_ID_Bedien_Bezirk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDOertlichkeitNamensgebend_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDUnterbringung_ID_Unterbringung_Technik_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Adresse_AttributeGroup_nIDC_NID_C_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Adresse_AttributeGroup_nIDRBC_NID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_Bezeichnung_AttributeGroup_bezeichnungETCSKante_Bezeichnung_ETCS_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_bezeichnung_ETCS_Kante_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_iDETCSKnotenA_ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_iDETCSKnotenB_ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_iDRBC_ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_iDStrecke_ID_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_iDTOPKante_ID_TOP_Kante_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Knoten_iDTOPKnoten_ID_TOP_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Knoten_knotenAufTOPKante_Knoten_Auf_TOP_Kante_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Richtungsanzeige_iDFstrFahrweg_ID_Fstr_Fahrweg_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Richtungsanzeige_iDOertlichkeitInRichtung_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Richtungsanzeige_textmeldung_Textmeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_ausstiegETCSSperre_Ausstieg_ETCS_Sperre_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_dunkelschaltanstoss_Dunkelschaltanstoss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_einstiegErlaubt_Einstieg_Erlaubt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_gruppenID_Gruppen_ID_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_untergruppenID_Untergruppen_ID_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_DWeg_AttributeGroup_dWegIntervall200_DWeg_Intervall_200_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_DWeg_AttributeGroup_dWegIntervall50200_DWeg_Intervall_50_200_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_DWeg_AttributeGroup_dWegIntervall50_DWeg_Intervall_50_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVMeldepunkt_TBV_Meldepunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVTunnelbereichLaenge_TBV_Tunnelbereich_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVTunnelsignal_TBV_Tunnelsignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSGefahrpunktabstandAbweichend_ETCS_Gefahrpunktabstand_Abweichend_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSSignalAllg_ETCS_Signal_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSSignalDWeg_ETCS_Signal_DWeg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSSignalTBV_ETCS_Signal_TBV_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_iDETCSGefahrpunkt2_ID_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_iDETCSGefahrpunkt_ID_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_iDHOAFBOA_ID_Technischer_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_iDRBC_ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_iDSignal_ID_Signal_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_MUKA_AttributeGroup_gruppenID_Gruppen_ID_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_MUKA_AttributeGroup_untergruppenID_Untergruppen_ID_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_eTCSWKrMUKA_ETCS_W_Kr_MUKA_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_iDETCSGefahrpunktNebengleis_ID_Markanter_Punkt_Gleis_Abschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_iDETCSKnoten_ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_iDRBC_ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_iDWKrAnlage_ID_W_Kr_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_ausgangNr_Ausgang_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_maxUnterbrechungszeit_Max_Unterbrechungszeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_nennleistung_Nennleistung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_spannungArt_Spannung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_spannungToleranzObere_Spannung_Toleranz_Obere_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_spannungToleranzUntere_Spannung_Toleranz_Untere_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Eingang_AttributeGroup_eingangGepuffert_Eingang_Gepuffert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Eingang_AttributeGroup_energieEingangArt_Energie_Eingang_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Eingang_AttributeGroup_iDEnergieEingang_ID_Energie_Eingang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Eingang_AttributeGroup_primaerquelle_Primaerquelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_eVModulArt_EV_Modul_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_eVModulEingang_EV_Modul_Eingang_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_eVModulTyp_EV_Modul_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_iDElementUnterbringung_ID_Element_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Virtuell_AttributeGroup_iDQuellelement_ID_Quellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulAusgang_EV_Modul_Ausgang_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulPhysisch_EV_Modul_Physisch_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulVirtuell_EV_Modul_Virtuell_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungGEOPunktBezeichnung_GEO_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungGEOPunkt_GEO_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungPolygonzug_Darstellung_Polygonzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungRichtungswinkelBezeichnung_Darstellung_Richtungswinkel_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungRichtungswinkel_Darstellung_Richtungswinkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_elementPositionAllg_Element_Position_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_iDLageplanZustand_ID_Lageplan_Zustand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_referenzObjektDarstellung_Referenz_Objekt_Darstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_fuellung_Fuellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieArt_Linie_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieFarbwert_Linie_Farbwert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieSubart_Linie_Subart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_elementStilAllg_Element_Stil_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_iDLageplanZustand_ID_Lageplan_Zustand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_referenzObjektDarstellung_Referenz_Objekt_Darstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEntgleisungsschuh_AttributeGroup_auswurfrichtung_Auswurfrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEntgleisungsschuh_AttributeGroup_gleissperrensignal_Gleissperrensignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEntgleisungsschuh_AttributeGroup_schutzschiene_Schutzschiene_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMAArt_FMA_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMAHilffreimeldung_FMA_Hilffreimeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMAIsolierung_FMA_Isolierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMATyp_FMA_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Bezeichnung_AttributeGroup_bezeichnungKennbuchstabe_Bezeichnung_Kennbuchstabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_bettungswiderstand_Bettungswiderstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeBeeinflusst_FMA_Laenge_Beeinflusst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE1_FMA_Laenge_E1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE2_FMA_Laenge_E2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE3_FMA_Laenge_E3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeS_FMA_Laenge_S_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaenge_FMA_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Kaskade_AttributeGroup_fMAKaskadeBezeichnung_FMA_Kaskade_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Kaskade_AttributeGroup_fMAKaskadeEinzelauswertung_FMA_Kaskade_Einzelauswertung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Uebertragung_FMinfo_AttributeGroup_iDUebertragungFMinfo_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Uebertragung_FMinfo_AttributeGroup_uebertragungFMinfoRichtung_Uebertragung_FMinfo_Richtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Uebertragung_FMinfo_AttributeGroup_uebertragungFMinfoTyp_Uebertragung_FMinfo_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_bezeichnung_FMA_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageAllg_FMA_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageElektrMerkmale_FMA_Anlage_Elektr_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageKaskade_FMA_Anlage_Kaskade_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageUebertragungFMinfo_FMA_Anlage_Uebertragung_FMinfo_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_iDGleisAbschnitt_ID_Gleis_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_iDGleisfreimeldeInnenanlage_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Allg_AttributeGroup_fMAElementArt_FMA_Element_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Allg_AttributeGroup_fMAElementSeilanzahl_FMA_Element_Seilanzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Allg_AttributeGroup_fMAElementSeiltyp_FMA_Element_Seiltyp_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Anschluss_AttributeGroup_fMAAnschlussBezeichnung_FMA_Anschluss_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Anschluss_AttributeGroup_fMAAnschlussSpeiserichtung_FMA_Anschluss_Speiserichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_fMAElementAllg_FMA_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_fMAElementAnschluss_FMA_Element_Anschluss_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_fMAKomponenteSchienenprofil_FMA_Komponente_Schienenprofil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_fMAKomponenteStromversorgung_FMA_Komponente_Stromversorgung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_fMAKomponenteTyp_FMA_Komponente_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_iDEnergie_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_iDInformation_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_fMAKomponenteAchszaehlpunkt_FMA_Komponente_Achszaehlpunkt_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_fMAKomponenteArt_FMA_Komponente_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_iDFMAgrenze_ID_FMA_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungBesondere_Bedingung_Besondere_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungPZB_Bedingung_PZB_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungSignal_Bedingung_Signal_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungSonstige_Bedingung_Sonstige_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungWeiche_Bedingung_Weiche_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_abstandBesLangerEinfahrweg_Abstand_Bes_Langer_Einfahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_dPTypVLa_DP_Typ_V_La_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_eSGIndividuelleMerkmale_ESG_Individuelle_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_eSGSpezifischeMerkmale_ESG_Spezifische_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_iDMassgebendesZielsignal_ID_Signal_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_individualisierungWeitere_Individualisierung_Weitere_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_laengeGestufteVSignalisierung_Laenge_Gestufte_V_Signalisierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_nIDTSR_NID_TSR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_projektierungsfall_Projektierungsfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_telegrammnummer_Telegrammnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_ueberwachungLaenge_Ueberwachung_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vStart_V_Start_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vZiel_V_Ziel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vorsignalabstand_Vorsignalabstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_fTETCSL2Typ_FT_ETCS_L2_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCKennung_VBC_Kennung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCNIDC_VBC_NID_C_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCSetzen_VBC_Setzen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCTimer_VBC_Timer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Merkmale_AttributeGroup_fTETCSTransPaket41_FT_ETCS_Trans_Paket_41_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Merkmale_AttributeGroup_fTETCSTransPaketN_FT_ETCS_Trans_Paket_N_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_41_AttributeGroup_dLEVELTR_D_LEVELTR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_41_AttributeGroup_lACKLEVELTR_L_ACKLEVELTR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_41_AttributeGroup_mLEVELTR_M_LEVELTR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_41_AttributeGroup_nIDSTM_NID_STM_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSPaketnummer_ETCS_Paketnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSParErlaeuterung_ETCS_Par_Erlaeuterung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSParametername_ETCS_Parametername_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSParameterwert_ETCS_Parameterwert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_rekursion2Nr_Rekursion_2_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_rekursionNr_Rekursion_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_Allg_AttributeGroup_fWTeilNummer_FW_Teil_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_Allg_AttributeGroup_umfahrstrasse_Umfahrstrasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_Allg_AttributeGroup_zielIstFahrwegende_Ziel_Ist_Fahrwegende_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_fTFahrwegTeilAllg_FT_Fahrweg_Teil_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_iDStartDatenpunkt_ID_Datenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_iDStartSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_iDZielDatenpunkt_ID_Datenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_iDZielSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_startWElement_Start_W_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_zielWElement_Ziel_W_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teile_AttributeGroup_iDFTFahrwegTeil_ID_FT_Fahrweg_Teil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teile_AttributeGroup_istBefahren_Ist_Befahren_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_deltaVGES_Delta_VGES_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_deltaVLES_Delta_VLES_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_deltaVZES_Delta_VZES_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_fTGNTPunktart_FT_GNT_Punktart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_lLA_LLA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_neigung_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_sBE_SBE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_sTZ_STZ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_vGR_VGR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_vLA_VLA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_vZ_VZ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_zLA_ZLA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTHinweisFunktion_FT_Hinweis_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTZBSMerkmaleLa_FT_ZBS_Merkmale_La_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTZBSTyp_FT_ZBS_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_lMG_LM_G_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_laenge1_Laenge_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_massgebendeNeig1_Massgebende_Neig_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_massgebendeNeigSchutzstrecke_Massgebende_Neig_Schutzstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_mastschild_Mastschild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_schutzstreckeErforderlich_Schutzstrecke_Erforderlich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_schutzstreckeVorhanden_Schutzstrecke_Vorhanden_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_telegrammnummer_Telegrammnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_ueberwachungLaenge_Ueberwachung_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vBefehlR_V_Befehl_R_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vBefehlZ_V_Befehl_Z_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vFrei_V_Frei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vGR1_VGR_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vGR2_VGR_2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vZulStrecke_V_Zul_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichDistanz_ZBS_La_Bereich_Distanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichGeschwindigkeit_ZBS_La_Bereich_Geschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichLaenge_ZBS_La_Bereich_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichNeigung_ZBS_La_Bereich_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachdaten_AttributeGroup_ausgabeFachdaten_Ausgabe_Fachdaten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTESGMerkmale_FT_ESG_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTETCSL2Merkmale_FT_ETCS_L2_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTETCSTransMerkmale_FT_ETCS_Trans_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTFahrwegTeile_FT_Fahrweg_Teile_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTGNTMerkmale_FT_GNT_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTZBSMerkmale_FT_ZBS_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_iDDokuTelegrammkodierung_ID_AnhangBearbeitungsvermerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_wirkrichtungInDatenpunkt_Wirkrichtung_In_Datenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Freimelde_Zuordnung_flaRaumFreimeldung_Fla_Raum_Freimeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Freimelde_Zuordnung_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Freimelde_Zuordnung_iDFlaSchutz_ID_Fla_Schutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_eKWKrAnteil_EKW_Kr_Anteil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_fahrtUeber_Fahrt_Ueber_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_iDAnfordererElement_ID_Anforderer_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Signal_AttributeGroup_flaSignalZielsperrung_Fla_Signal_Zielsperrung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Signal_AttributeGroup_iDFlaSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_W_Gsp_AttributeGroup_flaWLage_Fla_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_W_Gsp_AttributeGroup_iDFlaWGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Weitergabe_AttributeGroup_iDFlaWeitergabeL_ID_Fla_Schutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Weitergabe_AttributeGroup_iDFlaWeitergabeR_ID_Fla_Schutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzAnforderer_Fla_Schutz_Anforderer_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzSignal_Fla_Schutz_Signal_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzWGsp_Fla_Schutz_W_Gsp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzWeitergabe_Fla_Schutz_Weitergabe_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaVerzicht_Fla_Verzicht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_iDFlaSchutzL_ID_Fla_Schutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_iDFlaSchutzR_ID_Fla_Schutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_massnahmeL_Massnahme_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_massnahmeR_Massnahme_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_nachlaufverhinderung_Nachlaufverhinderung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_flaZwieschutzElement_Fla_Zwieschutz_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_zwieschutzArt_Zwieschutz_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Abhaengigkeit_Ssp_AttributeGroup_aufloesungSspZielgleis_Aufloesung_Ssp_Zielgleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Abhaengigkeit_Ssp_AttributeGroup_iDSchluesselsperre_ID_Schluesselsperre_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Abhaengigkeit_fstrAbhaengigkeitSsp_Fstr_Abhaengigkeit_Ssp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Abhaengigkeit_iDBedienAnzeigeElement_ID_Bedien_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Abhaengigkeit_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Aneinander_Zuordnung_iDFstrAneinander_ID_Fstr_Aneinander_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Aneinander_Zuordnung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Aneinander_fstrAneinanderBedienstring_Fstr_Aneinander_Bedienstring_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Allg_AttributeGroup_laengeSoll_Laenge_Soll_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Allg_AttributeGroup_massgebendeNeigung_Massgebende_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Bezeichnung_AttributeGroup_bezeichnungFstrDWeg_Bezeichnung_Fstr_DWeg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_aufloesungVerzoegerung_Aufloesung_Verzoegerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_dWegReihenfolge_DWeg_Reihenfolge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_dWegVAufwertungVerzicht_DWeg_V_Aufwertung_Verzicht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_dWegV_DWeg_V_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_iDFMAAnlageZielgleis_ID_FMA_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_W_Kr_elementVerschluss_Element_Verschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_W_Kr_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_W_Kr_iDWKrGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_bezeichnung_Fstr_DWeg_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_fstrDWegAllg_Fstr_DWeg_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_fstrDWegSpezifisch_Fstr_DWeg_Spezifisch_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_iDFMAAnlageFreimeldung_ID_FMA_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_iDPZBGefahrpunkt_ID_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_fstrVHg_Fstr_V_Hg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_iDStart_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_iDZiel_ID_Ziel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_startSignalCharakter_Start_Signal_Charakter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Mittel_AttributeGroup_fstrMittelArt_Fstr_Mittel_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Mittel_AttributeGroup_fstrMittelVAufwertung_Fstr_Mittel_V_Aufwertung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Nichthaltfall_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Nichthaltfall_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_automatischeEinstellung_Automatische_Einstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_fstrRangierArt_Fstr_Rangier_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_iDFMAAnlageRangierFrei_ID_FMA_Anlage_Rangier_Frei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_rangierGegenfahrtausschluss_Rangier_Gegenfahrtausschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_Fla_Zuordnung_iDFlaSchutz_ID_Fla_Schutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_Fla_Zuordnung_iDFstrRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Signalisierung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Signalisierung_iDSignalSignalbegriffZiel_ID_Signal_Signalbegriff_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Signalisierung_iDSignalSignalbegriff_ID_Signal_Signalbegriff_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Umfahrpunkt_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Umfahrpunkt_iDUmfahrpunkt_ID_Umfahrpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_automatischeEinstellung_Automatische_Einstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrVsigabstandVerkuerzt_Fstr_Vsigabstand_Verkuerzt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrZugArt_Fstr_Zug_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrZugDWeg_Fstr_Zug_DWeg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_iDSignalGruppenausfahrt_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_DWeg_AttributeGroup_dWegVorzug_DWeg_Vorzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_DWeg_AttributeGroup_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fBedienung_F_Bedienung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fstrBedienstring_Fstr_Bedienstring_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fstrReihenfolge_Fstr_Reihenfolge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fstrV_Fstr_V_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_fstrMittel_Fstr_Mittel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_fstrRangier_Fstr_Rangier_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_fstrZugRangierAllg_Fstr_Zug_Rangier_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_fstrZug_Fstr_Zug_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_iDFstrAusschlussBesonders_ID_Fstr_Ausschluss_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOForm_GEO_Form_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOKAD_GEO_KAD_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOLaenge_GEO_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEORadiusA_GEO_Radius_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEORadiusB_GEO_Radius_B_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEORichtungswinkel_GEO_Richtungswinkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_gEOKanteAllg_GEO_Kante_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_iDGEOArt_ID_GEO_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_iDGEOKnotenA_ID_GEO_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_iDGEOKnotenB_ID_GEO_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Knoten_gEOPAD_GEO_PAD_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_gEOKoordinatensystem_GEO_Koordinatensystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_gKX_GK_X_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_gKY_GK_Y_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_gKZ_GK_Z_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_gEOPunktAllg_GEO_Punkt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_iDGEOKante_ID_GEO_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_bUESicherungszeit_BUE_Sicherungszeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_gFRArt_GFR_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_gFRTyp_GFR_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_gFRAnlageAllg_GFR_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_Bezeichnung_AttributeGroup_bezeichnungGFRElement_Bezeichnung_GFR_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_bUENeigung_BUE_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_bezeichnung_GFR_Element_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_gFRNeigung_GFR_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_iDGFRAnlage_ID_GFR_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_iDUnterbringung_ID_Unterbringung_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Allg_AttributeGroup_montagehoehe_Montagehoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Allg_AttributeGroup_pegel_Pegel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Allg_AttributeGroup_winkelAlpha_Winkel_Alpha_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Bezeichnung_AttributeGroup_bezeichnungGFRTripelspiegel_Bezeichnung_GFR_Tripelspiegel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_bezeichnung_GFR_Tripelspiegel_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_gFRTripelspiegelAllg_GFR_Tripelspiegel_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_iDGFRAnlage_ID_GFR_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_L_AttributeGroup_elementLage_Element_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_L_AttributeGroup_iDElement_ID_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_R_AttributeGroup_elementLage_Element_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_R_AttributeGroup_iDElement_ID_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_Allg_AttributeGroup_anzeigegefuehrtESKategorie_Anzeigegefuehrt_ES_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_Allg_AttributeGroup_geschwindigkeit_Geschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_Allg_AttributeGroup_vProfilArt_V_Profil_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_geschwindigkeitsprofilAllg_Geschwindigkeitsprofil_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschluss_gleisAbschlussArt_Gleis_Abschluss_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschnitt_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschnitt_geschwindigkeit_Geschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Art_gleisart_Gleisart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Baubereich_baubereichArt_Baubereich_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Bezeichnung_Bezeichnung_AttributeGroup_bezGleisBezeichnung_Bez_Gleis_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Bezeichnung_bezeichnung_Gleis_Bezeichnung_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Fahrbahn_konstruktion_Konstruktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Lichtraum_lichtraumprofil_Lichtraumprofil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Schaltgruppe_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Schaltgruppe_fahrstrom_Fahrstrom_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleissperre_Element_AttributeGroup_gleissperreBetriebsart_Gleissperre_Betriebsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleissperre_Element_AttributeGroup_gleissperreVorzugslage_Gleissperre_Vorzugslage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_Allg_AttributeGroup_hoehenlinieForm_Hoehenlinie_Form_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_Allg_AttributeGroup_hoehenlinieLaenge_Hoehenlinie_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_hoehenlinieAllg_Hoehenlinie_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDHoehenpunktA_ID_Hoehenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDHoehenpunktB_ID_Hoehenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDTOPKantePfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_gEOPAD_GEO_PAD_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_hSystem_HSystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_hoehenpunktDatum_Hoehenpunkt_Datum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_hoehenpunktHoehe_Hoehenpunkt_Hoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_neigung_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_hoehenpunktAllg_Hoehenpunkt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateINA_Gefahrstelle_AttributeGroup_iDMarkanterPunkt_ID_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateINA_Gefahrstelle_AttributeGroup_prioritaetGefahrstelle_Prioritaet_Gefahrstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_induktionsschutz_Induktionsschutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_kabelArt_Kabel_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_kabelLaenge_Kabel_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_kabelTyp_Kabel_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_nagetierschutz_Nagetierschutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Bezeichnung_AttributeGroup_bezeichnungKabel_Bezeichnung_Kabel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderDurchmesser_Ader_Durchmesser_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderQuerschnitt_Ader_Querschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderReserve_Ader_Reserve_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_anzahlVerseilelemente_Anzahl_Verseilelemente_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_verseilart_Verseilart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_Bezeichnung_AttributeGroup_bezeichnungKabelVerteilpunkt_Bezeichnung_Kabel_Verteilpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_bezeichnung_Kabel_Verteilpunkt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_kabelVerteilpunktArt_Kabel_Verteilpunkt_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_bezeichnung_Kabel_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_iDTrasseKante_ID_Trasse_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_kabelAllg_Kabel_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_kabelElement_Kabel_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKnoten_Auf_TOP_Kante_AttributeGroup_eTCSKnotenArtSonstige_ETCS_Knoten_Art_Sonstige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKnoten_Auf_TOP_Kante_AttributeGroup_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_elektrischerAntriebAnzahl_Elektrischer_Antrieb_Anzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_elektrischerAntriebLage_Elektrischer_Antrieb_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_geschwindigkeitL_Geschwindigkeit_L_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_geschwindigkeitR_Geschwindigkeit_R_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Allg_AttributeGroup_lEUAnlageArt_LEU_Anlage_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Allg_AttributeGroup_leistungsbedarf_Leistungsbedarf_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Bezeichnung_AttributeGroup_bezeichnungLEUAnlage_Bezeichnung_LEU_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_bezeichnung_LEU_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_iDLEUBezugspunkt_ID_LEU_Bezug_Funktional_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_lEUAnlageAllg_LEU_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_lEUModulArt_LEU_Modul_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_lEUModulGeraetestand_LEU_Modul_Geraetestand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_lEUModulTyp_LEU_Modul_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_iDBalise_ID_Balise_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_lEUAusgangNr_LEU_Ausgang_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_portNrAusgPhysisch_Port_Nr_Ausg_Physisch_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Bezeichnung_AttributeGroup_modulnummer_Modulnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_bezeichnung_LEU_Modul_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDInformationEingang_ID_Information_Eingang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDLEUAnlage_ID_LEU_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDLEUSchaltkasten_ID_LEU_Schaltkasten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_lEUModulAllg_LEU_Modul_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_lEUModulAusgang_LEU_Modul_Ausgang_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Bezeichnung_AttributeGroup_nummerSchaltkasten_Nummer_Schaltkasten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_anzahlVollLEUKalkuliert_Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_iDEnergieLEUSchaltkasten_ID_EV_Modul_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_maxLeistung_Max_Leistung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_spannungArt_Spannung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_ueberbrueckungEVUnterbrechung_Ueberbrueckung_EV_Unterbrechung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Position_AttributeGroup_iDBezugspunktPositionierung_ID_Bezugspunkt_Positionierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Position_AttributeGroup_positionSonstige_Position_Sonstige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Position_AttributeGroup_position_Position_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_bezeichnung_LEU_Schaltkasten_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_lEUSchaltkastenEnergie_LEU_Schaltkasten_Energie_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_lEUSchaltkastenPosition_LEU_Schaltkasten_Position_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_lEUSchaltkastenTyp_LEU_Schaltkasten_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Steuernde_AttributeGroup_iDLEUAnlage_ID_LEU_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Steuernde_AttributeGroup_lEUAusgangNr_LEU_Ausgang_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lOAusgabestand_LO_Ausgabestand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lODBFreigabe_LO_DB_Freigabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lODatumHerstellung_LO_Datum_Herstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lOEMANr_LO_EMA_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lOFirmensachnummer_LO_Firmensachnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lOSeriennummer_LO_Seriennummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Objekte_Planungsbereich_AttributeGroup_iDLSTObjektPlanungsbereich_ID_Ur_Objekt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Planung_AttributeGroup_fachdaten_Fachdaten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Planung_AttributeGroup_objektmanagement_Objektmanagement_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Zustand_anhangLSTZustand_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Zustand_container_Container_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdatei_Hilfe_AttributeGroup_iDBinaerdateiHilfe_ID_Binaerdaten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdatei_Hilfe_AttributeGroup_pruefmerkmaleBinaerdateiHilfe_Pruefmerkmale_Daten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdatei_Hilfe_AttributeGroup_verwendungHilfe_Verwendung_Hilfe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_iDAnhangEADoku_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_iDBinaerdaten_ID_Binaerdaten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_pruefmerkmaleBinaerdaten_Pruefmerkmale_Daten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Bezeichnung_AttributeGroup_bezeichnungLageplan_Bezeichnung_Lageplan_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_Bezeichnung_AttributeGroup_bezLageplanBlattschnitt_Bez_Lageplan_Blattschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_bezeichnung_Lageplan_Blattschnitt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_polygonzugAusrichtung_Polygonzug_Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_polygonzugBlattschnitt_Polygonzug_Blattschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Zustand_iDLageplan_ID_Lageplan_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Zustand_referenzLSTZustand_Referenz_LST_Zustand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_bezeichnung_Lageplan_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_iDLageplanBlattschnitt_ID_Lageplan_Blattschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_lageplanArt_Lageplan_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_beschreibung_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_iDGEOPunkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_iDLOEinbau_ID_LO_Einbau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_lOErsatz_LO_Ersatz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_lOMaterial_LO_Material_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_iDBaliseUebertragung_ID_Balise_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_lTBinaerdateiHilfe_LT_Binaerdatei_Hilfe_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_lTBinaerdaten_LT_Binaerdaten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_telegrammIndex_Telegramm_Index_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_Bezeichnung_AttributeGroup_bezeichnungMarkanterPunkt_Bezeichnung_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_bezeichnung_Markanter_Punkt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_iDDWegErlaubnisabhaengig_ID_Block_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_iDMarkanteStelle_ID_Markante_Stelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMetallteil_AttributeGroup_metallteilKategorie_Metallteil_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMetallteil_AttributeGroup_metallteilLaenge_Metallteil_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Element_iDBedienAnzeigeElement_ID_Bedien_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Element_iDNBZone_ID_NB_Zone_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Element_nBBedienAnzeigeFunktionen_NB_Bedien_Anzeige_Funktionen_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Funktionen_AttributeGroup_tasteANF_Taste_ANF_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Funktionen_AttributeGroup_tasteFGT_Taste_FGT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Funktionen_AttributeGroup_tasteWGT_Taste_WGT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bezeichnung_AttributeGroup_bezeichnungNB_Bezeichnung_NB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bezeichnung_AttributeGroup_kennzahl_Kennzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_aWU_AWU_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_fAFAE_FA_FAE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_fSTZ_F_ST_Z_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_sBUE_SBUE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_sLESLS_SLE_SLS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_wHU_WHU_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_wUS_WUS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Allg_AttributeGroup_nBVerhaeltnisBesonders_NB_Verhaeltnis_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Allg_AttributeGroup_rang_Rang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Bezeichnung_AttributeGroup_bezeichnungNBZone_Bezeichnung_NB_Zone_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_Allg_AttributeGroup_freieStellbarkeit_Freie_Stellbarkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_Allg_AttributeGroup_nBRueckgabevoraussetzung_NB_Rueckgabevoraussetzung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_Allg_AttributeGroup_wGspLage_W_Gsp_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_iDNBElement_ID_NB_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_iDNBZone_ID_NB_Zone_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_nBZoneElementAllg_NB_Zone_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Grenze_iDMarkanterPunkt_ID_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Grenze_iDNBZone_ID_NB_Zone_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Grenze_nBGrenzeArt_NB_Grenze_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Reihenfolgezwang_AttributeGroup_nBZoneAllg_NB_Zone_Allg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_bezeichnung_NB_Zone_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_iDNBZone_ID_NB_Zone_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_iDNB_ID_NB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_nBZoneAllg_NB_Zone_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_bezeichnung_NB_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_nBArt_NB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_nBFunktionalitaetNBR_NB_Funktionalitaet_NB_R_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateObjektmanagement_AttributeGroup_lSTPlanungProjekt_Planung_Projekt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateObjektreferenzen_AttributeGroup_dBGDIReferenz_DB_GDI_Referenz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateObjektreferenzen_AttributeGroup_technischerPlatz_Technischer_Platz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Allg_AttributeGroup_oertlichkeitArt_Oertlichkeit_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Allg_AttributeGroup_oertlichkeitGueltigAb_Oertlichkeit_Gueltig_Ab_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Allg_AttributeGroup_oertlichkeitGueltigBis_Oertlichkeit_Gueltig_Bis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Bezeichnung_AttributeGroup_oertlichkeitAbkuerzung_Oertlichkeit_Abkuerzung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Bezeichnung_AttributeGroup_oertlichkeitKurzname_Oertlichkeit_Kurzname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Bezeichnung_AttributeGroup_oertlichkeitLangname_Oertlichkeit_Langname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_bezeichnung_Oertlichkeit_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDOertlichkeitAwanstBedient_ID_Oertlichkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDOertlichkeit_ID_Oertlichkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDStreckePunkt_ID_Strecke_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_oertlichkeitAllg_Oertlichkeit_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_adressePLZOrt_Adresse_PLZ_Ort_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_adresseStrasseNr_Adresse_Strasse_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_eMailAdresse_E_Mail_Adresse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_nameOrganisation_Name_Organisation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_organisationseinheit_Organisationseinheit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_telefonnummer_Telefonnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GM_AttributeGroup_pZBAbstandGM_PZB_Abstand_GM_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GM_AttributeGroup_pZBINA_PZB_INA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEAbstandAbweichend_GUE_Abstand_Abweichend_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEAnordnung_GUE_Anordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEBauart_GUE_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEEnergieversorgung_GUE_Energieversorgung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEMessstrecke_GUE_Messstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_iDPZBElementMitnutzung_ID_PZB_Element_Mitnutzung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_messfehler_Messfehler_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_pruefgeschwindigkeit_Pruefgeschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_pruefzeit_Pruefzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_iDPZBElementBezugspunkt_ID_PZB_Element_Bezugspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_iNAGefahrstelle_INA_Gefahrstelle_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_pZBElementZuordnungINA_PZB_Element_Zuordnung_INA_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_wirksamkeit_Wirksamkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_Fstr_AttributeGroup_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_Fstr_AttributeGroup_wirksamkeitFstr_Wirksamkeit_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_INA_AttributeGroup_iDAnhangINA_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_INA_AttributeGroup_iDBahnsteigKante_ID_Bahnsteig_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_pZBElementZuordnungBP_PZB_Element_Zuordnung_BP_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_pZBElementZuordnungFstr_PZB_Element_Zuordnung_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_iDPZBElementZuordnung_ID_PZB_Element_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_iDStellelement_ID_Stellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_pZBArt_PZB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_pZBElementGM_PZB_Element_GM_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_pZBElementGUE_PZB_Element_GUE_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Zuordnung_Signal_iDPZBElementZuordnung_ID_PZB_Element_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Zuordnung_Signal_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_bearbeitungsvermerk_Bearbeitungsvermerk.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_elementPosition_Element_Position.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_elementStil_Element_Stil.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_lageplanBlattschnitt_Lageplan_Blattschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_lageplanZustand_Lageplan_Zustand.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_lageplan_Lageplan.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_Allg_AttributeGroup_bemerkung_Bemerkung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_Allg_AttributeGroup_erzeugungZeitstempel_Erzeugung_Zeitstempel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_Allg_AttributeGroup_werkzeugName_Werkzeug_Name_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_Allg_AttributeGroup_werkzeugVersion_Werkzeug_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_lSTPlanung_LST_Planung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_lSTZustand_LST_Zustand.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_planProSchnittstelleAllg_PlanPro_Schnittstelle_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_bauphase_Bauphase_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_bauzustandKurzbezeichnung_Bauzustand_Kurzbezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_bauzustandLangbezeichnung_Bauzustand_Langbezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_datumAbschlussEinzel_Datum_Abschluss_Einzel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_datumRegelwerksstand_Datum_Regelwerksstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_indexAusgabe_Index_Ausgabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_informativ_Informativ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_laufendeNummerAusgabe_Laufende_Nummer_Ausgabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_planungEArt_Planung_E_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_planungPhase_Planung_Phase_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Ausgabe_Besonders_AttributeGroup_referenzVergleichBesonders_Referenz_Vergleich_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Ausgabe_Besonders_AttributeGroup_vergleichAusgabestandBasis_Vergleich_Ausgabestand_Basis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Ausgabe_Besonders_AttributeGroup_vergleichstypBesonders_Vergleichstyp_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEAbnahme_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEErstellung_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEFreigabe_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEGenehmigung_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEGleichstellung_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEPruefung_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEQualitaetspruefung_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungESonstige_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEUebernahme_Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangErlaeuterungsbericht_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangMaterialBesonders_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangVzG_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_iDAusgabeFachdaten_ID_Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_lSTObjektePlanungsbereich_LST_Objekte_Planungsbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEAllg_Planung_E_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEAusgabeBesonders_Planung_E_Ausgabe_Besonders_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEHandlung_Planung_E_Handlung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_referenzPlanungBasis_Referenz_Planung_Basis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_anhangBAST_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_datumAbschlussGruppe_Datum_Abschluss_Gruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_planProXSDVersion_PlanPro_XSD_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_planungGArtBesonders_Planung_G_Art_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_untergewerkArt_Untergewerk_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_verantwortlicheStelleDB_Verantwortliche_Stelle_DB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Fuehrende_Strecke_AttributeGroup_streckeAbschnitt_Strecke_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Fuehrende_Strecke_AttributeGroup_streckeKm_Strecke_Km_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Fuehrende_Strecke_AttributeGroup_streckeNummer_Strecke_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bauabschnitt_Bauabschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bezeichnungAnlage_Bezeichnung_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bezeichnungPlanungGruppe_Bezeichnung_Planung_Gruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bezeichnungUnteranlage_Bezeichnung_Unteranlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_planungsbueroLogo_Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_planungsbuero_Organisation.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_fuehrendeOertlichkeit_Fuehrende_Oertlichkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_lSTPlanungEinzel_Planung_Einzel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_planungGAllg_Planung_G_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_planungGFuehrendeStrecke_Planung_G_Fuehrende_Strecke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_planungGSchriftfeld_Planung_G_Schriftfeld_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_polygoneBetrachtungsbereich_Polygone_Betrachtungsbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_polygonePlanungsbereich_Polygone_Planungsbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_bezeichnungPlanungProjekt_Bezeichnung_Planung_Projekt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_datumAbschlussProjekt_Datum_Abschluss_Projekt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_projektNummer_Projekt_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_projektleiter_Akteur.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Projekt_lSTPlanungGruppe_Planung_Gruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Projekt_planungPAllg_Planung_P_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Betrachtungsbereich_AttributeGroup_koordinatensystemBB_Koordinatensystem_BB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Betrachtungsbereich_AttributeGroup_polygonzugBetrachtungsbereich_Polygonzug_Betrachtungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Planungsbereich_AttributeGroup_koordinatensystemPB_Koordinatensystem_PB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Planungsbereich_AttributeGroup_polygonzugPlanungsbereich_Polygonzug_Planungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_anzeigetext_Anzeigetext_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_einzeldateiArt_Einzeldatei_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_iDBinaerdatei_ID_Binaerdaten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_konfigurationskennung_Konfigurationskennung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_pruefmerkmaleBinaerdatei_Pruefmerkmale_Daten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_pruefmerkmaleProgKomponente_Pruefmerkmale_Daten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_verwendung_Verwendung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Gruppe_iDKomponenteProgrammiert_ID_Komponente_Programmiert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Gruppe_progDateiEinzel_Prog_Datei_Einzel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProxy_Objekt_lSTObjektArt_LST_Objekt_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_datumAuslieferung_Datum_Auslieferung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_pruefsummeArt_Pruefsumme_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_pruefsumme_Pruefsumme_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_versionAuslieferung_Version_Auslieferung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_iDStrecke_ID_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_kmMassgebend_Km_Massgebend_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_streckeKm_Strecke_Km_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_abstand_Abstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_iDGEOPunktBerechnet_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_iDTOPKante_ID_TOP_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_seitlicheLage_Seitliche_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_seitlicherAbstand_Seitlicher_Abstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_wirkrichtung_Wirkrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_punktObjektStrecke_Punkt_Objekt_Strecke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Allg_AttributeGroup_rBCETCSSystemVersion_RBC_ETCS_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Allg_AttributeGroup_rBCSRSVersion_RBC_SRS_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Allg_AttributeGroup_rufnummer_Rufnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Bezeichnung_AttributeGroup_bezeichnungRBC_Bezeichnung_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_bezeichnung_RBC_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_eTCSAdresse_ETCS_Adresse_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_iDOertlichkeitNamensgebend_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_rBCAllg_RBC_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_bild_Bild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_rZNummer_RZ_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_titel_Titel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_untertitel_Untertitel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_Allg_AttributeGroup_rZParameterName_RZ_Parameter_Name_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_Allg_AttributeGroup_rZParameterWert_RZ_Parameter_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_regelzeichnungParameterAllg_Regelzeichnung_Parameter_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_regelzeichnungAllg_Regelzeichnung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_ausrichtungWinkel_Ausrichtung_Winkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_baumprofil_Baumprofil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_gitterbehang_Gitterbehang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_lagerungArt_Lagerung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_lieferlaenge_Lieferlaenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_montageAusgleichsgewichte_Montage_Ausgleichsgewichte_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_sperrlaenge_Sperrlaenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Fstr_Zuordnung_iDBUEWSFstrZuordnung_ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Fstr_Zuordnung_iDSchaltmittelZuordnung_ID_Schaltmittel_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Zuordnung_iDAnforderung_ID_Anforderung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Zuordnung_iDSchalter_ID_Schalter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Zuordnung_schaltmittelFunktion_Schaltmittel_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_BUE_AttributeGroup_bUELage_BUE_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_BUE_AttributeGroup_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Bezeichnung_AttributeGroup_bezeichnungSchloss_Bezeichnung_Schloss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Gsp_AttributeGroup_gspLage_Gsp_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Gsp_AttributeGroup_iDGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sk_AttributeGroup_hauptschloss_Hauptschloss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sk_AttributeGroup_iDSchlosskombination_ID_Schlosskombination_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sonderanlage_AttributeGroup_beschreibungSonderanlage_Beschreibung_Sonderanlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sonderanlage_AttributeGroup_iDSonderanlage_ID_Sonderanlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sonderanlage_AttributeGroup_sonderanlageLage_Sonderanlage_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Ssp_AttributeGroup_iDSchluesselsperre_ID_Schluesselsperre_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_iDWKrElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_schlossArt_Schloss_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_verschlussOrt_Verschluss_Ort_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_wAnbaulage_W_Anbaulage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_wLage_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_bezeichnung_Schloss_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_iDSchluessel_ID_Schluessel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossBUE_Schloss_BUE_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossGsp_Schloss_Gsp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossSk_Schloss_Sk_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossSonderanlage_Schloss_Sonderanlage_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossSsp_Schloss_Ssp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossW_Schloss_W_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schluesselInGrdstEingeschl_Schluessel_In_Grdst_Eingeschl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_technischBerechtigter_Technisch_Berechtigter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchlosskombination_Bezeichnung_AttributeGroup_bezeichnungSk_Bezeichnung_Sk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchlosskombination_bezeichnung_Schlosskombination_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchlosskombination_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_Allg_AttributeGroup_schluesselBartform_Schluessel_Bartform_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_Allg_AttributeGroup_schluesselGruppe_Schluessel_Gruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_Bezeichnung_AttributeGroup_bezeichnungSchluessel_Bezeichnung_Schluessel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_bezeichnung_Schluessel_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_schluesselAllg_Schluessel_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_bedienungArt_Bedienung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_iDStellelement_ID_Stellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_abstandGehwegFahrbahn_Abstand_Gehweg_Fahrbahn_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_schaltgruppe_Schaltgruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Bezeichnung_AttributeGroup_bezSchrankenantrieb_Bez_Schrankenantrieb_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_bezeichnung_Schrankenantrieb_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_sASchrankenbaum_SA_Schrankenbaum_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_schrankenantriebAllg_Schrankenantrieb_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_befestigungArt_Befestigung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_fundamentArt_Fundament_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_hoeheFundamentoberkante_Hoehe_Fundamentoberkante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_obereLichtpunkthoehe_Obere_Lichtpunkthoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDBefestigungBauwerk_ID_Befestigung_Bauwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDSignalBefestigung_ID_Signal_Befestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_signalBefestigungAllg_Signal_Befestigung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fank_Zuordnung_iDSignalFank_ID_Signal_Fank_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fank_Zuordnung_iDSignalStart_ID_Signal_Start_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fiktiv_AttributeGroup_autoEinstellung_Auto_Einstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fiktiv_AttributeGroup_fiktivesSignalFunktion_Fiktives_Signal_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_besetzteAusfahrt_Besetzte_Ausfahrt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_dAManuell_DA_Manuell_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_durchfahrt_Durchfahrt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_iDRaZielErlaubnisabhaengig_ID_Block_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_rangierstrasseRestaufloesung_Rangierstrasse_Restaufloesung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_Aus_Inselgleis_AttributeGroup_iDRaFahrtGleichzeitigVerbot_ID_Signal_Gleisbezechnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_Aus_Inselgleis_AttributeGroup_iDZgFahrtGleichzeitigVerbot_ID_Signal_Gleisbezechnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_S_AttributeGroup_gegengleis_Gegengleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_S_AttributeGroup_iDAnrueckverschluss_ID_Schaltmittel_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_S_AttributeGroup_iDZweitesHaltfallkriterium_ID_Zweites_Haltfallkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDRegelzeichnung_ID_Regelzeichnung_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDSignalBefestigung_ID_Signal_Befestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDSignalNachordnung_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_rahmenArt_Rahmen_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_rahmenHoehe_Rahmen_Hoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_autoEinstellung_Auto_Einstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_iDStellelement_ID_Stellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_sonstigeZulaessigeAnordnung_Sonstige_Zulaessige_Anordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_tunnelsignal_Tunnelsignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_richtpunkt_Richtpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_richtpunktentfernung_Richtpunktentfernung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_signalArt_Signal_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_signalsystem_Signalsystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_streuscheibeArt_Streuscheibe_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_streuscheibeBetriebsstellung_Streuscheibe_Betriebsstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_dunkelschaltung_Dunkelschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_funktionOhneSignal_Funktion_Ohne_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_geltungsbereich_Geltungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalBefestigungsart_Signal_Befestigungsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalFunktion_Signal_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalRealAktivSchirm_Signal_Real_Aktiv_Schirm_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalRealAktiv_Signal_Real_Aktiv_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalsichtErreichbar_Signalsicht_Erreichbar_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalsichtMindest_Signalsicht_Mindest_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalsichtSoll_Signalsicht_Soll_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_anschaltdauer_Anschaltdauer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_beleuchtet_Beleuchtet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_geschaltet_Geschaltet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_zs2Ueberwacht_Zs2_Ueberwacht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_iDSignalRahmen_ID_Signal_Rahmen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_signalSignalbegriffAllg_Signal_Signalbegriff_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_pZBSchutzstreckeSoll_PZB_Schutzstrecke_Soll_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_signalFiktiv_Signal_Fiktiv_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_signalFstrAusInselgleis_Signal_Fstr_Aus_Inselgleis_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_signalFstrS_Signal_Fstr_S_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_signalFstr_Signal_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_signalReal_Signal_Real_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSonstiger_Punkt_iDBeginnBereich_ID_Beginn_Bereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStart_W_Element_AttributeGroup_iDStartWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStart_W_Element_AttributeGroup_wAnschluss_W_Anschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStell_Bereich_bezeichnungStellwerk_Bezeichnung_Stellwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStell_Bereich_iDAussenelementansteuerung_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStell_Bereich_zusatzinformationStellwerk_Zusatzinformation_Stellwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStellelement_iDEnergie_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStellelement_iDInformation_ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bezeichnung_AttributeGroup_bezeichnungStrecke_Bezeichnung_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bremsweg_bremsweg_Bremsweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bremsweg_streckeRichtung_Strecke_Richtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Punkt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Punkt_iDStrecke_ID_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Punkt_streckeMeter_Strecke_Meter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_bezeichnung_Strecke_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_kantenname_Kantenname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPAnschlussA_TOP_Anschluss_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPAnschlussB_TOP_Anschluss_B_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPLaenge_TOP_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_iDTOPKnotenA_ID_TOP_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_iDTOPKnotenB_ID_TOP_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_tOPKanteAllg_TOP_Kante_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Knoten_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Knoten_knotenname_Knotenname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockBlau_IP_Adressblock_Blau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockGrau_IP_Adressblock_Grau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_AB_Teilsystem_AttributeGroup_tSOTeilsystemArt_TSO_Teilsystem_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV4_IP_Adressblock_Blau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV6_IP_Adressblock_Blau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV4_IP_Adressblock_Grau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV6_IP_Adressblock_Grau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_regionalbereich_Regionalbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_tSOIPABTeilsystem_TSO_IP_AB_Teilsystem_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_Bezeichnung_AttributeGroup_bezeichnungTSO_Bezeichnung_TSO_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_bezeichnung_Technik_Standort_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_iDBedienStandort_ID_Bedien_Standort_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_tSOIPAdressblock_TSO_IP_Adressblock_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Bereich_tBArt_TB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Bereich_tBBeschreibung_TB_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Punkt_tPArt_TP_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Punkt_tPBeschreibung_TP_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Alle_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Alle_Fstr_AttributeGroup_telegramm84FuerAlleFstr_Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Einzelne_Fstr_AttributeGroup_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Einzelne_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Alle_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Alle_Fstr_AttributeGroup_telegramm85FuerAlleFstr_Telegramm_85_Fuer_Alle_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Einzelne_Fstr_AttributeGroup_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Einzelne_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_comparisonFinalState_SComparison.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_comparisonInitialState_SComparison.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_compositePlanning_PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_primaryPlanningIDReferences_ID_PlanPro_Schnittstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_primaryPlanning_PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_secondaryPlanning_PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_comparisonFinalState_SComparison.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_comparisonInitialState_SComparison.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_compositePlanning_PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_primaryPlanning_PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_secondaryPlanning_PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Kante_iDTrasseKnotenA_ID_Trasse_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Kante_iDTrasseKnotenB_ID_Trasse_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Kante_trasseKanteArt_Trasse_Kante_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Kante_trasseNutzer_Trasse_Nutzer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Knoten_iDAnschlussElement_ID_Anschluss_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Knoten_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Knoten_trasseKnotenArt_Trasse_Knoten_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_Allg_AttributeGroup_gEOPAD_GEO_PAD_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_Allg_AttributeGroup_ueberhoehungDatum_Ueberhoehung_Datum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_Allg_AttributeGroup_ueberhoehungHoehe_Ueberhoehung_Hoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_ueberhoehungAllg_Ueberhoehung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_Allg_AttributeGroup_ueberhoehungslinieForm_Ueberhoehungslinie_Form_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_Allg_AttributeGroup_ueberhoehungslinieLaenge_Ueberhoehungslinie_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_iDTOPKantePfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_iDUeberhoehungA_ID_Ueberhoehung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_iDUeberhoehungB_ID_Ueberhoehung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_ueberhoehungslinieAllg_Ueberhoehungslinie_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_Technik_AttributeGroup_bandbreite_Bandbreite_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_Technik_AttributeGroup_mediumArt_Medium_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_Technik_AttributeGroup_netzArt_Netz_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_Technik_AttributeGroup_technikArt_Technik_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_Technik_AttributeGroup_technikBeschreibung_Technik_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_iDAnhangUeWegNach_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_iDAnhangUeWegVon_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_iDUebertragungswegNach_ID_Uebertragungsweg_Nach_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_iDUebertragungswegVon_ID_Uebertragungsweg_Von_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_uebertragungswegArt_Uebertragungsweg_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_uebertragungswegTechnik_Uebertragungsweg_Technik_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_Allg_AttributeGroup_tueranschlag_Tueranschlag_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_Allg_AttributeGroup_unterbringungArt_Unterbringung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_Allg_AttributeGroup_unterbringungBefestigung_Unterbringung_Befestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_iDGEOPunkt_ID_GEO_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_punktObjektStrecke_Punkt_Objekt_Strecke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_standortBeschreibung_Standort_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_unterbringungAllg_Unterbringung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_unterbringungPolygonzug_Unterbringung_Polygonzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUr_Objekt_identitaet_Identitaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Allg_AttributeGroup_abstandGehwegFahrbahn_Abstand_Gehweg_Fahrbahn_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Allg_AttributeGroup_ausrichtungWinkel_Ausrichtung_Winkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Allg_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_blitzpfeil_Blitzpfeil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_montageBesonders_Montage_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_richtungspfeil_Richtungspfeil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_schutzbuegel_Schutzbuegel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_zusatzschild_Zusatzschild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Bezeichnung_AttributeGroup_bezeichnungVerkehrszeichen_Bezeichnung_Verkehrszeichen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_akustikFussgaenger_Akustik_Fussgaenger_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_kontrastblende_Kontrastblende_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_optikDurchmesser_Optik_Durchmesser_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_optikSymbolmaske_Optik_Symbolmaske_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_schaltgruppe_Schaltgruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_tragkopfVerstellbar_Tragkopf_Verstellbar_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_vorgeschaltet_Vorgeschaltet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_bezeichnung_Verkehrszeichen_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_iDUnterbringung_ID_Unterbringung_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_verkehrszeichenAllg_Verkehrszeichen_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_verkehrszeichenAndreaskreuz_Verkehrszeichen_Andreaskreuz_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_verkehrszeichenLz_Verkehrszeichen_Lz_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_vzSperrstrecke_Vz_Sperrstrecke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_sperrstreckeFussgaenger_Sperrstrecke_Fussgaenger_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_sperrstrecke_Sperrstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_vzSperrstreckeSchranke_Vz_Sperrstrecke_Schranke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_vzSperrstreckeVorgeschaltet_Vz_Sperrstrecke_Vorgeschaltet_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Schranke_AttributeGroup_raeumstrecke_Raeumstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Schranke_AttributeGroup_teilsperrstrecke_Teilsperrstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_beeinflussungStrassenverkehr_Beeinflussung_Strassenverkehr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDAB_Raeumstrecke_DAB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDBK_Raeumstrecke_DBK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDCK_Raeumstrecke_DCK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDSKStrich_Raeumstrecke_DSK_Strich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_Allg_AttributeGroup_isolierfall_Isolierfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_Allg_AttributeGroup_wKrArt_W_Kr_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_Allg_AttributeGroup_wKrGrundform_W_Kr_Grundform_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_iDAnhangDWS_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_wKrAnlageAllg_W_Kr_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_Allg_AttributeGroup_krKrWSeitenzuordnung_Kr_KrW_Seitenzuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_Allg_AttributeGroup_vorzugslageAutomatik_Vorzugslage_Automatik_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_Allg_AttributeGroup_wKrGspStellart_W_Kr_Gsp_Stellart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_gleissperreElement_Gleissperre_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDStellelement_ID_Stellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDWKrAnlage_ID_W_Kr_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDWeichenlaufkette_ID_Weichenlaufkette_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_wKrGspElementAllg_W_Kr_Gsp_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_weicheElement_Weiche_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_austauschAntriebe_Austausch_Antriebe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_besonderesFahrwegelement_Besonderes_Fahrwegelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_entgleisungsschuh_Entgleisungsschuh_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_iDWKrGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_kreuzung_Kreuzung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_zungenpaar_Zungenpaar_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_auffahrortung_Auffahrortung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_gZFreimeldungL_GZ_Freimeldung_L_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_gZFreimeldungR_GZ_Freimeldung_R_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_iDGrenzzeichen_ID_Grenzzeichen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_weicheBetriebsart_Weiche_Betriebsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_weicheVorzugslage_Weiche_Vorzugslage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeichenlaufkette_Zuordnung_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeichenlaufkette_Zuordnung_iDWeichenlaufkette_ID_Weichenlaufkette_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeichenlaufkette_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Merkmale_AttributeGroup_dPLinkArt_DP_Link_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Merkmale_AttributeGroup_zBSReaktion_ZBS_Reaktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_Allg_AttributeGroup_laengeSollMind150_Laenge_Soll_Mind_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_Allg_AttributeGroup_massgebendeNeigungMind150_Massgebende_Neigung_Mind_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_Allg_AttributeGroup_vFrei_V_Frei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_iDFstrDWeg_ID_Fstr_DWeg_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_zBSSchutzstreckeAllg_ZBS_Schutzstrecke_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_abstandReduziert_Abstand_Reduziert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_massgebendeNeigungMindSig150_Massgebende_Neigung_Mind_Sig_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_massgebendeNeigungMindSig_Massgebende_Neigung_Mind_Sig_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_solllaengeMindSig150_Solllaenge_Mind_Sig_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_solllaengeMindSig_Solllaenge_Mind_Sig_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_iDSignal_ID_Signal_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_zBSSignalSignalabstand_ZBS_Signal_Signalabstand_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Allg_AttributeGroup_unterstationMax_Unterstation_Max_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Allg_AttributeGroup_zNModem_ZN_Modem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_Bezeichnung_AttributeGroup_bezeichnungBesondereAnlage_Bezeichnung_Besondere_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_bezeichnung_ZLV_Bus_Besondere_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_iDZLVBus_ID_ZLV_Bus_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_unterstationNr_Unterstation_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Bezeichnung_AttributeGroup_zLVBusNr_ZLV_Bus_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm02_Telegramm_02_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm03_Telegramm_03_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm04_Telegramm_04_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm10_Telegramm_10_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm21_Telegramm_21_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm30_Telegramm_30_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_iDZLVBus_ID_ZLV_Bus_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_iDZNUnterstation_ID_ZN_Unterstation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_zLVBusUSZuordnungTelegramm_ZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_zLVBusZuordnungAllg_ZLV_Bus_Zuordnung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Zuordnung_Allg_AttributeGroup_anschlussnummer_Anschlussnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Zuordnung_Allg_AttributeGroup_unterstationNr_Unterstation_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_bezeichnung_ZLV_Bus_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_zLVBusAllg_ZLV_Bus_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_anzahlWiederholZLAnstoesse_Anzahl_Wiederhol_ZL_Anstoesse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_deadlockpruefung_Deadlockpruefung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_einstellkontrollzeit_Einstellkontrollzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_lenkabbruchzeit_Lenkabbruchzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_personalReaktionszeit_Personal_Reaktionszeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_DLP_Abschnitt_iDGleisAbschnitt_ID_Gleis_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_DLP_Abschnitt_iDZLDLPFstr_ID_ZL_DLP_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_DLP_Fstr_iDZLFstr_ID_ZL_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_annaeherungsgeschwindigkeit_Annaeherungsgeschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_dWegPrio_DWeg_Prio_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_fUEMAuswertung_FUEM_Auswertung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_fstrBildezeit_Fstr_Bildezeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_sichtzeitVorsignal_Sichtzeit_Vorsignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_Allg_AttributeGroup_gKZSS_GKZSS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_Allg_AttributeGroup_vmaxAnnaeherung_Vmax_Annaeherung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_Allg_AttributeGroup_zLFstrZuschlag_ZL_Fstr_Zuschlag_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_GK_AttributeGroup_gK_GK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_GK_AttributeGroup_tvGK_Tv_GK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDEinschaltpunkt_ID_Einschaltpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDVorsignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDZLFstr_ID_ZL_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDZNAnzeigefeldAnstoss_ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_zLFstrAnstossAllg_ZL_Fstr_Anstoss_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_zLFstrAnstossGK_ZL_Fstr_Anstoss_GK_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_iDZLFstr_ID_ZL_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_iDZL_ID_ZL_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_zLFstrAllg_ZL_Fstr_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Signalgruppe_Allg_AttributeGroup_signalgruppeBezeichner_Signalgruppe_Bezeichner_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Signalgruppe_Zuordnung_iDSignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Signalgruppe_Zuordnung_iDZLSignalgruppe_ID_ZL_Signalgruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Signalgruppe_iDZL_ID_ZL_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Signalgruppe_zLSignalgruppeAllg_ZL_Signalgruppe_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_ZN_AttributeGroup_lenkziffernstellen_Lenkziffernstellen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_ZN_AttributeGroup_zNStellen_ZN_Stellen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_iDZN_ID_ZN_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_zLAllg_ZL_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_zLZN_ZL_ZN_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_Anzeigefeld_AttributeGroup_akustikdauerAnbAnn_Akustikdauer_Anb_Ann_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_Anzeigefeld_AttributeGroup_akustikdauerSonst_Akustikdauer_Sonst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_Anzeigefeld_AttributeGroup_akustikdauerVoranz_Akustikdauer_Voranz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_iDZNAnzeigefeld_ID_ZN_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_iDZN_ID_ZN_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_zNAkustikAnzeigefeld_ZN_Akustik_Anzeigefeld_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Allg_AttributeGroup_einwahlstelle_Einwahlstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Allg_AttributeGroup_reaktivierungsfunktion_Reaktivierungsfunktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Allg_AttributeGroup_zNAnlagentyp_ZN_Anlagentyp_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bedienbarkeitAnzeigefeld_Bedienbarkeit_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bfNrANB_Bf_Nr_ANB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bfNrZNA_Bf_Nr_ZN_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_funktionalitaetAnzeigefeld_Funktionalitaet_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_hOA_HOA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_sichtbarkeitAnzeigefeld_Sichtbarkeit_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_verzoegerungManuellLoeschung_Verzoegerung_Manuell_Loeschung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_vormeldestart_Vormeldestart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_zNAnzeigefeldLoeschkriterium_ZN_Anzeigefeld_Loeschkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_zNFeldOhneAnzeige_ZN_Feld_Ohne_Anzeige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_zugvorbereitungsmeldung_Zugvorbereitungsmeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Bezeichnung_AttributeGroup_zNABedienbezeichnerFrei_ZN_A_Bedienbezeichner_Frei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Bezeichnung_AttributeGroup_zNABezeichner_ZN_A_Bezeichner_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_iDGleisAbschnitt_ID_Gleis_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_iDZLVBus_ID_ZLV_Bus_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_iDZNAnzeigefeld_ID_ZN_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_iDZN_ID_ZN_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_zNAnzeigefeldAllg_ZN_Anzeigefeld_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_zNAnzeigefeldBezeichnung_ZN_Anzeigefeld_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_ausfahrdruckGegengleis_Ausfahrdruck_Gegengleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_ausfahrdruck_Ausfahrdruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_durchfahrdruck_Durchfahrdruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_einfahrdruckGegengleis_Einfahrdruck_Gegengleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_einfahrdruck_Einfahrdruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_meldedruck_Meldedruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Schalt_AttributeGroup_besonderesSchaltkriterium_Besonderes_Schaltkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Schalt_AttributeGroup_iDFortschaltungStart_ID_Fortschaltung_Start_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Schalt_AttributeGroup_telegrammwiederholung_Telegrammwiederholung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Schalt_AttributeGroup_zNSchaltkriterium_ZN_Schaltkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_iDZNFortschaltKritStart_ID_ZN_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_iDZNFortschaltKritZiel_ID_ZN_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_iDZN_ID_ZN_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_zNFortschaltKritDruck_ZN_Fortschalt_Krit_Druck_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_zNFortschaltKritSchalt_ZN_Fortschalt_Krit_Schalt_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_iDZN_ID_ZN_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_telegramm84AlleFstr_Telegramm_84_Alle_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_telegramm84EinzelneFstr_Telegramm_84_Einzelne_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_telegramm84Verzicht_Telegramm_84_Verzicht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_85_Zuordnung_iDZN_ID_ZN_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_85_Zuordnung_telegramm85AlleFstr_Telegramm_85_Alle_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_85_Zuordnung_telegramm85EinzelneFstr_Telegramm_85_Einzelne_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_bfKennung_Bf_Kennung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_kUsZeittelegramm_KUs_Zeittelegramm_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_koppelunterstation_Koppelunterstation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zBSAdresse_ZBS_Adresse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zBSAnbindung_ZBS_Anbindung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zNUnterstationBfNr_ZN_Unterstation_Bf_Nr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zeitsynchronisationFunkuhr_Zeitsynchronisation_Funkuhr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Bf_Nr_AttributeGroup_bfNr_Bf_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Bf_Nr_AttributeGroup_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Bf_Nr_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_iDZNZBS_ID_ZN_ZBS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_zNUnterstationAllg_ZN_Unterstation_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_ZBS_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_ZBS_iPAdresse_IP_Adresse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_ZBS_zBSSchnittstelle_ZBS_Schnittstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_bezeichnungStellwerk_Bezeichnung_Stellwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDAnhangZNPlanBedienraum_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDAnhangZNPlanRechnerraum_ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDOertlichkeit_ID_Oertlichkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDStellwerk_ID_Stellwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDUnterbringung_ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDZNUnterstation_ID_ZN_Unterstation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_zNAllg_ZN_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_iDElementGrenze_ID_Element_Grenze_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_iDRBCVorGrenze_ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_systemVorGrenzeBesonders_System_Vor_Grenze_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_systemVorGrenze_System_Vor_Grenze_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Bezeichnung_AttributeGroup_bezZUBBereichsgrenze_Bez_ZUB_Bereichsgrenze_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_bgrenzeNachESGBedAusstieg_Bgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_harterAusstiegAusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_abstandGrenzeBereichC_Abstand_Grenze_Bereich_C_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_baselineSystemVersion_Baseline_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_bgrenzeNachL2BedEinstieg_Bgrenze_Nach_L2_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_einstiegOhneRueckwSig_Einstieg_Ohne_Rueckw_Sig_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_iDRBCNachGrenze_ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_iDSignalZufahrtsicherungL2oS_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_zUBBereichsgrenzeNachL2VonESG_ZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktEHEMFolgesignal_Abstand_Datenpunkt_EH_EM_Folgesignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktEPTPI_Abstand_Datenpunkt_EP_TPI_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktTPIFolgesignal_Abstand_Datenpunkt_TPI_Folgesignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_iDFachtelegramm_ID_Fachtelegramm_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_iDFolgesignal_ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_LZB_AttributeGroup_bgrenzeNachLZBBedEinstieg_Bgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_LZB_AttributeGroup_harterAusstiegAusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_LZB_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup_bgrenzeNachOhneBedEinstieg_Bgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_bgrenzeNachPZBBedEinstieg_Bgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_harterAusstiegAusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup_bezeichnungZUB_Bezeichnung_ZUB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup_laengeAusfuehrungsbereich_Laenge_Ausfuehrungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ZBS_AttributeGroup_bgrenzeNachZBSBedEinstieg_Bgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_bezeichnung_ZUB_Bereichsgrenze_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeAllg_ZUB_Bereichsgrenze_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachESG_ZUB_Bereichsgrenze_Nach_ESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachGNT_ZUB_Bereichsgrenze_Nach_GNT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachL2_ZUB_Bereichsgrenze_Nach_L2_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachLZB_ZUB_Bereichsgrenze_Nach_LZB_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachOhne_ZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachPZB_ZUB_Bereichsgrenze_Nach_PZB_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachSonstige_ZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachZBS_ZUB_Bereichsgrenze_Nach_ZBS_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBgrenzeRBCWechsel_ZUB_Bgrenze_RBC_Wechsel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bgrenze_RBC_Wechsel_AttributeGroup_bgrenzeRBCWechselBTSKette_Bgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bgrenze_RBC_Wechsel_AttributeGroup_iDRBCNachGrenze_ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_SE_Ausruestung_AttributeGroup_anwendungssystem_Anwendungssystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_SE_Ausruestung_AttributeGroup_baselineSystemVersion_Baseline_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_Bezeichnung_AttributeGroup_bezeichnungZUBSE_Bezeichnung_ZUB_SE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_bezeichnung_ZUB_Streckeneigenschaft_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_metallteil_Metallteil_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_oberstrombegrenzungGueterzug_Oberstrombegrenzung_Gueterzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_oberstrombegrenzungReisezug_Oberstrombegrenzung_Reisezug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotAnhalten_Verbot_Anhalten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotRegenerativeBremse_Verbot_Regenerative_Bremse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotWBArt_Verbot_WB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_zUBSEAusruestung_ZUB_SE_Ausruestung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZiel_W_Element_AttributeGroup_iDZielWElement_ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZiel_W_Element_AttributeGroup_wAnschluss_W_Anschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_Allg_AttributeGroup_zugeinwirkungArt_Zugeinwirkung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_Allg_AttributeGroup_zugeinwirkungTyp_Zugeinwirkung_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_bezeichnung_Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_zugeinwirkungAllg_Zugeinwirkung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_elektrischerAntriebAnzahl_Elektrischer_Antrieb_Anzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_elektrischerAntriebLage_Elektrischer_Antrieb_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_geschwindigkeitL_Geschwindigkeit_L_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_geschwindigkeitR_Geschwindigkeit_R_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_herzstueckAntriebe_Herzstueck_Antriebe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_kreuzungsgleis_Kreuzungsgleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_stammgleis_Stammgleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_weichensignal_Weichensignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_zungenpruefkontaktAnzahl_Zungenpruefkontakt_Anzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_Energieversorgung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_GFK_IP_Adressblock_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Segment_Profile.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Segment_Profile_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_TS_Instanz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_TS_Instanz_Adresse_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Timing_Point.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Timing_Point_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Timing_Point_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AWU_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/A_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_ATO_Halt_Vor_EoA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Bes_Langer_Einfahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Datenpunkt_EH_EM_Folgesignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Datenpunkt_EP_TPI_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Datenpunkt_TPI_Folgesignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Einmesspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Gehweg_Fahrbahn_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Grenze_Bereich_C_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Reduziert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ader_Durchmesser_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ader_Querschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ader_Reserve_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Adresse_PLZ_Ort_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Adresse_Strasse_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustik_Fussgaenger_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustikdauer_Anb_Ann_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustikdauer_Sonst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustikdauer_Voranz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anbindung_IB2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anbindung_IB3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anlagenteil_Sonstige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Annaeherungsgeschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anordnung_Im_DP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anschaltdauer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anschlussnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anwendung_ESG_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anwendung_GNT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anwendung_Sonst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anwendungssystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Verseilelemente_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Wiederhol_ZL_Anstoesse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzeigegefuehrt_ES_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzeigetext_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Art_Bedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auffahrortung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aufloesung_Ssp_Zielgleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aufloesung_Verzoegerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausfahrdruck_Gegengleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausfahrdruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausgabe_Fachdaten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausgang_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausrichtung_Winkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausstieg_ETCS_Sperre_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Austausch_Antriebe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auswurfrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Einstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Erlaubnisholen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Erlaubnisruecklauf_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Het_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Automatische_Einstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BSO_IP_AB_Teilsystem_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BSO_IP_Adressblock_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BSO_Teilsystem_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Abhaengigkeit_Fue_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Fuss_Rad_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Strasse.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Strasse_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_V.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_V_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Ausschaltung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Bedien_Anz_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Bedien_Anzeige_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Buestra_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Deckendes_Signal_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung_Hp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Funktionsueberwachung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Gefahrraum_Eckpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Gefahrraum_Eckpunkt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Gleisbezogener_Gefahrraum.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Handschalteinrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Kreuzungsplan.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Kreuzungsplan_Koordinaten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Mit_GFR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Nachlaufzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Schnittstelle_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Sicherungsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Sicherungszeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Spezifisches_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Strasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Technik_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Vorlaufzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_WS_Fstr_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BV_Darstellung_In_Plan_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BV_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/B_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Dach.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Kante_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Kante_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balise.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balise_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balise_Geraetestand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balisenhalter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bandbreite_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baseline_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Basis_Objekt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauabschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baubereich_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baulast_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baumprofil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauphase_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauzustand_Kurzbezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauzustand_Langbezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bearbeitungsvermerk.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bearbeitungsvermerk_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bearbeitungsvermerk_Rolle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anrueckabschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anrueckabschnitt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Adressformel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Anhaenge_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einricht_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einricht_Oertl_Bez_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einricht_Oertlich_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einrichtung_Oertlich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einrichtung_Oertlich_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_GBT.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_GBT_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche_Anhaenge_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche_Bild.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche_Bild_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oertlichkeit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oertlichkeit_Kennzahlen_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Standort.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Standort_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Zentrale.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Zentrale_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienbarkeit_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienplatzbezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienplatznummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienraumnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Besondere_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_PZB_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Signal_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Sonstige_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Weiche_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Weichenlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beeinflussung_Strassenverkehr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Befestigung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Begrenzung_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Begrenzung_B_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beleuchtet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bemerkung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bereich_Objekt_Teilbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beschreibung_Sonderanlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besetzte_Ausfahrt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besonderes_Fahrwegelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besonderes_Schaltkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bestandsrelevanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bestandsschutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Betriebsfuehrung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Betriebsstellenbezeichner_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bettungswiderstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Anrueckabschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Zentrale_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Gleis_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Lageplan_Blattschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Schrankenantrieb_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_ZUB_Bereichsgrenze_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_AEA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ATO_TP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Aussenanlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_BSO_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Bahnsteig_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Bahnsteig_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Besondere_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ESTW_ZE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ETCS_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Fstr_DWeg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_GFR_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_GFR_Tripelspiegel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Kabel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Kabel_Verteilpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Kennbuchstabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_LEU_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_Kurz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_Lang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_NB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_NB_Zone_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Planung_Gruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Planung_Projekt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Schloss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Schluessel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Sk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Stellwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_TSO_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Tabelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Unteranlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Verkehrszeichen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ZUB_SE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ZUB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Kennung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Nr_ANB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Nr_ZN_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_L2_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Binaerdaten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Binaerdaten_Datei_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Blitzpfeil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Bauform_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Element_Erlaubnis_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Strecke.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Strecke_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bremsweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/C_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Container_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DA_Manuell_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DB_GDI_Referenz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DD_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_ATO_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Bezug_Funktional_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Bezug_Funktional_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_ETCS_Adresse_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Link_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Telegramm_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Telegramm_ESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_ESG_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_ETCS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GETCS_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GGNT_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GNT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GSonst_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GTrans_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GZBS_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_Sonst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_Trans_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_V_La_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_ZBS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Verlinkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_200_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_50_200_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_50_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Prio_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Reihenfolge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_V_Aufwertung_Verzicht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_V_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Vorzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/D_LEVELTR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Darstellung_Polygonzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Darstellung_Richtungswinkel_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Darstellung_Richtungswinkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateiname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateityp_Binaerdatei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateityp_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Daten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Einmesspunkt_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Link.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Abschluss_Einzel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Abschluss_Gruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Abschluss_Projekt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Auslieferung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Regelwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Regelwerksstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Uebernahme_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Deadlockpruefung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Delta_VGES_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Delta_VLES_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Delta_VZES_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DocumentRoot.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dunkelschaltanstoss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dunkelschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Durchfahrdruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Durchfahrt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EKW_Kr_Anteil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Ind_Erlaeuterung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Ind_Parameter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Ind_Parameterwert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Individuelle_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Spezifische_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_ZE_Energieversorgung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_Zentraleinheit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_Zentraleinheit_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_Zentraleinheit_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Adresse_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Gefahrpunktabstand_Abweichend_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Kante_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Knoten_Art_Sonstige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Paketnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Par_Erlaeuterung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Parametername_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Parameterwert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Richtungsanzeige.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_DWeg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_TBV_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_W_Kr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_W_Kr_MUKA_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Ausgang_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Eingang_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Physisch_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Virtuell_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/E_Mail_Adresse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einfahrdruck_Gegengleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einfahrdruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Eingang_Gepuffert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einschaltverz_Errechnet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einschaltverz_Gewaehlt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstellkontrollzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstieg_Erlaubt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstieg_Ohne_Rueckw_Sig_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einwahlstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einzeldatei_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Elektrischer_Antrieb_Anzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Elektrischer_Antrieb_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Position.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Position_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Stil.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Stil_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Verschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Energie_Eingang_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Energieversorgung_Art_Ersatz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Energieversorgung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Entgleisungsschuh_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnis_Staendig_Vorhanden_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnisabgabespeicherung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnisholen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erreichungstoleranz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ersatzstecker_Gleisbezogen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erzeugung_Zeitstempel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FA_FAE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Elektr_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Kaskade_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Uebertragung_FMinfo_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anschluss_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anschluss_Speiserichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Anschluss_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Seilanzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Seiltyp_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Hilffreimeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Isolierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Kaskade_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Kaskade_Einzelauswertung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Achszaehlpunkt_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Schienenprofil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Stromversorgung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_Beeinflusst_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_S_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Anschaltbedingung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Subtyp_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_L2_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_L2_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Paket_41_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Paket_N_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Fahrweg_Teil.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Fahrweg_Teil_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Fahrweg_Teile_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_GNT_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_GNT_Punktart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Hinweis_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ZBS_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ZBS_Merkmale_La_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ZBS_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FUEM_Auswertung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FW_Teil_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/F_Bedienung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/F_ST_Z_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fabrikat_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fachdaten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fachtelegramm.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrbahn_Befestigung_Gleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrbahn_Befestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrbahn_Breite_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrstrom_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrt_Ueber_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fiktives_Signal_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Freimelde_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Raum_Freimeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_Anforderer_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_Signal_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_W_Gsp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_Weitergabe_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Signal_Zielsperrung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Verzicht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Zwieschutz.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Zwieschutz_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Freie_Stellbarkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Abhaengigkeit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Abhaengigkeit_Ssp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander_Bedienstring_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Bedienstring_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Bildezeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_Spezifisch_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_W_Kr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Fahrweg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Mittel_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Mittel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Mittel_V_Aufwertung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Nichthaltfall.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Rangier_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Rangier_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Rangier_Fla_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Reihenfolge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Signalisierung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Umfahrpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_V_Hg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_V_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Vsigabstand_Verkuerzt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_DWeg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_Rangier.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_Rangier_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fue_Schaltfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuehrende_Oertlichkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fundament_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Funktion_Ohne_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Funktionalitaet_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuss_Radweg_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuss_Radweg_Seite_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Form_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_KAD_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Kante_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Koordinatensystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_PAD_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Punkt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Radius_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Radius_B_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Richtungswinkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFK_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Element_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Tripelspiegel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Tripelspiegel_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Tripelspiegel_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GKZSS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_X_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_Y_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_Z_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Abstand_Abweichend_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Anordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Bauart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Energieversorgung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Messstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GZ_Freimeldung_L_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GZ_Freimeldung_R_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gegengleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geltungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschaltet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeit_L_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeit_R_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeitsprofil.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeitsprofil_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gitterbehang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Abschluss.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Abschluss_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Abschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Am_Bue_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Art.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Baubereich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Bezeichnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Bezeichnung_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Fahrbahn.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Lichtraum.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Schaltgruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleisart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Betriebsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Vorzugslage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperrensignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gruppen_ID_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gsp_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/HOA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/HSystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Haltetoleranz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Haltezeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Harter_Ausstieg_Aus_L2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hauptschloss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hauptzugang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hersteller_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Herzstueck_Antriebe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hinweis_Balisenbefestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehe_Fundamentoberkante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie_Form_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Datum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Hoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hp_Ersatzstecker_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hupe_Anschaltzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ATO_TS_Instanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ATO_TS_Instanz_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anforderer_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anforderung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_AnhangBearbeitungsvermerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anhang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anhang_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anschluss_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Aussenelementansteuerung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Aussenelementansteuerung_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Bedien_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Einschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Gleisbezogener_Gefahrraum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Schnittstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Balise_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Balise_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Basis_Objekt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bearbeitungsvermerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Anzeige_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Bezirk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Einrichtung_Oertlich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Oberflaeche_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Standort_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Zentrale_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Befestigung_Bauwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Beginn_Bereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bezugspunkt_Positionierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bezugspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Binaerdaten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Block_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Block_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Block_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_DP_Bezug_Funktional_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Datenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Datenpunkt_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ESTW_Zentraleinheit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ETCS_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ETCS_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_EV_Modul_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Einschaltpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_Grenze_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Energie_Eingang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Energie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Anlage_Rangier_Frei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Komponente_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FT_Anschaltbedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FT_Fahrweg_Teil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fachtelegramm_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fachtelegramm_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fla_Schutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fortschaltung_Start_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Aneinander_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Ausschluss_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_DWeg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_DWeg_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Fahrweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Fahrweg_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Zug_Rangier_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Punkt_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GFR_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Gleis_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Gleis_Bezeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Grenzzeichen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Handschalt_Wirkfunktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Hoehenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Information_Eingang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Information_Primaer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Komponente_Programmiert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Bezug_Funktional_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Schaltkasten_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LO_Einbau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Lageplan_Blattschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Lageplan_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Lageplan_Zustand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Markante_Stelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Markanter_Punkt_Gleis_Abschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Markanter_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_Zone_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_Ausgabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_Bezugspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_Mitnutzung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PlanPro_Schnittstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Planung_Einzel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Planungsgrundlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Quellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Regelzeichnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Regelzeichnung_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schalter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schaltmittel_Zuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schlosskombination_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schluessel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schluesselsperre_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Befestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Fank_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Gleisbezechnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Rahmen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Signalbegriff_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Start_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Sonderanlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Stellelement_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Stellwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Strecke_Bremsweg_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Strecke_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Kante_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Technischer_Punkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Trasse_Kante_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Trasse_Knoten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ueberhoehung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Uebertragungsweg_Nach_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Uebertragungsweg_Von_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Umfahrpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_Technik_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ur_Objekt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Verknuepftes_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Anlage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Anlage_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Gsp_Element_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Gsp_Komponente_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Weichenlaufkette_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZLV_Bus_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZLV_Bus_ohne_Proxy_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_DLP_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_Signalgruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Fortschalt_Kriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Unterstation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_ZBS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ziel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Zugeinwirkung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Zweites_Haltfallkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/INA_Gefahrstelle_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Blau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Blau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Blau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_V4_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_V6_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adresse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ident_Rolle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Identitaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Index_Ausgabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Individualisierung_Weitere_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Induktionsschutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Informativ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Isolierfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ist_Befahren_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/KUs_Zeittelegramm_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Verteilpunkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Verteilpunkt_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Verteilpunkt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kantenname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kennzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Klassifizierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_BTS_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_BTS_2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_BTS_3_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_Massgebend_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Knoten_Auf_TOP_Kante_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Knotenname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kommentar_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Konfigurationskennung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Konstruktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kontrastblende_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Koordinatensystem_BB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Koordinatensystem_PB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Koppelunterstation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kr_KrW_Seitenzuordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzungsgleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzungswinkel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kurztext_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kurzzugschaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Ausgang_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Ausgang_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Geraetestand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Energie_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Position_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Steuernde_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LFUE_Impuls_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LLA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LM_G_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Ausgabestand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_DB_Freigabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Datum_Herstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_EMA_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Ersatz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Firmensachnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Material_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Seriennummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Objekt_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Objekte_Planungsbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Planung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Zustand.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LT_Binaerdatei_Hilfe_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LT_Binaerdaten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/L_ACKLEVELTR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Ausfuehrungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Gestufte_V_Signalisierung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Soll_Mind_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Soll_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lage_Zum_Gleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Blattschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Blattschnitt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Zustand.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lagerung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laufende_Nummer_Ausgabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Leistungsbedarf_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lenkabbruchzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lenkziffernstellen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lfd_Nr_Am_Bezugspunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lichtraumprofil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lieferlaenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lieferobjekt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Linie_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Linie_Farbwert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Linie_Subart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Link_Distanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Luft_Telegramm.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/M_LEVELTR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Markanter_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Markanter_Punkt_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neig_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neig_Schutzstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_Sig_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_Sig_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massnahme_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Mastschild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Max_Leistung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Max_Unterbrechungszeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Medium_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Meldedruck_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Melder_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Messfehler_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_Kategorie_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Modulnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montage_Ausgleichsgewichte_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montage_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montageabweichung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montagehoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bedien_Anzeige_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bedien_Anzeige_Funktionen_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Funktionalitaet_NB_R_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Grenze_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Rueckgabevoraussetzung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Verhaeltnis_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Allg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Grenze.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Reihenfolgezwang_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_ATOTS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_BG_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_C_ATOTS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_C_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_RBC_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_SP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_STM_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_TP_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_TSR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nachlaufverhinderung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nagetierschutz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_10_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_5_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Organisation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nennleistung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Netz_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nummer_Schaltkasten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Obere_Lichtpunkthoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberflaeche_Bildart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberflaeche_Zustaendigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberstrombegrenzung_Gueterzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberstrombegrenzung_Reisezug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektmanagement_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektreferenzen_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektzustand_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlicher_Elementname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Abkuerzung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Gueltig_Ab_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Gueltig_Bis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Kurzname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Langname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Optik_Durchmesser_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Optik_Symbolmaske_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Organisation.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Organisationseinheit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Abstand_GM_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_GM_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_GUE_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung_BP_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung_INA_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_INA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Schutzstrecke_Soll_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Zuordnung_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pegel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Personal_Reaktionszeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pixel_Koordinate_X_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pixel_Koordinate_Y_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_Layoutinfo.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_Schnittstelle.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_Schnittstelle_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_XSD_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Plan_Quelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Ausgabe_Besonders_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Handlung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Einzel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_G_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_G_Art_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_G_Fuehrende_Strecke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_G_Schriftfeld_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Gruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_P_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Phase_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Projekt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygone_Betrachtungsbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygone_Planungsbereich_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Betrachtungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Blattschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Planungsbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Port_Nr_Ausg_Physisch_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Position_Sonstige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Position_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Primaerquelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prioritaet_Gefahrstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prioritaet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prog_Datei_Einzel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prog_Datei_Gruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Projekt_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Projektierungsfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Proxy_Objekt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefgeschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefmerkmale_Daten_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefsumme_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefsumme_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Punkt_Objekt_Strecke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Punkt_Objekt_TOP_Kante_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_ETCS_System_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_SRS_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RZ_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RZ_Parameter_Name_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RZ_Parameter_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DAB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DBK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DCK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DSK_Strich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rahmen_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rahmen_Hoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rang_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rangier_Gegenfahrtausschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rangierstrasse_Restaufloesung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Reaktivierungsfunktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Referenz_LST_Zustand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Referenz_Objekt_Darstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Referenz_Planung_Basis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Referenz_Vergleich_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Parameter.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Parameter_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regionalbereich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rekursion_2_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rekursion_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtpunktentfernung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtungsbezug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtungspfeil_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rueckblockwecker_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rueckschauzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rufnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SA_Schrankenbaum_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SBE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SBUE_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SLE_SLS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SRS_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/STZ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schalter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltgruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Fstr_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_BUE_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Gsp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Sk_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Sonderanlage_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Ssp_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_W_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schlosskombination.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schlosskombination_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_Bartform_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_Gruppe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_In_Grdst_Eingeschl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluesselsperre.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schrankenantrieb.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schrankenantrieb_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schrankenantrieb_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schrankreihe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzbuegel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzschiene_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzstrecke_Erforderlich_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzstrecke_Vorhanden_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzuebertrager_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Seitliche_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Seitlicher_Abstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sicherheitsabstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sichtbarkeit_Anzeigefeld_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sichtzeit_Vorsignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigungsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fank_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fiktiv_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_Aus_Inselgleis_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_S_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Funktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Rahmen.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Real_Aktiv_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Real_Aktiv_Schirm_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Real_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Signalbegriff.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Signalbegriff_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalgruppe_Bezeichner_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsicht_Erreichbar_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsicht_Mindest_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsicht_Soll_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsystem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalverz_Errechnet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalverz_Gewaehlt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Solllaenge_Mind_Sig_150_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Solllaenge_Mind_Sig_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonderanlage_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstige_Standortangabe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstige_Zulaessige_Anordnung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstiger_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Spannung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Spannung_Toleranz_Obere_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Spannung_Toleranz_Untere_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrlaenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrstrecke_Fussgaenger_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stammgleis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Standort_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Standortangabe_Balisenschild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Start_Signal_Charakter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Start_W_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stell_Bereich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stellelement.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Steuerbezirksname_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Steuerbezirksnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stoerhalt_Haltfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stoerhalt_Merkhinweis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Abschnitt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Bremsweg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Km_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Meter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Nummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Richtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Streckengeschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Streuscheibe_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Streuscheibe_Betriebsstellung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/System_Vor_Grenze_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/System_Vor_Grenze_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Systemhoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TBV_Meldepunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TBV_Tunnelbereich_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TBV_Tunnelsignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TB_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Anschluss_A_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Anschluss_B_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Kante_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TP_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TP_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TSO_IP_AB_Teilsystem_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TSO_IP_Adressblock_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TSO_Teilsystem_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_ANF_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_FGT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_WGT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Beschreibung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Standort.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Standort_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technisch_Berechtigter_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Bereich.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Platz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Punkt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Teilsperrstrecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Teilvorgabezeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telefonnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_02_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_03_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_04_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_10_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_21_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_30_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Alle_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Einzelne_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Verzicht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_85_Alle_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_85_Einzelne_Fstr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_85_Fuer_Alle_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_Index_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegrammnummer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegrammwiederholung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TemporaryIntegration.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Text_Bedingung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Textmeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Titel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ToolboxTemporaryIntegration.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tragkopf_Verstellbar_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Traktion_Art_Elektrisch_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Kante.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Kante_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Kante_child_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Knoten.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Knoten_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Nutzer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tueranschlag_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tunnelsignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tv_GK_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberbrueckung_EV_Unterbrechung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung_Datum_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung_Hoehe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Form_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragung_FMinfo_Richtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragung_FMinfo_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragungsweg.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragungsweg_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragungsweg_Technik_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberwachung_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Umfahrstrasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Befestigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Polygonzug_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Untergewerk_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Untergruppen_ID_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterstation_Max_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterstation_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Untertitel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_Kennung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_NID_C_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_Setzen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_Timer_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VGR_1_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VGR_2_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VGR_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VLA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VZ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Befehl_R_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Befehl_Z_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Frei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Max_Schiene_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Max_Strasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Fussweg_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Schiene_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Strasse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Profil_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Start_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Ziel_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Zul_Strecke_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verantwortliche_Stelle_DB_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verbot_Anhalten_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verbot_Regenerative_Bremse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verbot_WB_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vergleich_Ausgabestand_Basis_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vergleichstyp_Besonders_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Andreaskreuz_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Lz_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkuerzter_Abstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verschluss_Ort_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verseilart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Version_Auslieferung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verwendung_Als_Rueckfall_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verwendung_Hilfe_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verwendung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verzoegerung_Manuell_Loeschung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vmax_Annaeherung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorblockwecker_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorgeschaltet_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vormeldestart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorschauzeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorsignalabstand_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorzugslage_Automatik_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vz_Sperrstrecke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vz_Sperrstrecke_Schranke_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vz_Sperrstrecke_Vorgeschaltet_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/WHU_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/WUS_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Anbaulage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Anschluss_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Gsp_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Anlage_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Grundform_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Element.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Element_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Komponente.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Stellart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Lage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Betriebsart_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Vorzugslage_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichenlaufkette.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichenlaufkette_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichensignal_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Werkzeug_Name_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Werkzeug_Version_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Winkel_Alpha_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirkrichtung_In_Datenpunkt_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirkrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksam_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksamkeit_Fstr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksamkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/X_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/YY_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Y_Wert_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Adresse_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Anbindung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Distanz_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Geschwindigkeit_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Laenge_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Neigung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Merkmale_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Reaktion_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schnittstelle_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schutzstrecke.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schutzstrecke_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Signal.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Signal_Signalabstand_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLA_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Besondere_Anlage.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Besondere_Anlage_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Nr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_US_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Zuordnung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_DLP_Abschnitt.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_DLP_Fstr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss_GK_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Zuschlag_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Signalgruppe.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Signalgruppe_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Signalgruppe_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_ZN_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_A_Bedienbezeichner_Frei_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_A_Bezeichner_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Akustik.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Akustik_Anzeigefeld_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anlagentyp_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld_Loeschkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Feld_Ohne_Anzeige_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Krit_Druck_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Krit_Schalt_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Kriterium.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Modem_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Schaltkriterium_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Stellen_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Telegramm_84_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Telegramm_85_Zuordnung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Unterstation.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Unterstation_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Unterstation_Bf_Nr_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_ZBS.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_ESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_GNT_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_L2_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_LZB_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_PZB_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_ZBS_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bgrenze_RBC_Wechsel_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_SE_Ausruestung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Streckeneigenschaft.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Streckeneigenschaft_Bezeichnung_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeiger_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeit_Bearbeitungsvermerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeitsynchronisation_Funkuhr_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeitueberschreitungsmeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ziel_DP_Ausrichtung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ziel_Ist_Fahrwegende_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ziel_W_Element_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zs2_Ueberwacht_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugbeeinflussung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung_Allg_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung_Typ_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugvorbereitungsmeldung_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zungenpaar_AttributeGroup.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zungenpruefkontakt_Anzahl_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzinformation_Stellwerk_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzinformation_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzschild_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zwieschutz_Art_TypeClass.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.xml create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/ToolboxTemporaryIntegrationItemProvider.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.project create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.wst.sse.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/build.properties create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/command/MergeCommand.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/.classpath create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/.project create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.core.resources.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.jdt.core.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.pde.prefs create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/build.properties create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.aird create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/plugin.properties create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java diff --git a/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF index ccc6c7552a..948067ebc9 100644 --- a/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF @@ -57,6 +57,7 @@ Import-Package: com.google.common.collect, org.eclipse.jface.text.rules, org.eclipse.jface.window, org.eclipse.osgi.util, + org.eclipse.set.model.temporaryintegration, org.eclipse.set.model.validationreport, org.eclipse.set.model.zipmanifest, org.eclipse.set.ppmodel.extensions.container, diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java index c0398a88ec..8e3cbcdb22 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java @@ -11,6 +11,7 @@ import java.io.IOException; import java.nio.file.Path; import java.util.List; +import java.util.Optional; import java.util.Set; import java.util.function.Function; import java.util.function.Predicate; @@ -27,6 +28,7 @@ import org.eclipse.set.basis.files.ToolboxFile; import org.eclipse.set.model.planpro.Layoutinformationen.PlanPro_Layoutinfo; import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; import org.eclipse.set.ppmodel.extensions.container.MultiContainer_AttributeGroup; import org.eclipse.swt.widgets.Shell; @@ -332,4 +334,10 @@ enum SaveFixResult { * @return the applied level of save fixes from the last save */ SaveFixResult getSaveFixResult(); + + Optional getTemporaryIntegration(); + + void switchToMergeMode(ToolboxTemporaryIntegration newTemporaryIntegration, + String mergeDir, Shell shell, ToolboxFile temporaryToolboxFile) + throws IOException, UserAbortion; } diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java index f561b14d52..82f717a6c0 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java @@ -55,7 +55,11 @@ public enum ToolboxFileRole { /** * The ToolboxFile is used as a temporary integration */ - TEMPORARY_INTEGRATION,; + TEMPORARY_INTEGRATION, + /** + * + */ + SECONDARY_PLANNING; /** * Translates the role name into a directory name diff --git a/java/bundles/org.eclipse.set.feature.integration/.classpath b/java/bundles/org.eclipse.set.feature.integration/.classpath new file mode 100644 index 0000000000..5bfb3c3990 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/java/bundles/org.eclipse.set.feature.integration/.project b/java/bundles/org.eclipse.set.feature.integration/.project new file mode 100644 index 0000000000..13f15f6c85 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.project @@ -0,0 +1,45 @@ + + + org.eclipse.set.feature.integration + + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.pde.ds.core.builder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + org.eclipse.xtext.ui.shared.xtextNature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..00f607eee8 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,515 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullable.secondary= +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=enabled +org.eclipse.jdt.core.compiler.problem.APILeak=warning +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=warning +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=warning +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=enabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=warning +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning +org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled +org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false +org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false +org.eclipse.jdt.core.formatter.align_with_spaces=false +org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_enum_constant=0 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter=0 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type=49 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_assertion_message=0 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 +org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_module_statements=16 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_record_components=16 +org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0 +org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0 +org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_type_annotations=0 +org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 +org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 +org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 +org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_after_last_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_after_package=1 +org.eclipse.jdt.core.formatter.blank_lines_before_abstract_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_field=0 +org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 +org.eclipse.jdt.core.formatter.blank_lines_before_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 +org.eclipse.jdt.core.formatter.blank_lines_before_package=0 +org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 +org.eclipse.jdt.core.formatter.blank_lines_between_statement_group_in_switch=0 +org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 +org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_record_constructor=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_record_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=false +org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false +org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position=false +org.eclipse.jdt.core.formatter.comment.format_block_comments=true +org.eclipse.jdt.core.formatter.comment.format_header=false +org.eclipse.jdt.core.formatter.comment.format_html=true +org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true +org.eclipse.jdt.core.formatter.comment.format_line_comments=true +org.eclipse.jdt.core.formatter.comment.format_source_code=true +org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true +org.eclipse.jdt.core.formatter.comment.indent_root_tags=true +org.eclipse.jdt.core.formatter.comment.indent_tag_description=false +org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags=do not insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert +org.eclipse.jdt.core.formatter.comment.line_length=80 +org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true +org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true +org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false +org.eclipse.jdt.core.formatter.compact_else_if=true +org.eclipse.jdt.core.formatter.continuation_indentation=2 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 +org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off +org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on +org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false +org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_record_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true +org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_empty_lines=false +org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true +org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false +org.eclipse.jdt.core.formatter.indentation.size=4 +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default=insert +org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert +org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert +org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_not_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert +org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case=insert +org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert +org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_constructor=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_lines_in_comments=true +org.eclipse.jdt.core.formatter.join_wrapped_lines=true +org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_record_constructor_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false +org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.lineSplit=80 +org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false +org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false +org.eclipse.jdt.core.formatter.number_of_blank_lines_after_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_before_code_block=0 +org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 +org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines +org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true +org.eclipse.jdt.core.formatter.tabulation.char=tab +org.eclipse.jdt.core.formatter.tabulation.size=4 +org.eclipse.jdt.core.formatter.text_block_indentation=0 +org.eclipse.jdt.core.formatter.use_on_off_tags=false +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false +org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true +org.eclipse.jdt.core.formatter.wrap_before_assertion_message_operator=true +org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false +org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true +org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true +org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true +org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true +org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true +org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true +org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true +org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true +org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true +org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..4185c952ec --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,107 @@ +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +formatter_profile=_PlanPro +formatter_settings_version=20 +org.eclipse.jdt.ui.text.custom_code_templates= +sp_cleanup.add_all=false +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_missing_override_annotations_interface_methods=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=true +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=false +sp_cleanup.always_use_this_for_non_static_method_access=false +sp_cleanup.arrays_fill=false +sp_cleanup.bitwise_conditional_expression=false +sp_cleanup.boolean_literal=false +sp_cleanup.break_loop=false +sp_cleanup.collection_cloning=false +sp_cleanup.comparison_statement=false +sp_cleanup.convert_functional_interfaces=false +sp_cleanup.convert_to_enhanced_for_loop=true +sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false +sp_cleanup.convert_to_switch_expressions=false +sp_cleanup.correct_indentation=false +sp_cleanup.double_negation=false +sp_cleanup.else_if=false +sp_cleanup.embedded_if=false +sp_cleanup.evaluate_nullable=false +sp_cleanup.format_source_code=true +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.hash=false +sp_cleanup.if_condition=false +sp_cleanup.insert_inferred_type_arguments=false +sp_cleanup.instanceof=false +sp_cleanup.join=false +sp_cleanup.lazy_logical_operator=false +sp_cleanup.make_local_variable_final=true +sp_cleanup.make_parameters_final=true +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=true +sp_cleanup.map_cloning=false +sp_cleanup.merge_conditional_blocks=false +sp_cleanup.never_use_blocks=false +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.no_string_creation=false +sp_cleanup.no_super=false +sp_cleanup.number_suffix=false +sp_cleanup.objects_equals=false +sp_cleanup.on_save_use_additional_actions=true +sp_cleanup.organize_imports=true +sp_cleanup.overridden_assignment=false +sp_cleanup.precompile_regex=false +sp_cleanup.primitive_serialization=false +sp_cleanup.pull_up_assignment=false +sp_cleanup.push_down_negation=false +sp_cleanup.qualify_static_field_accesses_with_declaring_class=false +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=true +sp_cleanup.qualify_static_method_accesses_with_declaring_class=false +sp_cleanup.redundant_falling_through_block_end=false +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_redundant_modifiers=false +sp_cleanup.remove_redundant_semicolons=false +sp_cleanup.remove_redundant_type_arguments=true +sp_cleanup.remove_trailing_whitespaces=false +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_array_creation=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=true +sp_cleanup.remove_unused_imports=false +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.simplify_lambda_expression_and_method_ref=false +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=true +sp_cleanup.strictly_equal_or_different=false +sp_cleanup.stringbuilder=false +sp_cleanup.switch=false +sp_cleanup.ternary_operator=false +sp_cleanup.try_with_resource=false +sp_cleanup.use_anonymous_class_creation=false +sp_cleanup.use_autoboxing=false +sp_cleanup.use_blocks=true +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_directly_map_method=false +sp_cleanup.use_lambda=true +sp_cleanup.use_parentheses_in_expressions=true +sp_cleanup.use_this_for_non_static_field_access=false +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true +sp_cleanup.use_this_for_non_static_method_access=false +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true +sp_cleanup.use_unboxing=false +sp_cleanup.use_var=false +sp_cleanup.useless_continue=false +sp_cleanup.useless_return=false diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.ds.annotations.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.ds.annotations.prefs new file mode 100644 index 0000000000..73a356b6d0 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.ds.annotations.prefs @@ -0,0 +1,8 @@ +classpath=true +dsVersion=V1_3 +eclipse.preferences.version=1 +enabled=true +generateBundleActivationPolicyLazy=true +path=OSGI-INF +validationErrorLevel=error +validationErrorLevel.missingImplicitUnbindMethod=error diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..3da403a3b8 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=2 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.wst.sse.core.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.wst.sse.core.prefs new file mode 100644 index 0000000000..71baf15b4a --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.wst.sse.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +task-tags/taskPriorities=1,2,1,0 +task-tags/taskTags=TODO,FIXME,XXX,RAP_IMPROVE +task-tags/use-project-settings=true diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.xtend.core.Xtend.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.xtend.core.Xtend.prefs new file mode 100644 index 0000000000..02e65e6ea4 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.xtend.core.Xtend.prefs @@ -0,0 +1,80 @@ +BuilderConfiguration.is_project_specific=true +ValidatorConfiguration.is_project_specific=true +autobuilding=true +blank.line.around.expressions=0 +blank.lines.after.imports=1 +blank.lines.after.last.member=0 +blank.lines.after.packagedecl=1 +blank.lines.before.first.member=0 +blank.lines.between.classes=1 +blank.lines.between.enum.literals=0 +blank.lines.between.fields=0 +blank.lines.between.fields.and.methods=1 +blank.lines.between.imports=0 +blank.lines.between.methods=1 +braces.in.new.line=false +eclipse.preferences.version=1 +generateGeneratedAnnotation=false +generateSuppressWarnings=true +generatedAnnotationComment= +includeDateInGenerated=false +indentation=\t +indentation.length=4 +keep.one.line.methods=true +line.separator=\r\n +line.width.max=80 +newline.after.class.annotations=false +newline.after.constructor.annotations=false +newline.after.field.annotations=false +newline.after.method.annotations=false +newline.after.parameter.annotations=false +org.eclipse.xtend.core.Xtend.useProjectSettings=true +org.eclipse.xtend.core.validation.IssueCodes.api_type_inference=warning +org.eclipse.xtend.core.validation.IssueCodes.dispatch_plain_function_name_clash=warning +org.eclipse.xtend.core.validation.IssueCodes.implicit_return=ignore +org.eclipse.xtend.core.validation.IssueCodes.invalid_operator_signature=error +org.eclipse.xtend.core.validation.IssueCodes.java_doc_linking=org.eclipse.jdt.core.compiler.problem.invalidJavadoc\:ignore +org.eclipse.xtend.core.validation.IssueCodes.orphan_element=warning +org.eclipse.xtend.core.validation.IssueCodes.single_case_function=warning +org.eclipse.xtend.core.validation.IssueCodes.unused_private_member=org.eclipse.jdt.core.compiler.problem.unusedPrivateMember\:warning +org.eclipse.xtend.formatter.version=1 +org.eclipse.xtend.ide.default.eclipse_profile=_PlanPro +org.eclipse.xtext.builder.copyJavaProblems=error +org.eclipse.xtext.xbase.validation.IssueCodes.constant_condition=warning +org.eclipse.xtext.xbase.validation.IssueCodes.deprecated_member_reference=org.eclipse.jdt.core.compiler.problem.deprecation\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.discouraged_reference=org.eclipse.jdt.core.compiler.problem.discouragedReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.equals_with_null=warning +org.eclipse.xtext.xbase.validation.IssueCodes.forbidden_reference=org.eclipse.jdt.core.compiler.problem.forbiddenReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_unsued=org.eclipse.jdt.core.compiler.problem.unusedImport\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_wildcard_deprecated=warning +org.eclipse.xtext.xbase.validation.IssueCodes.incomplete_cases_on_enum=warning +org.eclipse.xtext.xbase.validation.IssueCodes.java_style_type_cast=error +org.eclipse.xtext.xbase.validation.IssueCodes.null_safe_feature_call_on_primitive_valued_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_cast=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_instanceof=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.operation_without_parentheses=ignore +org.eclipse.xtext.xbase.validation.IssueCodes.suspiciously_overloaded_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unhandled_exception=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_case=error +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_instance_of=error +org.eclipse.xtext.xbase.validation.IssueCodes.unused_local_variable=org.eclipse.jdt.core.compiler.problem.unusedLocal\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.variable_name_discouraged=warning +outlet.DEFAULT_OUTPUT.cleanDirectory=false +outlet.DEFAULT_OUTPUT.cleanupDerived=true +outlet.DEFAULT_OUTPUT.createDirectory=true +outlet.DEFAULT_OUTPUT.derived=true +outlet.DEFAULT_OUTPUT.directory=xtend-gen +outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true +outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false +outlet.DEFAULT_OUTPUT.keepLocalHistory=false +outlet.DEFAULT_OUTPUT.override=true +outlet.DEFAULT_OUTPUT.sourceFolder.src.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.src.ignore= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.ignore= +outlet.DEFAULT_OUTPUT.userOutputPerSourceFolder= +preserve.blank.lines=1 +preserve.new.lines=true +targetJavaVersion=JAVA17 +useJavaCompilerCompliance=true +whitespace.between.keyword.and.parenthesis=true diff --git a/java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..f0b8ddf46f --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF @@ -0,0 +1,90 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Toolbox Integration +Bundle-SymbolicName: org.eclipse.set.feature.integration;singleton:=true +Bundle-Version: 1.1.0 +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-Vendor: Eclipse Signalling Engineering Toolbox +Require-Bundle: com.google.guava, + org.eclipse.xtext.xbase.lib, + org.eclipse.xtend.lib, + org.eclipse.xtend.lib.macro, + org.eclipse.core.runtime;bundle-version="3.10.0", + org.eclipse.set.services;bundle-version="0.0.0", + com.google.guava, + org.eclipse.xtext.xbase.lib, + org.eclipse.xtend.lib, + org.eclipse.xtend.lib.macro, + org.eclipse.jface, + org.eclipse.set.model.planpro +Import-Package: javax.inject;version="1.0.0", + org.eclipse.core.runtime;version="3.5.0", + org.eclipse.e4.core.contexts;version="1.7.0", + org.eclipse.e4.core.di;version="1.7.0", + org.eclipse.e4.core.services.events, + org.eclipse.e4.core.services.nls, + org.eclipse.e4.ui.di, + org.eclipse.e4.ui.model.application.ui, + org.eclipse.e4.ui.model.application.ui.basic, + org.eclipse.emf.common.notify, + org.eclipse.emf.common.util, + org.eclipse.emf.ecore, + org.eclipse.emf.ecore.resource, + org.eclipse.emf.ecore.util, + org.eclipse.emf.ecore.xmi, + org.eclipse.emf.ecp.ui.view, + org.eclipse.emf.ecp.ui.view.swt;version="1.17.1", + org.eclipse.emf.ecp.view.spi.context, + org.eclipse.emf.ecp.view.spi.custom.model, + org.eclipse.emf.ecp.view.spi.model, + org.eclipse.emf.edit.domain, + org.eclipse.jface.action, + org.eclipse.jface.dialogs, + org.eclipse.jface.viewers, + org.eclipse.set.basis, + org.eclipse.set.basis.cache, + org.eclipse.set.basis.constants, + org.eclipse.set.basis.exceptions, + org.eclipse.set.basis.extensions, + org.eclipse.set.basis.files, + org.eclipse.set.basis.guid, + org.eclipse.set.basis.integration, + org.eclipse.set.basis.part, + org.eclipse.set.basis.viewgroups, + org.eclipse.set.core.services, + org.eclipse.set.core.services.action, + org.eclipse.set.core.services.cache, + org.eclipse.set.core.services.dialog, + org.eclipse.set.core.services.files, + org.eclipse.set.core.services.merge, + org.eclipse.set.core.services.modelloader, + org.eclipse.set.core.services.name, + org.eclipse.set.core.services.part, + org.eclipse.set.core.services.validation, + org.eclipse.set.core.services.viewmodel, + org.eclipse.set.model.integrationview, + org.eclipse.set.model.simplemerge, + org.eclipse.set.model.simplemerge.extensions, + org.eclipse.set.model.temporaryintegration, + org.eclipse.set.model.temporaryintegration.extensions, + org.eclipse.set.model.temporaryintegration.util, + org.eclipse.set.ppmodel.extensions, + org.eclipse.set.ppmodel.extensions.container, + org.eclipse.set.ppmodel.extensions.exception, + org.eclipse.set.ppmodel.extensions.utils, + org.eclipse.set.utils, + org.eclipse.set.utils.dialogs, + org.eclipse.set.utils.emfforms, + org.eclipse.set.utils.events, + org.eclipse.set.utils.viewgroups, + org.eclipse.set.utils.widgets, + org.eclipse.swt, + org.eclipse.swt.custom, + org.eclipse.swt.events, + org.eclipse.swt.layout, + org.eclipse.swt.widgets, + org.osgi.service.component.annotations;version="1.3.0", + org.slf4j;version="1.7.2" +Bundle-ActivationPolicy: lazy +Service-Component: OSGI-INF/org.eclipse.set.feature.integration.service.SimpleMergeService.xml, + OSGI-INF/org.eclipse.set.feature.integration.descriptions.PlanProMergeFormsDescriptionService.xml diff --git a/java/bundles/org.eclipse.set.feature.integration/OSGI-INF/l10n/bundle.properties b/java/bundles/org.eclipse.set.feature.integration/OSGI-INF/l10n/bundle.properties new file mode 100644 index 0000000000..1956e70584 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/OSGI-INF/l10n/bundle.properties @@ -0,0 +1,46 @@ +PlanProMergeFormsDescriptionService_ViewName=Daten zusammenführen + +viewmodel.merge.usedfiles=Verwendete PlanPro Dateien und Verzeichnisse + +viewmodel.conflict.header=Konfliktdetails +viewmodel.conflict.comment=Hinweis: Es werden nur in den Quelldateien vorhandene Attribute dargestellt. + +ContainerValues_Start=Startzustand +ContainerValues_Ziel=Zielzustand + +PlanProMergeFormsPart_CanNotLoad=Die Datei kann nicht verarbeitet werden. +PlanProMergeFormsPart_MustBePlanungInformation=Die Datei muss eine PlanPro-Planungsdatei sein. + +PlanProMergePart_MergeData=Planungen zusammenführen +PlanProMergePart_MergeGroup=Zusammenführen von Fachdaten +PlanProMergePart_FinishMergeData=Zusammenführung abschließen +PlanProMergePart_TaskName=Automatische Zusammenführung + +IntegrationView_CompositePlanning=Verbundplanung +IntegrationView_PrimaryPlanning=Hauptplanung +IntegrationView_SecondaryPlanning=Nebenplanung +IntegrationView_AutoMatches=Automatische Lösungen +IntegrationView_OpenConflicts=Ungelöste Konflikte +IntegrationView_ManualResolved=Gelöste Konflikte +IntegrationView_CreateMergeFile=Erstellen +IntegrationView_DeleteTemporaryIntegration=Temporäre Zusammenführung löschen +IntegrationView_ExitMergeMode=Verbundplanung erstellen +IntegrationView_infoErrorCause=Ursache +IntegrationView_Resolved=Gelöst +IntegrationView_saveFileErrorMessage=Die Datei konnte nicht geschrieben werden. +IntegrationView_saveFileErrorTitle=Fehler beim Schreiben der Datei +IntegrationView_SaveTemporaryIntegration=Speichern +IntegrationView_Unresolved=Ungelöst +IntegrationView_Primary=Hauptplanung +IntegrationView_Secondary=Nebenplanung +IntegrationView_LoadNewPlanning=Datei laden... +IntegrationView_SelectDirectory=Verzeichnis wählen... + +ConflictsTableAction_ResolvePrimary=Auswahl mit Hauptplanung lösen +ConflictsTableAction_ResolveSecondary=Auswahl mit Nebenplanung lösen +ConflictsTableAction_ResolveUnresolvedPrimary=Alle ungelösten mit Hauptplanung lösen +ConflictsTableAction_ResolveUnresolvedSecondary=Alle ungelösten mit Nebenplanung lösen +ConflictsTableAction_Unresolve=Auswahl Ungelöst mit Hauptplanung + +ShowAttachmentAction_ShowPrimaryAttachment=Anhang der Hauptplanung anzeigen +ShowAttachmentAction_ShowSecondaryAttachment=Anhang der Nebenplanung anzeigen diff --git a/java/bundles/org.eclipse.set.feature.integration/build.properties b/java/bundles/org.eclipse.set.feature.integration/build.properties new file mode 100644 index 0000000000..20a186afff --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/build.properties @@ -0,0 +1,8 @@ +source.. = src/,\ + xtend-gen/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + OSGI-INF/,\ + viewmodel/,\ + plugin.xml diff --git a/java/bundles/org.eclipse.set.feature.integration/plugin.properties b/java/bundles/org.eclipse.set.feature.integration/plugin.properties new file mode 100644 index 0000000000..e69de29bb2 diff --git a/java/bundles/org.eclipse.set.feature.integration/plugin.xml b/java/bundles/org.eclipse.set.feature.integration/plugin.xml new file mode 100644 index 0000000000..10b3f09442 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/plugin.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/java/bundles/org.eclipse.set.feature.integration/pom.xml b/java/bundles/org.eclipse.set.feature.integration/pom.xml new file mode 100644 index 0000000000..545de46b4a --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.eclipse.set + org.eclipse.set.feature.integration + 1.1.0 + eclipse-plugin + + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java new file mode 100644 index 0000000000..96229f32fe --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java @@ -0,0 +1,38 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration; + +import java.util.LinkedHashSet; +import java.util.Set; + +import org.eclipse.emf.ecp.view.spi.custom.model.ECPHardcodedReferences; +import org.eclipse.emf.ecp.view.spi.model.VDomainModelReference; +import org.eclipse.emf.ecp.view.spi.model.VFeaturePathDomainModelReference; +import org.eclipse.emf.ecp.view.spi.model.VViewFactory; + +import org.eclipse.set.model.integrationview.IntegrationviewPackage; + +/** + * Custom domain model references for exit merge mode control. + * + * @author Schaefer + */ +public class ExitMergeModeReferences implements ECPHardcodedReferences { + + @Override + public Set getNeededDomainModelReferences() { + final Set references = new LinkedHashSet<>(); + final VFeaturePathDomainModelReference reference = VViewFactory.eINSTANCE + .createFeaturePathDomainModelReference(); + reference.setDomainModelEFeature( + IntegrationviewPackage.eINSTANCE.getIntegrationView_CompositePlanning()); + references.add(reference); + return references; + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/Messages.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/Messages.java new file mode 100644 index 0000000000..01a837265e --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/Messages.java @@ -0,0 +1,192 @@ +/** + * Copyright (c) 2017 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration; + +/** + * The Messages. + * + * @author Schaefer + */ +public class Messages { + + /** + * Auswahl mit Hauptplanung lösen + */ + public String ConflictsTableAction_ResolvePrimary; + + /** + * Auswahl mit Nebenplanung lösen + */ + public String ConflictsTableAction_ResolveSecondary; + + /** + * Alle ungelösten mit Hauptplanung lösen + */ + public String ConflictsTableAction_ResolveUnresolvedPrimary; + + /** + * Alle ungelösten mit Nebenplanung lösen + */ + public String ConflictsTableAction_ResolveUnresolvedSecondary; + + /** + * Auswahl Ungelöst mit Hauptplanung + */ + public String ConflictsTableAction_Unresolve; + + /** + * Startzustand + */ + public String ContainerValues_Start; + + /** + * Zielzustand + */ + public String ContainerValues_Ziel; + + /** + * Automatische Lösungen + */ + public String IntegrationView_AutoMatches; + + /** + * Verbundplanung + */ + public String IntegrationView_CompositePlanning; + + /** + * Erstellen + */ + public String IntegrationView_CreateMergeFile; + + /** + * Konfliktlösung löschen + */ + public String IntegrationView_DeleteTemporaryIntegration; + + /** + * Verbundplanung erstellen + */ + public String IntegrationView_ExitMergeMode; + + /** + * Ursache + */ + public String IntegrationView_infoErrorCause; + + /** + * Datei laden... + */ + public String IntegrationView_LoadNewPlanning; + + /** + * Gelöste Konflikte + */ + public String IntegrationView_ManualResolved; + + /** + * Ungelöste Konflikte + */ + public String IntegrationView_OpenConflicts; + + /** + * Hauptplanung + */ + public String IntegrationView_Primary; + + /** + * Hauptplanung + */ + public String IntegrationView_PrimaryPlanning; + + /** + * Gelöst + */ + public String IntegrationView_Resolved; + + /** + * Die Datei konnte nicht geschrieben werden. + */ + public String IntegrationView_saveFileErrorMessage; + + /** + * Fehler beim Schreiben der Datei + */ + public String IntegrationView_saveFileErrorTitle; + + /** + * Speichern + */ + public String IntegrationView_SaveTemporaryIntegration; + + /** + * Nebenplanung + */ + public String IntegrationView_Secondary; + + /** + * Nebenplanung + */ + public String IntegrationView_SecondaryPlanning; + + /** + * Verzeichnis wählen... + */ + public String IntegrationView_SelectDirectory; + + /** + * Ungelöst + */ + public String IntegrationView_Unresolved; + + /** + * Daten zusammenführen + */ + public String PlanProMergeFormsDescriptionService_ViewName; + + /** + * Die Datei kann nicht verarbeitet werden. + */ + public String PlanProMergeFormsPart_CanNotLoad; + + /** + * Die Datei muss eine PlanPro-Planungsdatei sein. + */ + public String PlanProMergeFormsPart_MustBePlanungInformation; + + /** + * Zusammenführung abschließen + */ + public String PlanProMergePart_FinishMergeData; + + /** + * Planungen zusammenführen + */ + public String PlanProMergePart_MergeData; + + /** + * Zusammenführen von Fachdaten + */ + public String PlanProMergePart_MergeGroup; + + /** + * Automatische Zusammenführung + */ + public String PlanProMergePart_TaskName; + + /** + * Anhang der Hauptplanung anzeigen + */ + public String ShowAttachmentAction_ShowPrimaryAttachment; + + /** + * Anhang der Nebenplanung anzeigen + */ + public String ShowAttachmentAction_ShowSecondaryAttachment; +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProElementProvider.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProElementProvider.xtend new file mode 100644 index 0000000000..063edab3ba --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProElementProvider.xtend @@ -0,0 +1,35 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration + +import java.util.Optional +import org.eclipse.emf.common.util.EList +import org.eclipse.emf.ecore.EObject +import org.eclipse.set.core.services.merge.MergeService.ElementProvider +import org.eclipse.set.model.planpro.Basisobjekte.Ur_Objekt + +/** + * Element provider for PlanPro model. + * + * @author Schaefer + */ +class PlanProElementProvider implements ElementProvider { + + override getElement(EObject container, String guid, String type) { + if (guid === null) { + return Optional.empty + } + val eClass = container.eClass + val feature = eClass.getEStructuralFeature(type) + val objects = container.eGet(feature) as EList + + // We do not use the cache here, because merging invalidates the cache anyway + return Optional.ofNullable(objects.findFirst[identitaet.wert == guid]) + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProGuidProvider.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProGuidProvider.xtend new file mode 100644 index 0000000000..3a1ba42d97 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProGuidProvider.xtend @@ -0,0 +1,26 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration + +import org.eclipse.emf.ecore.EObject +import org.eclipse.set.core.services.merge.MergeService.GuidProvider +import org.eclipse.set.model.planpro.Basisobjekte.Ur_Objekt + +/** + * Guid provider for PlanPro model. + */ +class PlanProGuidProvider implements GuidProvider { + + override getGuid(EObject element) { + if (element instanceof Ur_Objekt) { + return element?.identitaet?.wert + } + return null + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProLabelProvider.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProLabelProvider.xtend new file mode 100644 index 0000000000..b078ed2102 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProLabelProvider.xtend @@ -0,0 +1,183 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration + +import com.google.common.collect.Lists +import java.util.List +import org.eclipse.emf.ecore.EClass +import org.eclipse.emf.ecore.EClassifier +import org.eclipse.emf.ecore.EObject +import org.eclipse.set.core.services.name.NameService +import org.eclipse.set.model.planpro.Bahnuebergang.BUE_Anlage +import org.eclipse.set.model.planpro.Basisobjekte.Anhang +import org.eclipse.set.model.planpro.Basisobjekte.Ur_Objekt +import org.eclipse.set.model.planpro.Fahrstrasse.Fstr_Zug_Rangier +import org.eclipse.set.model.planpro.Geodaten.TOP_Kante +import org.eclipse.set.model.planpro.Geodaten.Ueberhoehung +import org.eclipse.set.model.planpro.Gleis.Gleis_Abschnitt +import org.eclipse.set.model.planpro.PlanPro.Container_AttributeGroup +import org.eclipse.set.model.planpro.Weichen_und_Gleissperren.W_Kr_Gsp_Element +import org.eclipse.set.utils.AbstractDiffLabelProvider + +import static extension org.eclipse.set.ppmodel.extensions.TopKanteExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.WKrGspElementExtensions.* +import static extension org.eclipse.set.utils.emfforms.Annotations.* + +/** + * Label provider for PlanPro model. + * + * @author Schaefer + */ +class PlanProLabelProvider extends AbstractDiffLabelProvider { + + val NameService nameService + + new(NameService nameService) { + this.nameService = nameService + } + + static val EXTENDED_META_DATA = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData" + + override getElementLabel(EObject element) { + return getElementLabelDispatch(element) + } + + private dispatch def String getElementLabelDispatch(EObject element) { + return element.toString + } + + private dispatch def String getElementLabelDispatch(Void element) { + return "" + } + + private dispatch def String getElementLabelDispatch(Ur_Objekt object) { + return '''«object.eClass.name» «object.identitaet.wert»''' + } + + private dispatch def String getElementLabelDispatch(Anhang anhang) { + // IMPROVE after using the name provider we probably do not need the dispatch anymore + return '''Anhang "«nameService.getName(anhang)»"''' + } + + private dispatch def String getElementLabelDispatch( + Ueberhoehung ueberhoehung) { + return '''Überhöhung "«nameService.getName(ueberhoehung)»"''' + } + + private dispatch def String getElementLabelDispatch( + W_Kr_Gsp_Element wKrGspElement) { + var x = "Sonstiges Weichen" + if (wKrGspElement?.weicheElement !== null) { + x = wKrGspElement?.WKrAnlage?.WKrAnlageAllg?.WKrArt?.wert?. + toString ?: "(keine Weichenart)" + } + if (wKrGspElement?.gleissperreElement !== null) { + x = "Gsp" + } + return '''«x»-Element «nameService.getName(wKrGspElement)»''' + } + + private dispatch def String getElementLabelDispatch(BUE_Anlage bueAnlage) { + return '''Bahnübergang "«nameService.getName(bueAnlage)»"''' + } + + private dispatch def String getElementLabelDispatch(Fstr_Zug_Rangier fstr) { + return nameService.getName(fstr) + } + + private dispatch def String getElementLabelDispatch(TOP_Kante kante) { + return '''Top-Kante "«kante?.TOPKnotenA?.knotenname?.wert ?: "?"»/«kante?.TOPKnotenB?.knotenname?.wert ?: "?"»"''' + } + + private dispatch def String getElementLabelDispatch( + Gleis_Abschnitt abschnitt + ) { + return '''Gleisabschnitt "«abschnitt?.bezeichnung?.bezeichnungTabelle?.wert ?: "(ohne Tabellenbezeichnung)"»"''' + } + + override protected getAttributeLabel(Object value, EObject element) { + return getAttributeLabelDispatch(value, element.container) + } + + private def dispatch Container_AttributeGroup getContainer(EObject object) { + return object.eContainer.container + } + + private def dispatch Container_AttributeGroup getContainer( + Container_AttributeGroup container) { + return container + } + + private def dispatch String getAttributeLabelDispatch( + Void value, + Container_AttributeGroup container + ) { + return "" + } + + private def dispatch String getAttributeLabelDispatch( + Object value, + Container_AttributeGroup container + ) { + return value.toString + } + + private def dispatch String getAttributeLabelDispatch( + Ur_Objekt value, + Container_AttributeGroup container + ) { + return value?.identitaet?.wert + } + + private def dispatch String getAttributeLabelDispatch( + List value, + Container_AttributeGroup container + ) { + if (value.empty) { + return "" + } + return value.toString + } + + private def dispatch String getAttributeLabelDispatch(byte[] element, + Container_AttributeGroup container) { + return '''«element.size / 1000» kB binary data''' + } + + override getPathLabel(EObject element, List path) { + val List transfomed = Lists.newLinkedList.getPathLabel( + element.eClass, path) + return '''«FOR s : transfomed SEPARATOR "."»«s»«ENDFOR»''' + } + + private def List getPathLabel( + List transformed, + EClassifier type, + Iterable path + ) { + if (path.empty) { + return transformed + } + + val head = path.head + val tail = path.tail + + // we skip "wert" segments + if (head == "wert") { + return transformed + } + + // find the segment name + val feature = (type as EClass).getEStructuralFeature(head) + val segment = feature.getValue(EXTENDED_META_DATA, "name") + transformed.add(segment) + + return transformed.getPathLabel(feature.EType, tail) + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMatcher.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMatcher.xtend new file mode 100644 index 0000000000..d1b2f586a4 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMatcher.xtend @@ -0,0 +1,38 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration; + +import org.eclipse.emf.ecore.EObject +import org.eclipse.set.basis.integration.DiffLabelProvider +import org.eclipse.set.basis.integration.Matcher +import org.eclipse.set.model.planpro.Basisobjekte.Ur_Objekt +import org.eclipse.set.utils.AbstractMatcher + +/** + * PlanPro implementation for {@link Matcher}. + * + * @author Schaefer + */ +class PlanProMatcher extends AbstractMatcher { + + new(DiffLabelProvider labelProvider) { + super(labelProvider); + } + + override match(EObject first, EObject second) { + val firstUrObject = first as Ur_Objekt + val secondUrObject = second as Ur_Objekt + + // we currently check for same guid only + val firstGuid = firstUrObject.identitaet.wert + val secondGuid = secondUrObject.identitaet.wert + + return firstGuid == secondGuid; + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeConfiguration.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeConfiguration.java new file mode 100644 index 0000000000..9459f7f718 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeConfiguration.java @@ -0,0 +1,62 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration; + +import org.eclipse.set.basis.integration.DiffLabelProvider; +import org.eclipse.set.basis.integration.Matcher; +import org.eclipse.set.core.services.merge.MergeService.Configuration; +import org.eclipse.set.core.services.merge.MergeService.ElementProvider; +import org.eclipse.set.core.services.merge.MergeService.GuidProvider; +import org.eclipse.set.core.services.name.NameService; + +/** + * Merge configuration for PlanPro model. + * + * @author Schaefer + */ +public class PlanProMergeConfiguration implements Configuration { + + private final ElementProvider elementProvider; + private final GuidProvider guidProvider; + private final DiffLabelProvider labelProvider; + private final Matcher matcher; + + /** + * Creates a {@link PlanProMergeConfiguration}. + * + * @param nameService + * the name service + */ + public PlanProMergeConfiguration(final NameService nameService) { + guidProvider = new PlanProGuidProvider(); + elementProvider = new PlanProElementProvider(); + labelProvider = new PlanProLabelProvider(nameService); + matcher = new PlanProMatcher(labelProvider); + } + + @Override + public ElementProvider getElementProvider() { + return elementProvider; + } + + @Override + public GuidProvider getGuidProvider() { + return guidProvider; + } + + @Override + public DiffLabelProvider getLabelProvider() { + return labelProvider; + } + + @Override + public Matcher getMatcher() { + return matcher; + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContext.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContext.java new file mode 100644 index 0000000000..7bfac392b1 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContext.java @@ -0,0 +1,66 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.set.core.services.merge.MergeService.Configuration; +import org.eclipse.set.core.services.merge.MergeService.Context; +import org.eclipse.set.core.services.merge.MergeService.Responsibility; +import org.eclipse.set.model.planpro.PlanPro.Container_AttributeGroup; + +/** + * The PlanPro merge context. + * + * @author Schaefer + */ +public class PlanProMergeContext implements Context { + + private final Configuration configuration; + private final EObject primaryContainer; + private final PlanProResponsibility responsibility; + private final EObject secondaryContainer; + + /** + * @param configuration + * the PlanPro merge configuration + * @param primaryContainer + * the primary container + * @param secondaryContainer + * the secondary container + */ + public PlanProMergeContext(final Configuration configuration, + final Container_AttributeGroup primaryContainer, + final Container_AttributeGroup secondaryContainer) { + this.configuration = configuration; + this.primaryContainer = primaryContainer; + this.secondaryContainer = secondaryContainer; + responsibility = new PlanProResponsibility(primaryContainer, + secondaryContainer); + } + + @Override + public Configuration getConfiguration() { + return configuration; + } + + @Override + public EObject getPrimaryContainer() { + return primaryContainer; + } + + @Override + public Responsibility getResponsibility() { + return responsibility; + } + + @Override + public EObject getSecondaryContainer() { + return secondaryContainer; + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContextProvider.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContextProvider.java new file mode 100644 index 0000000000..1f237dc7ce --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProMergeContextProvider.java @@ -0,0 +1,42 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.set.core.services.merge.MergeService.Configuration; +import org.eclipse.set.core.services.merge.MergeService.Context; +import org.eclipse.set.core.services.merge.MergeService.ContextProvider; +import org.eclipse.set.core.services.name.NameService; +import org.eclipse.set.model.planpro.PlanPro.Container_AttributeGroup; + +/** + * Provides PlanPro merge context. + * + * @author Schaefer + */ +public class PlanProMergeContextProvider implements ContextProvider { + + private final Configuration configuration; + + /** + * @param nameService + * the name service + */ + public PlanProMergeContextProvider(final NameService nameService) { + configuration = new PlanProMergeConfiguration(nameService); + } + + @Override + public Context getContext(final EObject primaryContainer, + final EObject secondaryContainer) { + return new PlanProMergeContext(configuration, + (Container_AttributeGroup) primaryContainer, + (Container_AttributeGroup) secondaryContainer); + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProResponsibility.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProResponsibility.xtend new file mode 100644 index 0000000000..96414672a2 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/PlanProResponsibility.xtend @@ -0,0 +1,53 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration; + +import java.util.Collections +import java.util.Set +import org.eclipse.set.core.services.merge.MergeService.Authority +import org.eclipse.set.core.services.merge.MergeService.Responsibility +import org.eclipse.set.model.planpro.PlanPro.Container_AttributeGroup + +import static extension org.eclipse.set.ppmodel.extensions.ContainerExtensions.* + +/** + * PlanPro responsibility is inferred by the Planungsbereich of the particular + * container. + * + * @author Schaefer + */ +class PlanProResponsibility implements Responsibility { + + val Set primaryPlanningArea + val Set secondaryPlanningArea + + new(Container_AttributeGroup primaryContainer, + Container_AttributeGroup secondaryContainer) { + val primaryPlanning = primaryContainer.planungEinzel + val secondaryPlanning = secondaryContainer.planungEinzel + primaryPlanningArea = (primaryPlanning.LSTObjektePlanungsbereich?. + IDLSTObjektPlanungsbereich?.map[wert] ?: Collections.emptyList). + filterNull.toSet + secondaryPlanningArea = (secondaryPlanning.LSTObjektePlanungsbereich?. + IDLSTObjektPlanungsbereich?.map[wert] ?: Collections.emptyList). + filterNull.toSet + } + + override Authority getAuthority(String primaryGuid, String secondaryGuid) { + if (primaryPlanningArea.contains(primaryGuid) && + !secondaryPlanningArea.contains(secondaryGuid)) { + return Authority.PRIMARY + } + if (!primaryPlanningArea.contains(primaryGuid) && + secondaryPlanningArea.contains(secondaryGuid)) { + return Authority.SECONDARY + } + return Authority.NONE; + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend new file mode 100644 index 0000000000..47bd9cfb61 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend @@ -0,0 +1,434 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration + +import com.google.common.collect.Lists +import java.util.HashMap +import java.util.List +import java.util.Map +import java.util.Optional +import org.eclipse.emf.ecore.EObject +import org.eclipse.set.basis.IModelSession +import org.eclipse.set.basis.constants.ContainerType +import org.eclipse.set.basis.integration.DiffLabelProvider +import org.eclipse.set.core.services.merge.MergeService.Context +import org.eclipse.set.core.services.name.NameService +import org.eclipse.set.model.integrationview.Conflict +import org.eclipse.set.model.integrationview.Details +import org.eclipse.set.model.integrationview.IntegrationView +import org.eclipse.set.model.integrationview.IntegrationviewFactory +import org.eclipse.set.model.integrationview.ObjectQuantity +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle +import org.eclipse.set.model.simplemerge.SMatch +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration + +import static extension org.eclipse.set.model.simplemerge.extensions.ResolutionExtensions.* +import static extension org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.ContainerExtensions.* +import static extension org.eclipse.set.utils.UriExtensions.* + +/** + * Transforms a {@link TemporaryIntegration} into a {@link IntegrationView}. + * + * @author Schaefer + */ +class SessionToIntegrationViewTransformation { + + val Messages messages + + val PlanProMergeContextProvider contextProvider + + val Map conflictToMatch = new HashMap + + /** + * @param messages the translations + * @param nameService the name service + */ + new(Messages messages, NameService nameService) { + this.messages = messages + contextProvider = new PlanProMergeContextProvider(nameService) + } + + /** + * The optional new model and merge directory can be provided, because the + * session may not be in merge mode. + * + * @param session the model session + * @param secondaryPlanning an optional new model + * @param integrationDirectory an optional merge directory + * + * @return the merge view + */ + def IntegrationView transform( + IModelSession session, + Optional secondaryPlanning, + Optional secondaryPlanningName, + Optional integrationDirectory + ) { + return session.transformUpdate(secondaryPlanning, secondaryPlanningName, integrationDirectory) + } + + /** + * Lookup an already transformed match. + * + * @param conflict the conflict + * + * @return the match + */ + def SMatch getMatch(Conflict conflict) { + return conflictToMatch.get(conflict) + } + + private def IntegrationView create IntegrationviewFactory.eINSTANCE.createIntegrationView transformCreate( + IModelSession session + ) { + } + + private def IntegrationView transformUpdate( + IModelSession session, + Optional secondaryPlanning, + Optional secondaryPlanningName, + Optional integrationDirectory + ) { + val view = session.transformCreate + + // filenames + view.primaryPlanning = session.primaryPlanningName + view.secondaryPlanning =session. + getSecondaryPlanningName(secondaryPlanningName) + view.integrationDirectory = session.getMergeDirectory( + integrationDirectory) + view.compositePlanning = session.temporaryName + + // quantities + val quantities = session.transformToObjectQuantities(secondaryPlanning) + quantities.filter[!view.objectquantities.contains(it)].forEach [ + view.objectquantities.add(it) + ] + + // conflicts + val conflicts = session.transformToConflicts + conflicts.filter[!view.conflicts.contains(it)].forEach [ + view.conflicts.add(it) + ] + + return view + } + + private def List transformToObjectQuantities( + IModelSession session, + Optional secondaryPlanning + ) { + val quantities = #[ + session.primaryPlanning?.transformToObjectQuantity( + messages.IntegrationView_PrimaryPlanning), + session.getSecondaryPlanning(secondaryPlanning)?. + transformToObjectQuantity( + messages.IntegrationView_SecondaryPlanning), + session.compositePlanning?.transformToObjectQuantity( + messages.IntegrationView_CompositePlanning), + session.temporaryIntegration.orElse(null)?.automaticMatches?. + transformToObjectQuantity(messages.IntegrationView_AutoMatches), + session.temporaryIntegration.orElse(null)?.openConflictMatches?. + transformToObjectQuantity( + messages.IntegrationView_OpenConflicts), + session.temporaryIntegration.orElse(null)?.manualResolvedMatches?. + transformToObjectQuantity( + messages.IntegrationView_ManualResolved) + ] + return quantities.filterNull.toList + } + + private def dispatch ObjectQuantity transformToObjectQuantity( + Object object, + String title + ) { + throw new IllegalArgumentException(object.toString) + } + + private def dispatch ObjectQuantity transformToObjectQuantity( + PlanPro_Schnittstelle planning, + String title + ) { + val quantity = transformToObjectQuantityCreate(title) + quantity.source = title + quantity.initial = planning.LSTPlanungProjekt.leadingPlanungGruppe. + LSTPlanungEinzel.LSTZustandStart.container.size + quantity.final = planning.LSTPlanungProjekt.leadingPlanungGruppe. + LSTPlanungEinzel.LSTZustandZiel.container.size + return quantity + } + + private def dispatch ObjectQuantity transformToObjectQuantity( + Map> matches, + String title + ) { + val quantity = transformToObjectQuantityCreate(title) + quantity.source = title + quantity.initial = matches.get(ContainerType.INITIAL).size + quantity.final = matches.get(ContainerType.FINAL).size + return quantity + } + + private def ObjectQuantity create IntegrationviewFactory.eINSTANCE.createObjectQuantity + transformToObjectQuantityCreate( + String title + ) { + } + + private def List transformToConflicts(IModelSession session) { + val result = Lists.newLinkedList + if (session.mergeMode) { + val temporaryIntegration = session.temporaryIntegration.get + val conflictMatches = temporaryIntegration.conflictMatches + result.addAll( + conflictMatches.get(ContainerType.INITIAL).map [ + transformToConflict(ContainerType.INITIAL, + temporaryIntegration) + ] + ) + result.addAll( + conflictMatches.get(ContainerType.FINAL).map [ + transformToConflict(ContainerType.FINAL, + temporaryIntegration) + ] + ) + } + return result + } + + private def Conflict transformToConflict( + SMatch match, + ContainerType type, + ToolboxTemporaryIntegration integration + ) { + val conflict = transformToConflictCreate(match, type, integration) + + // merge context + val context = integration.getMergeContext(contextProvider, type) + val elementProvider = context.configuration.elementProvider + val matcher = context.configuration.matcher + val labelProvider = context.configuration.labelProvider + + // container + val primaryContainer = switch (type) { + case INITIAL: { + integration.primaryPlanning.LSTPlanungProjekt.leadingPlanungGruppe. + LSTPlanungEinzel.LSTZustandStart.container + } + case FINAL: { + integration.primaryPlanning.LSTPlanungProjekt.leadingPlanungGruppe. + LSTPlanungEinzel.LSTZustandZiel.container + } + default: { + throw new IllegalArgumentException(type.toString) + } + } + val secondaryContainer = switch (type) { + case INITIAL: { + integration.secondaryPlanning.LSTPlanungProjekt.leadingPlanungGruppe. + LSTPlanungEinzel.LSTZustandStart.container + } + case FINAL: { + integration.secondaryPlanning.LSTPlanungProjekt.leadingPlanungGruppe. + LSTPlanungEinzel.LSTZustandZiel.container + } + default: { + throw new IllegalArgumentException(type.toString) + } + } + + // elements + val primaryElement = elementProvider.getElement( + primaryContainer, + match.guidPrimary, + match.elementType + ).orElse(null) + + val secondaryElement = elementProvider.getElement( + secondaryContainer, + match.guidSecondary, + match.elementType + ).orElse(null) + val elements = #[primaryElement, secondaryElement].filterNull.toList + + // attributes + conflict.id = match.id + conflict.name = elements.getName(context) + conflict.container = type.translate + conflict.version = match.version + conflict.resolution = if (match.resolution.resolved) + messages.IntegrationView_Resolved + else + messages.IntegrationView_Unresolved + + // details + if (conflict.details.empty) { + val attributes = matcher.getNonEmptyAttributes(primaryElement, + secondaryElement) + conflict.details.addAll( + attributes.map [ + transformToDetails(primaryElement, secondaryElement, + labelProvider) + ] + ) + } + + // remember conflict -> match mapping + conflictToMatch.put(conflict, match); + + return conflict + } + + private def Conflict create IntegrationviewFactory.eINSTANCE.createConflict + transformToConflictCreate( + SMatch match, + ContainerType type, + ToolboxTemporaryIntegration integration + ) { + } + + private def Details create IntegrationviewFactory.eINSTANCE.createDetails + transformToDetails( + List path, + EObject primaryElement, + EObject secondaryElement, + DiffLabelProvider labelProvider + ) { + attributePath = labelProvider.getPathLabel( + #{primaryElement, secondaryElement}.filterNull.head, path) + valuePrimaryPlanning = labelProvider.getAttributeLabel(primaryElement, + path) + valueSecondaryPlanning = labelProvider. + getAttributeLabel(secondaryElement, path) + + return + } + + private static def String getPrimaryPlanningName(IModelSession session) { + if (session.mergeMode) { + return session.temporaryIntegration.get.primaryPlanningFilename + } + return session.toolboxFile.path.fileName.toString + } + + private static def String getSecondaryPlanningName( + IModelSession session, + Optional secondaryPlanningName + ) { + if (session.mergeMode) { + return session.temporaryIntegration.get.secondaryPlanningFilename + } + return secondaryPlanningName.orElse(null)?.toString + } + + private static def String getTemporaryName( + IModelSession session) { + if (session.mergeMode) { + return session.toolboxFile.path.fileName.toString + } + return null + } + + private static def String getMergeDirectory( + IModelSession session, + Optional integrationDirectory + ) { + if (session.mergeMode) { + return session.temporaryIntegration.get.integrationDirectory + } + if (integrationDirectory.isPresent) { + return integrationDirectory.get + } + return session.defaultDir + } + + private static def String getDefaultDir(IModelSession session) { + return session.planProSchnittstelle.eResource.URI.directory.toString + } + + private static def PlanPro_Schnittstelle getPrimaryPlanning( + IModelSession session + ) { + if (session.mergeMode) { + return session.temporaryIntegration.get.primaryPlanning + } + return session.planProSchnittstelle + } + + private static def PlanPro_Schnittstelle getSecondaryPlanning( + IModelSession session, + Optional secondaryPlanning + ) { + if (session.mergeMode) { + return session.temporaryIntegration.get.secondaryPlanning + } + if (secondaryPlanning.present) { + return secondaryPlanning.get + } + return null + } + + private static def PlanPro_Schnittstelle getCompositePlanning( + IModelSession session + ) { + if (session.mergeMode) { + return session.temporaryIntegration.get.compositePlanning + } + return null + } + + private def dispatch String translate(Enum e) { + throw new IllegalArgumentException(e.toString) + } + + private def dispatch String translate(ContainerType type) { + switch (type) { + case INITIAL: + return messages.ContainerValues_Start + case FINAL: + return messages.ContainerValues_Ziel + default: { + throw new IllegalArgumentException(type.toString) + } + } + } + + private def String getName( + List elements, + Context context + ) { + // element labels + val labels = elements.map [ + context.configuration.labelProvider.getElementLabel(it) + ].toSet + + return '''«FOR label : labels SEPARATOR "/"»«label»«ENDFOR»''' + } + + private def String getVersion(SMatch match) { + val resolution = match.resolution + switch (resolution) { + case PRIMARY_UNRESOLVED, + case PRIMARY_AUTO, + case PRIMARY_MANUAL: + return messages.IntegrationView_Primary + case SECONDARY_AUTO, + case SECONDARY_MANUAL: + return messages.IntegrationView_Secondary + default: { + throw new IllegalArgumentException(resolution.toString) + } + } + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java new file mode 100644 index 0000000000..54e9cb273d --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java @@ -0,0 +1,85 @@ +/** + * Copyright (c) 2020 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ + +package org.eclipse.set.feature.integration.descriptions; + +import javax.inject.Inject; + +import org.eclipse.e4.core.contexts.ContextInjectionFactory; +import org.eclipse.e4.core.contexts.IEclipseContext; +import org.eclipse.e4.core.services.nls.Translation; +import org.eclipse.set.basis.constants.PlanProFileNature; +import org.eclipse.set.basis.part.PartDescription; +import org.eclipse.set.basis.viewgroups.ToolboxViewGroup; +import org.eclipse.set.core.services.part.PartDescriptionService; +import org.eclipse.set.feature.integration.Messages; +import org.eclipse.set.utils.viewgroups.SetViewGroups; +import org.osgi.service.component.annotations.Component; + +/** + * Part description for integration view. + * + * @author Schaefer + */ +@Component +public class PlanProMergeFormsDescriptionService + implements PartDescriptionService { + private static class InjectionHelper { + + @Inject + @Translation + Messages messages; + + @SuppressWarnings("unused") + public InjectionHelper() { + } + } + + @Override + public PartDescription getDescription(final IEclipseContext context) { + final InjectionHelper injectionHelper = ContextInjectionFactory + .make(InjectionHelper.class, context); + return new PartDescription( + // ID + this.getClass().getName(), + // contributionURI + "bundleclass://org.eclipse.set.feature.integration/org.eclipse.set.feature.integration.service.parts.PlanProMergeFormsPart", //$NON-NLS-1$ + // toolboxViewName + injectionHelper.messages.PlanProMergeFormsDescriptionService_ViewName, + // toolboxViewToolTip + "", //$NON-NLS-1$ + // toolboxViewType + getToolboxViewGroup(), + // defaultForNature + PlanProFileNature.INTEGRATION, + // toolboxViewNeedsLoadedModel + true, + // toolboxViewNeedsXsdValidation + false, + // toolboxViewNeedsEmfValidation + false, + // toolboxViewProcessState + false, + // toolboxViewProcessPlanning + true, + // toolboxViewProcessIntegration + true, + // toolboxViewProcessInvalid + false, + // toolboxViewNeedsCleanSession + false, + // toolboxViewExclusiveEditor + true); + } + + @Override + public ToolboxViewGroup getToolboxViewGroup() { + return SetViewGroups.getEdit(); + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/SimpleMergeService.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/SimpleMergeService.xtend new file mode 100644 index 0000000000..e20d3e92ff --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/SimpleMergeService.xtend @@ -0,0 +1,264 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration.service + +import com.google.common.collect.Lists +import org.eclipse.core.runtime.Assert +import org.eclipse.set.basis.integration.ChangeDescription +import org.eclipse.set.basis.integration.Matcher +import org.eclipse.set.model.simplemerge.Resolution +import org.eclipse.set.model.simplemerge.SComparison +import org.eclipse.set.model.simplemerge.SMatch +import org.eclipse.set.model.simplemerge.SimplemergeFactory +import org.eclipse.set.core.services.merge.MergeService +import java.util.LinkedList +import java.util.List +import java.util.function.Supplier +import org.eclipse.emf.common.util.EList +import org.eclipse.emf.ecore.EObject +import org.eclipse.emf.ecore.util.EcoreUtil +import org.osgi.service.component.annotations.Component +import org.slf4j.Logger +import org.slf4j.LoggerFactory + +import static extension org.eclipse.set.model.simplemerge.extensions.SMatchExtensions.* + +/** + * A simple implementation of {@link MergeService}. + * + * @author Schaefer + */ +@Component +class SimpleMergeService implements MergeService { + + static final Logger LOGGER = LoggerFactory.getLogger( + typeof(SimpleMergeService) + ) + + Supplier matchIdGenerator + + private static class ChangeDescriptionImpl implements ChangeDescription { + + val SComparison model + + new(SComparison model) { + this.model = model + } + + override getModel() { + return model + } + } + + override createChangeDescription( + Context context, + Supplier matchIdGenerator + ) { + this.matchIdGenerator = matchIdGenerator + val comparison = transform(context) + return new ChangeDescriptionImpl(comparison) + } + + private def SComparison create SimplemergeFactory.eINSTANCE.createSComparison transform( + Context context + ) { + val secondaryContainer = context.secondaryContainer + val matchesPerType = secondaryContainer.elementTypes.map [ + it.transform(context) + ] + matches.addAll(matchesPerType.flatten) + return + } + + private def List create new LinkedList transform( + String elementType, + Context context + ) { + val configuration = context.configuration + val primaryContainer = context.primaryContainer + val secondaryContainer = context.secondaryContainer + val matcher = configuration.matcher + val primaryElements = primaryContainer.getElements(elementType) + val secondaryElements = secondaryContainer.getElements(elementType) + + // find removed elements + addAll( + primaryElements.filter [ + secondaryElements.matchingElements(it, matcher).empty + ].map [ + it.transformToMatch(null, elementType, configuration) + ] + ) + + // find changed elements + addAll( + secondaryElements.map [ + transformToMatches( + primaryElements.matchingElements(it, matcher), + it, + elementType, + configuration + ) + ].flatten + ) + return + } + + private def SMatch create SimplemergeFactory.eINSTANCE.createSMatch transformToMatch( + EObject primaryElement, + EObject secondaryElement, + String elementType, + Configuration configuration + ) { + Assert.isNotNull(elementType) + id = matchIdGenerator.get + guidPrimary = primaryElement?.getGuid(configuration) + guidSecondary = secondaryElement?.getGuid(configuration) + it.elementType = elementType + return + } + + private def List transformToMatches( + List primaryElements, + EObject secondaryElement, + String elementType, + Configuration configuration + ) { + val result = Lists.newLinkedList + val matcher = configuration.matcher + + if (primaryElements.empty) { + // if there is no matching primary element, we create an add-match + result.add( + transformToMatch( + null, + secondaryElement, + elementType, + configuration + ) + ) + } else { + // otherwise we create matches for different elements + primaryElements.forEach [ + if (matcher.isDifferent(it, secondaryElement)) { + result.add( + transformToMatch( + it, + secondaryElement, + elementType, + configuration + ) + ) + } + ] + } + + return result + } + + private def String getGuid(EObject element, Configuration configuration) { + return configuration.guidProvider.getGuid(element) + } + + private def List getElementTypes(EObject container) { + return container.eClass.EAllReferences.map[name] + } + + private def List getElements( + EObject container, + String elementType + ) { + val feature = container.eClass.getEStructuralFeature(elementType) + val value = container.eGet(feature) + return value as EList + } + + private def List matchingElements( + List elements, + EObject element, + Matcher matcher + ) { + return elements.filter[matcher.match(it, element)].toList + } + + override automaticMerge( + Context context, + ChangeDescription description + ) { + val responsibility = context.responsibility + for (match : description.model.matches) { + val guidPrimary = match.guidPrimary + val guidSecondary = match.guidSecondary + val authority = responsibility.getAuthority(guidPrimary, + guidSecondary) + + switch (authority) { + case NONE: { + // we leave the resolution unresolved + } + case SECONDARY: { + match.merge(context) + match.resolution = Resolution.SECONDARY_AUTO + } + case PRIMARY: { + match.resolution = Resolution.PRIMARY_AUTO + } + default: { + throw new IllegalArgumentException(authority?.toString ?: + "null") + } + } + } + } + + private def void merge( + SMatch match, + Context context + ) { + val elementProvider = context.configuration.elementProvider + val guidPrimary = match.guidPrimary + val guidSecondary = match.guidSecondary + val primaryContainer = context.primaryContainer + val secondaryContainer = context.secondaryContainer + + // delete the primary element (if present) + if (guidPrimary !== null) { + val primaryElement = elementProvider.getElement( + primaryContainer, + guidPrimary, + match.elementType + ).get + val feature = primaryElement.eContainingFeature + val list = primaryContainer.eGet(feature) as List + list.remove(primaryElement) + if (LOGGER.debugEnabled) { + LOGGER.debug( + '''Deleted primary for «match.logString(context)»''' + ) + } + } + + // insert the secondary element (if present) + if (guidSecondary !== null) { + val secondaryElement = elementProvider.getElement( + secondaryContainer, + guidSecondary, + match.elementType + ).get + val feature = secondaryElement.eContainingFeature + val list = primaryContainer.eGet(feature) as List + list.add(EcoreUtil.copy(secondaryElement)) + if (LOGGER.debugEnabled) { + LOGGER.debug( + '''Inserted secondary for «match.logString(context)»''' + ) + } + } + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java new file mode 100644 index 0000000000..39e4bdc575 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java @@ -0,0 +1,211 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration.service.actions; + +import java.util.Arrays; +import java.util.List; +import java.util.Map; +import java.util.Optional; +import java.util.function.Consumer; +import java.util.function.Supplier; + +import org.eclipse.e4.core.services.events.IEventBroker; +import org.eclipse.jface.action.Action; +import org.eclipse.jface.action.MenuManager; +import org.eclipse.jface.action.Separator; +import org.eclipse.jface.viewers.ColumnViewer; +import org.eclipse.jface.viewers.StructuredSelection; +import org.eclipse.set.basis.IModelSession; +import org.eclipse.set.basis.constants.ContainerType; +import org.eclipse.set.basis.constants.Events; +import org.eclipse.set.core.services.merge.MergeService.ContextProvider; +import org.eclipse.set.feature.integration.Messages; +import org.eclipse.set.feature.integration.SessionToIntegrationViewTransformation; +import org.eclipse.set.model.integrationview.Conflict; +import org.eclipse.set.model.simplemerge.Resolution; +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; +import org.eclipse.swt.widgets.Menu; +import org.eclipse.swt.widgets.Table; + +/** + * Edit conflicts of the conflict table. + * + * @author Schaefer + */ +public class ConflictsTableAction implements Consumer { + + private abstract class AbstractTableAction extends Action { + + public AbstractTableAction(final String text) { + super(text); + setEnabled(!tableViewer.getSelection().isEmpty()); + tableViewer.addSelectionChangedListener( + e -> setEnabled(!e.getSelection().isEmpty())); + } + } + + private class ResolveSelectedAction extends AbstractTableAction { + private final Resolution resolution; + + public ResolveSelectedAction(final String text, + final Resolution resolution) { + super(text); + this.resolution = resolution; + } + + @Override + public void run() { + final ToolboxTemporaryIntegration temporaryIntegration = session + .getTemporaryIntegration().get(); + final StructuredSelection selection = (StructuredSelection) tableViewer + .getSelection(); + Arrays.stream(selection.toArray()) + .map(item -> transformation.getMatch((Conflict) item)) + .forEach(match -> TemporaryIntegrationExtensions + .manualMerge(temporaryIntegration, + session.getEditingDomain(), match, + resolution, contextProvider)); + eventBroker.send(Events.MODEL_CHANGED, + session.getPlanProSchnittstelle()); + transformation.transform(session, Optional.empty(), + Optional.empty(), Optional.empty()); + updateButtonAction.get(); + } + } + + private class ResolveSelectedPrimary extends ResolveSelectedAction { + public ResolveSelectedPrimary() { + super(messages.ConflictsTableAction_ResolvePrimary, + Resolution.PRIMARY_MANUAL); + } + } + + private class ResolveSelectedSecondary extends ResolveSelectedAction { + public ResolveSelectedSecondary() { + super(messages.ConflictsTableAction_ResolveSecondary, + Resolution.SECONDARY_MANUAL); + } + } + + private class ResolveUnresolvedAction extends AbstractTableAction { + private final Resolution resolution; + + public ResolveUnresolvedAction(final String text, + final Resolution resolution) { + super(text); + this.resolution = resolution; + } + + @Override + public void run() { + final ToolboxTemporaryIntegration temporaryIntegration = session + .getTemporaryIntegration().get(); + final Map> selection = TemporaryIntegrationExtensions + .getOpenConflictMatches(temporaryIntegration); + selection.entrySet().stream().map(entry -> entry.getValue()) + .flatMap(List::stream) + .forEach(match -> TemporaryIntegrationExtensions + .manualMerge(temporaryIntegration, + session.getEditingDomain(), match, + resolution, contextProvider)); + + eventBroker.send(Events.MODEL_CHANGED, + session.getPlanProSchnittstelle()); + transformation.transform(session, Optional.empty(), + Optional.empty(), Optional.empty()); + updateButtonAction.get(); + } + } + + private class ResolveUnresolvedPrimary extends ResolveUnresolvedAction { + public ResolveUnresolvedPrimary() { + super(messages.ConflictsTableAction_ResolveUnresolvedPrimary, + Resolution.PRIMARY_MANUAL); + } + } + + private class ResolveUnresolvedSecondary extends ResolveUnresolvedAction { + public ResolveUnresolvedSecondary() { + super(messages.ConflictsTableAction_ResolveUnresolvedSecondary, + Resolution.SECONDARY_MANUAL); + } + } + + private class UnresolveSelectedAction extends ResolveSelectedAction { + public UnresolveSelectedAction() { + super(messages.ConflictsTableAction_Unresolve, + Resolution.PRIMARY_UNRESOLVED); + } + } + + final ContextProvider contextProvider; + + final Messages messages; + final IModelSession session; + ColumnViewer tableViewer; + final SessionToIntegrationViewTransformation transformation; + final Supplier updateButtonAction; + private final IEventBroker eventBroker; + + /** + * @param session + * the model session + * @param transformation + * the session to merge view transformation + * @param messages + * the translations + * @param contextProvider + * the context provider + * @param updateButtonAction + * the action for updating the view buttons + * @param eventBroker + * the event broker + */ + public ConflictsTableAction(final IModelSession session, + final SessionToIntegrationViewTransformation transformation, + final ContextProvider contextProvider, + final Supplier updateButtonAction, final Messages messages, + final IEventBroker eventBroker) { + this.session = session; + this.transformation = transformation; + this.messages = messages; + this.contextProvider = contextProvider; + this.updateButtonAction = updateButtonAction; + this.eventBroker = eventBroker; + } + + @Override + public void accept(final ColumnViewer viewer) { + tableViewer = viewer; + + final MenuManager menuManager = new MenuManager(); + + // actions + menuManager.add(new ResolveSelectedPrimary()); + menuManager.add(new ResolveSelectedSecondary()); + menuManager.add(new Separator()); + menuManager.add(new ResolveUnresolvedPrimary()); + menuManager.add(new ResolveUnresolvedSecondary()); + menuManager.add(new Separator()); + menuManager.add(new UnresolveSelectedAction()); + + final Table table = (Table) viewer.getControl(); + final Menu menu = menuManager.createContextMenu(table); + table.setMenu(menu); + } + + /** + * @return the table viewer for this action + */ + public ColumnViewer getViewer() { + return tableViewer; + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java new file mode 100644 index 0000000000..f98380ce66 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java @@ -0,0 +1,226 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration.service.actions; + +import java.io.IOException; +import java.nio.file.Files; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.Optional; +import java.util.function.Consumer; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.jface.action.Action; +import org.eclipse.jface.action.MenuManager; +import org.eclipse.jface.viewers.ColumnViewer; +import org.eclipse.jface.viewers.ISelection; +import org.eclipse.jface.viewers.ISelectionChangedListener; +import org.eclipse.jface.viewers.SelectionChangedEvent; +import org.eclipse.jface.viewers.StructuredSelection; +import org.eclipse.set.basis.constants.ContainerType; +import org.eclipse.set.basis.files.AttachmentContentService; +import org.eclipse.set.core.services.merge.MergeService.Context; +import org.eclipse.set.core.services.merge.MergeService.ContextProvider; +import org.eclipse.set.core.services.name.NameService; +import org.eclipse.set.core.services.part.ToolboxPartService; +import org.eclipse.set.feature.integration.Messages; +import org.eclipse.set.feature.integration.PlanProMergeContextProvider; +import org.eclipse.set.feature.integration.SessionToIntegrationViewTransformation; +import org.eclipse.set.model.integrationview.Conflict; +import org.eclipse.set.model.planpro.Basisobjekte.Anhang; +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.simplemerge.extensions.SMatchExtensions; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; +import org.eclipse.set.ppmodel.extensions.AnhangExtensions; +import org.eclipse.swt.widgets.Menu; +import org.eclipse.swt.widgets.Table; + +/** + * Show attachments in the conflict detail view. + * + * @author Schaefer + */ +public class ShowAttachmentAction implements Consumer { + + private class ShowPrimaryAttachment extends Action { + public ShowPrimaryAttachment() { + super(messages.ShowAttachmentAction_ShowPrimaryAttachment); + setEnabled(false); + } + + @Override + public void run() { + showPdf(getSelectedPrimaryAttachment().get()); + } + } + + private class ShowSecondaryAttachment extends Action { + public ShowSecondaryAttachment() { + super(messages.ShowAttachmentAction_ShowSecondaryAttachment); + setEnabled(false); + } + + @Override + public void run() { + showPdf(getSelectedSecondaryAttachment().get()); + } + } + + private final ConflictsTableAction conflictsTableAction; + + private final AttachmentContentService contentService; + private final ContextProvider contextProvider; + private ColumnViewer masterViewer; + private final ToolboxPartService partService; + private ShowPrimaryAttachment showPrimaryAttachment; + private ShowSecondaryAttachment showSecondaryAttachment; + final private String tempDir; + private final SessionToIntegrationViewTransformation transformation; + final Messages messages; + + /** + * @param conflictsTableAction + * the conflictsTableAction connected to this action + * @param transformation + * the session to integration view transformation + * @param tempDir + * the temporary directory + * @param messages + * the translations + * @param partService + * the toolbox part service + * @param nameService + * the name service + * @param contentService + * the attachment content service + */ + public ShowAttachmentAction(final ConflictsTableAction conflictsTableAction, + final SessionToIntegrationViewTransformation transformation, + final String tempDir, final Messages messages, + final ToolboxPartService partService, final NameService nameService, + final AttachmentContentService contentService) { + this.conflictsTableAction = conflictsTableAction; + this.transformation = transformation; + this.messages = messages; + this.tempDir = tempDir; + this.partService = partService; + this.contentService = contentService; + contextProvider = new PlanProMergeContextProvider(nameService); + } + + @Override + public void accept(final ColumnViewer viewer) { + masterViewer = conflictsTableAction.getViewer(); + + final MenuManager menuManager = new MenuManager(); + + // actions + showPrimaryAttachment = new ShowPrimaryAttachment(); + showSecondaryAttachment = new ShowSecondaryAttachment(); + menuManager.add(showPrimaryAttachment); + menuManager.add(showSecondaryAttachment); + + // disable/enable actions + updateItemState(); + masterViewer + .addSelectionChangedListener(new ISelectionChangedListener() { + @Override + public void selectionChanged( + final SelectionChangedEvent event) { + updateItemState(); + } + }); + + final Table table = (Table) viewer.getControl(); + final Menu menu = menuManager.createContextMenu(table); + table.setMenu(menu); + } + + private void savePdf(final Anhang attachment, final Path path) { + try { + final byte[] content = contentService.getContent(attachment); + final Path parent = path.getParent(); + if (parent != null) { + Files.createDirectories(parent); + } + Files.write(path, content); + } catch (final IOException e) { + throw new RuntimeException(e); + } + } + + private void startPdfViewer(final Path path) { + partService.showAttachmentPart(path); + } + + protected Optional getSelectedAttachment(final boolean isPrimary) { + final ISelection selection = masterViewer.getSelection(); + if (!(selection instanceof StructuredSelection)) { + return Optional.empty(); + } + + final StructuredSelection structuredSelection = (StructuredSelection) selection; + if (structuredSelection.size() != 1) { + return Optional.empty(); + } + + final Object element = structuredSelection.getFirstElement(); + if (!(element instanceof Conflict)) { + return Optional.empty(); + } + + final Conflict conflict = (Conflict) element; + final SMatch match = transformation.getMatch(conflict); + final ContainerType containerType = SMatchExtensions + .getContainerType(match); + final ToolboxTemporaryIntegration integration = SMatchExtensions + .getIntegration(match); + final Context context = TemporaryIntegrationExtensions + .getMergeContext(integration, contextProvider, containerType); + + final Optional lstObject; + if (isPrimary) { + lstObject = SMatchExtensions.getPrimaryElement(match, context); + } else { + lstObject = SMatchExtensions.getSecondaryElement(match, context); + } + + if (lstObject.isPresent()) { + if (lstObject.get() instanceof Anhang) { + return Optional.of((Anhang) lstObject.get()); + } + } + + return Optional.empty(); + } + + protected void updateItemState() { + showPrimaryAttachment + .setEnabled(getSelectedPrimaryAttachment().isPresent()); + showSecondaryAttachment + .setEnabled(getSelectedSecondaryAttachment().isPresent()); + } + + Optional getSelectedPrimaryAttachment() { + return getSelectedAttachment(true); + } + + Optional getSelectedSecondaryAttachment() { + return getSelectedAttachment(false); + } + + void showPdf(final Anhang attachment) { + final Path path = Paths.get(tempDir, + attachment.getIdentitaet().getWert(), + AnhangExtensions.getFilename(attachment)); + savePdf(attachment, path); + startPdfViewer(path); + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java new file mode 100644 index 0000000000..3198f4c5f2 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -0,0 +1,560 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.feature.integration.service.parts; + +import java.io.IOException; +import java.lang.reflect.InvocationTargetException; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Optional; +import java.util.Set; +import java.util.stream.Collectors; + +import javax.inject.Inject; + +import org.eclipse.core.runtime.IProgressMonitor; +import org.eclipse.e4.core.services.nls.Translation; +import org.eclipse.e4.ui.di.Persist; +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.ecp.ui.view.ECPRendererException; +import org.eclipse.jface.dialogs.ProgressMonitorDialog; +import org.eclipse.set.basis.IModelSession; +import org.eclipse.set.basis.constants.ContainerType; +import org.eclipse.set.basis.constants.Events; +import org.eclipse.set.basis.constants.ToolboxConstants; +import org.eclipse.set.basis.constants.ValidationResult; +import org.eclipse.set.basis.constants.ValidationResult.Outcome; +import org.eclipse.set.basis.exceptions.UserAbortion; +import org.eclipse.set.basis.extensions.PathExtensions; +import org.eclipse.set.basis.files.SetFormat; +import org.eclipse.set.basis.files.ToolboxFile; +import org.eclipse.set.basis.files.ToolboxFileRole; +import org.eclipse.set.core.services.action.ActionService; +import org.eclipse.set.core.services.cache.CacheService; +import org.eclipse.set.core.services.dialog.DialogService; +import org.eclipse.set.core.services.files.ToolboxFileService; +import org.eclipse.set.core.services.merge.MergeService; +import org.eclipse.set.core.services.modelloader.ModelLoader; +import org.eclipse.set.core.services.modelloader.ModelLoader.ModelContents; +import org.eclipse.set.core.services.name.NameService; +import org.eclipse.set.core.services.part.ToolboxPartService; +import org.eclipse.set.feature.integration.Messages; +import org.eclipse.set.feature.integration.PlanProMergeContextProvider; +import org.eclipse.set.feature.integration.SessionToIntegrationViewTransformation; +import org.eclipse.set.feature.integration.service.actions.ConflictsTableAction; +import org.eclipse.set.feature.integration.service.actions.ShowAttachmentAction; +import org.eclipse.set.model.integrationview.IntegrationView; +import org.eclipse.set.model.planpro.PlanPro.Container_AttributeGroup; +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; +import org.eclipse.set.model.simplemerge.SComparison; +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; +import org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl; +import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions; +import org.eclipse.set.utils.RefreshAction; +import org.eclipse.set.utils.SelectableAction; +import org.eclipse.set.utils.StatefulButtonAction; +import org.eclipse.set.utils.emfforms.AbstractEmfFormsPart; +import org.eclipse.set.utils.events.ContainerDataChanged; +import org.eclipse.set.utils.events.EditingCompleted; +import org.eclipse.set.utils.events.ProjectDataChanged; +import org.eclipse.set.utils.events.ToolboxEvents; +import org.eclipse.set.utils.widgets.WidgetExtensions; +import org.eclipse.swt.events.SelectionEvent; +import org.eclipse.swt.widgets.Composite; +import org.eclipse.swt.widgets.DirectoryDialog; +import org.eclipse.swt.widgets.Shell; +import org.eclipse.swt.widgets.Widget; + +import com.google.common.base.Strings; + +/** + * The merge part using EMF Forms. + * + * @author Schaefer + */ +public class PlanProMergeFormsPart extends AbstractEmfFormsPart { + + private static final String CONFLICTS_TABLE_ACTION = "conflictsTableAction"; //$NON-NLS-1$ + + private static final String CREATE_MERGEFILE_ACTION = "createMergeFileAction"; //$NON-NLS-1$ + + private static final String DELETE_MERGE_SESSION_ACTION = "deleteTemporaryIntegrationAction"; //$NON-NLS-1$ + + private static final String EXIT_MERGE_MODE_ACTION = "exitMergeModeAction"; //$NON-NLS-1$ + private static final String LOAD_DIRECTORY_ACTION = "loadDirectoryAction"; //$NON-NLS-1$ + private static final String LOAD_FILE_ACTION = "loadFileAction"; //$NON-NLS-1$ + private static final String SAVE_MERGE_SESSION_ACTION = "saveTemporaryIntegrationAction"; //$NON-NLS-1$ + private static final String SHOW_ATTACHMENT_ACTION = "showAttachmentAction"; //$NON-NLS-1$ + protected static final int BUTTON_WIDTH = 160; + protected static final int BUTTON_WIDTH_EXIT_MERGE_MODE = 320; + + @Inject + private DialogService errorReporter; + + @Inject + private MergeService mergeService; + + @Inject + private NameService nameService; + + @Inject + protected CacheService cacheService; + + protected PlanProMergeContextProvider contextProvider; + + @Inject + ActionService actionService; + + StatefulButtonAction createMergefileAction; + + StatefulButtonAction deleteTemporaryIntegrationAction; + + StatefulButtonAction exitMergeModeAction; + + @Inject + ToolboxFileService fileService; + + StatefulButtonAction loadDirectoryAction; + StatefulButtonAction loadFileAction; + + IntegrationView mergeView; + + @Inject + @Translation + Messages messages; + + @Inject + ModelLoader modelLoader; + + @Inject + ToolboxPartService partService; + + StatefulButtonAction saveTemporaryIntegrationAction; + + PlanPro_Schnittstelle secondaryPlanning; + + ToolboxFile secondaryPlanningToolboxfile; + + boolean secondaryPlanningWasValid; + + @Inject + IModelSession session; + + Shell shell; + + SessionToIntegrationViewTransformation transformation; + + @Inject + @Translation + org.eclipse.set.utils.Messages utilMessages; + + /** + * Create the part. + */ + @Inject + public PlanProMergeFormsPart() { + super(); + } + + private boolean allConflictsResolved() { + final Map> openConflictMatches = TemporaryIntegrationExtensions + .getOpenConflictMatches( + session.getTemporaryIntegration().get()); + @SuppressWarnings("boxing") + final Set nonZeroSizes = openConflictMatches.values().stream() + .map(l -> l.size()).filter(i -> i > 0) + .collect(Collectors.toSet()); + return nonZeroSizes.isEmpty(); + } + + private ToolboxFile createTemporaryToolboxFile(final String mergeDir, + final ToolboxTemporaryIntegration newTemporaryIntegration) { + final Path mergeDirFileName = Paths.get(mergeDir, + session.getToolboxFile().getPath().getFileName().toString()); + final Path mergeDirFileNameExtension = PathExtensions + .replaceExtension(mergeDirFileName, + fileService.extensionsForCategory( + ToolboxConstants.EXTENSION_CATEGORY_PPMERGE) + .get(0)); + final ToolboxFile temporaryFile = fileService.load( + mergeDirFileNameExtension, + ToolboxFileRole.TEMPORARY_INTEGRATION); + temporaryFile.setTemporaryDirectory(session.getTempDir()); + temporaryFile.getResource().getContents().add(newTemporaryIntegration); + if (temporaryFile + .getResource() instanceof final TemporaryintegrationResourceImpl resource) { + resource.getTransformPrimaryInvalidIDReferences().addAll( + newTemporaryIntegration.getPrimaryPlanningIDReferences()); + resource.getTransformSecondaryInvalidIDReferences().addAll( + newTemporaryIntegration.getSecondaryPlanningIDReferences()); + resource.getTransformCompositeInvalidIDReferences().addAll( + newTemporaryIntegration.getCompositePlanningIDReferences()); + } + + try { + temporaryFile.copyAllMedia(getConvertedPrimaryPlanning()); + temporaryFile.copyAllMedia(secondaryPlanningToolboxfile); + } catch (final IOException e) { + throw new RuntimeException(e); + } + + return temporaryFile; + } + + private ToolboxFile getConvertedPrimaryPlanning() { + return fileService.convertFormat(session.getToolboxFile(), + ToolboxFileRole.SESSION, session.getTempDir(), + SetFormat.createZippedPlanPro()); + } + + private void mergeModel(final IProgressMonitor monitor) + throws InvocationTargetException { + monitor.beginTask(messages.PlanProMergePart_TaskName, + IProgressMonitor.UNKNOWN); + final String mergeDir = mergeView.getIntegrationDirectory(); + final ToolboxFile primaryPlanningToolboxFile = getConvertedPrimaryPlanning(); + final ToolboxTemporaryIntegration temporaryIntegration = TemporaryIntegrationExtensions + .create(primaryPlanningToolboxFile, + session.getValidationResult(PlanPro_Schnittstelle.class) + .getOutcome() == Outcome.VALID, + secondaryPlanningToolboxfile, secondaryPlanningWasValid, + mergeDir); + + TemporaryIntegrationExtensions.automaticMerge(temporaryIntegration, + mergeService, contextProvider); + + PlanProSchnittstelleExtensions.updateForIntegrationCopy( + temporaryIntegration.getCompositePlanning(), + session.getEditingDomain()); + + try { + // IMPROVE move function createTemporaryToolboxFile to File Service + // or Extension + final ToolboxFile toolboxFile = createTemporaryToolboxFile(mergeDir, + temporaryIntegration); + session.switchToMergeMode(temporaryIntegration, mergeDir, shell, + toolboxFile); + secondaryPlanningToolboxfile.close(); + } catch (final IOException | UserAbortion e) { + throw new InvocationTargetException(e); + } + + monitor.done(); + } + + private void update() { + if (isOutdated()) { + updateMergeView(); + setOutdated(false); + updateButtonStates(); + } + } + + private void updateMergeView() { + transformation.transform(getModelSession(), + Optional.ofNullable(secondaryPlanning), + Optional.ofNullable(getSecondaryPlanningName()), + Optional.ofNullable(mergeView.getIntegrationDirectory())); + } + + @Override + protected void createFormsView(final Composite parent) + throws ECPRendererException { + contextProvider = new PlanProMergeContextProvider(nameService); + + shell = parent.getShell(); + + // create merge view + transformation = new SessionToIntegrationViewTransformation(messages, + nameService); + final Path mergeDir = getModelSession().getToolboxFile().getPath() + .getParent(); + mergeView = transformation.transform(getModelSession(), + Optional.empty(), Optional.empty(), + Optional.of(mergeDir.toString())); + + // register button actions + loadFileAction = new StatefulButtonAction( + messages.IntegrationView_LoadNewPlanning, BUTTON_WIDTH) { + + @Override + public void selected(final SelectionEvent e) { + shell = WidgetExtensions.getShell((Widget) e.getSource()); + final DialogService dialogService = getDialogService(); + final Optional openFile = dialogService.openFileDialog( + shell, dialogService.getModelFileFilters(), + Optional.empty()); + + if (openFile.isPresent()) { + final Path path = openFile.get(); + secondaryPlanningToolboxfile = fileService.load(path, + ToolboxFileRole.SECONDARY_PLANNING); + secondaryPlanningToolboxfile + .setTemporaryDirectory(session.getTempDir()); + final List validationResultList = new ArrayList<>(); + final ModelContents model = modelLoader.loadModelSync( + secondaryPlanningToolboxfile, + validationResultList::add, shell); + final ValidationResult validationResult = validationResultList + .stream() + .filter(valid -> valid.getValidatedSourceClass() + .equals(PlanPro_Schnittstelle.class)) + .findFirst().orElse(null); + secondaryPlanningToolboxfile = fileService.convertFormat( + secondaryPlanningToolboxfile, + ToolboxFileRole.SECONDARY_PLANNING, + session.getTempDir(), + SetFormat.createZippedPlanPro()); + + // possible states + final boolean canNotLoad = secondaryPlanning == null; + final boolean isInvalid = validationResult + .getOutcome() == Outcome.INVALID; + final boolean isPlanning = PlanProSchnittstelleExtensions + .isPlanning(secondaryPlanning); + + // user message + if (canNotLoad) { + dialogService.error(shell, + messages.PlanProMergeFormsPart_CanNotLoad); + } else { + if (!isPlanning) { + dialogService.error(shell, + messages.PlanProMergeFormsPart_MustBePlanungInformation); + } else { + if (!isInvalid || dialogService + .loadInvalidModel(shell, path.toString())) { + transformation.transform(getModelSession(), + Optional.of(secondaryPlanning), + Optional.of(getSecondaryPlanningName()), + Optional.ofNullable(mergeView + .getIntegrationDirectory())); + secondaryPlanningWasValid = validationResult + .getOutcome() == Outcome.VALID; + } + } + } + } + updateButtonStates(); + } + }; + loadDirectoryAction = new StatefulButtonAction( + messages.IntegrationView_SelectDirectory, BUTTON_WIDTH) { + + @Override + public void selected(final SelectionEvent e) { + shell = WidgetExtensions.getShell((Widget) e.getSource()); + final DirectoryDialog dialog = new DirectoryDialog(shell); + final String currentDir = mergeView.getIntegrationDirectory(); + if (currentDir != null) { + dialog.setFilterPath(currentDir); + } + final String dirname = dialog.open(); + if (dirname != null) { + transformation.transform(getModelSession(), + Optional.ofNullable(secondaryPlanning), + Optional.ofNullable(getSecondaryPlanningName()), + Optional.of(dirname)); + } + updateButtonStates(); + } + }; + createMergefileAction = new StatefulButtonAction( + messages.IntegrationView_CreateMergeFile, BUTTON_WIDTH) { + + @Override + public void selected(final SelectionEvent e) { + mergeModelProgress(); + session.refreshValidation(); + actionService.update(); + + // update view + transformation.transform(getModelSession(), + Optional.of(secondaryPlanning), + Optional.of(getSecondaryPlanningName()), + Optional.ofNullable( + mergeView.getIntegrationDirectory())); + updateButtonStates(); + } + }; + exitMergeModeAction = new StatefulButtonAction( + messages.IntegrationView_ExitMergeMode, + BUTTON_WIDTH_EXIT_MERGE_MODE) { + + @Override + public void selected(final SelectionEvent e) { + shell = WidgetExtensions.getShell((Widget) e.getSource()); + try { + session.exitMergeMode(shell); + + // test validation result + session.refreshValidation(); + if (session.getValidationResult(TemporaryIntegration.class) + .getOutcome() == Outcome.INVALID) { + if (!getDialogService().loadInvalidModel(shell, session + .getToolboxFile().getPath().toString())) { + session.close(); + return; + } + } + + // refresh buttons in action part + ToolboxEvents.send(getBroker(), new EditingCompleted()); + + // refresh buttons in merge part + exitMergeModeAction.setEnabled(false); + deleteTemporaryIntegrationAction.setEnabled(false); + saveTemporaryIntegrationAction.setEnabled(false); + } catch (final IOException ex) { + throw new RuntimeException(ex); + } catch (final UserAbortion ex) { + // We ignore an user abortion + } + } + }; + deleteTemporaryIntegrationAction = new StatefulButtonAction( + messages.IntegrationView_DeleteTemporaryIntegration, + BUTTON_WIDTH_EXIT_MERGE_MODE) { + + @Override + public void selected(final SelectionEvent e) { + shell = WidgetExtensions.getShell((Widget) e.getSource()); + try { + session.cancelMergeMode(path -> getDialogService() + .confirmDeletion(shell, path)); + } catch (final IOException ex) { + throw new RuntimeException(ex); + } catch (final UserAbortion ex) { + // We ignore an user abortion + } + } + }; + saveTemporaryIntegrationAction = new StatefulButtonAction( + messages.IntegrationView_SaveTemporaryIntegration, + BUTTON_WIDTH_EXIT_MERGE_MODE) { + + @Override + public void selected(final SelectionEvent e) { + save(); + } + }; + modelService.put(LOAD_FILE_ACTION, loadFileAction); + modelService.put(LOAD_DIRECTORY_ACTION, loadDirectoryAction); + modelService.put(CREATE_MERGEFILE_ACTION, createMergefileAction); + modelService.put(EXIT_MERGE_MODE_ACTION, exitMergeModeAction); + modelService.put(DELETE_MERGE_SESSION_ACTION, + deleteTemporaryIntegrationAction); + modelService.put(SAVE_MERGE_SESSION_ACTION, + saveTemporaryIntegrationAction); + + // register menus + final ConflictsTableAction conflictsTableAction = new ConflictsTableAction( + session, transformation, contextProvider, () -> { + updateButtonStates(); + return null; + }, messages, getBroker()); + modelService.put(CONFLICTS_TABLE_ACTION, conflictsTableAction); + modelService.put(SHOW_ATTACHMENT_ACTION, + new ShowAttachmentAction(conflictsTableAction, transformation, + session.getTempDir().toString(), messages, partService, + nameService, null)); + + // create form content + createEmfFormsPart(parent, mergeView); + + // initial update of button states + updateButtonStates(); + } + + @Override + protected SelectableAction getOutdatedAction() { + return new RefreshAction(this, e -> update()); + } + + @Override + protected void handleContainerDataChanged(final ContainerDataChanged e) { + setOutdated(true); + updateButtonStates(); + } + + @Override + protected void handleProjectDataChanged(final ProjectDataChanged e) { + setOutdated(true); + updateButtonStates(); + } + + protected void mergeModelProgress() { + try { + final ProgressMonitorDialog progressMonitorDialog = new ProgressMonitorDialog( + shell); + progressMonitorDialog.run(true, false, this::mergeModel); + getBroker().send(Events.MODEL_CHANGED, + session.getPlanProSchnittstelle()); + } catch (final InvocationTargetException | InterruptedException e) { + final Throwable cause = e.getCause(); + if (!(cause instanceof UserAbortion)) { + errorReporter.error(shell, e); + } + } + } + + protected void updateButtonStates() { + createMergefileAction.setEnabled(!isOutdated() + && !Strings.isNullOrEmpty(mergeView.getSecondaryPlanning()) + && !Strings.isNullOrEmpty(mergeView.getIntegrationDirectory()) + && Strings.isNullOrEmpty(mergeView.getCompositePlanning())); + loadFileAction.setEnabled(!isOutdated() + && Strings.isNullOrEmpty(mergeView.getCompositePlanning())); + loadDirectoryAction.setEnabled(!isOutdated() + && Strings.isNullOrEmpty(mergeView.getCompositePlanning())); + exitMergeModeAction.setEnabled(!isOutdated() && session.isMergeMode() + && allConflictsResolved()); + deleteTemporaryIntegrationAction + .setEnabled(!isOutdated() && session.isMergeMode()); + saveTemporaryIntegrationAction.setEnabled(getModelSession().isDirty()); + } + + @Override + protected void updateViewContainerDataChanged( + final List container) { + update(); + } + + @Override + protected void updateViewProjectDataChanged( + final List notifications) { + update(); + } + + String getSecondaryPlanningName() { + if (secondaryPlanningToolboxfile == null) { + return null; + } + return secondaryPlanningToolboxfile.getPath().getFileName().toString(); + } + + @Persist + void save() { + try { + session.save(getToolboxShell()); + updateButtonStates(); + getBroker().send(Events.MODEL_CHANGED, + session.getPlanProSchnittstelle()); + } catch (final UserAbortion e) { + // We continue normally after an user abortion + } + } + +} diff --git a/java/bundles/org.eclipse.set.feature.integration/viewmodel/Conflict.view b/java/bundles/org.eclipse.set.feature.integration/viewmodel/Conflict.view new file mode 100644 index 0000000000..64791d65d8 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/viewmodel/Conflict.view @@ -0,0 +1,39 @@ + + + + /org.eclipse.set.model.integrationview/model/integrationview.ecore + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.feature.integration/viewmodel/IntegrationView.view b/java/bundles/org.eclipse.set.feature.integration/viewmodel/IntegrationView.view new file mode 100644 index 0000000000..10de32a162 --- /dev/null +++ b/java/bundles/org.eclipse.set.feature.integration/viewmodel/IntegrationView.view @@ -0,0 +1,76 @@ + + + + /org.eclipse.set.model.integrationview/model/integrationview.ecore + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF index 3d3c442eaa..c4d677474b 100644 --- a/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF @@ -96,7 +96,8 @@ Require-Bundle: com.google.guava, org.eclipse.nebula.widgets.nattable.extension.nebula, org.eclipse.set.utils.table, org.eclipse.set.ppmodel.extensions, - org.eclipse.set.model.planpro + org.eclipse.set.model.planpro, + org.eclipse.set.model.temporaryintegration;bundle-version="[2.6.0,3.0.0)" Export-Package: org.eclipse.set.feature.validation, org.eclipse.set.feature.validation.report, org.eclipse.set.feature.validation.service, diff --git a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java index dbb8643021..21a4e18896 100644 --- a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java +++ b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java @@ -20,6 +20,7 @@ import java.util.List; import java.util.Map; import java.util.Objects; +import java.util.Optional; import java.util.Set; import java.util.function.Function; import java.util.function.Predicate; @@ -77,6 +78,7 @@ import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.PlanProFactory; import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; import org.eclipse.set.ppmodel.extensions.DocumentRootExtensions; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleDebugExtensions; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions; @@ -175,8 +177,8 @@ private static String getSessionsSubDir() { private double symbolRotation; /* * TODO(1.10.0.1): Readd once temporary integrations are reenabled private - * ToolboxTemporaryIntegration temporaryIntegration; */ + ToolboxTemporaryIntegration temporaryIntegration; private final ToolboxPaths toolboxPaths; private boolean wasDirty = false; protected final Shell mainWindow; @@ -536,10 +538,12 @@ public Path getTempDir() { /* * TODO(1.10.0.1): Readd once temporary integrations are reenabled * - * @Override public Optional - * getTemporaryIntegration() { return - * Optional.ofNullable(temporaryIntegration); } */ + @Override + public Optional getTemporaryIntegration() { + return Optional.ofNullable(temporaryIntegration); + } + @Override public ToolboxFile getToolboxFile() { return toolboxFile; @@ -712,36 +716,54 @@ public void setReportSavedDialogSuppressed(final int kind, Boolean.valueOf(value)); } - /* - * TODO(1.10.0.1): Readd once temporary integrations are reenabled - * - * @Override public void switchToMergeMode( final - * ToolboxTemporaryIntegration newTemporaryIntegration, final String - * mergeDir, final Shell shell, final ToolboxFile temporaryToolboxFile) - * throws IOException, UserAbortion { if (isMergeMode()) { throw new - * IllegalStateException("Session already in merge mode."); //$NON-NLS-1$ } - * - * // remember the original planning final PlanPro_Schnittstelle - * originalPlanning = getPlanProSchnittstelle(); final ToolboxFile - * originalFile = getToolboxFile(); toolboxFile = temporaryToolboxFile; - * - * // save temporaryIntegration = newTemporaryIntegration; - * setPlanProSchnittstelle(newTemporaryIntegration.getCompositePlanning()); - * final Wrapper userAbortion = new Wrapper<>(); - * Display.getDefault().syncExec(new Runnable() { - * - * @Override public void run() { try { save(shell, false); } catch (final - * UserAbortion e) { userAbortion.setValue(e); } } }); - * - * // test for abortion if (userAbortion.getValue() != null) { - * temporaryIntegration = null; setPlanProSchnittstelle(originalPlanning); - * toolboxFile.close(); toolboxFile = originalFile; revert(); throw - * userAbortion.getValue(); } - * - * // change role of temporary integration to session file - * originalFile.close(); toolboxFile.close(); - * toolboxFile.setRole(ToolboxFileRole.SESSION); init(); } - */ + // TODO(1.10.0.1): Readd once temporary integrations are reenabled + + @Override + public void switchToMergeMode( + final ToolboxTemporaryIntegration newTemporaryIntegration, + final String mergeDir, final Shell shell, + final ToolboxFile temporaryToolboxFile) + throws IOException, UserAbortion { + if (isMergeMode()) { + throw new IllegalStateException("Session already in merge mode."); //$NON-NLS-1$ } + + // remember the original planning final PlanPro_Schnittstelle + final PlanPro_Schnittstelle originalPlanning = getPlanProSchnittstelle(); + final ToolboxFile originalFile = getToolboxFile(); + toolboxFile = temporaryToolboxFile; + + // save temporaryIntegration = newTemporaryIntegration; + setPlanProSchnittstelle( + newTemporaryIntegration.getCompositePlanning()); + final Wrapper userAbortion = new Wrapper<>(); + Display.getDefault().syncExec(new Runnable() { + + @Override + public void run() { + try { + save(shell, false); + } catch (final UserAbortion e) { + userAbortion.setValue(e); + } + } + }); + + // test for abortion if (userAbortion.getValue() != null) { + temporaryIntegration = null; + setPlanProSchnittstelle(originalPlanning); + toolboxFile.close(); + toolboxFile = originalFile; + revert(); + throw userAbortion.getValue(); + } + + // change role of temporary integration to session file + originalFile.close(); + toolboxFile.close(); + toolboxFile.setRole(ToolboxFileRole.SESSION); + init(); + } + @Override public String toString() { return String.format("%s {guid=%s location=%s}", super.toString(), //$NON-NLS-1$ diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/.classpath b/java/bundles/org.eclipse.set.model.integrationview.edit/.classpath new file mode 100644 index 0000000000..1a821310bd --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/.project b/java/bundles/org.eclipse.set.model.integrationview.edit/.project new file mode 100644 index 0000000000..50e17e7f5e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/.project @@ -0,0 +1,34 @@ + + + org.eclipse.set.model.integrationview.edit + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..0bff0d8b9b --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,128 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullable.secondary= +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=enabled +org.eclipse.jdt.core.compiler.problem.APILeak=warning +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=warning +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=warning +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled +org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..40b81612af --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..502ce25ff4 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.set.model.integrationview.edit;singleton:=true +Automatic-Module-Name: org.eclipse.set.model.integrationview.edit +Bundle-Version: 1.1.0 +Bundle-ClassPath: . +Bundle-Activator: org.eclipse.set.model.integrationview.provider.IntegrationviewEditPlugin$Implementation +Bundle-Vendor: Eclipse Signalling Engineering Toolbox +Bundle-Localization: plugin +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Export-Package: org.eclipse.set.model.integrationview.provider +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.set.model.integrationview;visibility:=reexport, + org.eclipse.emf.edit;visibility:=reexport +Bundle-ActivationPolicy: lazy diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/build.properties b/java/bundles/org.eclipse.set.model.integrationview.edit/build.properties new file mode 100644 index 0000000000..6e3e902e80 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/build.properties @@ -0,0 +1,10 @@ +# + +bin.includes = .,\ + icons/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties +jars.compile.order = . +source.. = src/ +output.. = bin/ diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/ctool16/CreateConflict_details_Details.gif b/java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/ctool16/CreateConflict_details_Details.gif new file mode 100644 index 0000000000000000000000000000000000000000..55f49ef103bd40214e96064aabcbbd02a8b2a51c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`(n?Fn>{zrq@6k7aA4PTH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlxOk)NB literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/ctool16/CreateIntegrationView_conflicts_Conflict.gif b/java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/ctool16/CreateIntegrationView_conflicts_Conflict.gif new file mode 100644 index 0000000000000000000000000000000000000000..5c7bfbe001df23c27ff163d7015297b7ee62dd83 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9N0hqK9J$y;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5$^wzYh`LHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIWA z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/obj16/IntegrationView.gif b/java/bundles/org.eclipse.set.model.integrationview.edit/icons/full/obj16/IntegrationView.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/plugin.properties b/java/bundles/org.eclipse.set.model.integrationview.edit/plugin.properties new file mode 100644 index 0000000000..d09624ee0d --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/plugin.properties @@ -0,0 +1,43 @@ +# + +pluginName = Integrationview Model Edit Support + +_UI_CreateChild_text = {0} +_UI_CreateChild_text2 = {1} {0} +_UI_CreateChild_text3 = {1} +_UI_CreateChild_tooltip = Create New {0} Under {1} Feature +_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. +_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. + +_UI_PropertyDescriptor_description = The {0} of the {1} + +_UI_IntegrationView_type = Integration View +_UI_ObjectQuantity_type = Object Quantity +_UI_Conflict_type = Conflict +_UI_Details_type = Details +_UI_Unknown_type = Object + +_UI_Unknown_datatype= Value + +_UI_IntegrationView_primaryPlanning_feature = Primary Planning +_UI_IntegrationView_secondaryPlanning_feature = Secondary Planning +_UI_IntegrationView_compositePlanning_feature = Composite Planning +_UI_IntegrationView_objectquantities_feature = Objectquantities +_UI_IntegrationView_conflicts_feature = Conflicts +_UI_IntegrationView_integrationDirectory_feature = Integration Directory +_UI_ObjectQuantity_source_feature = Source +_UI_ObjectQuantity_initial_feature = Initial +_UI_ObjectQuantity_final_feature = Final +_UI_Conflict_id_feature = Id +_UI_Conflict_name_feature = Name +_UI_Conflict_container_feature = Container +_UI_Conflict_version_feature = Version +_UI_Conflict_resolution_feature = Resolution +_UI_Conflict_details_feature = Details +_UI_Details_attributePath_feature = Attribute Path +_UI_Details_valuePrimaryPlanning_feature = Value Primary Planning +_UI_Details_valueSecondaryPlanning_feature = Value Secondary Planning +_UI_Unknown_feature = Unspecified + +providerName = Eclipse Technology Project + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/plugin.xml b/java/bundles/org.eclipse.set.model.integrationview.edit/plugin.xml new file mode 100644 index 0000000000..2cee6f464c --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/plugin.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml b/java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml new file mode 100644 index 0000000000..559055c9ee --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.eclipse.set + org.eclipse.set.model.integrationview.edit + 1.1.0 + eclipse-plugin + + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ConflictItemProvider.java b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ConflictItemProvider.java new file mode 100644 index 0000000000..b13ade487e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ConflictItemProvider.java @@ -0,0 +1,301 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.ecore.EStructuralFeature; + +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.integrationview.Conflict; +import org.eclipse.set.model.integrationview.IntegrationviewFactory; +import org.eclipse.set.model.integrationview.IntegrationviewPackage; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.integrationview.Conflict} object. + * + * + * @generated + */ +public class ConflictItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public ConflictItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + addIdPropertyDescriptor(object); + addNamePropertyDescriptor(object); + addContainerPropertyDescriptor(object); + addVersionPropertyDescriptor(object); + addResolutionPropertyDescriptor(object); + } + return itemPropertyDescriptors; + } + + /** + * This adds a property descriptor for the Id feature. + * + * + * @generated + */ + protected void addIdPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Conflict_id_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Conflict_id_feature", "_UI_Conflict_type"), + IntegrationviewPackage.Literals.CONFLICT__ID, + true, + false, + false, + ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Name feature. + * + * + * @generated + */ + protected void addNamePropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Conflict_name_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Conflict_name_feature", "_UI_Conflict_type"), + IntegrationviewPackage.Literals.CONFLICT__NAME, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Container feature. + * + * + * @generated + */ + protected void addContainerPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Conflict_container_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Conflict_container_feature", "_UI_Conflict_type"), + IntegrationviewPackage.Literals.CONFLICT__CONTAINER, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Version feature. + * + * + * @generated + */ + protected void addVersionPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Conflict_version_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Conflict_version_feature", "_UI_Conflict_type"), + IntegrationviewPackage.Literals.CONFLICT__VERSION, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Resolution feature. + * + * + * @generated + */ + protected void addResolutionPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Conflict_resolution_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Conflict_resolution_feature", "_UI_Conflict_type"), + IntegrationviewPackage.Literals.CONFLICT__RESOLUTION, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. + * + * + * @generated + */ + @Override + public Collection getChildrenFeatures(Object object) { + if (childrenFeatures == null) { + super.getChildrenFeatures(object); + childrenFeatures.add(IntegrationviewPackage.Literals.CONFLICT__DETAILS); + } + return childrenFeatures; + } + + /** + * + * + * @generated + */ + @Override + protected EStructuralFeature getChildFeature(Object object, Object child) { + // Check the type of the specified child object and return the proper feature to use for + // adding (see {@link AddCommand}) it as a child. + + return super.getChildFeature(object, child); + } + + /** + * This returns Conflict.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/Conflict")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + String label = ((Conflict)object).getName(); + return label == null || label.length() == 0 ? + getString("_UI_Conflict_type") : + getString("_UI_Conflict_type") + " " + label; + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(Conflict.class)) { + case IntegrationviewPackage.CONFLICT__ID: + case IntegrationviewPackage.CONFLICT__NAME: + case IntegrationviewPackage.CONFLICT__CONTAINER: + case IntegrationviewPackage.CONFLICT__VERSION: + case IntegrationviewPackage.CONFLICT__RESOLUTION: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + return; + case IntegrationviewPackage.CONFLICT__DETAILS: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + + newChildDescriptors.add + (createChildParameter + (IntegrationviewPackage.Literals.CONFLICT__DETAILS, + IntegrationviewFactory.eINSTANCE.createDetails())); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return IntegrationviewEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/DetailsItemProvider.java b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/DetailsItemProvider.java new file mode 100644 index 0000000000..35211c4e9b --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/DetailsItemProvider.java @@ -0,0 +1,212 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.integrationview.Details; +import org.eclipse.set.model.integrationview.IntegrationviewPackage; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.integrationview.Details} object. + * + * + * @generated + */ +public class DetailsItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public DetailsItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + addAttributePathPropertyDescriptor(object); + addValuePrimaryPlanningPropertyDescriptor(object); + addValueSecondaryPlanningPropertyDescriptor(object); + } + return itemPropertyDescriptors; + } + + /** + * This adds a property descriptor for the Attribute Path feature. + * + * + * @generated + */ + protected void addAttributePathPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Details_attributePath_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Details_attributePath_feature", "_UI_Details_type"), + IntegrationviewPackage.Literals.DETAILS__ATTRIBUTE_PATH, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Value Primary Planning feature. + * + * + * @generated + */ + protected void addValuePrimaryPlanningPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Details_valuePrimaryPlanning_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Details_valuePrimaryPlanning_feature", "_UI_Details_type"), + IntegrationviewPackage.Literals.DETAILS__VALUE_PRIMARY_PLANNING, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Value Secondary Planning feature. + * + * + * @generated + */ + protected void addValueSecondaryPlanningPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_Details_valueSecondaryPlanning_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_Details_valueSecondaryPlanning_feature", "_UI_Details_type"), + IntegrationviewPackage.Literals.DETAILS__VALUE_SECONDARY_PLANNING, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This returns Details.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/Details")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + String label = ((Details)object).getAttributePath(); + return label == null || label.length() == 0 ? + getString("_UI_Details_type") : + getString("_UI_Details_type") + " " + label; + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(Details.class)) { + case IntegrationviewPackage.DETAILS__ATTRIBUTE_PATH: + case IntegrationviewPackage.DETAILS__VALUE_PRIMARY_PLANNING: + case IntegrationviewPackage.DETAILS__VALUE_SECONDARY_PLANNING: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return IntegrationviewEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationViewItemProvider.java b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationViewItemProvider.java new file mode 100644 index 0000000000..90e2fda5a2 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationViewItemProvider.java @@ -0,0 +1,284 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.ecore.EStructuralFeature; + +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.integrationview.IntegrationView; +import org.eclipse.set.model.integrationview.IntegrationviewFactory; +import org.eclipse.set.model.integrationview.IntegrationviewPackage; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.integrationview.IntegrationView} object. + * + * + * @generated + */ +public class IntegrationViewItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public IntegrationViewItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + addPrimaryPlanningPropertyDescriptor(object); + addSecondaryPlanningPropertyDescriptor(object); + addCompositePlanningPropertyDescriptor(object); + addIntegrationDirectoryPropertyDescriptor(object); + } + return itemPropertyDescriptors; + } + + /** + * This adds a property descriptor for the Primary Planning feature. + * + * + * @generated + */ + protected void addPrimaryPlanningPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_IntegrationView_primaryPlanning_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_IntegrationView_primaryPlanning_feature", "_UI_IntegrationView_type"), + IntegrationviewPackage.Literals.INTEGRATION_VIEW__PRIMARY_PLANNING, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Secondary Planning feature. + * + * + * @generated + */ + protected void addSecondaryPlanningPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_IntegrationView_secondaryPlanning_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_IntegrationView_secondaryPlanning_feature", "_UI_IntegrationView_type"), + IntegrationviewPackage.Literals.INTEGRATION_VIEW__SECONDARY_PLANNING, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Composite Planning feature. + * + * + * @generated + */ + protected void addCompositePlanningPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_IntegrationView_compositePlanning_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_IntegrationView_compositePlanning_feature", "_UI_IntegrationView_type"), + IntegrationviewPackage.Literals.INTEGRATION_VIEW__COMPOSITE_PLANNING, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Integration Directory feature. + * + * + * @generated + */ + protected void addIntegrationDirectoryPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_IntegrationView_integrationDirectory_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_IntegrationView_integrationDirectory_feature", "_UI_IntegrationView_type"), + IntegrationviewPackage.Literals.INTEGRATION_VIEW__INTEGRATION_DIRECTORY, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. + * + * + * @generated + */ + @Override + public Collection getChildrenFeatures(Object object) { + if (childrenFeatures == null) { + super.getChildrenFeatures(object); + childrenFeatures.add(IntegrationviewPackage.Literals.INTEGRATION_VIEW__OBJECTQUANTITIES); + childrenFeatures.add(IntegrationviewPackage.Literals.INTEGRATION_VIEW__CONFLICTS); + } + return childrenFeatures; + } + + /** + * + * + * @generated + */ + @Override + protected EStructuralFeature getChildFeature(Object object, Object child) { + // Check the type of the specified child object and return the proper feature to use for + // adding (see {@link AddCommand}) it as a child. + + return super.getChildFeature(object, child); + } + + /** + * This returns IntegrationView.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/IntegrationView")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + String label = ((IntegrationView)object).getPrimaryPlanning(); + return label == null || label.length() == 0 ? + getString("_UI_IntegrationView_type") : + getString("_UI_IntegrationView_type") + " " + label; + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(IntegrationView.class)) { + case IntegrationviewPackage.INTEGRATION_VIEW__PRIMARY_PLANNING: + case IntegrationviewPackage.INTEGRATION_VIEW__SECONDARY_PLANNING: + case IntegrationviewPackage.INTEGRATION_VIEW__COMPOSITE_PLANNING: + case IntegrationviewPackage.INTEGRATION_VIEW__INTEGRATION_DIRECTORY: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__OBJECTQUANTITIES: + case IntegrationviewPackage.INTEGRATION_VIEW__CONFLICTS: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + + newChildDescriptors.add + (createChildParameter + (IntegrationviewPackage.Literals.INTEGRATION_VIEW__OBJECTQUANTITIES, + IntegrationviewFactory.eINSTANCE.createObjectQuantity())); + + newChildDescriptors.add + (createChildParameter + (IntegrationviewPackage.Literals.INTEGRATION_VIEW__CONFLICTS, + IntegrationviewFactory.eINSTANCE.createConflict())); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return IntegrationviewEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewEditPlugin.java b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewEditPlugin.java new file mode 100644 index 0000000000..86d3f012ca --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewEditPlugin.java @@ -0,0 +1,95 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.provider; + +import org.eclipse.emf.common.EMFPlugin; + +import org.eclipse.emf.common.util.ResourceLocator; + +/** + * This is the central singleton for the Integrationview edit plugin. + * + * + * @generated + */ +public final class IntegrationviewEditPlugin extends EMFPlugin { + /** + * Keep track of the singleton. + * + * + * @generated + */ + public static final IntegrationviewEditPlugin INSTANCE = new IntegrationviewEditPlugin(); + + /** + * Keep track of the singleton. + * + * + * @generated + */ + private static Implementation plugin; + + /** + * Create the instance. + * + * + * @generated + */ + public IntegrationviewEditPlugin() { + super + (new ResourceLocator [] { + }); + } + + /** + * Returns the singleton instance of the Eclipse plugin. + * + * + * @return the singleton instance. + * @generated + */ + @Override + public ResourceLocator getPluginResourceLocator() { + return plugin; + } + + /** + * Returns the singleton instance of the Eclipse plugin. + * + * + * @return the singleton instance. + * @generated + */ + public static Implementation getPlugin() { + return plugin; + } + + /** + * The actual implementation of the Eclipse Plugin. + * + * + * @generated + */ + public static class Implementation extends EclipsePlugin { + /** + * Creates an instance. + * + * + * @generated + */ + public Implementation() { + super(); + + // Remember the static instance. + // + plugin = this; + } + } + +} diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewItemProviderAdapterFactory.java b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewItemProviderAdapterFactory.java new file mode 100644 index 0000000000..68df9d2250 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/IntegrationviewItemProviderAdapterFactory.java @@ -0,0 +1,283 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.provider; + +import java.util.ArrayList; +import java.util.Collection; + +import org.eclipse.emf.common.notify.Adapter; +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.common.notify.Notifier; + +import org.eclipse.emf.edit.provider.ChangeNotifier; +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.ComposedAdapterFactory; +import org.eclipse.emf.edit.provider.IChangeNotifier; +import org.eclipse.emf.edit.provider.IDisposable; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.INotifyChangedListener; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; + +import org.eclipse.set.model.integrationview.util.IntegrationviewAdapterFactory; + +/** + * This is the factory that is used to provide the interfaces needed to support Viewers. + * The adapters generated by this factory convert EMF adapter notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. + * The adapters also support Eclipse property sheets. + * Note that most of the adapters are shared among multiple instances. + * + * + * @generated + */ +public class IntegrationviewItemProviderAdapterFactory extends IntegrationviewAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { + /** + * This keeps track of the root adapter factory that delegates to this adapter factory. + * + * + * @generated + */ + protected ComposedAdapterFactory parentAdapterFactory; + + /** + * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. + * + * + * @generated + */ + protected IChangeNotifier changeNotifier = new ChangeNotifier(); + + /** + * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. + * + * + * @generated + */ + protected Collection supportedTypes = new ArrayList(); + + /** + * This constructs an instance. + * + * + * @generated + */ + public IntegrationviewItemProviderAdapterFactory() { + supportedTypes.add(IEditingDomainItemProvider.class); + supportedTypes.add(IStructuredItemContentProvider.class); + supportedTypes.add(ITreeItemContentProvider.class); + supportedTypes.add(IItemLabelProvider.class); + supportedTypes.add(IItemPropertySource.class); + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.integrationview.IntegrationView} instances. + * + * + * @generated + */ + protected IntegrationViewItemProvider integrationViewItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.integrationview.IntegrationView}. + * + * + * @generated + */ + @Override + public Adapter createIntegrationViewAdapter() { + if (integrationViewItemProvider == null) { + integrationViewItemProvider = new IntegrationViewItemProvider(this); + } + + return integrationViewItemProvider; + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.integrationview.ObjectQuantity} instances. + * + * + * @generated + */ + protected ObjectQuantityItemProvider objectQuantityItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.integrationview.ObjectQuantity}. + * + * + * @generated + */ + @Override + public Adapter createObjectQuantityAdapter() { + if (objectQuantityItemProvider == null) { + objectQuantityItemProvider = new ObjectQuantityItemProvider(this); + } + + return objectQuantityItemProvider; + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.integrationview.Conflict} instances. + * + * + * @generated + */ + protected ConflictItemProvider conflictItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.integrationview.Conflict}. + * + * + * @generated + */ + @Override + public Adapter createConflictAdapter() { + if (conflictItemProvider == null) { + conflictItemProvider = new ConflictItemProvider(this); + } + + return conflictItemProvider; + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.integrationview.Details} instances. + * + * + * @generated + */ + protected DetailsItemProvider detailsItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.integrationview.Details}. + * + * + * @generated + */ + @Override + public Adapter createDetailsAdapter() { + if (detailsItemProvider == null) { + detailsItemProvider = new DetailsItemProvider(this); + } + + return detailsItemProvider; + } + + /** + * This returns the root adapter factory that contains this factory. + * + * + * @generated + */ + @Override + public ComposeableAdapterFactory getRootAdapterFactory() { + return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory(); + } + + /** + * This sets the composed adapter factory that contains this factory. + * + * + * @generated + */ + @Override + public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) { + this.parentAdapterFactory = parentAdapterFactory; + } + + /** + * + * + * @generated + */ + @Override + public boolean isFactoryForType(Object type) { + return supportedTypes.contains(type) || super.isFactoryForType(type); + } + + /** + * This implementation substitutes the factory itself as the key for the adapter. + * + * + * @generated + */ + @Override + public Adapter adapt(Notifier notifier, Object type) { + return super.adapt(notifier, this); + } + + /** + * + * + * @generated + */ + @Override + public Object adapt(Object object, Object type) { + if (isFactoryForType(type)) { + Object adapter = super.adapt(object, type); + if (!(type instanceof Class) || (((Class)type).isInstance(adapter))) { + return adapter; + } + } + + return null; + } + + /** + * This adds a listener. + * + * + * @generated + */ + @Override + public void addListener(INotifyChangedListener notifyChangedListener) { + changeNotifier.addListener(notifyChangedListener); + } + + /** + * This removes a listener. + * + * + * @generated + */ + @Override + public void removeListener(INotifyChangedListener notifyChangedListener) { + changeNotifier.removeListener(notifyChangedListener); + } + + /** + * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. + * + * + * @generated + */ + @Override + public void fireNotifyChanged(Notification notification) { + changeNotifier.fireNotifyChanged(notification); + + if (parentAdapterFactory != null) { + parentAdapterFactory.fireNotifyChanged(notification); + } + } + + /** + * This disposes all of the item providers created by this factory. + * + * + * @generated + */ + @Override + public void dispose() { + if (integrationViewItemProvider != null) integrationViewItemProvider.dispose(); + if (objectQuantityItemProvider != null) objectQuantityItemProvider.dispose(); + if (conflictItemProvider != null) conflictItemProvider.dispose(); + if (detailsItemProvider != null) detailsItemProvider.dispose(); + } + +} diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ObjectQuantityItemProvider.java b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ObjectQuantityItemProvider.java new file mode 100644 index 0000000000..26ed8e06f2 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/src/org/eclipse/set/model/integrationview/provider/ObjectQuantityItemProvider.java @@ -0,0 +1,212 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.integrationview.IntegrationviewPackage; +import org.eclipse.set.model.integrationview.ObjectQuantity; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.integrationview.ObjectQuantity} object. + * + * + * @generated + */ +public class ObjectQuantityItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public ObjectQuantityItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + addSourcePropertyDescriptor(object); + addInitialPropertyDescriptor(object); + addFinalPropertyDescriptor(object); + } + return itemPropertyDescriptors; + } + + /** + * This adds a property descriptor for the Source feature. + * + * + * @generated + */ + protected void addSourcePropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ObjectQuantity_source_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ObjectQuantity_source_feature", "_UI_ObjectQuantity_type"), + IntegrationviewPackage.Literals.OBJECT_QUANTITY__SOURCE, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Initial feature. + * + * + * @generated + */ + protected void addInitialPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ObjectQuantity_initial_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ObjectQuantity_initial_feature", "_UI_ObjectQuantity_type"), + IntegrationviewPackage.Literals.OBJECT_QUANTITY__INITIAL, + true, + false, + false, + ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Final feature. + * + * + * @generated + */ + protected void addFinalPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ObjectQuantity_final_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ObjectQuantity_final_feature", "_UI_ObjectQuantity_type"), + IntegrationviewPackage.Literals.OBJECT_QUANTITY__FINAL, + true, + false, + false, + ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, + null, + null)); + } + + /** + * This returns ObjectQuantity.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/ObjectQuantity")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + String label = ((ObjectQuantity)object).getSource(); + return label == null || label.length() == 0 ? + getString("_UI_ObjectQuantity_type") : + getString("_UI_ObjectQuantity_type") + " " + label; + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(ObjectQuantity.class)) { + case IntegrationviewPackage.OBJECT_QUANTITY__SOURCE: + case IntegrationviewPackage.OBJECT_QUANTITY__INITIAL: + case IntegrationviewPackage.OBJECT_QUANTITY__FINAL: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return IntegrationviewEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.integrationview/.classpath b/java/bundles/org.eclipse.set.model.integrationview/.classpath new file mode 100644 index 0000000000..81fe078c20 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.integrationview/.project b/java/bundles/org.eclipse.set.model.integrationview/.project new file mode 100644 index 0000000000..d85ff9c18f --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/.project @@ -0,0 +1,34 @@ + + + org.eclipse.set.model.integrationview + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..0abfdef512 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,128 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullable.secondary= +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=disabled +org.eclipse.jdt.core.compiler.problem.APILeak=warning +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled +org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..40b81612af --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.xtend.core.Xtend.prefs b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.xtend.core.Xtend.prefs new file mode 100644 index 0000000000..96c5704cf5 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.xtend.core.Xtend.prefs @@ -0,0 +1,80 @@ +BuilderConfiguration.is_project_specific=true +ValidatorConfiguration.is_project_specific=true +autobuilding=true +blank.line.around.expressions=0 +blank.lines.after.imports=1 +blank.lines.after.last.member=0 +blank.lines.after.packagedecl=1 +blank.lines.before.first.member=0 +blank.lines.between.classes=1 +blank.lines.between.enum.literals=0 +blank.lines.between.fields=0 +blank.lines.between.fields.and.methods=1 +blank.lines.between.imports=0 +blank.lines.between.methods=1 +braces.in.new.line=false +eclipse.preferences.version=1 +generateGeneratedAnnotation=false +generateSuppressWarnings=true +generatedAnnotationComment= +includeDateInGenerated=false +indentation=\t +indentation.length=4 +keep.one.line.methods=true +line.separator=\r\n +line.width.max=80 +newline.after.class.annotations=false +newline.after.constructor.annotations=false +newline.after.field.annotations=false +newline.after.method.annotations=false +newline.after.parameter.annotations=false +org.eclipse.xtend.core.Xtend.useProjectSettings=true +org.eclipse.xtend.core.validation.IssueCodes.api_type_inference=warning +org.eclipse.xtend.core.validation.IssueCodes.dispatch_plain_function_name_clash=warning +org.eclipse.xtend.core.validation.IssueCodes.implicit_return=warning +org.eclipse.xtend.core.validation.IssueCodes.invalid_operator_signature=error +org.eclipse.xtend.core.validation.IssueCodes.java_doc_linking=org.eclipse.jdt.core.compiler.problem.invalidJavadoc\:ignore +org.eclipse.xtend.core.validation.IssueCodes.orphan_element=warning +org.eclipse.xtend.core.validation.IssueCodes.single_case_function=warning +org.eclipse.xtend.core.validation.IssueCodes.unused_private_member=org.eclipse.jdt.core.compiler.problem.unusedPrivateMember\:warning +org.eclipse.xtend.formatter.version=1 +org.eclipse.xtend.ide.default.eclipse_profile=_PlanPro +org.eclipse.xtext.builder.copyJavaProblems=error +org.eclipse.xtext.xbase.validation.IssueCodes.constant_condition=warning +org.eclipse.xtext.xbase.validation.IssueCodes.deprecated_member_reference=org.eclipse.jdt.core.compiler.problem.deprecation\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.discouraged_reference=org.eclipse.jdt.core.compiler.problem.discouragedReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.equals_with_null=warning +org.eclipse.xtext.xbase.validation.IssueCodes.forbidden_reference=org.eclipse.jdt.core.compiler.problem.forbiddenReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_unsued=org.eclipse.jdt.core.compiler.problem.unusedImport\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_wildcard_deprecated=warning +org.eclipse.xtext.xbase.validation.IssueCodes.incomplete_cases_on_enum=warning +org.eclipse.xtext.xbase.validation.IssueCodes.java_style_type_cast=error +org.eclipse.xtext.xbase.validation.IssueCodes.null_safe_feature_call_on_primitive_valued_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_cast=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_instanceof=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.operation_without_parentheses=ignore +org.eclipse.xtext.xbase.validation.IssueCodes.suspiciously_overloaded_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unhandled_exception=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_case=error +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_instance_of=error +org.eclipse.xtext.xbase.validation.IssueCodes.unused_local_variable=org.eclipse.jdt.core.compiler.problem.unusedLocal\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.variable_name_discouraged=warning +outlet.DEFAULT_OUTPUT.cleanDirectory=false +outlet.DEFAULT_OUTPUT.cleanupDerived=true +outlet.DEFAULT_OUTPUT.createDirectory=true +outlet.DEFAULT_OUTPUT.derived=true +outlet.DEFAULT_OUTPUT.directory=xtend-gen +outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true +outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false +outlet.DEFAULT_OUTPUT.keepLocalHistory=false +outlet.DEFAULT_OUTPUT.override=true +outlet.DEFAULT_OUTPUT.sourceFolder.src.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.src.ignore= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.ignore= +outlet.DEFAULT_OUTPUT.userOutputPerSourceFolder= +preserve.blank.lines=1 +preserve.new.lines=true +targetJavaVersion=JAVA5 +useJavaCompilerCompliance=true +whitespace.between.keyword.and.parenthesis=true diff --git a/java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..e84950d15a --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.set.model.integrationview;singleton:=true +Automatic-Module-Name: org.eclipse.set.model.integrationview +Bundle-Version: 1.1.0 +Bundle-ClassPath: . +Bundle-Vendor: Eclipse Signalling Engineering Toolbox +Bundle-Localization: plugin +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Export-Package: org.eclipse.set.model.integrationview, + org.eclipse.set.model.integrationview.impl, + org.eclipse.set.model.integrationview.util +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.emf.ecore;visibility:=reexport +Bundle-ActivationPolicy: lazy +Import-Package: org.eclipse.set.utils diff --git a/java/bundles/org.eclipse.set.model.integrationview/build.properties b/java/bundles/org.eclipse.set.model.integrationview/build.properties new file mode 100644 index 0000000000..4465407fcc --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/build.properties @@ -0,0 +1,10 @@ +# + +bin.includes = .,\ + model/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties +jars.compile.order = . +source.. = src/ +output.. = bin/ diff --git a/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.aird b/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.aird new file mode 100644 index 0000000000..be411dda11 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.aird @@ -0,0 +1,393 @@ + + + + integrationview.ecore + http://www.eclipse.org/emf/2002/Ecore + + + + + + + + + + + + + + + + + + + + + + + bold + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + labelSize + + + labelSize + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + bold + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + labelSize + + + labelSize + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + + + + + + + + + bold + + + + + + + + + + + + + + + + + + labelSize + + + labelSize + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.ecore b/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.ecore new file mode 100644 index 0000000000..cf26d593a4 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.ecore @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + diff --git a/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.genmodel b/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.genmodel new file mode 100644 index 0000000000..8803f23b40 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/model/integrationview.genmodel @@ -0,0 +1,38 @@ + + + integrationview.ecore + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.integrationview/plugin.properties b/java/bundles/org.eclipse.set.model.integrationview/plugin.properties new file mode 100644 index 0000000000..c7095fb6a2 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/plugin.properties @@ -0,0 +1,4 @@ +# + +pluginName = Integrationview Model +providerName = Eclipse Technology Project diff --git a/java/bundles/org.eclipse.set.model.integrationview/plugin.xml b/java/bundles/org.eclipse.set.model.integrationview/plugin.xml new file mode 100644 index 0000000000..0b0890d0b9 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/plugin.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.integrationview/pom.xml b/java/bundles/org.eclipse.set.model.integrationview/pom.xml new file mode 100644 index 0000000000..134e791207 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.eclipse.set + org.eclipse.set.model.integrationview + 1.1.0 + eclipse-plugin + + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Conflict.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Conflict.java new file mode 100644 index 0000000000..f36b20fa0e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Conflict.java @@ -0,0 +1,183 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'Conflict'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.Conflict#getId Id}
  • + *
  • {@link org.eclipse.set.model.integrationview.Conflict#getName Name}
  • + *
  • {@link org.eclipse.set.model.integrationview.Conflict#getContainer Container}
  • + *
  • {@link org.eclipse.set.model.integrationview.Conflict#getVersion Version}
  • + *
  • {@link org.eclipse.set.model.integrationview.Conflict#getResolution Resolution}
  • + *
  • {@link org.eclipse.set.model.integrationview.Conflict#getDetails Details}
  • + *
+ * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getConflict() + * @model + * @generated + */ +public interface Conflict extends EObject { + /** + * Returns the value of the 'Id' attribute. + * + *

+ * If the meaning of the 'Id' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Id' attribute. + * @see #setId(int) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getConflict_Id() + * @model required="true" + * @generated + */ + int getId(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Conflict#getId Id}' attribute. + * + * + * @param value the new value of the 'Id' attribute. + * @see #getId() + * @generated + */ + void setId(int value); + + /** + * Returns the value of the 'Name' attribute. + * + *

+ * If the meaning of the 'Name' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Name' attribute. + * @see #setName(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getConflict_Name() + * @model + * @generated + */ + String getName(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Conflict#getName Name}' attribute. + * + * + * @param value the new value of the 'Name' attribute. + * @see #getName() + * @generated + */ + void setName(String value); + + /** + * Returns the value of the 'Container' attribute. + * + *

+ * If the meaning of the 'Container' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Container' attribute. + * @see #setContainer(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getConflict_Container() + * @model + * @generated + */ + String getContainer(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Conflict#getContainer Container}' attribute. + * + * + * @param value the new value of the 'Container' attribute. + * @see #getContainer() + * @generated + */ + void setContainer(String value); + + /** + * Returns the value of the 'Version' attribute. + * + *

+ * If the meaning of the 'Version' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Version' attribute. + * @see #setVersion(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getConflict_Version() + * @model + * @generated + */ + String getVersion(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Conflict#getVersion Version}' attribute. + * + * + * @param value the new value of the 'Version' attribute. + * @see #getVersion() + * @generated + */ + void setVersion(String value); + + /** + * Returns the value of the 'Resolution' attribute. + * + *

+ * If the meaning of the 'Resolution' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Resolution' attribute. + * @see #setResolution(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getConflict_Resolution() + * @model + * @generated + */ + String getResolution(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Conflict#getResolution Resolution}' attribute. + * + * + * @param value the new value of the 'Resolution' attribute. + * @see #getResolution() + * @generated + */ + void setResolution(String value); + + /** + * Returns the value of the 'Details' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.integrationview.Details}. + * + *

+ * If the meaning of the 'Details' containment reference list isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Details' containment reference list. + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getConflict_Details() + * @model containment="true" + * @generated + */ + EList
getDetails(); + +} // Conflict diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Details.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Details.java new file mode 100644 index 0000000000..ab3e7795df --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/Details.java @@ -0,0 +1,110 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'Details'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.Details#getAttributePath Attribute Path}
  • + *
  • {@link org.eclipse.set.model.integrationview.Details#getValuePrimaryPlanning Value Primary Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.Details#getValueSecondaryPlanning Value Secondary Planning}
  • + *
+ * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getDetails() + * @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='equalPlanningValues'" + * @generated + */ +public interface Details extends EObject { + /** + * Returns the value of the 'Attribute Path' attribute. + * + *

+ * If the meaning of the 'Attribute Path' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Attribute Path' attribute. + * @see #setAttributePath(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getDetails_AttributePath() + * @model + * @generated + */ + String getAttributePath(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Details#getAttributePath Attribute Path}' attribute. + * + * + * @param value the new value of the 'Attribute Path' attribute. + * @see #getAttributePath() + * @generated + */ + void setAttributePath(String value); + + /** + * Returns the value of the 'Value Primary Planning' attribute. + * + *

+ * If the meaning of the 'Value Primary Planning' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Value Primary Planning' attribute. + * @see #setValuePrimaryPlanning(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getDetails_ValuePrimaryPlanning() + * @model required="true" + * @generated + */ + String getValuePrimaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Details#getValuePrimaryPlanning Value Primary Planning}' attribute. + * + * + * @param value the new value of the 'Value Primary Planning' attribute. + * @see #getValuePrimaryPlanning() + * @generated + */ + void setValuePrimaryPlanning(String value); + + /** + * Returns the value of the 'Value Secondary Planning' attribute. + * + *

+ * If the meaning of the 'Value Secondary Planning' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Value Secondary Planning' attribute. + * @see #setValueSecondaryPlanning(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getDetails_ValueSecondaryPlanning() + * @model + * @generated + */ + String getValueSecondaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.Details#getValueSecondaryPlanning Value Secondary Planning}' attribute. + * + * + * @param value the new value of the 'Value Secondary Planning' attribute. + * @see #getValueSecondaryPlanning() + * @generated + */ + void setValueSecondaryPlanning(String value); + +} // Details diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationView.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationView.java new file mode 100644 index 0000000000..db69a5d7bf --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationView.java @@ -0,0 +1,173 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'Integration View'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.IntegrationView#getPrimaryPlanning Primary Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.IntegrationView#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.IntegrationView#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.IntegrationView#getObjectquantities Objectquantities}
  • + *
  • {@link org.eclipse.set.model.integrationview.IntegrationView#getConflicts Conflicts}
  • + *
  • {@link org.eclipse.set.model.integrationview.IntegrationView#getIntegrationDirectory Integration Directory}
  • + *
+ * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getIntegrationView() + * @model + * @generated + */ +public interface IntegrationView extends EObject { + /** + * Returns the value of the 'Primary Planning' attribute. + * + *

+ * If the meaning of the 'Primary Planning' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Primary Planning' attribute. + * @see #setPrimaryPlanning(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getIntegrationView_PrimaryPlanning() + * @model + * @generated + */ + String getPrimaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.IntegrationView#getPrimaryPlanning Primary Planning}' attribute. + * + * + * @param value the new value of the 'Primary Planning' attribute. + * @see #getPrimaryPlanning() + * @generated + */ + void setPrimaryPlanning(String value); + + /** + * Returns the value of the 'Secondary Planning' attribute. + * + *

+ * If the meaning of the 'Secondary Planning' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Secondary Planning' attribute. + * @see #setSecondaryPlanning(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getIntegrationView_SecondaryPlanning() + * @model + * @generated + */ + String getSecondaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.IntegrationView#getSecondaryPlanning Secondary Planning}' attribute. + * + * + * @param value the new value of the 'Secondary Planning' attribute. + * @see #getSecondaryPlanning() + * @generated + */ + void setSecondaryPlanning(String value); + + /** + * Returns the value of the 'Composite Planning' attribute. + * + *

+ * If the meaning of the 'Composite Planning' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Composite Planning' attribute. + * @see #setCompositePlanning(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getIntegrationView_CompositePlanning() + * @model + * @generated + */ + String getCompositePlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.IntegrationView#getCompositePlanning Composite Planning}' attribute. + * + * + * @param value the new value of the 'Composite Planning' attribute. + * @see #getCompositePlanning() + * @generated + */ + void setCompositePlanning(String value); + + /** + * Returns the value of the 'Objectquantities' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.integrationview.ObjectQuantity}. + * + *

+ * If the meaning of the 'Objectquantities' containment reference list isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Objectquantities' containment reference list. + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getIntegrationView_Objectquantities() + * @model containment="true" + * @generated + */ + EList getObjectquantities(); + + /** + * Returns the value of the 'Conflicts' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.integrationview.Conflict}. + * + *

+ * If the meaning of the 'Conflicts' containment reference list isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Conflicts' containment reference list. + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getIntegrationView_Conflicts() + * @model containment="true" + * @generated + */ + EList getConflicts(); + + /** + * Returns the value of the 'Integration Directory' attribute. + * + *

+ * If the meaning of the 'Integration Directory' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Integration Directory' attribute. + * @see #setIntegrationDirectory(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getIntegrationView_IntegrationDirectory() + * @model + * @generated + */ + String getIntegrationDirectory(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.IntegrationView#getIntegrationDirectory Integration Directory}' attribute. + * + * + * @param value the new value of the 'Integration Directory' attribute. + * @see #getIntegrationDirectory() + * @generated + */ + void setIntegrationDirectory(String value); + +} // IntegrationView diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewFactory.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewFactory.java new file mode 100644 index 0000000000..24ed2fd00f --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewFactory.java @@ -0,0 +1,75 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview; + +import org.eclipse.emf.ecore.EFactory; + +/** + * + * The Factory for the model. + * It provides a create method for each non-abstract class of the model. + * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage + * @generated + */ +public interface IntegrationviewFactory extends EFactory { + /** + * The singleton instance of the factory. + * + * + * @generated + */ + IntegrationviewFactory eINSTANCE = org.eclipse.set.model.integrationview.impl.IntegrationviewFactoryImpl.init(); + + /** + * Returns a new object of class 'Integration View'. + * + * + * @return a new object of class 'Integration View'. + * @generated + */ + IntegrationView createIntegrationView(); + + /** + * Returns a new object of class 'Object Quantity'. + * + * + * @return a new object of class 'Object Quantity'. + * @generated + */ + ObjectQuantity createObjectQuantity(); + + /** + * Returns a new object of class 'Conflict'. + * + * + * @return a new object of class 'Conflict'. + * @generated + */ + Conflict createConflict(); + + /** + * Returns a new object of class 'Details'. + * + * + * @return a new object of class 'Details'. + * @generated + */ + Details createDetails(); + + /** + * Returns the package supported by this factory. + * + * + * @return the package supported by this factory. + * @generated + */ + IntegrationviewPackage getIntegrationviewPackage(); + +} //IntegrationviewFactory diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewPackage.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewPackage.java new file mode 100644 index 0000000000..8f1a490f0a --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/IntegrationviewPackage.java @@ -0,0 +1,787 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview; + +import org.eclipse.emf.ecore.EAttribute; +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EPackage; +import org.eclipse.emf.ecore.EReference; + +/** + * + * The Package for the model. + * It contains accessors for the meta objects to represent + *
    + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • + *
+ * + * @see org.eclipse.set.model.integrationview.IntegrationviewFactory + * @model kind="package" + * @generated + */ +public interface IntegrationviewPackage extends EPackage { + /** + * The package name. + * + * + * @generated + */ + String eNAME = "integrationview"; + + /** + * The package namespace URI. + * + * + * @generated + */ + String eNS_URI = "http://scheidt-bachmann-st.de/2018-06-29/planpro/integrationview"; + + /** + * The package namespace name. + * + * + * @generated + */ + String eNS_PREFIX = "integrationview"; + + /** + * The singleton instance of the package. + * + * + * @generated + */ + IntegrationviewPackage eINSTANCE = org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl.init(); + + /** + * The meta object id for the '{@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl Integration View}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.IntegrationViewImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getIntegrationView() + * @generated + */ + int INTEGRATION_VIEW = 0; + + /** + * The feature id for the 'Primary Planning' attribute. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW__PRIMARY_PLANNING = 0; + + /** + * The feature id for the 'Secondary Planning' attribute. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW__SECONDARY_PLANNING = 1; + + /** + * The feature id for the 'Composite Planning' attribute. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW__COMPOSITE_PLANNING = 2; + + /** + * The feature id for the 'Objectquantities' containment reference list. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW__OBJECTQUANTITIES = 3; + + /** + * The feature id for the 'Conflicts' containment reference list. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW__CONFLICTS = 4; + + /** + * The feature id for the 'Integration Directory' attribute. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW__INTEGRATION_DIRECTORY = 5; + + /** + * The number of structural features of the 'Integration View' class. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW_FEATURE_COUNT = 6; + + /** + * The number of operations of the 'Integration View' class. + * + * + * @generated + * @ordered + */ + int INTEGRATION_VIEW_OPERATION_COUNT = 0; + + /** + * The meta object id for the '{@link org.eclipse.set.model.integrationview.impl.ObjectQuantityImpl Object Quantity}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.ObjectQuantityImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getObjectQuantity() + * @generated + */ + int OBJECT_QUANTITY = 1; + + /** + * The feature id for the 'Source' attribute. + * + * + * @generated + * @ordered + */ + int OBJECT_QUANTITY__SOURCE = 0; + + /** + * The feature id for the 'Initial' attribute. + * + * + * @generated + * @ordered + */ + int OBJECT_QUANTITY__INITIAL = 1; + + /** + * The feature id for the 'Final' attribute. + * + * + * @generated + * @ordered + */ + int OBJECT_QUANTITY__FINAL = 2; + + /** + * The number of structural features of the 'Object Quantity' class. + * + * + * @generated + * @ordered + */ + int OBJECT_QUANTITY_FEATURE_COUNT = 3; + + /** + * The number of operations of the 'Object Quantity' class. + * + * + * @generated + * @ordered + */ + int OBJECT_QUANTITY_OPERATION_COUNT = 0; + + /** + * The meta object id for the '{@link org.eclipse.set.model.integrationview.impl.ConflictImpl Conflict}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.ConflictImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getConflict() + * @generated + */ + int CONFLICT = 2; + + /** + * The feature id for the 'Id' attribute. + * + * + * @generated + * @ordered + */ + int CONFLICT__ID = 0; + + /** + * The feature id for the 'Name' attribute. + * + * + * @generated + * @ordered + */ + int CONFLICT__NAME = 1; + + /** + * The feature id for the 'Container' attribute. + * + * + * @generated + * @ordered + */ + int CONFLICT__CONTAINER = 2; + + /** + * The feature id for the 'Version' attribute. + * + * + * @generated + * @ordered + */ + int CONFLICT__VERSION = 3; + + /** + * The feature id for the 'Resolution' attribute. + * + * + * @generated + * @ordered + */ + int CONFLICT__RESOLUTION = 4; + + /** + * The feature id for the 'Details' containment reference list. + * + * + * @generated + * @ordered + */ + int CONFLICT__DETAILS = 5; + + /** + * The number of structural features of the 'Conflict' class. + * + * + * @generated + * @ordered + */ + int CONFLICT_FEATURE_COUNT = 6; + + /** + * The number of operations of the 'Conflict' class. + * + * + * @generated + * @ordered + */ + int CONFLICT_OPERATION_COUNT = 0; + + /** + * The meta object id for the '{@link org.eclipse.set.model.integrationview.impl.DetailsImpl Details}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.DetailsImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getDetails() + * @generated + */ + int DETAILS = 3; + + /** + * The feature id for the 'Attribute Path' attribute. + * + * + * @generated + * @ordered + */ + int DETAILS__ATTRIBUTE_PATH = 0; + + /** + * The feature id for the 'Value Primary Planning' attribute. + * + * + * @generated + * @ordered + */ + int DETAILS__VALUE_PRIMARY_PLANNING = 1; + + /** + * The feature id for the 'Value Secondary Planning' attribute. + * + * + * @generated + * @ordered + */ + int DETAILS__VALUE_SECONDARY_PLANNING = 2; + + /** + * The number of structural features of the 'Details' class. + * + * + * @generated + * @ordered + */ + int DETAILS_FEATURE_COUNT = 3; + + /** + * The number of operations of the 'Details' class. + * + * + * @generated + * @ordered + */ + int DETAILS_OPERATION_COUNT = 0; + + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.integrationview.IntegrationView Integration View}'. + * + * + * @return the meta object for class 'Integration View'. + * @see org.eclipse.set.model.integrationview.IntegrationView + * @generated + */ + EClass getIntegrationView(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.IntegrationView#getPrimaryPlanning Primary Planning}'. + * + * + * @return the meta object for the attribute 'Primary Planning'. + * @see org.eclipse.set.model.integrationview.IntegrationView#getPrimaryPlanning() + * @see #getIntegrationView() + * @generated + */ + EAttribute getIntegrationView_PrimaryPlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.IntegrationView#getSecondaryPlanning Secondary Planning}'. + * + * + * @return the meta object for the attribute 'Secondary Planning'. + * @see org.eclipse.set.model.integrationview.IntegrationView#getSecondaryPlanning() + * @see #getIntegrationView() + * @generated + */ + EAttribute getIntegrationView_SecondaryPlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.IntegrationView#getCompositePlanning Composite Planning}'. + * + * + * @return the meta object for the attribute 'Composite Planning'. + * @see org.eclipse.set.model.integrationview.IntegrationView#getCompositePlanning() + * @see #getIntegrationView() + * @generated + */ + EAttribute getIntegrationView_CompositePlanning(); + + /** + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.integrationview.IntegrationView#getObjectquantities Objectquantities}'. + * + * + * @return the meta object for the containment reference list 'Objectquantities'. + * @see org.eclipse.set.model.integrationview.IntegrationView#getObjectquantities() + * @see #getIntegrationView() + * @generated + */ + EReference getIntegrationView_Objectquantities(); + + /** + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.integrationview.IntegrationView#getConflicts Conflicts}'. + * + * + * @return the meta object for the containment reference list 'Conflicts'. + * @see org.eclipse.set.model.integrationview.IntegrationView#getConflicts() + * @see #getIntegrationView() + * @generated + */ + EReference getIntegrationView_Conflicts(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.IntegrationView#getIntegrationDirectory Integration Directory}'. + * + * + * @return the meta object for the attribute 'Integration Directory'. + * @see org.eclipse.set.model.integrationview.IntegrationView#getIntegrationDirectory() + * @see #getIntegrationView() + * @generated + */ + EAttribute getIntegrationView_IntegrationDirectory(); + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.integrationview.ObjectQuantity Object Quantity}'. + * + * + * @return the meta object for class 'Object Quantity'. + * @see org.eclipse.set.model.integrationview.ObjectQuantity + * @generated + */ + EClass getObjectQuantity(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.ObjectQuantity#getSource Source}'. + * + * + * @return the meta object for the attribute 'Source'. + * @see org.eclipse.set.model.integrationview.ObjectQuantity#getSource() + * @see #getObjectQuantity() + * @generated + */ + EAttribute getObjectQuantity_Source(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.ObjectQuantity#getInitial Initial}'. + * + * + * @return the meta object for the attribute 'Initial'. + * @see org.eclipse.set.model.integrationview.ObjectQuantity#getInitial() + * @see #getObjectQuantity() + * @generated + */ + EAttribute getObjectQuantity_Initial(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.ObjectQuantity#getFinal Final}'. + * + * + * @return the meta object for the attribute 'Final'. + * @see org.eclipse.set.model.integrationview.ObjectQuantity#getFinal() + * @see #getObjectQuantity() + * @generated + */ + EAttribute getObjectQuantity_Final(); + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.integrationview.Conflict Conflict}'. + * + * + * @return the meta object for class 'Conflict'. + * @see org.eclipse.set.model.integrationview.Conflict + * @generated + */ + EClass getConflict(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Conflict#getId Id}'. + * + * + * @return the meta object for the attribute 'Id'. + * @see org.eclipse.set.model.integrationview.Conflict#getId() + * @see #getConflict() + * @generated + */ + EAttribute getConflict_Id(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Conflict#getName Name}'. + * + * + * @return the meta object for the attribute 'Name'. + * @see org.eclipse.set.model.integrationview.Conflict#getName() + * @see #getConflict() + * @generated + */ + EAttribute getConflict_Name(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Conflict#getContainer Container}'. + * + * + * @return the meta object for the attribute 'Container'. + * @see org.eclipse.set.model.integrationview.Conflict#getContainer() + * @see #getConflict() + * @generated + */ + EAttribute getConflict_Container(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Conflict#getVersion Version}'. + * + * + * @return the meta object for the attribute 'Version'. + * @see org.eclipse.set.model.integrationview.Conflict#getVersion() + * @see #getConflict() + * @generated + */ + EAttribute getConflict_Version(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Conflict#getResolution Resolution}'. + * + * + * @return the meta object for the attribute 'Resolution'. + * @see org.eclipse.set.model.integrationview.Conflict#getResolution() + * @see #getConflict() + * @generated + */ + EAttribute getConflict_Resolution(); + + /** + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.integrationview.Conflict#getDetails Details}'. + * + * + * @return the meta object for the containment reference list 'Details'. + * @see org.eclipse.set.model.integrationview.Conflict#getDetails() + * @see #getConflict() + * @generated + */ + EReference getConflict_Details(); + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.integrationview.Details Details}'. + * + * + * @return the meta object for class 'Details'. + * @see org.eclipse.set.model.integrationview.Details + * @generated + */ + EClass getDetails(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Details#getAttributePath Attribute Path}'. + * + * + * @return the meta object for the attribute 'Attribute Path'. + * @see org.eclipse.set.model.integrationview.Details#getAttributePath() + * @see #getDetails() + * @generated + */ + EAttribute getDetails_AttributePath(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Details#getValuePrimaryPlanning Value Primary Planning}'. + * + * + * @return the meta object for the attribute 'Value Primary Planning'. + * @see org.eclipse.set.model.integrationview.Details#getValuePrimaryPlanning() + * @see #getDetails() + * @generated + */ + EAttribute getDetails_ValuePrimaryPlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.integrationview.Details#getValueSecondaryPlanning Value Secondary Planning}'. + * + * + * @return the meta object for the attribute 'Value Secondary Planning'. + * @see org.eclipse.set.model.integrationview.Details#getValueSecondaryPlanning() + * @see #getDetails() + * @generated + */ + EAttribute getDetails_ValueSecondaryPlanning(); + + /** + * Returns the factory that creates the instances of the model. + * + * + * @return the factory that creates the instances of the model. + * @generated + */ + IntegrationviewFactory getIntegrationviewFactory(); + + /** + * + * Defines literals for the meta objects that represent + *
    + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • + *
+ * + * @generated + */ + interface Literals { + /** + * The meta object literal for the '{@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl Integration View}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.IntegrationViewImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getIntegrationView() + * @generated + */ + EClass INTEGRATION_VIEW = eINSTANCE.getIntegrationView(); + + /** + * The meta object literal for the 'Primary Planning' attribute feature. + * + * + * @generated + */ + EAttribute INTEGRATION_VIEW__PRIMARY_PLANNING = eINSTANCE.getIntegrationView_PrimaryPlanning(); + + /** + * The meta object literal for the 'Secondary Planning' attribute feature. + * + * + * @generated + */ + EAttribute INTEGRATION_VIEW__SECONDARY_PLANNING = eINSTANCE.getIntegrationView_SecondaryPlanning(); + + /** + * The meta object literal for the 'Composite Planning' attribute feature. + * + * + * @generated + */ + EAttribute INTEGRATION_VIEW__COMPOSITE_PLANNING = eINSTANCE.getIntegrationView_CompositePlanning(); + + /** + * The meta object literal for the 'Objectquantities' containment reference list feature. + * + * + * @generated + */ + EReference INTEGRATION_VIEW__OBJECTQUANTITIES = eINSTANCE.getIntegrationView_Objectquantities(); + + /** + * The meta object literal for the 'Conflicts' containment reference list feature. + * + * + * @generated + */ + EReference INTEGRATION_VIEW__CONFLICTS = eINSTANCE.getIntegrationView_Conflicts(); + + /** + * The meta object literal for the 'Integration Directory' attribute feature. + * + * + * @generated + */ + EAttribute INTEGRATION_VIEW__INTEGRATION_DIRECTORY = eINSTANCE.getIntegrationView_IntegrationDirectory(); + + /** + * The meta object literal for the '{@link org.eclipse.set.model.integrationview.impl.ObjectQuantityImpl Object Quantity}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.ObjectQuantityImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getObjectQuantity() + * @generated + */ + EClass OBJECT_QUANTITY = eINSTANCE.getObjectQuantity(); + + /** + * The meta object literal for the 'Source' attribute feature. + * + * + * @generated + */ + EAttribute OBJECT_QUANTITY__SOURCE = eINSTANCE.getObjectQuantity_Source(); + + /** + * The meta object literal for the 'Initial' attribute feature. + * + * + * @generated + */ + EAttribute OBJECT_QUANTITY__INITIAL = eINSTANCE.getObjectQuantity_Initial(); + + /** + * The meta object literal for the 'Final' attribute feature. + * + * + * @generated + */ + EAttribute OBJECT_QUANTITY__FINAL = eINSTANCE.getObjectQuantity_Final(); + + /** + * The meta object literal for the '{@link org.eclipse.set.model.integrationview.impl.ConflictImpl Conflict}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.ConflictImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getConflict() + * @generated + */ + EClass CONFLICT = eINSTANCE.getConflict(); + + /** + * The meta object literal for the 'Id' attribute feature. + * + * + * @generated + */ + EAttribute CONFLICT__ID = eINSTANCE.getConflict_Id(); + + /** + * The meta object literal for the 'Name' attribute feature. + * + * + * @generated + */ + EAttribute CONFLICT__NAME = eINSTANCE.getConflict_Name(); + + /** + * The meta object literal for the 'Container' attribute feature. + * + * + * @generated + */ + EAttribute CONFLICT__CONTAINER = eINSTANCE.getConflict_Container(); + + /** + * The meta object literal for the 'Version' attribute feature. + * + * + * @generated + */ + EAttribute CONFLICT__VERSION = eINSTANCE.getConflict_Version(); + + /** + * The meta object literal for the 'Resolution' attribute feature. + * + * + * @generated + */ + EAttribute CONFLICT__RESOLUTION = eINSTANCE.getConflict_Resolution(); + + /** + * The meta object literal for the 'Details' containment reference list feature. + * + * + * @generated + */ + EReference CONFLICT__DETAILS = eINSTANCE.getConflict_Details(); + + /** + * The meta object literal for the '{@link org.eclipse.set.model.integrationview.impl.DetailsImpl Details}' class. + * + * + * @see org.eclipse.set.model.integrationview.impl.DetailsImpl + * @see org.eclipse.set.model.integrationview.impl.IntegrationviewPackageImpl#getDetails() + * @generated + */ + EClass DETAILS = eINSTANCE.getDetails(); + + /** + * The meta object literal for the 'Attribute Path' attribute feature. + * + * + * @generated + */ + EAttribute DETAILS__ATTRIBUTE_PATH = eINSTANCE.getDetails_AttributePath(); + + /** + * The meta object literal for the 'Value Primary Planning' attribute feature. + * + * + * @generated + */ + EAttribute DETAILS__VALUE_PRIMARY_PLANNING = eINSTANCE.getDetails_ValuePrimaryPlanning(); + + /** + * The meta object literal for the 'Value Secondary Planning' attribute feature. + * + * + * @generated + */ + EAttribute DETAILS__VALUE_SECONDARY_PLANNING = eINSTANCE.getDetails_ValueSecondaryPlanning(); + + } + +} //IntegrationviewPackage diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/ObjectQuantity.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/ObjectQuantity.java new file mode 100644 index 0000000000..f519126b1f --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/ObjectQuantity.java @@ -0,0 +1,110 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'Object Quantity'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.ObjectQuantity#getSource Source}
  • + *
  • {@link org.eclipse.set.model.integrationview.ObjectQuantity#getInitial Initial}
  • + *
  • {@link org.eclipse.set.model.integrationview.ObjectQuantity#getFinal Final}
  • + *
+ * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getObjectQuantity() + * @model + * @generated + */ +public interface ObjectQuantity extends EObject { + /** + * Returns the value of the 'Source' attribute. + * + *

+ * If the meaning of the 'Source' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Source' attribute. + * @see #setSource(String) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getObjectQuantity_Source() + * @model + * @generated + */ + String getSource(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.ObjectQuantity#getSource Source}' attribute. + * + * + * @param value the new value of the 'Source' attribute. + * @see #getSource() + * @generated + */ + void setSource(String value); + + /** + * Returns the value of the 'Initial' attribute. + * + *

+ * If the meaning of the 'Initial' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Initial' attribute. + * @see #setInitial(int) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getObjectQuantity_Initial() + * @model + * @generated + */ + int getInitial(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.ObjectQuantity#getInitial Initial}' attribute. + * + * + * @param value the new value of the 'Initial' attribute. + * @see #getInitial() + * @generated + */ + void setInitial(int value); + + /** + * Returns the value of the 'Final' attribute. + * + *

+ * If the meaning of the 'Final' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Final' attribute. + * @see #setFinal(int) + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#getObjectQuantity_Final() + * @model + * @generated + */ + int getFinal(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.integrationview.ObjectQuantity#getFinal Final}' attribute. + * + * + * @param value the new value of the 'Final' attribute. + * @see #getFinal() + * @generated + */ + void setFinal(int value); + +} // ObjectQuantity diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ConflictImpl.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ConflictImpl.java new file mode 100644 index 0000000000..4aae4d4e6b --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ConflictImpl.java @@ -0,0 +1,455 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.impl; + +import java.util.Collection; + +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.common.notify.NotificationChain; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.InternalEObject; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.emf.ecore.util.EObjectContainmentEList; +import org.eclipse.emf.ecore.util.InternalEList; + +import org.eclipse.set.model.integrationview.Conflict; +import org.eclipse.set.model.integrationview.Details; +import org.eclipse.set.model.integrationview.IntegrationviewPackage; + +/** + * + * An implementation of the model object 'Conflict'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.impl.ConflictImpl#getId Id}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.ConflictImpl#getName Name}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.ConflictImpl#getContainer Container}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.ConflictImpl#getVersion Version}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.ConflictImpl#getResolution Resolution}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.ConflictImpl#getDetails Details}
  • + *
+ * + * @generated + */ +public class ConflictImpl extends MinimalEObjectImpl.Container implements Conflict { + /** + * The default value of the '{@link #getId() Id}' attribute. + * + * + * @see #getId() + * @generated + * @ordered + */ + protected static final int ID_EDEFAULT = 0; + + /** + * The cached value of the '{@link #getId() Id}' attribute. + * + * + * @see #getId() + * @generated + * @ordered + */ + protected int id = ID_EDEFAULT; + + /** + * The default value of the '{@link #getName() Name}' attribute. + * + * + * @see #getName() + * @generated + * @ordered + */ + protected static final String NAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getName() Name}' attribute. + * + * + * @see #getName() + * @generated + * @ordered + */ + protected String name = NAME_EDEFAULT; + + /** + * The default value of the '{@link #getContainer() Container}' attribute. + * + * + * @see #getContainer() + * @generated + * @ordered + */ + protected static final String CONTAINER_EDEFAULT = null; + + /** + * The cached value of the '{@link #getContainer() Container}' attribute. + * + * + * @see #getContainer() + * @generated + * @ordered + */ + protected String container = CONTAINER_EDEFAULT; + + /** + * The default value of the '{@link #getVersion() Version}' attribute. + * + * + * @see #getVersion() + * @generated + * @ordered + */ + protected static final String VERSION_EDEFAULT = null; + + /** + * The cached value of the '{@link #getVersion() Version}' attribute. + * + * + * @see #getVersion() + * @generated + * @ordered + */ + protected String version = VERSION_EDEFAULT; + + /** + * The default value of the '{@link #getResolution() Resolution}' attribute. + * + * + * @see #getResolution() + * @generated + * @ordered + */ + protected static final String RESOLUTION_EDEFAULT = null; + + /** + * The cached value of the '{@link #getResolution() Resolution}' attribute. + * + * + * @see #getResolution() + * @generated + * @ordered + */ + protected String resolution = RESOLUTION_EDEFAULT; + + /** + * The cached value of the '{@link #getDetails() Details}' containment reference list. + * + * + * @see #getDetails() + * @generated + * @ordered + */ + protected EList
details; + + /** + * + * + * @generated + */ + protected ConflictImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return IntegrationviewPackage.Literals.CONFLICT; + } + + /** + * + * + * @generated + */ + @Override + public int getId() { + return id; + } + + /** + * + * + * @generated + */ + @Override + public void setId(int newId) { + int oldId = id; + id = newId; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.CONFLICT__ID, oldId, id)); + } + + /** + * + * + * @generated + */ + @Override + public String getName() { + return name; + } + + /** + * + * + * @generated + */ + @Override + public void setName(String newName) { + String oldName = name; + name = newName; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.CONFLICT__NAME, oldName, name)); + } + + /** + * + * + * @generated + */ + @Override + public String getContainer() { + return container; + } + + /** + * + * + * @generated + */ + @Override + public void setContainer(String newContainer) { + String oldContainer = container; + container = newContainer; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.CONFLICT__CONTAINER, oldContainer, container)); + } + + /** + * + * + * @generated + */ + @Override + public String getVersion() { + return version; + } + + /** + * + * + * @generated + */ + @Override + public void setVersion(String newVersion) { + String oldVersion = version; + version = newVersion; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.CONFLICT__VERSION, oldVersion, version)); + } + + /** + * + * + * @generated + */ + @Override + public String getResolution() { + return resolution; + } + + /** + * + * + * @generated + */ + @Override + public void setResolution(String newResolution) { + String oldResolution = resolution; + resolution = newResolution; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.CONFLICT__RESOLUTION, oldResolution, resolution)); + } + + /** + * + * + * @generated + */ + @Override + public EList
getDetails() { + if (details == null) { + details = new EObjectContainmentEList
(Details.class, this, IntegrationviewPackage.CONFLICT__DETAILS); + } + return details; + } + + /** + * + * + * @generated + */ + @Override + public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { + switch (featureID) { + case IntegrationviewPackage.CONFLICT__DETAILS: + return ((InternalEList)getDetails()).basicRemove(otherEnd, msgs); + } + return super.eInverseRemove(otherEnd, featureID, msgs); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case IntegrationviewPackage.CONFLICT__ID: + return getId(); + case IntegrationviewPackage.CONFLICT__NAME: + return getName(); + case IntegrationviewPackage.CONFLICT__CONTAINER: + return getContainer(); + case IntegrationviewPackage.CONFLICT__VERSION: + return getVersion(); + case IntegrationviewPackage.CONFLICT__RESOLUTION: + return getResolution(); + case IntegrationviewPackage.CONFLICT__DETAILS: + return getDetails(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @SuppressWarnings("unchecked") + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case IntegrationviewPackage.CONFLICT__ID: + setId((Integer)newValue); + return; + case IntegrationviewPackage.CONFLICT__NAME: + setName((String)newValue); + return; + case IntegrationviewPackage.CONFLICT__CONTAINER: + setContainer((String)newValue); + return; + case IntegrationviewPackage.CONFLICT__VERSION: + setVersion((String)newValue); + return; + case IntegrationviewPackage.CONFLICT__RESOLUTION: + setResolution((String)newValue); + return; + case IntegrationviewPackage.CONFLICT__DETAILS: + getDetails().clear(); + getDetails().addAll((Collection)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case IntegrationviewPackage.CONFLICT__ID: + setId(ID_EDEFAULT); + return; + case IntegrationviewPackage.CONFLICT__NAME: + setName(NAME_EDEFAULT); + return; + case IntegrationviewPackage.CONFLICT__CONTAINER: + setContainer(CONTAINER_EDEFAULT); + return; + case IntegrationviewPackage.CONFLICT__VERSION: + setVersion(VERSION_EDEFAULT); + return; + case IntegrationviewPackage.CONFLICT__RESOLUTION: + setResolution(RESOLUTION_EDEFAULT); + return; + case IntegrationviewPackage.CONFLICT__DETAILS: + getDetails().clear(); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case IntegrationviewPackage.CONFLICT__ID: + return id != ID_EDEFAULT; + case IntegrationviewPackage.CONFLICT__NAME: + return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); + case IntegrationviewPackage.CONFLICT__CONTAINER: + return CONTAINER_EDEFAULT == null ? container != null : !CONTAINER_EDEFAULT.equals(container); + case IntegrationviewPackage.CONFLICT__VERSION: + return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); + case IntegrationviewPackage.CONFLICT__RESOLUTION: + return RESOLUTION_EDEFAULT == null ? resolution != null : !RESOLUTION_EDEFAULT.equals(resolution); + case IntegrationviewPackage.CONFLICT__DETAILS: + return details != null && !details.isEmpty(); + } + return super.eIsSet(featureID); + } + + /** + * + * + * @generated + */ + @Override + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuilder result = new StringBuilder(super.toString()); + result.append(" (id: "); + result.append(id); + result.append(", name: "); + result.append(name); + result.append(", container: "); + result.append(container); + result.append(", version: "); + result.append(version); + result.append(", resolution: "); + result.append(resolution); + result.append(')'); + return result.toString(); + } + +} //ConflictImpl diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/DetailsImpl.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/DetailsImpl.java new file mode 100644 index 0000000000..b8217e20ef --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/DetailsImpl.java @@ -0,0 +1,283 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.impl; + +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.ecore.EClass; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.set.model.integrationview.Details; +import org.eclipse.set.model.integrationview.IntegrationviewPackage; + +/** + * + * An implementation of the model object 'Details'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.impl.DetailsImpl#getAttributePath Attribute Path}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.DetailsImpl#getValuePrimaryPlanning Value Primary Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.DetailsImpl#getValueSecondaryPlanning Value Secondary Planning}
  • + *
+ * + * @generated + */ +public class DetailsImpl extends MinimalEObjectImpl.Container implements Details { + /** + * The default value of the '{@link #getAttributePath() Attribute Path}' attribute. + * + * + * @see #getAttributePath() + * @generated + * @ordered + */ + protected static final String ATTRIBUTE_PATH_EDEFAULT = null; + + /** + * The cached value of the '{@link #getAttributePath() Attribute Path}' attribute. + * + * + * @see #getAttributePath() + * @generated + * @ordered + */ + protected String attributePath = ATTRIBUTE_PATH_EDEFAULT; + + /** + * The default value of the '{@link #getValuePrimaryPlanning() Value Primary Planning}' attribute. + * + * + * @see #getValuePrimaryPlanning() + * @generated + * @ordered + */ + protected static final String VALUE_PRIMARY_PLANNING_EDEFAULT = null; + + /** + * The cached value of the '{@link #getValuePrimaryPlanning() Value Primary Planning}' attribute. + * + * + * @see #getValuePrimaryPlanning() + * @generated + * @ordered + */ + protected String valuePrimaryPlanning = VALUE_PRIMARY_PLANNING_EDEFAULT; + + /** + * The default value of the '{@link #getValueSecondaryPlanning() Value Secondary Planning}' attribute. + * + * + * @see #getValueSecondaryPlanning() + * @generated + * @ordered + */ + protected static final String VALUE_SECONDARY_PLANNING_EDEFAULT = null; + + /** + * The cached value of the '{@link #getValueSecondaryPlanning() Value Secondary Planning}' attribute. + * + * + * @see #getValueSecondaryPlanning() + * @generated + * @ordered + */ + protected String valueSecondaryPlanning = VALUE_SECONDARY_PLANNING_EDEFAULT; + + /** + * + * + * @generated + */ + protected DetailsImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return IntegrationviewPackage.Literals.DETAILS; + } + + /** + * + * + * @generated + */ + @Override + public String getAttributePath() { + return attributePath; + } + + /** + * + * + * @generated + */ + @Override + public void setAttributePath(String newAttributePath) { + String oldAttributePath = attributePath; + attributePath = newAttributePath; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.DETAILS__ATTRIBUTE_PATH, oldAttributePath, attributePath)); + } + + /** + * + * + * @generated + */ + @Override + public String getValuePrimaryPlanning() { + return valuePrimaryPlanning; + } + + /** + * + * + * @generated + */ + @Override + public void setValuePrimaryPlanning(String newValuePrimaryPlanning) { + String oldValuePrimaryPlanning = valuePrimaryPlanning; + valuePrimaryPlanning = newValuePrimaryPlanning; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.DETAILS__VALUE_PRIMARY_PLANNING, oldValuePrimaryPlanning, valuePrimaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getValueSecondaryPlanning() { + return valueSecondaryPlanning; + } + + /** + * + * + * @generated + */ + @Override + public void setValueSecondaryPlanning(String newValueSecondaryPlanning) { + String oldValueSecondaryPlanning = valueSecondaryPlanning; + valueSecondaryPlanning = newValueSecondaryPlanning; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.DETAILS__VALUE_SECONDARY_PLANNING, oldValueSecondaryPlanning, valueSecondaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case IntegrationviewPackage.DETAILS__ATTRIBUTE_PATH: + return getAttributePath(); + case IntegrationviewPackage.DETAILS__VALUE_PRIMARY_PLANNING: + return getValuePrimaryPlanning(); + case IntegrationviewPackage.DETAILS__VALUE_SECONDARY_PLANNING: + return getValueSecondaryPlanning(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case IntegrationviewPackage.DETAILS__ATTRIBUTE_PATH: + setAttributePath((String)newValue); + return; + case IntegrationviewPackage.DETAILS__VALUE_PRIMARY_PLANNING: + setValuePrimaryPlanning((String)newValue); + return; + case IntegrationviewPackage.DETAILS__VALUE_SECONDARY_PLANNING: + setValueSecondaryPlanning((String)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case IntegrationviewPackage.DETAILS__ATTRIBUTE_PATH: + setAttributePath(ATTRIBUTE_PATH_EDEFAULT); + return; + case IntegrationviewPackage.DETAILS__VALUE_PRIMARY_PLANNING: + setValuePrimaryPlanning(VALUE_PRIMARY_PLANNING_EDEFAULT); + return; + case IntegrationviewPackage.DETAILS__VALUE_SECONDARY_PLANNING: + setValueSecondaryPlanning(VALUE_SECONDARY_PLANNING_EDEFAULT); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case IntegrationviewPackage.DETAILS__ATTRIBUTE_PATH: + return ATTRIBUTE_PATH_EDEFAULT == null ? attributePath != null : !ATTRIBUTE_PATH_EDEFAULT.equals(attributePath); + case IntegrationviewPackage.DETAILS__VALUE_PRIMARY_PLANNING: + return VALUE_PRIMARY_PLANNING_EDEFAULT == null ? valuePrimaryPlanning != null : !VALUE_PRIMARY_PLANNING_EDEFAULT.equals(valuePrimaryPlanning); + case IntegrationviewPackage.DETAILS__VALUE_SECONDARY_PLANNING: + return VALUE_SECONDARY_PLANNING_EDEFAULT == null ? valueSecondaryPlanning != null : !VALUE_SECONDARY_PLANNING_EDEFAULT.equals(valueSecondaryPlanning); + } + return super.eIsSet(featureID); + } + + /** + * + * + * @generated + */ + @Override + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuilder result = new StringBuilder(super.toString()); + result.append(" (attributePath: "); + result.append(attributePath); + result.append(", valuePrimaryPlanning: "); + result.append(valuePrimaryPlanning); + result.append(", valueSecondaryPlanning: "); + result.append(valueSecondaryPlanning); + result.append(')'); + return result.toString(); + } + +} //DetailsImpl diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationViewImpl.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationViewImpl.java new file mode 100644 index 0000000000..1d7c82663d --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationViewImpl.java @@ -0,0 +1,437 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.impl; + +import java.util.Collection; + +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.common.notify.NotificationChain; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.InternalEObject; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.emf.ecore.util.EObjectContainmentEList; +import org.eclipse.emf.ecore.util.InternalEList; + +import org.eclipse.set.model.integrationview.Conflict; +import org.eclipse.set.model.integrationview.IntegrationView; +import org.eclipse.set.model.integrationview.IntegrationviewPackage; +import org.eclipse.set.model.integrationview.ObjectQuantity; + +/** + * + * An implementation of the model object 'Integration View'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl#getPrimaryPlanning Primary Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl#getObjectquantities Objectquantities}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl#getConflicts Conflicts}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.IntegrationViewImpl#getIntegrationDirectory Integration Directory}
  • + *
+ * + * @generated + */ +public class IntegrationViewImpl extends MinimalEObjectImpl.Container implements IntegrationView { + /** + * The default value of the '{@link #getPrimaryPlanning() Primary Planning}' attribute. + * + * + * @see #getPrimaryPlanning() + * @generated + * @ordered + */ + protected static final String PRIMARY_PLANNING_EDEFAULT = null; + + /** + * The cached value of the '{@link #getPrimaryPlanning() Primary Planning}' attribute. + * + * + * @see #getPrimaryPlanning() + * @generated + * @ordered + */ + protected String primaryPlanning = PRIMARY_PLANNING_EDEFAULT; + + /** + * The default value of the '{@link #getSecondaryPlanning() Secondary Planning}' attribute. + * + * + * @see #getSecondaryPlanning() + * @generated + * @ordered + */ + protected static final String SECONDARY_PLANNING_EDEFAULT = null; + + /** + * The cached value of the '{@link #getSecondaryPlanning() Secondary Planning}' attribute. + * + * + * @see #getSecondaryPlanning() + * @generated + * @ordered + */ + protected String secondaryPlanning = SECONDARY_PLANNING_EDEFAULT; + + /** + * The default value of the '{@link #getCompositePlanning() Composite Planning}' attribute. + * + * + * @see #getCompositePlanning() + * @generated + * @ordered + */ + protected static final String COMPOSITE_PLANNING_EDEFAULT = null; + + /** + * The cached value of the '{@link #getCompositePlanning() Composite Planning}' attribute. + * + * + * @see #getCompositePlanning() + * @generated + * @ordered + */ + protected String compositePlanning = COMPOSITE_PLANNING_EDEFAULT; + + /** + * The cached value of the '{@link #getObjectquantities() Objectquantities}' containment reference list. + * + * + * @see #getObjectquantities() + * @generated + * @ordered + */ + protected EList objectquantities; + + /** + * The cached value of the '{@link #getConflicts() Conflicts}' containment reference list. + * + * + * @see #getConflicts() + * @generated + * @ordered + */ + protected EList conflicts; + + /** + * The default value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. + * + * + * @see #getIntegrationDirectory() + * @generated + * @ordered + */ + protected static final String INTEGRATION_DIRECTORY_EDEFAULT = null; + + /** + * The cached value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. + * + * + * @see #getIntegrationDirectory() + * @generated + * @ordered + */ + protected String integrationDirectory = INTEGRATION_DIRECTORY_EDEFAULT; + + /** + * + * + * @generated + */ + protected IntegrationViewImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return IntegrationviewPackage.Literals.INTEGRATION_VIEW; + } + + /** + * + * + * @generated + */ + @Override + public String getPrimaryPlanning() { + return primaryPlanning; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryPlanning(String newPrimaryPlanning) { + String oldPrimaryPlanning = primaryPlanning; + primaryPlanning = newPrimaryPlanning; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.INTEGRATION_VIEW__PRIMARY_PLANNING, oldPrimaryPlanning, primaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getSecondaryPlanning() { + return secondaryPlanning; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryPlanning(String newSecondaryPlanning) { + String oldSecondaryPlanning = secondaryPlanning; + secondaryPlanning = newSecondaryPlanning; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.INTEGRATION_VIEW__SECONDARY_PLANNING, oldSecondaryPlanning, secondaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getCompositePlanning() { + return compositePlanning; + } + + /** + * + * + * @generated + */ + @Override + public void setCompositePlanning(String newCompositePlanning) { + String oldCompositePlanning = compositePlanning; + compositePlanning = newCompositePlanning; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.INTEGRATION_VIEW__COMPOSITE_PLANNING, oldCompositePlanning, compositePlanning)); + } + + /** + * + * + * @generated + */ + @Override + public EList getObjectquantities() { + if (objectquantities == null) { + objectquantities = new EObjectContainmentEList(ObjectQuantity.class, this, IntegrationviewPackage.INTEGRATION_VIEW__OBJECTQUANTITIES); + } + return objectquantities; + } + + /** + * + * + * @generated + */ + @Override + public EList getConflicts() { + if (conflicts == null) { + conflicts = new EObjectContainmentEList(Conflict.class, this, IntegrationviewPackage.INTEGRATION_VIEW__CONFLICTS); + } + return conflicts; + } + + /** + * + * + * @generated + */ + @Override + public String getIntegrationDirectory() { + return integrationDirectory; + } + + /** + * + * + * @generated + */ + @Override + public void setIntegrationDirectory(String newIntegrationDirectory) { + String oldIntegrationDirectory = integrationDirectory; + integrationDirectory = newIntegrationDirectory; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.INTEGRATION_VIEW__INTEGRATION_DIRECTORY, oldIntegrationDirectory, integrationDirectory)); + } + + /** + * + * + * @generated + */ + @Override + public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { + switch (featureID) { + case IntegrationviewPackage.INTEGRATION_VIEW__OBJECTQUANTITIES: + return ((InternalEList)getObjectquantities()).basicRemove(otherEnd, msgs); + case IntegrationviewPackage.INTEGRATION_VIEW__CONFLICTS: + return ((InternalEList)getConflicts()).basicRemove(otherEnd, msgs); + } + return super.eInverseRemove(otherEnd, featureID, msgs); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case IntegrationviewPackage.INTEGRATION_VIEW__PRIMARY_PLANNING: + return getPrimaryPlanning(); + case IntegrationviewPackage.INTEGRATION_VIEW__SECONDARY_PLANNING: + return getSecondaryPlanning(); + case IntegrationviewPackage.INTEGRATION_VIEW__COMPOSITE_PLANNING: + return getCompositePlanning(); + case IntegrationviewPackage.INTEGRATION_VIEW__OBJECTQUANTITIES: + return getObjectquantities(); + case IntegrationviewPackage.INTEGRATION_VIEW__CONFLICTS: + return getConflicts(); + case IntegrationviewPackage.INTEGRATION_VIEW__INTEGRATION_DIRECTORY: + return getIntegrationDirectory(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @SuppressWarnings("unchecked") + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case IntegrationviewPackage.INTEGRATION_VIEW__PRIMARY_PLANNING: + setPrimaryPlanning((String)newValue); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__SECONDARY_PLANNING: + setSecondaryPlanning((String)newValue); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__COMPOSITE_PLANNING: + setCompositePlanning((String)newValue); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__OBJECTQUANTITIES: + getObjectquantities().clear(); + getObjectquantities().addAll((Collection)newValue); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__CONFLICTS: + getConflicts().clear(); + getConflicts().addAll((Collection)newValue); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__INTEGRATION_DIRECTORY: + setIntegrationDirectory((String)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case IntegrationviewPackage.INTEGRATION_VIEW__PRIMARY_PLANNING: + setPrimaryPlanning(PRIMARY_PLANNING_EDEFAULT); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__SECONDARY_PLANNING: + setSecondaryPlanning(SECONDARY_PLANNING_EDEFAULT); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__COMPOSITE_PLANNING: + setCompositePlanning(COMPOSITE_PLANNING_EDEFAULT); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__OBJECTQUANTITIES: + getObjectquantities().clear(); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__CONFLICTS: + getConflicts().clear(); + return; + case IntegrationviewPackage.INTEGRATION_VIEW__INTEGRATION_DIRECTORY: + setIntegrationDirectory(INTEGRATION_DIRECTORY_EDEFAULT); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case IntegrationviewPackage.INTEGRATION_VIEW__PRIMARY_PLANNING: + return PRIMARY_PLANNING_EDEFAULT == null ? primaryPlanning != null : !PRIMARY_PLANNING_EDEFAULT.equals(primaryPlanning); + case IntegrationviewPackage.INTEGRATION_VIEW__SECONDARY_PLANNING: + return SECONDARY_PLANNING_EDEFAULT == null ? secondaryPlanning != null : !SECONDARY_PLANNING_EDEFAULT.equals(secondaryPlanning); + case IntegrationviewPackage.INTEGRATION_VIEW__COMPOSITE_PLANNING: + return COMPOSITE_PLANNING_EDEFAULT == null ? compositePlanning != null : !COMPOSITE_PLANNING_EDEFAULT.equals(compositePlanning); + case IntegrationviewPackage.INTEGRATION_VIEW__OBJECTQUANTITIES: + return objectquantities != null && !objectquantities.isEmpty(); + case IntegrationviewPackage.INTEGRATION_VIEW__CONFLICTS: + return conflicts != null && !conflicts.isEmpty(); + case IntegrationviewPackage.INTEGRATION_VIEW__INTEGRATION_DIRECTORY: + return INTEGRATION_DIRECTORY_EDEFAULT == null ? integrationDirectory != null : !INTEGRATION_DIRECTORY_EDEFAULT.equals(integrationDirectory); + } + return super.eIsSet(featureID); + } + + /** + * + * + * @generated + */ + @Override + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuilder result = new StringBuilder(super.toString()); + result.append(" (primaryPlanning: "); + result.append(primaryPlanning); + result.append(", secondaryPlanning: "); + result.append(secondaryPlanning); + result.append(", compositePlanning: "); + result.append(compositePlanning); + result.append(", integrationDirectory: "); + result.append(integrationDirectory); + result.append(')'); + return result.toString(); + } + +} //IntegrationViewImpl diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewFactoryImpl.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewFactoryImpl.java new file mode 100644 index 0000000000..7ea8293eaa --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewFactoryImpl.java @@ -0,0 +1,139 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.impl; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.impl.EFactoryImpl; + +import org.eclipse.emf.ecore.plugin.EcorePlugin; + +import org.eclipse.set.model.integrationview.*; + +/** + * + * An implementation of the model Factory. + * + * @generated + */ +public class IntegrationviewFactoryImpl extends EFactoryImpl implements IntegrationviewFactory { + /** + * Creates the default factory implementation. + * + * + * @generated + */ + public static IntegrationviewFactory init() { + try { + IntegrationviewFactory theIntegrationviewFactory = (IntegrationviewFactory)EPackage.Registry.INSTANCE.getEFactory(IntegrationviewPackage.eNS_URI); + if (theIntegrationviewFactory != null) { + return theIntegrationviewFactory; + } + } + catch (Exception exception) { + EcorePlugin.INSTANCE.log(exception); + } + return new IntegrationviewFactoryImpl(); + } + + /** + * Creates an instance of the factory. + * + * + * @generated + */ + public IntegrationviewFactoryImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + public EObject create(EClass eClass) { + switch (eClass.getClassifierID()) { + case IntegrationviewPackage.INTEGRATION_VIEW: return createIntegrationView(); + case IntegrationviewPackage.OBJECT_QUANTITY: return createObjectQuantity(); + case IntegrationviewPackage.CONFLICT: return createConflict(); + case IntegrationviewPackage.DETAILS: return createDetails(); + default: + throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); + } + } + + /** + * + * + * @generated + */ + @Override + public IntegrationView createIntegrationView() { + IntegrationViewImpl integrationView = new IntegrationViewImpl(); + return integrationView; + } + + /** + * + * + * @generated + */ + @Override + public ObjectQuantity createObjectQuantity() { + ObjectQuantityImpl objectQuantity = new ObjectQuantityImpl(); + return objectQuantity; + } + + /** + * + * + * @generated + */ + @Override + public Conflict createConflict() { + ConflictImpl conflict = new ConflictImpl(); + return conflict; + } + + /** + * + * + * @generated + */ + @Override + public Details createDetails() { + DetailsImpl details = new DetailsImpl(); + return details; + } + + /** + * + * + * @generated + */ + @Override + public IntegrationviewPackage getIntegrationviewPackage() { + return (IntegrationviewPackage)getEPackage(); + } + + /** + * + * + * @deprecated + * @generated + */ + @Deprecated + public static IntegrationviewPackage getPackage() { + return IntegrationviewPackage.eINSTANCE; + } + +} //IntegrationviewFactoryImpl diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewPackageImpl.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewPackageImpl.java new file mode 100644 index 0000000000..dc8e0b6d16 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/IntegrationviewPackageImpl.java @@ -0,0 +1,490 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.impl; + +import org.eclipse.emf.ecore.EAttribute; +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EPackage; +import org.eclipse.emf.ecore.EReference; +import org.eclipse.emf.ecore.EValidator; + +import org.eclipse.emf.ecore.impl.EPackageImpl; + +import org.eclipse.set.model.integrationview.Conflict; +import org.eclipse.set.model.integrationview.Details; +import org.eclipse.set.model.integrationview.IntegrationView; +import org.eclipse.set.model.integrationview.IntegrationviewFactory; +import org.eclipse.set.model.integrationview.IntegrationviewPackage; +import org.eclipse.set.model.integrationview.ObjectQuantity; + +import org.eclipse.set.model.integrationview.util.IntegrationviewValidator; + +/** + * + * An implementation of the model Package. + * + * @generated + */ +public class IntegrationviewPackageImpl extends EPackageImpl implements IntegrationviewPackage { + /** + * + * + * @generated + */ + private EClass integrationViewEClass = null; + + /** + * + * + * @generated + */ + private EClass objectQuantityEClass = null; + + /** + * + * + * @generated + */ + private EClass conflictEClass = null; + + /** + * + * + * @generated + */ + private EClass detailsEClass = null; + + /** + * Creates an instance of the model Package, registered with + * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package + * package URI value. + *

Note: the correct way to create the package is via the static + * factory method {@link #init init()}, which also performs + * initialization of the package, or returns the registered package, + * if one already exists. + * + * + * @see org.eclipse.emf.ecore.EPackage.Registry + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage#eNS_URI + * @see #init() + * @generated + */ + private IntegrationviewPackageImpl() { + super(eNS_URI, IntegrationviewFactory.eINSTANCE); + } + + /** + * + * + * @generated + */ + private static boolean isInited = false; + + /** + * Creates, registers, and initializes the Package for this model, and for any others upon which it depends. + * + *

This method is used to initialize {@link IntegrationviewPackage#eINSTANCE} when that field is accessed. + * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. + * + * + * @see #eNS_URI + * @see #createPackageContents() + * @see #initializePackageContents() + * @generated + */ + public static IntegrationviewPackage init() { + if (isInited) return (IntegrationviewPackage)EPackage.Registry.INSTANCE.getEPackage(IntegrationviewPackage.eNS_URI); + + // Obtain or create and register package + Object registeredIntegrationviewPackage = EPackage.Registry.INSTANCE.get(eNS_URI); + IntegrationviewPackageImpl theIntegrationviewPackage = registeredIntegrationviewPackage instanceof IntegrationviewPackageImpl ? (IntegrationviewPackageImpl)registeredIntegrationviewPackage : new IntegrationviewPackageImpl(); + + isInited = true; + + // Create package meta-data objects + theIntegrationviewPackage.createPackageContents(); + + // Initialize created meta-data + theIntegrationviewPackage.initializePackageContents(); + + // Register package validator + EValidator.Registry.INSTANCE.put + (theIntegrationviewPackage, + new EValidator.Descriptor() { + @Override + public EValidator getEValidator() { + return IntegrationviewValidator.INSTANCE; + } + }); + + // Mark meta-data to indicate it can't be changed + theIntegrationviewPackage.freeze(); + + // Update the registry and return the package + EPackage.Registry.INSTANCE.put(IntegrationviewPackage.eNS_URI, theIntegrationviewPackage); + return theIntegrationviewPackage; + } + + /** + * + * + * @generated + */ + @Override + public EClass getIntegrationView() { + return integrationViewEClass; + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getIntegrationView_PrimaryPlanning() { + return (EAttribute)integrationViewEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getIntegrationView_SecondaryPlanning() { + return (EAttribute)integrationViewEClass.getEStructuralFeatures().get(1); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getIntegrationView_CompositePlanning() { + return (EAttribute)integrationViewEClass.getEStructuralFeatures().get(2); + } + + /** + * + * + * @generated + */ + @Override + public EReference getIntegrationView_Objectquantities() { + return (EReference)integrationViewEClass.getEStructuralFeatures().get(3); + } + + /** + * + * + * @generated + */ + @Override + public EReference getIntegrationView_Conflicts() { + return (EReference)integrationViewEClass.getEStructuralFeatures().get(4); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getIntegrationView_IntegrationDirectory() { + return (EAttribute)integrationViewEClass.getEStructuralFeatures().get(5); + } + + /** + * + * + * @generated + */ + @Override + public EClass getObjectQuantity() { + return objectQuantityEClass; + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getObjectQuantity_Source() { + return (EAttribute)objectQuantityEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getObjectQuantity_Initial() { + return (EAttribute)objectQuantityEClass.getEStructuralFeatures().get(1); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getObjectQuantity_Final() { + return (EAttribute)objectQuantityEClass.getEStructuralFeatures().get(2); + } + + /** + * + * + * @generated + */ + @Override + public EClass getConflict() { + return conflictEClass; + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getConflict_Id() { + return (EAttribute)conflictEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getConflict_Name() { + return (EAttribute)conflictEClass.getEStructuralFeatures().get(1); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getConflict_Container() { + return (EAttribute)conflictEClass.getEStructuralFeatures().get(2); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getConflict_Version() { + return (EAttribute)conflictEClass.getEStructuralFeatures().get(3); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getConflict_Resolution() { + return (EAttribute)conflictEClass.getEStructuralFeatures().get(4); + } + + /** + * + * + * @generated + */ + @Override + public EReference getConflict_Details() { + return (EReference)conflictEClass.getEStructuralFeatures().get(5); + } + + /** + * + * + * @generated + */ + @Override + public EClass getDetails() { + return detailsEClass; + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getDetails_AttributePath() { + return (EAttribute)detailsEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getDetails_ValuePrimaryPlanning() { + return (EAttribute)detailsEClass.getEStructuralFeatures().get(1); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getDetails_ValueSecondaryPlanning() { + return (EAttribute)detailsEClass.getEStructuralFeatures().get(2); + } + + /** + * + * + * @generated + */ + @Override + public IntegrationviewFactory getIntegrationviewFactory() { + return (IntegrationviewFactory)getEFactoryInstance(); + } + + /** + * + * + * @generated + */ + private boolean isCreated = false; + + /** + * Creates the meta-model objects for the package. This method is + * guarded to have no affect on any invocation but its first. + * + * + * @generated + */ + public void createPackageContents() { + if (isCreated) return; + isCreated = true; + + // Create classes and their features + integrationViewEClass = createEClass(INTEGRATION_VIEW); + createEAttribute(integrationViewEClass, INTEGRATION_VIEW__PRIMARY_PLANNING); + createEAttribute(integrationViewEClass, INTEGRATION_VIEW__SECONDARY_PLANNING); + createEAttribute(integrationViewEClass, INTEGRATION_VIEW__COMPOSITE_PLANNING); + createEReference(integrationViewEClass, INTEGRATION_VIEW__OBJECTQUANTITIES); + createEReference(integrationViewEClass, INTEGRATION_VIEW__CONFLICTS); + createEAttribute(integrationViewEClass, INTEGRATION_VIEW__INTEGRATION_DIRECTORY); + + objectQuantityEClass = createEClass(OBJECT_QUANTITY); + createEAttribute(objectQuantityEClass, OBJECT_QUANTITY__SOURCE); + createEAttribute(objectQuantityEClass, OBJECT_QUANTITY__INITIAL); + createEAttribute(objectQuantityEClass, OBJECT_QUANTITY__FINAL); + + conflictEClass = createEClass(CONFLICT); + createEAttribute(conflictEClass, CONFLICT__ID); + createEAttribute(conflictEClass, CONFLICT__NAME); + createEAttribute(conflictEClass, CONFLICT__CONTAINER); + createEAttribute(conflictEClass, CONFLICT__VERSION); + createEAttribute(conflictEClass, CONFLICT__RESOLUTION); + createEReference(conflictEClass, CONFLICT__DETAILS); + + detailsEClass = createEClass(DETAILS); + createEAttribute(detailsEClass, DETAILS__ATTRIBUTE_PATH); + createEAttribute(detailsEClass, DETAILS__VALUE_PRIMARY_PLANNING); + createEAttribute(detailsEClass, DETAILS__VALUE_SECONDARY_PLANNING); + } + + /** + * + * + * @generated + */ + private boolean isInitialized = false; + + /** + * Complete the initialization of the package and its meta-model. This + * method is guarded to have no affect on any invocation but its first. + * + * + * @generated + */ + public void initializePackageContents() { + if (isInitialized) return; + isInitialized = true; + + // Initialize package + setName(eNAME); + setNsPrefix(eNS_PREFIX); + setNsURI(eNS_URI); + + // Create type parameters + + // Set bounds for type parameters + + // Add supertypes to classes + + // Initialize classes, features, and operations; add parameters + initEClass(integrationViewEClass, IntegrationView.class, "IntegrationView", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getIntegrationView_PrimaryPlanning(), ecorePackage.getEString(), "primaryPlanning", null, 0, 1, IntegrationView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getIntegrationView_SecondaryPlanning(), ecorePackage.getEString(), "secondaryPlanning", null, 0, 1, IntegrationView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getIntegrationView_CompositePlanning(), ecorePackage.getEString(), "compositePlanning", null, 0, 1, IntegrationView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getIntegrationView_Objectquantities(), this.getObjectQuantity(), null, "objectquantities", null, 0, -1, IntegrationView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getIntegrationView_Conflicts(), this.getConflict(), null, "conflicts", null, 0, -1, IntegrationView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getIntegrationView_IntegrationDirectory(), ecorePackage.getEString(), "integrationDirectory", null, 0, 1, IntegrationView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(objectQuantityEClass, ObjectQuantity.class, "ObjectQuantity", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getObjectQuantity_Source(), ecorePackage.getEString(), "source", null, 0, 1, ObjectQuantity.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getObjectQuantity_Initial(), ecorePackage.getEInt(), "initial", null, 0, 1, ObjectQuantity.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getObjectQuantity_Final(), ecorePackage.getEInt(), "final", null, 0, 1, ObjectQuantity.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(conflictEClass, Conflict.class, "Conflict", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getConflict_Id(), ecorePackage.getEInt(), "id", null, 1, 1, Conflict.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getConflict_Name(), ecorePackage.getEString(), "name", null, 0, 1, Conflict.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getConflict_Container(), ecorePackage.getEString(), "container", null, 0, 1, Conflict.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getConflict_Version(), ecorePackage.getEString(), "version", null, 0, 1, Conflict.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getConflict_Resolution(), ecorePackage.getEString(), "resolution", null, 0, 1, Conflict.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getConflict_Details(), this.getDetails(), null, "details", null, 0, -1, Conflict.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(detailsEClass, Details.class, "Details", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getDetails_AttributePath(), ecorePackage.getEString(), "attributePath", null, 0, 1, Details.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getDetails_ValuePrimaryPlanning(), ecorePackage.getEString(), "valuePrimaryPlanning", null, 1, 1, Details.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getDetails_ValueSecondaryPlanning(), ecorePackage.getEString(), "valueSecondaryPlanning", null, 0, 1, Details.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + // Create resource + createResource(eNS_URI); + + // Create annotations + // http://www.eclipse.org/emf/2002/Ecore + createEcoreAnnotations(); + } + + /** + * Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore. + * + * + * @generated + */ + protected void createEcoreAnnotations() { + String source = "http://www.eclipse.org/emf/2002/Ecore"; + addAnnotation + (detailsEClass, + source, + new String[] { + "constraints", "equalPlanningValues" + }); + } + +} //IntegrationviewPackageImpl diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ObjectQuantityImpl.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ObjectQuantityImpl.java new file mode 100644 index 0000000000..0c4df6c4de --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/impl/ObjectQuantityImpl.java @@ -0,0 +1,283 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.impl; + +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.ecore.EClass; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.set.model.integrationview.IntegrationviewPackage; +import org.eclipse.set.model.integrationview.ObjectQuantity; + +/** + * + * An implementation of the model object 'Object Quantity'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.integrationview.impl.ObjectQuantityImpl#getSource Source}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.ObjectQuantityImpl#getInitial Initial}
  • + *
  • {@link org.eclipse.set.model.integrationview.impl.ObjectQuantityImpl#getFinal Final}
  • + *
+ * + * @generated + */ +public class ObjectQuantityImpl extends MinimalEObjectImpl.Container implements ObjectQuantity { + /** + * The default value of the '{@link #getSource() Source}' attribute. + * + * + * @see #getSource() + * @generated + * @ordered + */ + protected static final String SOURCE_EDEFAULT = null; + + /** + * The cached value of the '{@link #getSource() Source}' attribute. + * + * + * @see #getSource() + * @generated + * @ordered + */ + protected String source = SOURCE_EDEFAULT; + + /** + * The default value of the '{@link #getInitial() Initial}' attribute. + * + * + * @see #getInitial() + * @generated + * @ordered + */ + protected static final int INITIAL_EDEFAULT = 0; + + /** + * The cached value of the '{@link #getInitial() Initial}' attribute. + * + * + * @see #getInitial() + * @generated + * @ordered + */ + protected int initial = INITIAL_EDEFAULT; + + /** + * The default value of the '{@link #getFinal() Final}' attribute. + * + * + * @see #getFinal() + * @generated + * @ordered + */ + protected static final int FINAL_EDEFAULT = 0; + + /** + * The cached value of the '{@link #getFinal() Final}' attribute. + * + * + * @see #getFinal() + * @generated + * @ordered + */ + protected int final_ = FINAL_EDEFAULT; + + /** + * + * + * @generated + */ + protected ObjectQuantityImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return IntegrationviewPackage.Literals.OBJECT_QUANTITY; + } + + /** + * + * + * @generated + */ + @Override + public String getSource() { + return source; + } + + /** + * + * + * @generated + */ + @Override + public void setSource(String newSource) { + String oldSource = source; + source = newSource; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.OBJECT_QUANTITY__SOURCE, oldSource, source)); + } + + /** + * + * + * @generated + */ + @Override + public int getInitial() { + return initial; + } + + /** + * + * + * @generated + */ + @Override + public void setInitial(int newInitial) { + int oldInitial = initial; + initial = newInitial; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.OBJECT_QUANTITY__INITIAL, oldInitial, initial)); + } + + /** + * + * + * @generated + */ + @Override + public int getFinal() { + return final_; + } + + /** + * + * + * @generated + */ + @Override + public void setFinal(int newFinal) { + int oldFinal = final_; + final_ = newFinal; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, IntegrationviewPackage.OBJECT_QUANTITY__FINAL, oldFinal, final_)); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case IntegrationviewPackage.OBJECT_QUANTITY__SOURCE: + return getSource(); + case IntegrationviewPackage.OBJECT_QUANTITY__INITIAL: + return getInitial(); + case IntegrationviewPackage.OBJECT_QUANTITY__FINAL: + return getFinal(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case IntegrationviewPackage.OBJECT_QUANTITY__SOURCE: + setSource((String)newValue); + return; + case IntegrationviewPackage.OBJECT_QUANTITY__INITIAL: + setInitial((Integer)newValue); + return; + case IntegrationviewPackage.OBJECT_QUANTITY__FINAL: + setFinal((Integer)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case IntegrationviewPackage.OBJECT_QUANTITY__SOURCE: + setSource(SOURCE_EDEFAULT); + return; + case IntegrationviewPackage.OBJECT_QUANTITY__INITIAL: + setInitial(INITIAL_EDEFAULT); + return; + case IntegrationviewPackage.OBJECT_QUANTITY__FINAL: + setFinal(FINAL_EDEFAULT); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case IntegrationviewPackage.OBJECT_QUANTITY__SOURCE: + return SOURCE_EDEFAULT == null ? source != null : !SOURCE_EDEFAULT.equals(source); + case IntegrationviewPackage.OBJECT_QUANTITY__INITIAL: + return initial != INITIAL_EDEFAULT; + case IntegrationviewPackage.OBJECT_QUANTITY__FINAL: + return final_ != FINAL_EDEFAULT; + } + return super.eIsSet(featureID); + } + + /** + * + * + * @generated + */ + @Override + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuilder result = new StringBuilder(super.toString()); + result.append(" (source: "); + result.append(source); + result.append(", initial: "); + result.append(initial); + result.append(", final: "); + result.append(final_); + result.append(')'); + return result.toString(); + } + +} //ObjectQuantityImpl diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewAdapterFactory.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewAdapterFactory.java new file mode 100644 index 0000000000..aa8aeec655 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewAdapterFactory.java @@ -0,0 +1,180 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.util; + +import org.eclipse.emf.common.notify.Adapter; +import org.eclipse.emf.common.notify.Notifier; + +import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl; + +import org.eclipse.emf.ecore.EObject; + +import org.eclipse.set.model.integrationview.*; + +/** + * + * The Adapter Factory for the model. + * It provides an adapter createXXX method for each class of the model. + * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage + * @generated + */ +public class IntegrationviewAdapterFactory extends AdapterFactoryImpl { + /** + * The cached model package. + * + * + * @generated + */ + protected static IntegrationviewPackage modelPackage; + + /** + * Creates an instance of the adapter factory. + * + * + * @generated + */ + public IntegrationviewAdapterFactory() { + if (modelPackage == null) { + modelPackage = IntegrationviewPackage.eINSTANCE; + } + } + + /** + * Returns whether this factory is applicable for the type of the object. + * + * This implementation returns true if the object is either the model's package or is an instance object of the model. + * + * @return whether this factory is applicable for the type of the object. + * @generated + */ + @Override + public boolean isFactoryForType(Object object) { + if (object == modelPackage) { + return true; + } + if (object instanceof EObject) { + return ((EObject)object).eClass().getEPackage() == modelPackage; + } + return false; + } + + /** + * The switch that delegates to the createXXX methods. + * + * + * @generated + */ + protected IntegrationviewSwitch modelSwitch = + new IntegrationviewSwitch() { + @Override + public Adapter caseIntegrationView(IntegrationView object) { + return createIntegrationViewAdapter(); + } + @Override + public Adapter caseObjectQuantity(ObjectQuantity object) { + return createObjectQuantityAdapter(); + } + @Override + public Adapter caseConflict(Conflict object) { + return createConflictAdapter(); + } + @Override + public Adapter caseDetails(Details object) { + return createDetailsAdapter(); + } + @Override + public Adapter defaultCase(EObject object) { + return createEObjectAdapter(); + } + }; + + /** + * Creates an adapter for the target. + * + * + * @param target the object to adapt. + * @return the adapter for the target. + * @generated + */ + @Override + public Adapter createAdapter(Notifier target) { + return modelSwitch.doSwitch((EObject)target); + } + + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.integrationview.IntegrationView Integration View}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.integrationview.IntegrationView + * @generated + */ + public Adapter createIntegrationViewAdapter() { + return null; + } + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.integrationview.ObjectQuantity Object Quantity}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.integrationview.ObjectQuantity + * @generated + */ + public Adapter createObjectQuantityAdapter() { + return null; + } + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.integrationview.Conflict Conflict}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.integrationview.Conflict + * @generated + */ + public Adapter createConflictAdapter() { + return null; + } + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.integrationview.Details Details}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.integrationview.Details + * @generated + */ + public Adapter createDetailsAdapter() { + return null; + } + + /** + * Creates a new adapter for the default case. + * + * This default implementation returns null. + * + * @return the new adapter. + * @generated + */ + public Adapter createEObjectAdapter() { + return null; + } + +} //IntegrationviewAdapterFactory diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewSwitch.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewSwitch.java new file mode 100644 index 0000000000..a37fe96209 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewSwitch.java @@ -0,0 +1,179 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.util; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.util.Switch; + +import org.eclipse.set.model.integrationview.*; + +/** + * + * The Switch for the model's inheritance hierarchy. + * It supports the call {@link #doSwitch(EObject) doSwitch(object)} + * to invoke the caseXXX method for each class of the model, + * starting with the actual class of the object + * and proceeding up the inheritance hierarchy + * until a non-null result is returned, + * which is the result of the switch. + * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage + * @generated + */ +public class IntegrationviewSwitch extends Switch { + /** + * The cached model package + * + * + * @generated + */ + protected static IntegrationviewPackage modelPackage; + + /** + * Creates an instance of the switch. + * + * + * @generated + */ + public IntegrationviewSwitch() { + if (modelPackage == null) { + modelPackage = IntegrationviewPackage.eINSTANCE; + } + } + + /** + * Checks whether this is a switch for the given package. + * + * + * @param ePackage the package in question. + * @return whether this is a switch for the given package. + * @generated + */ + @Override + protected boolean isSwitchFor(EPackage ePackage) { + return ePackage == modelPackage; + } + + /** + * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. + * + * + * @return the first non-null result returned by a caseXXX call. + * @generated + */ + @Override + protected T doSwitch(int classifierID, EObject theEObject) { + switch (classifierID) { + case IntegrationviewPackage.INTEGRATION_VIEW: { + IntegrationView integrationView = (IntegrationView)theEObject; + T result = caseIntegrationView(integrationView); + if (result == null) result = defaultCase(theEObject); + return result; + } + case IntegrationviewPackage.OBJECT_QUANTITY: { + ObjectQuantity objectQuantity = (ObjectQuantity)theEObject; + T result = caseObjectQuantity(objectQuantity); + if (result == null) result = defaultCase(theEObject); + return result; + } + case IntegrationviewPackage.CONFLICT: { + Conflict conflict = (Conflict)theEObject; + T result = caseConflict(conflict); + if (result == null) result = defaultCase(theEObject); + return result; + } + case IntegrationviewPackage.DETAILS: { + Details details = (Details)theEObject; + T result = caseDetails(details); + if (result == null) result = defaultCase(theEObject); + return result; + } + default: return defaultCase(theEObject); + } + } + + /** + * Returns the result of interpreting the object as an instance of 'Integration View'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Integration View'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseIntegrationView(IntegrationView object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'Object Quantity'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Object Quantity'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseObjectQuantity(ObjectQuantity object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'Conflict'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Conflict'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseConflict(Conflict object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'Details'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Details'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseDetails(Details object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'EObject'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch, but this is the last case anyway. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'EObject'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) + * @generated + */ + @Override + public T defaultCase(EObject object) { + return null; + } + +} //IntegrationviewSwitch diff --git a/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewValidator.java b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewValidator.java new file mode 100644 index 0000000000..fda072d4fc --- /dev/null +++ b/java/bundles/org.eclipse.set.model.integrationview/src/org/eclipse/set/model/integrationview/util/IntegrationviewValidator.java @@ -0,0 +1,201 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.integrationview.util; + +import java.util.Map; + +import org.eclipse.emf.common.util.Diagnostic; +import org.eclipse.emf.common.util.DiagnosticChain; +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.util.EObjectValidator; + +import org.eclipse.set.model.integrationview.*; + +import org.eclipse.set.utils.StringExtensions; +import org.eclipse.set.utils.ToolboxResourceLocator; + +/** + * + * The Validator for the model. + * + * @see org.eclipse.set.model.integrationview.IntegrationviewPackage + * @generated + */ +public class IntegrationviewValidator extends EObjectValidator { + /** + * The cached model package + * + * + * @generated + */ + public static final IntegrationviewValidator INSTANCE = new IntegrationviewValidator(); + + /** + * A constant for the {@link org.eclipse.emf.common.util.Diagnostic#getSource() source} of diagnostic {@link org.eclipse.emf.common.util.Diagnostic#getCode() codes} from this package. + * + * + * @see org.eclipse.emf.common.util.Diagnostic#getSource() + * @see org.eclipse.emf.common.util.Diagnostic#getCode() + * @generated + */ + public static final String DIAGNOSTIC_SOURCE = "org.eclipse.set.model.integrationview"; + + /** + * A constant with a fixed name that can be used as the base value for additional hand written constants. + * + * + * @generated + */ + private static final int GENERATED_DIAGNOSTIC_CODE_COUNT = 0; + + /** + * A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class. + * + * + * @generated + */ + protected static final int DIAGNOSTIC_CODE_COUNT = GENERATED_DIAGNOSTIC_CODE_COUNT; + + /** + * Creates an instance of the switch. + * + * + * @generated + */ + public IntegrationviewValidator() { + super(); + } + + /** + * Returns the package of this validator switch. + * + * + * @generated + */ + @Override + protected EPackage getEPackage() { + return IntegrationviewPackage.eINSTANCE; + } + + /** + * Calls validateXXX for the corresponding classifier of the model. + * + * + * @generated + */ + @Override + protected boolean validate(int classifierID, Object value, DiagnosticChain diagnostics, Map context) { + switch (classifierID) { + case IntegrationviewPackage.INTEGRATION_VIEW: + return validateIntegrationView((IntegrationView)value, diagnostics, context); + case IntegrationviewPackage.OBJECT_QUANTITY: + return validateObjectQuantity((ObjectQuantity)value, diagnostics, context); + case IntegrationviewPackage.CONFLICT: + return validateConflict((Conflict)value, diagnostics, context); + case IntegrationviewPackage.DETAILS: + return validateDetails((Details)value, diagnostics, context); + default: + return true; + } + } + + /** + * + * + * @generated + */ + public boolean validateIntegrationView(IntegrationView integrationView, DiagnosticChain diagnostics, Map context) { + return validate_EveryDefaultConstraint(integrationView, diagnostics, context); + } + + /** + * + * + * @generated + */ + public boolean validateObjectQuantity(ObjectQuantity objectQuantity, DiagnosticChain diagnostics, Map context) { + return validate_EveryDefaultConstraint(objectQuantity, diagnostics, context); + } + + /** + * + * + * @generated + */ + public boolean validateConflict(Conflict conflict, DiagnosticChain diagnostics, Map context) { + return validate_EveryDefaultConstraint(conflict, diagnostics, context); + } + + /** + * + * + * @generated + */ + public boolean validateDetails(Details details, DiagnosticChain diagnostics, Map context) { + if (!validate_NoCircularContainment(details, diagnostics, context)) return false; + boolean result = validate_EveryMultiplicityConforms(details, diagnostics, context); + if (result || diagnostics != null) result &= validate_EveryDataValueConforms(details, diagnostics, context); + if (result || diagnostics != null) result &= validate_EveryReferenceIsContained(details, diagnostics, context); + if (result || diagnostics != null) result &= validate_EveryBidirectionalReferenceIsPaired(details, diagnostics, context); + if (result || diagnostics != null) result &= validate_EveryProxyResolves(details, diagnostics, context); + if (result || diagnostics != null) result &= validate_UniqueID(details, diagnostics, context); + if (result || diagnostics != null) result &= validate_EveryKeyUnique(details, diagnostics, context); + if (result || diagnostics != null) result &= validate_EveryMapEntryUnique(details, diagnostics, context); + if (result || diagnostics != null) result &= validateDetails_equalPlanningValues(details, diagnostics, context); + return result; + } + + /** + * Validates the equalPlanningValues constraint of 'Details'. + * + * + * @generated NOT + */ + public boolean validateDetails_equalPlanningValues(Details details, DiagnosticChain diagnostics, Map context) { + // implement the constraint + // -> specify the condition that violates the constraint + // -> verify the diagnostic details, including severity, code, and message + // Ensure that you remove @generated or mark it @generated NOT + if (!StringExtensions.nullSafeEquals( + details.getValuePrimaryPlanning(), + details.getValueSecondaryPlanning())) + { + if (diagnostics != null) { + diagnostics.add + (createDiagnostic + (Diagnostic.ERROR, + DIAGNOSTIC_SOURCE, + 1, + "message_validateDetails_equalPlanningValues", + new Object[] { "equalPlanningValues", getObjectLabel(details, context) }, + new Object[] { details, IntegrationviewPackage.eINSTANCE.getDetails_ValuePrimaryPlanning() }, + context)); + } + return false; + } + return true; + } + + /** + * Returns the resource locator that will be used to fetch messages for this validator's diagnostics. + * + * + * @generated NOT + */ + @Override + public ResourceLocator getResourceLocator() { + // Specialize this to return a resource locator for messages specific to this validator. + // Ensure that you remove @generated or mark it @generated NOT + return new ToolboxResourceLocator(super.getResourceLocator()); + } + +} //IntegrationviewValidator diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath b/java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath new file mode 100644 index 0000000000..1a821310bd --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/.project b/java/bundles/org.eclipse.set.model.simplemerge.edit/.project new file mode 100644 index 0000000000..9ff393c25b --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/.project @@ -0,0 +1,34 @@ + + + org.eclipse.set.model.simplemerge.edit + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..5a85f054b0 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,118 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=disabled +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=warning +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..40b81612af --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..a3a20d1284 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.set.model.simplemerge.edit;singleton:=true +Automatic-Module-Name: org.eclipse.set.model.simplemerge.edit +Bundle-Version: 1.1.0 +Bundle-ClassPath: . +Bundle-Activator: org.eclipse.set.model.simplemerge.provider.SimplemergeEditPlugin$Implementation +Bundle-Vendor: Eclipse Signalling Engineering Toolbox +Bundle-Localization: plugin +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Export-Package: org.eclipse.set.model.simplemerge.provider, + org.eclipse.set.model.simplemerge.provider +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.set.model.simplemerge;visibility:=reexport, + org.eclipse.emf.edit;visibility:=reexport +Bundle-ActivationPolicy: lazy diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/build.properties b/java/bundles/org.eclipse.set.model.simplemerge.edit/build.properties new file mode 100644 index 0000000000..6e3e902e80 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/build.properties @@ -0,0 +1,10 @@ +# + +bin.includes = .,\ + icons/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties +jars.compile.order = . +source.. = src/ +output.. = bin/ diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/icons/full/ctool16/CreateSComparison_matches_SMatch.gif b/java/bundles/org.eclipse.set.model.simplemerge.edit/icons/full/ctool16/CreateSComparison_matches_SMatch.gif new file mode 100644 index 0000000000000000000000000000000000000000..aa20a64624704509404c475e2c1c9ebd38cee2c7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK2(N4(y+QAINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K#^ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/icons/full/obj16/SComparison.gif b/java/bundles/org.eclipse.set.model.simplemerge.edit/icons/full/obj16/SComparison.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{GDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties b/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties new file mode 100644 index 0000000000..a94e517cde --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties @@ -0,0 +1,34 @@ +# + +pluginName = Simplemerge Model Edit Support + +_UI_CreateChild_text = {0} +_UI_CreateChild_text2 = {1} {0} +_UI_CreateChild_text3 = {1} +_UI_CreateChild_tooltip = Create New {0} Under {1} Feature +_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. +_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. + +_UI_PropertyDescriptor_description = The {0} of the {1} + +_UI_SComparison_type = SComparison +_UI_SMatch_type = SMatch +_UI_Unknown_type = Object + +_UI_Unknown_datatype= Value + +_UI_SComparison_matches_feature = Matches +_UI_SMatch_id_feature = Id +_UI_SMatch_guidPrimary_feature = Guid Primary +_UI_SMatch_guidSecondary_feature = Guid Secondary +_UI_SMatch_resolution_feature = Resolution +_UI_Unknown_feature = Unspecified + +_UI_Resolution_PRIMARY_UNRESOLVED_literal = PRIMARY_UNRESOLVED +_UI_Resolution_PRIMARY_AUTO_literal = PRIMARY_AUTO +_UI_Resolution_PRIMARY_MANUAL_literal = PRIMARY_MANUAL +_UI_Resolution_SECONDARY_AUTO_literal = SECONDARY_AUTO +_UI_Resolution_SECONDARY_MANUAL_literal = SECONDARY_MANUAL +_UI_SMatch_elementType_feature = Element Type +providerName = Eclipse Technology Project + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.xml b/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.xml new file mode 100644 index 0000000000..7f00b8adec --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml b/java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml new file mode 100644 index 0000000000..b6c2880d30 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.eclipse.set + org.eclipse.set.model.simplemerge.edit + 1.1.0 + eclipse-plugin + + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java new file mode 100644 index 0000000000..e4a4b3b021 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java @@ -0,0 +1,174 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.ecore.EStructuralFeature; + +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.simplemerge.SComparison; +import org.eclipse.set.model.simplemerge.SimplemergeFactory; +import org.eclipse.set.model.simplemerge.SimplemergePackage; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.simplemerge.SComparison} object. + * + * + * @generated + */ +public class SComparisonItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public SComparisonItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + } + return itemPropertyDescriptors; + } + + /** + * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. + * + * + * @generated + */ + @Override + public Collection getChildrenFeatures(Object object) { + if (childrenFeatures == null) { + super.getChildrenFeatures(object); + childrenFeatures.add(SimplemergePackage.Literals.SCOMPARISON__MATCHES); + } + return childrenFeatures; + } + + /** + * + * + * @generated + */ + @Override + protected EStructuralFeature getChildFeature(Object object, Object child) { + // Check the type of the specified child object and return the proper feature to use for + // adding (see {@link AddCommand}) it as a child. + + return super.getChildFeature(object, child); + } + + /** + * This returns SComparison.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/SComparison")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + return getString("_UI_SComparison_type"); + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(SComparison.class)) { + case SimplemergePackage.SCOMPARISON__MATCHES: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + + newChildDescriptors.add + (createChildParameter + (SimplemergePackage.Literals.SCOMPARISON__MATCHES, + SimplemergeFactory.eINSTANCE.createSMatch())); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return SimplemergeEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java new file mode 100644 index 0000000000..abb39b6b67 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java @@ -0,0 +1,258 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.simplemerge.SimplemergePackage; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.simplemerge.SMatch} object. + * + * + * @generated + */ +public class SMatchItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public SMatchItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + addIdPropertyDescriptor(object); + addGuidPrimaryPropertyDescriptor(object); + addGuidSecondaryPropertyDescriptor(object); + addResolutionPropertyDescriptor(object); + addElementTypePropertyDescriptor(object); + } + return itemPropertyDescriptors; + } + + /** + * This adds a property descriptor for the Id feature. + * + * + * @generated + */ + protected void addIdPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_id_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_id_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__ID, + true, + false, + false, + ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Guid Primary feature. + * + * + * @generated + */ + protected void addGuidPrimaryPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_guidPrimary_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_guidPrimary_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__GUID_PRIMARY, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Guid Secondary feature. + * + * + * @generated + */ + protected void addGuidSecondaryPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_guidSecondary_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_guidSecondary_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__GUID_SECONDARY, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Resolution feature. + * + * + * @generated + */ + protected void addResolutionPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_resolution_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_resolution_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__RESOLUTION, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Element Type feature. + * + * + * @generated + */ + protected void addElementTypePropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_elementType_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_elementType_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__ELEMENT_TYPE, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This returns SMatch.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/SMatch")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + SMatch sMatch = (SMatch)object; + return getString("_UI_SMatch_type") + " " + sMatch.getId(); + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(SMatch.class)) { + case SimplemergePackage.SMATCH__ID: + case SimplemergePackage.SMATCH__GUID_PRIMARY: + case SimplemergePackage.SMATCH__GUID_SECONDARY: + case SimplemergePackage.SMATCH__RESOLUTION: + case SimplemergePackage.SMATCH__ELEMENT_TYPE: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return SimplemergeEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java new file mode 100644 index 0000000000..695c42d03f --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java @@ -0,0 +1,95 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.provider; + +import org.eclipse.emf.common.EMFPlugin; + +import org.eclipse.emf.common.util.ResourceLocator; + +/** + * This is the central singleton for the Simplemerge edit plugin. + * + * + * @generated + */ +public final class SimplemergeEditPlugin extends EMFPlugin { + /** + * Keep track of the singleton. + * + * + * @generated + */ + public static final SimplemergeEditPlugin INSTANCE = new SimplemergeEditPlugin(); + + /** + * Keep track of the singleton. + * + * + * @generated + */ + private static Implementation plugin; + + /** + * Create the instance. + * + * + * @generated + */ + public SimplemergeEditPlugin() { + super + (new ResourceLocator [] { + }); + } + + /** + * Returns the singleton instance of the Eclipse plugin. + * + * + * @return the singleton instance. + * @generated + */ + @Override + public ResourceLocator getPluginResourceLocator() { + return plugin; + } + + /** + * Returns the singleton instance of the Eclipse plugin. + * + * + * @return the singleton instance. + * @generated + */ + public static Implementation getPlugin() { + return plugin; + } + + /** + * The actual implementation of the Eclipse Plugin. + * + * + * @generated + */ + public static class Implementation extends EclipsePlugin { + /** + * Creates an instance. + * + * + * @generated + */ + public Implementation() { + super(); + + // Remember the static instance. + // + plugin = this; + } + } + +} diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java new file mode 100644 index 0000000000..9c87a0a2f4 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java @@ -0,0 +1,235 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.provider; + +import java.util.ArrayList; +import java.util.Collection; + +import org.eclipse.emf.common.notify.Adapter; +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.common.notify.Notifier; + +import org.eclipse.emf.edit.provider.ChangeNotifier; +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.ComposedAdapterFactory; +import org.eclipse.emf.edit.provider.IChangeNotifier; +import org.eclipse.emf.edit.provider.IDisposable; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.INotifyChangedListener; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; + +import org.eclipse.set.model.simplemerge.util.SimplemergeAdapterFactory; + +/** + * This is the factory that is used to provide the interfaces needed to support Viewers. + * The adapters generated by this factory convert EMF adapter notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. + * The adapters also support Eclipse property sheets. + * Note that most of the adapters are shared among multiple instances. + * + * + * @generated + */ +public class SimplemergeItemProviderAdapterFactory extends SimplemergeAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { + /** + * This keeps track of the root adapter factory that delegates to this adapter factory. + * + * + * @generated + */ + protected ComposedAdapterFactory parentAdapterFactory; + + /** + * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. + * + * + * @generated + */ + protected IChangeNotifier changeNotifier = new ChangeNotifier(); + + /** + * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. + * + * + * @generated + */ + protected Collection supportedTypes = new ArrayList(); + + /** + * This constructs an instance. + * + * + * @generated + */ + public SimplemergeItemProviderAdapterFactory() { + supportedTypes.add(IEditingDomainItemProvider.class); + supportedTypes.add(IStructuredItemContentProvider.class); + supportedTypes.add(ITreeItemContentProvider.class); + supportedTypes.add(IItemLabelProvider.class); + supportedTypes.add(IItemPropertySource.class); + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.simplemerge.SComparison} instances. + * + * + * @generated + */ + protected SComparisonItemProvider sComparisonItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.simplemerge.SComparison}. + * + * + * @generated + */ + @Override + public Adapter createSComparisonAdapter() { + if (sComparisonItemProvider == null) { + sComparisonItemProvider = new SComparisonItemProvider(this); + } + + return sComparisonItemProvider; + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.simplemerge.SMatch} instances. + * + * + * @generated + */ + protected SMatchItemProvider sMatchItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.simplemerge.SMatch}. + * + * + * @generated + */ + @Override + public Adapter createSMatchAdapter() { + if (sMatchItemProvider == null) { + sMatchItemProvider = new SMatchItemProvider(this); + } + + return sMatchItemProvider; + } + + /** + * This returns the root adapter factory that contains this factory. + * + * + * @generated + */ + @Override + public ComposeableAdapterFactory getRootAdapterFactory() { + return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory(); + } + + /** + * This sets the composed adapter factory that contains this factory. + * + * + * @generated + */ + @Override + public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) { + this.parentAdapterFactory = parentAdapterFactory; + } + + /** + * + * + * @generated + */ + @Override + public boolean isFactoryForType(Object type) { + return supportedTypes.contains(type) || super.isFactoryForType(type); + } + + /** + * This implementation substitutes the factory itself as the key for the adapter. + * + * + * @generated + */ + @Override + public Adapter adapt(Notifier notifier, Object type) { + return super.adapt(notifier, this); + } + + /** + * + * + * @generated + */ + @Override + public Object adapt(Object object, Object type) { + if (isFactoryForType(type)) { + Object adapter = super.adapt(object, type); + if (!(type instanceof Class) || (((Class)type).isInstance(adapter))) { + return adapter; + } + } + + return null; + } + + /** + * This adds a listener. + * + * + * @generated + */ + @Override + public void addListener(INotifyChangedListener notifyChangedListener) { + changeNotifier.addListener(notifyChangedListener); + } + + /** + * This removes a listener. + * + * + * @generated + */ + @Override + public void removeListener(INotifyChangedListener notifyChangedListener) { + changeNotifier.removeListener(notifyChangedListener); + } + + /** + * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. + * + * + * @generated + */ + @Override + public void fireNotifyChanged(Notification notification) { + changeNotifier.fireNotifyChanged(notification); + + if (parentAdapterFactory != null) { + parentAdapterFactory.fireNotifyChanged(notification); + } + } + + /** + * This disposes all of the item providers created by this factory. + * + * + * @generated + */ + @Override + public void dispose() { + if (sComparisonItemProvider != null) sComparisonItemProvider.dispose(); + if (sMatchItemProvider != null) sMatchItemProvider.dispose(); + } + +} diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath new file mode 100644 index 0000000000..5bfb3c3990 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.project b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.project new file mode 100644 index 0000000000..8f6bf2a8eb --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.project @@ -0,0 +1,40 @@ + + + org.eclipse.set.model.simplemerge.extensions + + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + org.eclipse.xtext.ui.shared.xtextNature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..00f607eee8 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,515 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullable.secondary= +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=enabled +org.eclipse.jdt.core.compiler.problem.APILeak=warning +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=warning +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=warning +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=enabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=warning +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning +org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled +org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false +org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false +org.eclipse.jdt.core.formatter.align_with_spaces=false +org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_enum_constant=0 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter=0 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type=49 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_assertion_message=0 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 +org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_module_statements=16 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_record_components=16 +org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0 +org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0 +org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_type_annotations=0 +org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 +org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 +org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 +org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_after_last_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_after_package=1 +org.eclipse.jdt.core.formatter.blank_lines_before_abstract_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_field=0 +org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 +org.eclipse.jdt.core.formatter.blank_lines_before_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 +org.eclipse.jdt.core.formatter.blank_lines_before_package=0 +org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 +org.eclipse.jdt.core.formatter.blank_lines_between_statement_group_in_switch=0 +org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 +org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_record_constructor=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_record_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=false +org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false +org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position=false +org.eclipse.jdt.core.formatter.comment.format_block_comments=true +org.eclipse.jdt.core.formatter.comment.format_header=false +org.eclipse.jdt.core.formatter.comment.format_html=true +org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true +org.eclipse.jdt.core.formatter.comment.format_line_comments=true +org.eclipse.jdt.core.formatter.comment.format_source_code=true +org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true +org.eclipse.jdt.core.formatter.comment.indent_root_tags=true +org.eclipse.jdt.core.formatter.comment.indent_tag_description=false +org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags=do not insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert +org.eclipse.jdt.core.formatter.comment.line_length=80 +org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true +org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true +org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false +org.eclipse.jdt.core.formatter.compact_else_if=true +org.eclipse.jdt.core.formatter.continuation_indentation=2 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 +org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off +org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on +org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false +org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_record_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true +org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_empty_lines=false +org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true +org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false +org.eclipse.jdt.core.formatter.indentation.size=4 +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default=insert +org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert +org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert +org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_not_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert +org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case=insert +org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert +org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_constructor=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_lines_in_comments=true +org.eclipse.jdt.core.formatter.join_wrapped_lines=true +org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_record_constructor_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false +org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.lineSplit=80 +org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false +org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false +org.eclipse.jdt.core.formatter.number_of_blank_lines_after_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_before_code_block=0 +org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 +org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines +org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true +org.eclipse.jdt.core.formatter.tabulation.char=tab +org.eclipse.jdt.core.formatter.tabulation.size=4 +org.eclipse.jdt.core.formatter.text_block_indentation=0 +org.eclipse.jdt.core.formatter.use_on_off_tags=false +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false +org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true +org.eclipse.jdt.core.formatter.wrap_before_assertion_message_operator=true +org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false +org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true +org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true +org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true +org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true +org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true +org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true +org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true +org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true +org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true +org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..4185c952ec --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,107 @@ +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +formatter_profile=_PlanPro +formatter_settings_version=20 +org.eclipse.jdt.ui.text.custom_code_templates= +sp_cleanup.add_all=false +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_missing_override_annotations_interface_methods=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=true +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=false +sp_cleanup.always_use_this_for_non_static_method_access=false +sp_cleanup.arrays_fill=false +sp_cleanup.bitwise_conditional_expression=false +sp_cleanup.boolean_literal=false +sp_cleanup.break_loop=false +sp_cleanup.collection_cloning=false +sp_cleanup.comparison_statement=false +sp_cleanup.convert_functional_interfaces=false +sp_cleanup.convert_to_enhanced_for_loop=true +sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false +sp_cleanup.convert_to_switch_expressions=false +sp_cleanup.correct_indentation=false +sp_cleanup.double_negation=false +sp_cleanup.else_if=false +sp_cleanup.embedded_if=false +sp_cleanup.evaluate_nullable=false +sp_cleanup.format_source_code=true +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.hash=false +sp_cleanup.if_condition=false +sp_cleanup.insert_inferred_type_arguments=false +sp_cleanup.instanceof=false +sp_cleanup.join=false +sp_cleanup.lazy_logical_operator=false +sp_cleanup.make_local_variable_final=true +sp_cleanup.make_parameters_final=true +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=true +sp_cleanup.map_cloning=false +sp_cleanup.merge_conditional_blocks=false +sp_cleanup.never_use_blocks=false +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.no_string_creation=false +sp_cleanup.no_super=false +sp_cleanup.number_suffix=false +sp_cleanup.objects_equals=false +sp_cleanup.on_save_use_additional_actions=true +sp_cleanup.organize_imports=true +sp_cleanup.overridden_assignment=false +sp_cleanup.precompile_regex=false +sp_cleanup.primitive_serialization=false +sp_cleanup.pull_up_assignment=false +sp_cleanup.push_down_negation=false +sp_cleanup.qualify_static_field_accesses_with_declaring_class=false +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=true +sp_cleanup.qualify_static_method_accesses_with_declaring_class=false +sp_cleanup.redundant_falling_through_block_end=false +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_redundant_modifiers=false +sp_cleanup.remove_redundant_semicolons=false +sp_cleanup.remove_redundant_type_arguments=true +sp_cleanup.remove_trailing_whitespaces=false +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_array_creation=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=true +sp_cleanup.remove_unused_imports=false +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.simplify_lambda_expression_and_method_ref=false +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=true +sp_cleanup.strictly_equal_or_different=false +sp_cleanup.stringbuilder=false +sp_cleanup.switch=false +sp_cleanup.ternary_operator=false +sp_cleanup.try_with_resource=false +sp_cleanup.use_anonymous_class_creation=false +sp_cleanup.use_autoboxing=false +sp_cleanup.use_blocks=true +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_directly_map_method=false +sp_cleanup.use_lambda=true +sp_cleanup.use_parentheses_in_expressions=true +sp_cleanup.use_this_for_non_static_field_access=false +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true +sp_cleanup.use_this_for_non_static_method_access=false +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true +sp_cleanup.use_unboxing=false +sp_cleanup.use_var=false +sp_cleanup.useless_continue=false +sp_cleanup.useless_return=false diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..3da403a3b8 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=2 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.wst.sse.core.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.wst.sse.core.prefs new file mode 100644 index 0000000000..71baf15b4a --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.wst.sse.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +task-tags/taskPriorities=1,2,1,0 +task-tags/taskTags=TODO,FIXME,XXX,RAP_IMPROVE +task-tags/use-project-settings=true diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs new file mode 100644 index 0000000000..02e65e6ea4 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs @@ -0,0 +1,80 @@ +BuilderConfiguration.is_project_specific=true +ValidatorConfiguration.is_project_specific=true +autobuilding=true +blank.line.around.expressions=0 +blank.lines.after.imports=1 +blank.lines.after.last.member=0 +blank.lines.after.packagedecl=1 +blank.lines.before.first.member=0 +blank.lines.between.classes=1 +blank.lines.between.enum.literals=0 +blank.lines.between.fields=0 +blank.lines.between.fields.and.methods=1 +blank.lines.between.imports=0 +blank.lines.between.methods=1 +braces.in.new.line=false +eclipse.preferences.version=1 +generateGeneratedAnnotation=false +generateSuppressWarnings=true +generatedAnnotationComment= +includeDateInGenerated=false +indentation=\t +indentation.length=4 +keep.one.line.methods=true +line.separator=\r\n +line.width.max=80 +newline.after.class.annotations=false +newline.after.constructor.annotations=false +newline.after.field.annotations=false +newline.after.method.annotations=false +newline.after.parameter.annotations=false +org.eclipse.xtend.core.Xtend.useProjectSettings=true +org.eclipse.xtend.core.validation.IssueCodes.api_type_inference=warning +org.eclipse.xtend.core.validation.IssueCodes.dispatch_plain_function_name_clash=warning +org.eclipse.xtend.core.validation.IssueCodes.implicit_return=ignore +org.eclipse.xtend.core.validation.IssueCodes.invalid_operator_signature=error +org.eclipse.xtend.core.validation.IssueCodes.java_doc_linking=org.eclipse.jdt.core.compiler.problem.invalidJavadoc\:ignore +org.eclipse.xtend.core.validation.IssueCodes.orphan_element=warning +org.eclipse.xtend.core.validation.IssueCodes.single_case_function=warning +org.eclipse.xtend.core.validation.IssueCodes.unused_private_member=org.eclipse.jdt.core.compiler.problem.unusedPrivateMember\:warning +org.eclipse.xtend.formatter.version=1 +org.eclipse.xtend.ide.default.eclipse_profile=_PlanPro +org.eclipse.xtext.builder.copyJavaProblems=error +org.eclipse.xtext.xbase.validation.IssueCodes.constant_condition=warning +org.eclipse.xtext.xbase.validation.IssueCodes.deprecated_member_reference=org.eclipse.jdt.core.compiler.problem.deprecation\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.discouraged_reference=org.eclipse.jdt.core.compiler.problem.discouragedReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.equals_with_null=warning +org.eclipse.xtext.xbase.validation.IssueCodes.forbidden_reference=org.eclipse.jdt.core.compiler.problem.forbiddenReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_unsued=org.eclipse.jdt.core.compiler.problem.unusedImport\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_wildcard_deprecated=warning +org.eclipse.xtext.xbase.validation.IssueCodes.incomplete_cases_on_enum=warning +org.eclipse.xtext.xbase.validation.IssueCodes.java_style_type_cast=error +org.eclipse.xtext.xbase.validation.IssueCodes.null_safe_feature_call_on_primitive_valued_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_cast=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_instanceof=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.operation_without_parentheses=ignore +org.eclipse.xtext.xbase.validation.IssueCodes.suspiciously_overloaded_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unhandled_exception=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_case=error +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_instance_of=error +org.eclipse.xtext.xbase.validation.IssueCodes.unused_local_variable=org.eclipse.jdt.core.compiler.problem.unusedLocal\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.variable_name_discouraged=warning +outlet.DEFAULT_OUTPUT.cleanDirectory=false +outlet.DEFAULT_OUTPUT.cleanupDerived=true +outlet.DEFAULT_OUTPUT.createDirectory=true +outlet.DEFAULT_OUTPUT.derived=true +outlet.DEFAULT_OUTPUT.directory=xtend-gen +outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true +outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false +outlet.DEFAULT_OUTPUT.keepLocalHistory=false +outlet.DEFAULT_OUTPUT.override=true +outlet.DEFAULT_OUTPUT.sourceFolder.src.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.src.ignore= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.ignore= +outlet.DEFAULT_OUTPUT.userOutputPerSourceFolder= +preserve.blank.lines=1 +preserve.new.lines=true +targetJavaVersion=JAVA17 +useJavaCompilerCompliance=true +whitespace.between.keyword.and.parenthesis=true diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..bbb7117fde --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF @@ -0,0 +1,20 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Simple Merge Model Extensions +Bundle-SymbolicName: org.eclipse.set.model.simplemerge.extensions +Bundle-Version: 1.1.0 +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Require-Bundle: com.google.guava, + org.eclipse.xtext.xbase.lib, + org.eclipse.xtend.lib, + org.eclipse.xtend.lib.macro +Import-Package: org.eclipse.set.basis.constants, + org.eclipse.set.basis.integration, + org.eclipse.set.core.services.merge, + org.eclipse.set.model.simplemerge, + org.eclipse.set.model.temporaryintegration, + org.eclipse.set.utils, + org.eclipse.emf.ecore +Export-Package: org.eclipse.set.model.simplemerge.extensions +Bundle-Vendor: Eclipse Signalling Engineering Toolbox + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/build.properties b/java/bundles/org.eclipse.set.model.simplemerge.extensions/build.properties new file mode 100644 index 0000000000..d8e2f0e92e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/build.properties @@ -0,0 +1,5 @@ +source.. = src/,\ + xtend-gen/ +output.. = bin/ +bin.includes = META-INF/,\ + . diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/plugin.properties b/java/bundles/org.eclipse.set.model.simplemerge.extensions/plugin.properties new file mode 100644 index 0000000000..e69de29bb2 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml b/java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml new file mode 100644 index 0000000000..17763cf58e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + org.eclipse.set + org.eclipse.set.model.simplemerge.extensions + 1.1.0 + eclipse-plugin + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/ResolutionExtensions.xtend b/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/ResolutionExtensions.xtend new file mode 100644 index 0000000000..088e2d3094 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/ResolutionExtensions.xtend @@ -0,0 +1,61 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.extensions + +import org.eclipse.set.model.simplemerge.Resolution + +/** + * Extensions for {@link Resolution}. + * + * @author Schaefer + */ +class ResolutionExtensions { + + /** + * @param resolution this resolution + * + * @return whether the resolution was automatic + */ + static def boolean isAutomatic(Resolution resolution) { + switch (resolution) { + case PRIMARY_UNRESOLVED, + case PRIMARY_MANUAL, + case SECONDARY_MANUAL: { + return false + } + case PRIMARY_AUTO, + case SECONDARY_AUTO: { + return true + } + default: { + throw new IllegalArgumentException(resolution.toString) + } + } + } + + static def boolean isManualResolved(Resolution resolution) { + return #{ + Resolution.PRIMARY_MANUAL, + Resolution.SECONDARY_MANUAL + }.contains(resolution) + } + + static def boolean isResolved(Resolution resolution) { + return resolution !== null && + resolution != Resolution.PRIMARY_UNRESOLVED + } + + static def boolean isPrimary(Resolution resolution) { + return #{ + Resolution.PRIMARY_UNRESOLVED, + Resolution.PRIMARY_MANUAL, + Resolution.PRIMARY_AUTO + }.contains(resolution) + } +} diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend b/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend new file mode 100644 index 0000000000..44ada0dafd --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend @@ -0,0 +1,142 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.extensions + +import org.eclipse.set.basis.constants.ContainerType +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage +import org.eclipse.set.core.services.merge.MergeService.Context +import java.util.List +import java.util.Optional +import org.eclipse.emf.ecore.EObject +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration +import org.eclipse.set.model.simplemerge.SMatch + +/** + * Extensions for {@link SMatch}. + * + * @author Schaefer + */ +class SMatchExtensions { + + /** + * @param match the match + * @param context the merge context + * + * @return a representation, optimized for log output + */ + static def String logString(SMatch match, Context context) { + val elementProvider = context.configuration.elementProvider + val matcher = context.configuration.matcher + val labelProvider = context.configuration.labelProvider + val primaryContainer = context.primaryContainer + val secondaryContainer = context.secondaryContainer + + val primaryElement = elementProvider.getElement( + primaryContainer, + match.guidPrimary, + match.elementType + ).orElse(null) + val secondaryElement = elementProvider.getElement( + secondaryContainer, + match.guidSecondary, + match.elementType + ).orElse(null) + val differences = matcher.getDifferences( + primaryElement, + secondaryElement + ) + val differencesLabel = '''[«FOR diff : differences SEPARATOR " "»«diff.getLabel( + primaryElement, secondaryElement, context + )»«ENDFOR»]''' + val primaryLabel = labelProvider.getElementLabel(primaryElement) + val secondaryLabel = labelProvider.getElementLabel(secondaryElement) + return '''{primary=«primaryLabel» secondary=«secondaryLabel» differences=«differencesLabel»}''' + } + + static def String theNonNullGuid(SMatch match) { + val guids = #{match.guidPrimary, match.guidSecondary}.filterNull + + if (guids.size !== 1) { + throw new IllegalArgumentException(match.toString) + } + + return guids.head + } + + static def ContainerType getContainerType(SMatch match) { + val containingFeature = match.eContainer.eContainingFeature + + if (containingFeature === TemporaryintegrationPackage.eINSTANCE. + toolboxTemporaryIntegration_ComparisonInitialState) { + return ContainerType.INITIAL + } + + if (containingFeature === TemporaryintegrationPackage.eINSTANCE. + toolboxTemporaryIntegration_ComparisonFinalState) { + return ContainerType.FINAL + } + + throw new IllegalArgumentException(match.toString) + } + + static def ToolboxTemporaryIntegration getIntegration(SMatch match) { + return getIntegrationDispatch(match) + } + + private static def dispatch ToolboxTemporaryIntegration getIntegrationDispatch( + ToolboxTemporaryIntegration object + ) { + return object + } + + private static def dispatch ToolboxTemporaryIntegration getIntegrationDispatch( + EObject object + ) { + return object.eContainer.integrationDispatch + } + + static def Optional getPrimaryElement(SMatch match, + Context context) { + return context.configuration.elementProvider.getElement( + context.primaryContainer, + match.guidPrimary, + match.elementType + ) + } + + static def Optional getSecondaryElement(SMatch match, + Context context) { + return context.configuration.elementProvider.getElement( + context.secondaryContainer, + match.guidSecondary, + match.elementType + ) + } + + private static def String getLabel( + List diff, + EObject primaryElement, + EObject secondaryElement, + Context context + ) { + val labelProvider = context.configuration.labelProvider + + val diffPath = '''«FOR segment : diff SEPARATOR "."»«segment»«ENDFOR»''' + val primaryValue = labelProvider.getAttributeLabel( + primaryElement, + diff + ) + val secondaryValue = labelProvider.getAttributeLabel( + secondaryElement, + diff + ) + + return '''{«diffPath»: «primaryValue» -> «secondaryValue»}''' + } +} diff --git a/java/bundles/org.eclipse.set.model.simplemerge/.classpath b/java/bundles/org.eclipse.set.model.simplemerge/.classpath new file mode 100644 index 0000000000..81fe078c20 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge/.project b/java/bundles/org.eclipse.set.model.simplemerge/.project new file mode 100644 index 0000000000..458a4dacba --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/.project @@ -0,0 +1,34 @@ + + + org.eclipse.set.model.simplemerge + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..72b3a3724c --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,118 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=disabled +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..d13c257d01 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.pde.prefs @@ -0,0 +1,35 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.exec-env-too-low=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..77a428f71e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.set.model.simplemerge;singleton:=true +Automatic-Module-Name: org.eclipse.set.model.simplemerge +Bundle-Version: 1.1.0 +Bundle-ClassPath: . +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Export-Package: org.eclipse.set.model.simplemerge, + org.eclipse.set.model.simplemerge.impl, + org.eclipse.set.model.simplemerge.util +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.emf.ecore;visibility:=reexport +Bundle-ActivationPolicy: lazy +Bundle-Vendor: Eclipse Signalling Engineering Toolbox +Bundle-Localization: plugin diff --git a/java/bundles/org.eclipse.set.model.simplemerge/build.properties b/java/bundles/org.eclipse.set.model.simplemerge/build.properties new file mode 100644 index 0000000000..4465407fcc --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/build.properties @@ -0,0 +1,10 @@ +# + +bin.includes = .,\ + model/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties +jars.compile.order = . +source.. = src/ +output.. = bin/ diff --git a/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.aird b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.aird new file mode 100644 index 0000000000..59c2741447 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.aird @@ -0,0 +1,251 @@ + + + + simplemerge.ecore + + + + + + + + + + + + + + + + + + + + + + + bold + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + bold + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + labelSize + + + labelSize + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.ecore b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.ecore new file mode 100644 index 0000000000..d0be4bfbe1 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.ecore @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel new file mode 100644 index 0000000000..68d0a8a856 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel @@ -0,0 +1,29 @@ + + + simplemerge.ecore + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge/plugin.properties b/java/bundles/org.eclipse.set.model.simplemerge/plugin.properties new file mode 100644 index 0000000000..c9ba2f1ab4 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/plugin.properties @@ -0,0 +1,4 @@ +# + +pluginName = Simplemerge Model +providerName = Eclipse Technology Project diff --git a/java/bundles/org.eclipse.set.model.simplemerge/plugin.xml b/java/bundles/org.eclipse.set.model.simplemerge/plugin.xml new file mode 100644 index 0000000000..0c8fd1bf3f --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/plugin.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.simplemerge/pom.xml b/java/bundles/org.eclipse.set.model.simplemerge/pom.xml new file mode 100644 index 0000000000..213f46febf --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.eclipse.set + org.eclipse.set.model.simplemerge + 1.1.0 + eclipse-plugin + + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java new file mode 100644 index 0000000000..ee4e0b8b8b --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java @@ -0,0 +1,304 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge; + +import java.util.Arrays; +import java.util.Collections; +import java.util.List; + +import org.eclipse.emf.common.util.Enumerator; + +/** + * + * A representation of the literals of the enumeration 'Resolution', + * and utility methods for working with them. + * + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getResolution() + * @model + * @generated + */ +public enum Resolution implements Enumerator { + /** + * The 'PRIMARY UNRESOLVED' literal object. + * + * + * @see #PRIMARY_UNRESOLVED_VALUE + * @generated + * @ordered + */ + PRIMARY_UNRESOLVED(0, "PRIMARY_UNRESOLVED", "PRIMARY_UNRESOLVED"), + + /** + * The 'PRIMARY AUTO' literal object. + * + * + * @see #PRIMARY_AUTO_VALUE + * @generated + * @ordered + */ + PRIMARY_AUTO(1, "PRIMARY_AUTO", "PRIMARY_AUTO"), + + /** + * The 'PRIMARY MANUAL' literal object. + * + * + * @see #PRIMARY_MANUAL_VALUE + * @generated + * @ordered + */ + PRIMARY_MANUAL(2, "PRIMARY_MANUAL", "PRIMARY_MANUAL"), + + /** + * The 'SECONDARY AUTO' literal object. + * + * + * @see #SECONDARY_AUTO_VALUE + * @generated + * @ordered + */ + SECONDARY_AUTO(3, "SECONDARY_AUTO", "SECONDARY_AUTO"), + + /** + * The 'SECONDARY MANUAL' literal object. + * + * + * @see #SECONDARY_MANUAL_VALUE + * @generated + * @ordered + */ + SECONDARY_MANUAL(4, "SECONDARY_MANUAL", "SECONDARY_MANUAL"); + + /** + * The 'PRIMARY UNRESOLVED' literal value. + * + *

+ * If the meaning of 'PRIMARY UNRESOLVED' literal object isn't clear, + * there really should be more of a description here... + *

+ * + * @see #PRIMARY_UNRESOLVED + * @model + * @generated + * @ordered + */ + public static final int PRIMARY_UNRESOLVED_VALUE = 0; + + /** + * The 'PRIMARY AUTO' literal value. + * + *

+ * If the meaning of 'PRIMARY AUTO' literal object isn't clear, + * there really should be more of a description here... + *

+ * + * @see #PRIMARY_AUTO + * @model + * @generated + * @ordered + */ + public static final int PRIMARY_AUTO_VALUE = 1; + + /** + * The 'PRIMARY MANUAL' literal value. + * + *

+ * If the meaning of 'PRIMARY MANUAL' literal object isn't clear, + * there really should be more of a description here... + *

+ * + * @see #PRIMARY_MANUAL + * @model + * @generated + * @ordered + */ + public static final int PRIMARY_MANUAL_VALUE = 2; + + /** + * The 'SECONDARY AUTO' literal value. + * + *

+ * If the meaning of 'SECONDARY AUTO' literal object isn't clear, + * there really should be more of a description here... + *

+ * + * @see #SECONDARY_AUTO + * @model + * @generated + * @ordered + */ + public static final int SECONDARY_AUTO_VALUE = 3; + + /** + * The 'SECONDARY MANUAL' literal value. + * + *

+ * If the meaning of 'SECONDARY MANUAL' literal object isn't clear, + * there really should be more of a description here... + *

+ * + * @see #SECONDARY_MANUAL + * @model + * @generated + * @ordered + */ + public static final int SECONDARY_MANUAL_VALUE = 4; + + /** + * An array of all the 'Resolution' enumerators. + * + * + * @generated + */ + private static final Resolution[] VALUES_ARRAY = + new Resolution[] { + PRIMARY_UNRESOLVED, + PRIMARY_AUTO, + PRIMARY_MANUAL, + SECONDARY_AUTO, + SECONDARY_MANUAL, + }; + + /** + * A public read-only list of all the 'Resolution' enumerators. + * + * + * @generated + */ + public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY)); + + /** + * Returns the 'Resolution' literal with the specified literal value. + * + * + * @param literal the literal. + * @return the matching enumerator or null. + * @generated + */ + public static Resolution get(String literal) { + for (int i = 0; i < VALUES_ARRAY.length; ++i) { + Resolution result = VALUES_ARRAY[i]; + if (result.toString().equals(literal)) { + return result; + } + } + return null; + } + + /** + * Returns the 'Resolution' literal with the specified name. + * + * + * @param name the name. + * @return the matching enumerator or null. + * @generated + */ + public static Resolution getByName(String name) { + for (int i = 0; i < VALUES_ARRAY.length; ++i) { + Resolution result = VALUES_ARRAY[i]; + if (result.getName().equals(name)) { + return result; + } + } + return null; + } + + /** + * Returns the 'Resolution' literal with the specified integer value. + * + * + * @param value the integer value. + * @return the matching enumerator or null. + * @generated + */ + public static Resolution get(int value) { + switch (value) { + case PRIMARY_UNRESOLVED_VALUE: return PRIMARY_UNRESOLVED; + case PRIMARY_AUTO_VALUE: return PRIMARY_AUTO; + case PRIMARY_MANUAL_VALUE: return PRIMARY_MANUAL; + case SECONDARY_AUTO_VALUE: return SECONDARY_AUTO; + case SECONDARY_MANUAL_VALUE: return SECONDARY_MANUAL; + } + return null; + } + + /** + * + * + * @generated + */ + private final int value; + + /** + * + * + * @generated + */ + private final String name; + + /** + * + * + * @generated + */ + private final String literal; + + /** + * Only this class can construct instances. + * + * + * @generated + */ + private Resolution(int value, String name, String literal) { + this.value = value; + this.name = name; + this.literal = literal; + } + + /** + * + * + * @generated + */ + @Override + public int getValue() { + return value; + } + + /** + * + * + * @generated + */ + @Override + public String getName() { + return name; + } + + /** + * + * + * @generated + */ + @Override + public String getLiteral() { + return literal; + } + + /** + * Returns the literal value of the enumerator, which is its string representation. + * + * + * @generated + */ + @Override + public String toString() { + return literal; + } + +} //Resolution diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java new file mode 100644 index 0000000000..4b918719e5 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java @@ -0,0 +1,48 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'SComparison'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.simplemerge.SComparison#getMatches Matches}
  • + *
+ * + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSComparison() + * @model + * @generated + */ +public interface SComparison extends EObject { + /** + * Returns the value of the 'Matches' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.simplemerge.SMatch}. + * + *

+ * If the meaning of the 'Matches' containment reference list isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Matches' containment reference list. + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSComparison_Matches() + * @model containment="true" + * @generated + */ + EList getMatches(); + +} // SComparison diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java new file mode 100644 index 0000000000..88fbdcc99c --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java @@ -0,0 +1,167 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge; + +import org.eclipse.emf.ecore.EObject; + +/** + * + * A representation of the model object 'SMatch'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getId Id}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}
  • + *
+ * + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch() + * @model + * @generated + */ +public interface SMatch extends EObject { + /** + * Returns the value of the 'Id' attribute. + * + *

+ * If the meaning of the 'Id' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Id' attribute. + * @see #setId(int) + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_Id() + * @model required="true" + * @generated + */ + int getId(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}' attribute. + * + * + * @param value the new value of the 'Id' attribute. + * @see #getId() + * @generated + */ + void setId(int value); + + /** + * Returns the value of the 'Guid Primary' attribute. + * + *

+ * If the meaning of the 'Guid Primary' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Guid Primary' attribute. + * @see #setGuidPrimary(String) + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_GuidPrimary() + * @model + * @generated + */ + String getGuidPrimary(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}' attribute. + * + * + * @param value the new value of the 'Guid Primary' attribute. + * @see #getGuidPrimary() + * @generated + */ + void setGuidPrimary(String value); + + /** + * Returns the value of the 'Guid Secondary' attribute. + * + *

+ * If the meaning of the 'Guid Secondary' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Guid Secondary' attribute. + * @see #setGuidSecondary(String) + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_GuidSecondary() + * @model + * @generated + */ + String getGuidSecondary(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}' attribute. + * + * + * @param value the new value of the 'Guid Secondary' attribute. + * @see #getGuidSecondary() + * @generated + */ + void setGuidSecondary(String value); + + /** + * Returns the value of the 'Resolution' attribute. + * The literals are from the enumeration {@link org.eclipse.set.model.simplemerge.Resolution}. + * + *

+ * If the meaning of the 'Resolution' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Resolution' attribute. + * @see org.eclipse.set.model.simplemerge.Resolution + * @see #setResolution(Resolution) + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_Resolution() + * @model + * @generated + */ + Resolution getResolution(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}' attribute. + * + * + * @param value the new value of the 'Resolution' attribute. + * @see org.eclipse.set.model.simplemerge.Resolution + * @see #getResolution() + * @generated + */ + void setResolution(Resolution value); + + /** + * Returns the value of the 'Element Type' attribute. + * + *

+ * If the meaning of the 'Element Type' attribute isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Element Type' attribute. + * @see #setElementType(String) + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_ElementType() + * @model + * @generated + */ + String getElementType(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}' attribute. + * + * + * @param value the new value of the 'Element Type' attribute. + * @see #getElementType() + * @generated + */ + void setElementType(String value); + +} // SMatch diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java new file mode 100644 index 0000000000..297fafe5dc --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java @@ -0,0 +1,57 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge; + +import org.eclipse.emf.ecore.EFactory; + +/** + * + * The Factory for the model. + * It provides a create method for each non-abstract class of the model. + * + * @see org.eclipse.set.model.simplemerge.SimplemergePackage + * @generated + */ +public interface SimplemergeFactory extends EFactory { + /** + * The singleton instance of the factory. + * + * + * @generated + */ + SimplemergeFactory eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergeFactoryImpl.init(); + + /** + * Returns a new object of class 'SComparison'. + * + * + * @return a new object of class 'SComparison'. + * @generated + */ + SComparison createSComparison(); + + /** + * Returns a new object of class 'SMatch'. + * + * + * @return a new object of class 'SMatch'. + * @generated + */ + SMatch createSMatch(); + + /** + * Returns the package supported by this factory. + * + * + * @return the package supported by this factory. + * @generated + */ + SimplemergePackage getSimplemergePackage(); + +} //SimplemergeFactory diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java new file mode 100644 index 0000000000..ec05c2f41a --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java @@ -0,0 +1,386 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge; + +import org.eclipse.emf.ecore.EAttribute; +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EEnum; +import org.eclipse.emf.ecore.EPackage; +import org.eclipse.emf.ecore.EReference; + +/** + * + * The Package for the model. + * It contains accessors for the meta objects to represent + *
    + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • + *
+ * + * @see org.eclipse.set.model.simplemerge.SimplemergeFactory + * @model kind="package" + * @generated + */ +public interface SimplemergePackage extends EPackage { + /** + * The package name. + * + * + * @generated + */ + String eNAME = "simplemerge"; + + /** + * The package namespace URI. + * + * + * @generated + */ + String eNS_URI = "tag:scheidt-bachmann-st.de,2018-05-30:planpro/tsm"; + + /** + * The package namespace name. + * + * + * @generated + */ + String eNS_PREFIX = "tsm"; + + /** + * The singleton instance of the package. + * + * + * @generated + */ + SimplemergePackage eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl.init(); + + /** + * The meta object id for the '{@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl SComparison}' class. + * + * + * @see org.eclipse.set.model.simplemerge.impl.SComparisonImpl + * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSComparison() + * @generated + */ + int SCOMPARISON = 0; + + /** + * The feature id for the 'Matches' containment reference list. + * + * + * @generated + * @ordered + */ + int SCOMPARISON__MATCHES = 0; + + /** + * The number of structural features of the 'SComparison' class. + * + * + * @generated + * @ordered + */ + int SCOMPARISON_FEATURE_COUNT = 1; + + /** + * The number of operations of the 'SComparison' class. + * + * + * @generated + * @ordered + */ + int SCOMPARISON_OPERATION_COUNT = 0; + + /** + * The meta object id for the '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl SMatch}' class. + * + * + * @see org.eclipse.set.model.simplemerge.impl.SMatchImpl + * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSMatch() + * @generated + */ + int SMATCH = 1; + + /** + * The feature id for the 'Id' attribute. + * + * + * @generated + * @ordered + */ + int SMATCH__ID = 0; + + /** + * The feature id for the 'Guid Primary' attribute. + * + * + * @generated + * @ordered + */ + int SMATCH__GUID_PRIMARY = 1; + + /** + * The feature id for the 'Guid Secondary' attribute. + * + * + * @generated + * @ordered + */ + int SMATCH__GUID_SECONDARY = 2; + + /** + * The feature id for the 'Resolution' attribute. + * + * + * @generated + * @ordered + */ + int SMATCH__RESOLUTION = 3; + + /** + * The feature id for the 'Element Type' attribute. + * + * + * @generated + * @ordered + */ + int SMATCH__ELEMENT_TYPE = 4; + + /** + * The number of structural features of the 'SMatch' class. + * + * + * @generated + * @ordered + */ + int SMATCH_FEATURE_COUNT = 5; + + /** + * The number of operations of the 'SMatch' class. + * + * + * @generated + * @ordered + */ + int SMATCH_OPERATION_COUNT = 0; + + /** + * The meta object id for the '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}' enum. + * + * + * @see org.eclipse.set.model.simplemerge.Resolution + * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getResolution() + * @generated + */ + int RESOLUTION = 2; + + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.simplemerge.SComparison SComparison}'. + * + * + * @return the meta object for class 'SComparison'. + * @see org.eclipse.set.model.simplemerge.SComparison + * @generated + */ + EClass getSComparison(); + + /** + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.simplemerge.SComparison#getMatches Matches}'. + * + * + * @return the meta object for the containment reference list 'Matches'. + * @see org.eclipse.set.model.simplemerge.SComparison#getMatches() + * @see #getSComparison() + * @generated + */ + EReference getSComparison_Matches(); + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.simplemerge.SMatch SMatch}'. + * + * + * @return the meta object for class 'SMatch'. + * @see org.eclipse.set.model.simplemerge.SMatch + * @generated + */ + EClass getSMatch(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}'. + * + * + * @return the meta object for the attribute 'Id'. + * @see org.eclipse.set.model.simplemerge.SMatch#getId() + * @see #getSMatch() + * @generated + */ + EAttribute getSMatch_Id(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}'. + * + * + * @return the meta object for the attribute 'Guid Primary'. + * @see org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary() + * @see #getSMatch() + * @generated + */ + EAttribute getSMatch_GuidPrimary(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}'. + * + * + * @return the meta object for the attribute 'Guid Secondary'. + * @see org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary() + * @see #getSMatch() + * @generated + */ + EAttribute getSMatch_GuidSecondary(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}'. + * + * + * @return the meta object for the attribute 'Resolution'. + * @see org.eclipse.set.model.simplemerge.SMatch#getResolution() + * @see #getSMatch() + * @generated + */ + EAttribute getSMatch_Resolution(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}'. + * + * + * @return the meta object for the attribute 'Element Type'. + * @see org.eclipse.set.model.simplemerge.SMatch#getElementType() + * @see #getSMatch() + * @generated + */ + EAttribute getSMatch_ElementType(); + + /** + * Returns the meta object for enum '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}'. + * + * + * @return the meta object for enum 'Resolution'. + * @see org.eclipse.set.model.simplemerge.Resolution + * @generated + */ + EEnum getResolution(); + + /** + * Returns the factory that creates the instances of the model. + * + * + * @return the factory that creates the instances of the model. + * @generated + */ + SimplemergeFactory getSimplemergeFactory(); + + /** + * + * Defines literals for the meta objects that represent + *
    + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • + *
+ * + * @generated + */ + interface Literals { + /** + * The meta object literal for the '{@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl SComparison}' class. + * + * + * @see org.eclipse.set.model.simplemerge.impl.SComparisonImpl + * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSComparison() + * @generated + */ + EClass SCOMPARISON = eINSTANCE.getSComparison(); + + /** + * The meta object literal for the 'Matches' containment reference list feature. + * + * + * @generated + */ + EReference SCOMPARISON__MATCHES = eINSTANCE.getSComparison_Matches(); + + /** + * The meta object literal for the '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl SMatch}' class. + * + * + * @see org.eclipse.set.model.simplemerge.impl.SMatchImpl + * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSMatch() + * @generated + */ + EClass SMATCH = eINSTANCE.getSMatch(); + + /** + * The meta object literal for the 'Id' attribute feature. + * + * + * @generated + */ + EAttribute SMATCH__ID = eINSTANCE.getSMatch_Id(); + + /** + * The meta object literal for the 'Guid Primary' attribute feature. + * + * + * @generated + */ + EAttribute SMATCH__GUID_PRIMARY = eINSTANCE.getSMatch_GuidPrimary(); + + /** + * The meta object literal for the 'Guid Secondary' attribute feature. + * + * + * @generated + */ + EAttribute SMATCH__GUID_SECONDARY = eINSTANCE.getSMatch_GuidSecondary(); + + /** + * The meta object literal for the 'Resolution' attribute feature. + * + * + * @generated + */ + EAttribute SMATCH__RESOLUTION = eINSTANCE.getSMatch_Resolution(); + + /** + * The meta object literal for the 'Element Type' attribute feature. + * + * + * @generated + */ + EAttribute SMATCH__ELEMENT_TYPE = eINSTANCE.getSMatch_ElementType(); + + /** + * The meta object literal for the '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}' enum. + * + * + * @see org.eclipse.set.model.simplemerge.Resolution + * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getResolution() + * @generated + */ + EEnum RESOLUTION = eINSTANCE.getResolution(); + + } + +} //SimplemergePackage diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java new file mode 100644 index 0000000000..d5fb504462 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java @@ -0,0 +1,159 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.impl; + +import java.util.Collection; + +import org.eclipse.emf.common.notify.NotificationChain; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.InternalEObject; + +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.emf.ecore.util.EObjectContainmentEList; +import org.eclipse.emf.ecore.util.InternalEList; + +import org.eclipse.set.model.simplemerge.SComparison; +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.simplemerge.SimplemergePackage; + +/** + * + * An implementation of the model object 'SComparison'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl#getMatches Matches}
  • + *
+ * + * @generated + */ +public class SComparisonImpl extends MinimalEObjectImpl.Container implements SComparison { + /** + * The cached value of the '{@link #getMatches() Matches}' containment reference list. + * + * + * @see #getMatches() + * @generated + * @ordered + */ + protected EList matches; + + /** + * + * + * @generated + */ + protected SComparisonImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return SimplemergePackage.Literals.SCOMPARISON; + } + + /** + * + * + * @generated + */ + @Override + public EList getMatches() { + if (matches == null) { + matches = new EObjectContainmentEList(SMatch.class, this, SimplemergePackage.SCOMPARISON__MATCHES); + } + return matches; + } + + /** + * + * + * @generated + */ + @Override + public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { + switch (featureID) { + case SimplemergePackage.SCOMPARISON__MATCHES: + return ((InternalEList)getMatches()).basicRemove(otherEnd, msgs); + } + return super.eInverseRemove(otherEnd, featureID, msgs); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case SimplemergePackage.SCOMPARISON__MATCHES: + return getMatches(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @SuppressWarnings("unchecked") + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case SimplemergePackage.SCOMPARISON__MATCHES: + getMatches().clear(); + getMatches().addAll((Collection)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case SimplemergePackage.SCOMPARISON__MATCHES: + getMatches().clear(); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case SimplemergePackage.SCOMPARISON__MATCHES: + return matches != null && !matches.isEmpty(); + } + return super.eIsSet(featureID); + } + +} //SComparisonImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java new file mode 100644 index 0000000000..44db73c296 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java @@ -0,0 +1,396 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.impl; + +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.ecore.EClass; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.set.model.simplemerge.Resolution; +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.simplemerge.SimplemergePackage; + +/** + * + * An implementation of the model object 'SMatch'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getId Id}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidPrimary Guid Primary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidSecondary Guid Secondary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getResolution Resolution}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getElementType Element Type}
  • + *
+ * + * @generated + */ +public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { + /** + * The default value of the '{@link #getId() Id}' attribute. + * + * + * @see #getId() + * @generated + * @ordered + */ + protected static final int ID_EDEFAULT = 0; + + /** + * The cached value of the '{@link #getId() Id}' attribute. + * + * + * @see #getId() + * @generated + * @ordered + */ + protected int id = ID_EDEFAULT; + + /** + * The default value of the '{@link #getGuidPrimary() Guid Primary}' attribute. + * + * + * @see #getGuidPrimary() + * @generated + * @ordered + */ + protected static final String GUID_PRIMARY_EDEFAULT = null; + + /** + * The cached value of the '{@link #getGuidPrimary() Guid Primary}' attribute. + * + * + * @see #getGuidPrimary() + * @generated + * @ordered + */ + protected String guidPrimary = GUID_PRIMARY_EDEFAULT; + + /** + * The default value of the '{@link #getGuidSecondary() Guid Secondary}' attribute. + * + * + * @see #getGuidSecondary() + * @generated + * @ordered + */ + protected static final String GUID_SECONDARY_EDEFAULT = null; + + /** + * The cached value of the '{@link #getGuidSecondary() Guid Secondary}' attribute. + * + * + * @see #getGuidSecondary() + * @generated + * @ordered + */ + protected String guidSecondary = GUID_SECONDARY_EDEFAULT; + + /** + * The default value of the '{@link #getResolution() Resolution}' attribute. + * + * + * @see #getResolution() + * @generated + * @ordered + */ + protected static final Resolution RESOLUTION_EDEFAULT = Resolution.PRIMARY_UNRESOLVED; + + /** + * The cached value of the '{@link #getResolution() Resolution}' attribute. + * + * + * @see #getResolution() + * @generated + * @ordered + */ + protected Resolution resolution = RESOLUTION_EDEFAULT; + + /** + * The default value of the '{@link #getElementType() Element Type}' attribute. + * + * + * @see #getElementType() + * @generated + * @ordered + */ + protected static final String ELEMENT_TYPE_EDEFAULT = null; + + /** + * The cached value of the '{@link #getElementType() Element Type}' attribute. + * + * + * @see #getElementType() + * @generated + * @ordered + */ + protected String elementType = ELEMENT_TYPE_EDEFAULT; + + /** + * + * + * @generated + */ + protected SMatchImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return SimplemergePackage.Literals.SMATCH; + } + + /** + * + * + * @generated + */ + @Override + public int getId() { + return id; + } + + /** + * + * + * @generated + */ + @Override + public void setId(int newId) { + int oldId = id; + id = newId; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__ID, oldId, id)); + } + + /** + * + * + * @generated + */ + @Override + public String getGuidPrimary() { + return guidPrimary; + } + + /** + * + * + * @generated + */ + @Override + public void setGuidPrimary(String newGuidPrimary) { + String oldGuidPrimary = guidPrimary; + guidPrimary = newGuidPrimary; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__GUID_PRIMARY, oldGuidPrimary, guidPrimary)); + } + + /** + * + * + * @generated + */ + @Override + public String getGuidSecondary() { + return guidSecondary; + } + + /** + * + * + * @generated + */ + @Override + public void setGuidSecondary(String newGuidSecondary) { + String oldGuidSecondary = guidSecondary; + guidSecondary = newGuidSecondary; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__GUID_SECONDARY, oldGuidSecondary, guidSecondary)); + } + + /** + * + * + * @generated + */ + @Override + public Resolution getResolution() { + return resolution; + } + + /** + * + * + * @generated + */ + @Override + public void setResolution(Resolution newResolution) { + Resolution oldResolution = resolution; + resolution = newResolution == null ? RESOLUTION_EDEFAULT : newResolution; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__RESOLUTION, oldResolution, resolution)); + } + + /** + * + * + * @generated + */ + @Override + public String getElementType() { + return elementType; + } + + /** + * + * + * @generated + */ + @Override + public void setElementType(String newElementType) { + String oldElementType = elementType; + elementType = newElementType; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__ELEMENT_TYPE, oldElementType, elementType)); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case SimplemergePackage.SMATCH__ID: + return getId(); + case SimplemergePackage.SMATCH__GUID_PRIMARY: + return getGuidPrimary(); + case SimplemergePackage.SMATCH__GUID_SECONDARY: + return getGuidSecondary(); + case SimplemergePackage.SMATCH__RESOLUTION: + return getResolution(); + case SimplemergePackage.SMATCH__ELEMENT_TYPE: + return getElementType(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case SimplemergePackage.SMATCH__ID: + setId((Integer)newValue); + return; + case SimplemergePackage.SMATCH__GUID_PRIMARY: + setGuidPrimary((String)newValue); + return; + case SimplemergePackage.SMATCH__GUID_SECONDARY: + setGuidSecondary((String)newValue); + return; + case SimplemergePackage.SMATCH__RESOLUTION: + setResolution((Resolution)newValue); + return; + case SimplemergePackage.SMATCH__ELEMENT_TYPE: + setElementType((String)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case SimplemergePackage.SMATCH__ID: + setId(ID_EDEFAULT); + return; + case SimplemergePackage.SMATCH__GUID_PRIMARY: + setGuidPrimary(GUID_PRIMARY_EDEFAULT); + return; + case SimplemergePackage.SMATCH__GUID_SECONDARY: + setGuidSecondary(GUID_SECONDARY_EDEFAULT); + return; + case SimplemergePackage.SMATCH__RESOLUTION: + setResolution(RESOLUTION_EDEFAULT); + return; + case SimplemergePackage.SMATCH__ELEMENT_TYPE: + setElementType(ELEMENT_TYPE_EDEFAULT); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case SimplemergePackage.SMATCH__ID: + return id != ID_EDEFAULT; + case SimplemergePackage.SMATCH__GUID_PRIMARY: + return GUID_PRIMARY_EDEFAULT == null ? guidPrimary != null : !GUID_PRIMARY_EDEFAULT.equals(guidPrimary); + case SimplemergePackage.SMATCH__GUID_SECONDARY: + return GUID_SECONDARY_EDEFAULT == null ? guidSecondary != null : !GUID_SECONDARY_EDEFAULT.equals(guidSecondary); + case SimplemergePackage.SMATCH__RESOLUTION: + return resolution != RESOLUTION_EDEFAULT; + case SimplemergePackage.SMATCH__ELEMENT_TYPE: + return ELEMENT_TYPE_EDEFAULT == null ? elementType != null : !ELEMENT_TYPE_EDEFAULT.equals(elementType); + } + return super.eIsSet(featureID); + } + + /** + * + * + * @generated + */ + @Override + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuilder result = new StringBuilder(super.toString()); + result.append(" (id: "); + result.append(id); + result.append(", guidPrimary: "); + result.append(guidPrimary); + result.append(", guidSecondary: "); + result.append(guidSecondary); + result.append(", resolution: "); + result.append(resolution); + result.append(", elementType: "); + result.append(elementType); + result.append(')'); + return result.toString(); + } + +} //SMatchImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java new file mode 100644 index 0000000000..16e9fdf513 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java @@ -0,0 +1,166 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.impl; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EDataType; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.impl.EFactoryImpl; + +import org.eclipse.emf.ecore.plugin.EcorePlugin; + +import org.eclipse.set.model.simplemerge.*; + +/** + * + * An implementation of the model Factory. + * + * @generated + */ +public class SimplemergeFactoryImpl extends EFactoryImpl implements SimplemergeFactory { + /** + * Creates the default factory implementation. + * + * + * @generated + */ + public static SimplemergeFactory init() { + try { + SimplemergeFactory theSimplemergeFactory = (SimplemergeFactory)EPackage.Registry.INSTANCE.getEFactory(SimplemergePackage.eNS_URI); + if (theSimplemergeFactory != null) { + return theSimplemergeFactory; + } + } + catch (Exception exception) { + EcorePlugin.INSTANCE.log(exception); + } + return new SimplemergeFactoryImpl(); + } + + /** + * Creates an instance of the factory. + * + * + * @generated + */ + public SimplemergeFactoryImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + public EObject create(EClass eClass) { + switch (eClass.getClassifierID()) { + case SimplemergePackage.SCOMPARISON: return createSComparison(); + case SimplemergePackage.SMATCH: return createSMatch(); + default: + throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); + } + } + + /** + * + * + * @generated + */ + @Override + public Object createFromString(EDataType eDataType, String initialValue) { + switch (eDataType.getClassifierID()) { + case SimplemergePackage.RESOLUTION: + return createResolutionFromString(eDataType, initialValue); + default: + throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); + } + } + + /** + * + * + * @generated + */ + @Override + public String convertToString(EDataType eDataType, Object instanceValue) { + switch (eDataType.getClassifierID()) { + case SimplemergePackage.RESOLUTION: + return convertResolutionToString(eDataType, instanceValue); + default: + throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); + } + } + + /** + * + * + * @generated + */ + @Override + public SComparison createSComparison() { + SComparisonImpl sComparison = new SComparisonImpl(); + return sComparison; + } + + /** + * + * + * @generated + */ + @Override + public SMatch createSMatch() { + SMatchImpl sMatch = new SMatchImpl(); + return sMatch; + } + + /** + * + * + * @generated + */ + public Resolution createResolutionFromString(EDataType eDataType, String initialValue) { + Resolution result = Resolution.get(initialValue); + if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); + return result; + } + + /** + * + * + * @generated + */ + public String convertResolutionToString(EDataType eDataType, Object instanceValue) { + return instanceValue == null ? null : instanceValue.toString(); + } + + /** + * + * + * @generated + */ + @Override + public SimplemergePackage getSimplemergePackage() { + return (SimplemergePackage)getEPackage(); + } + + /** + * + * + * @deprecated + * @generated + */ + @Deprecated + public static SimplemergePackage getPackage() { + return SimplemergePackage.eINSTANCE; + } + +} //SimplemergeFactoryImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java new file mode 100644 index 0000000000..3a32eeec58 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java @@ -0,0 +1,299 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.impl; + +import org.eclipse.emf.ecore.EAttribute; +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EEnum; +import org.eclipse.emf.ecore.EPackage; +import org.eclipse.emf.ecore.EReference; + +import org.eclipse.emf.ecore.impl.EPackageImpl; + +import org.eclipse.set.model.simplemerge.Resolution; +import org.eclipse.set.model.simplemerge.SComparison; +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.simplemerge.SimplemergeFactory; +import org.eclipse.set.model.simplemerge.SimplemergePackage; + +/** + * + * An implementation of the model Package. + * + * @generated + */ +public class SimplemergePackageImpl extends EPackageImpl implements SimplemergePackage { + /** + * + * + * @generated + */ + private EClass sComparisonEClass = null; + + /** + * + * + * @generated + */ + private EClass sMatchEClass = null; + + /** + * + * + * @generated + */ + private EEnum resolutionEEnum = null; + + /** + * Creates an instance of the model Package, registered with + * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package + * package URI value. + *

Note: the correct way to create the package is via the static + * factory method {@link #init init()}, which also performs + * initialization of the package, or returns the registered package, + * if one already exists. + * + * + * @see org.eclipse.emf.ecore.EPackage.Registry + * @see org.eclipse.set.model.simplemerge.SimplemergePackage#eNS_URI + * @see #init() + * @generated + */ + private SimplemergePackageImpl() { + super(eNS_URI, SimplemergeFactory.eINSTANCE); + } + + /** + * + * + * @generated + */ + private static boolean isInited = false; + + /** + * Creates, registers, and initializes the Package for this model, and for any others upon which it depends. + * + *

This method is used to initialize {@link SimplemergePackage#eINSTANCE} when that field is accessed. + * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. + * + * + * @see #eNS_URI + * @see #createPackageContents() + * @see #initializePackageContents() + * @generated + */ + public static SimplemergePackage init() { + if (isInited) return (SimplemergePackage)EPackage.Registry.INSTANCE.getEPackage(SimplemergePackage.eNS_URI); + + // Obtain or create and register package + Object registeredSimplemergePackage = EPackage.Registry.INSTANCE.get(eNS_URI); + SimplemergePackageImpl theSimplemergePackage = registeredSimplemergePackage instanceof SimplemergePackageImpl ? (SimplemergePackageImpl)registeredSimplemergePackage : new SimplemergePackageImpl(); + + isInited = true; + + // Create package meta-data objects + theSimplemergePackage.createPackageContents(); + + // Initialize created meta-data + theSimplemergePackage.initializePackageContents(); + + // Mark meta-data to indicate it can't be changed + theSimplemergePackage.freeze(); + + // Update the registry and return the package + EPackage.Registry.INSTANCE.put(SimplemergePackage.eNS_URI, theSimplemergePackage); + return theSimplemergePackage; + } + + /** + * + * + * @generated + */ + @Override + public EClass getSComparison() { + return sComparisonEClass; + } + + /** + * + * + * @generated + */ + @Override + public EReference getSComparison_Matches() { + return (EReference)sComparisonEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EClass getSMatch() { + return sMatchEClass; + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getSMatch_Id() { + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getSMatch_GuidPrimary() { + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(1); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getSMatch_GuidSecondary() { + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(2); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getSMatch_Resolution() { + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(3); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getSMatch_ElementType() { + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(4); + } + + /** + * + * + * @generated + */ + @Override + public EEnum getResolution() { + return resolutionEEnum; + } + + /** + * + * + * @generated + */ + @Override + public SimplemergeFactory getSimplemergeFactory() { + return (SimplemergeFactory)getEFactoryInstance(); + } + + /** + * + * + * @generated + */ + private boolean isCreated = false; + + /** + * Creates the meta-model objects for the package. This method is + * guarded to have no affect on any invocation but its first. + * + * + * @generated + */ + public void createPackageContents() { + if (isCreated) return; + isCreated = true; + + // Create classes and their features + sComparisonEClass = createEClass(SCOMPARISON); + createEReference(sComparisonEClass, SCOMPARISON__MATCHES); + + sMatchEClass = createEClass(SMATCH); + createEAttribute(sMatchEClass, SMATCH__ID); + createEAttribute(sMatchEClass, SMATCH__GUID_PRIMARY); + createEAttribute(sMatchEClass, SMATCH__GUID_SECONDARY); + createEAttribute(sMatchEClass, SMATCH__RESOLUTION); + createEAttribute(sMatchEClass, SMATCH__ELEMENT_TYPE); + + // Create enums + resolutionEEnum = createEEnum(RESOLUTION); + } + + /** + * + * + * @generated + */ + private boolean isInitialized = false; + + /** + * Complete the initialization of the package and its meta-model. This + * method is guarded to have no affect on any invocation but its first. + * + * + * @generated + */ + public void initializePackageContents() { + if (isInitialized) return; + isInitialized = true; + + // Initialize package + setName(eNAME); + setNsPrefix(eNS_PREFIX); + setNsURI(eNS_URI); + + // Create type parameters + + // Set bounds for type parameters + + // Add supertypes to classes + + // Initialize classes, features, and operations; add parameters + initEClass(sComparisonEClass, SComparison.class, "SComparison", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEReference(getSComparison_Matches(), this.getSMatch(), null, "matches", null, 0, -1, SComparison.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(sMatchEClass, SMatch.class, "SMatch", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getSMatch_Id(), ecorePackage.getEInt(), "id", null, 1, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_GuidPrimary(), ecorePackage.getEString(), "guidPrimary", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_GuidSecondary(), ecorePackage.getEString(), "guidSecondary", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_Resolution(), this.getResolution(), "resolution", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_ElementType(), ecorePackage.getEString(), "elementType", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + // Initialize enums and add enum literals + initEEnum(resolutionEEnum, Resolution.class, "Resolution"); + addEEnumLiteral(resolutionEEnum, Resolution.PRIMARY_UNRESOLVED); + addEEnumLiteral(resolutionEEnum, Resolution.PRIMARY_AUTO); + addEEnumLiteral(resolutionEEnum, Resolution.PRIMARY_MANUAL); + addEEnumLiteral(resolutionEEnum, Resolution.SECONDARY_AUTO); + addEEnumLiteral(resolutionEEnum, Resolution.SECONDARY_MANUAL); + + // Create resource + createResource(eNS_URI); + } + +} //SimplemergePackageImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java new file mode 100644 index 0000000000..7e0aad4684 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java @@ -0,0 +1,144 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.util; + +import org.eclipse.emf.common.notify.Adapter; +import org.eclipse.emf.common.notify.Notifier; + +import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl; + +import org.eclipse.emf.ecore.EObject; + +import org.eclipse.set.model.simplemerge.*; + +/** + * + * The Adapter Factory for the model. + * It provides an adapter createXXX method for each class of the model. + * + * @see org.eclipse.set.model.simplemerge.SimplemergePackage + * @generated + */ +public class SimplemergeAdapterFactory extends AdapterFactoryImpl { + /** + * The cached model package. + * + * + * @generated + */ + protected static SimplemergePackage modelPackage; + + /** + * Creates an instance of the adapter factory. + * + * + * @generated + */ + public SimplemergeAdapterFactory() { + if (modelPackage == null) { + modelPackage = SimplemergePackage.eINSTANCE; + } + } + + /** + * Returns whether this factory is applicable for the type of the object. + * + * This implementation returns true if the object is either the model's package or is an instance object of the model. + * + * @return whether this factory is applicable for the type of the object. + * @generated + */ + @Override + public boolean isFactoryForType(Object object) { + if (object == modelPackage) { + return true; + } + if (object instanceof EObject) { + return ((EObject)object).eClass().getEPackage() == modelPackage; + } + return false; + } + + /** + * The switch that delegates to the createXXX methods. + * + * + * @generated + */ + protected SimplemergeSwitch modelSwitch = + new SimplemergeSwitch() { + @Override + public Adapter caseSComparison(SComparison object) { + return createSComparisonAdapter(); + } + @Override + public Adapter caseSMatch(SMatch object) { + return createSMatchAdapter(); + } + @Override + public Adapter defaultCase(EObject object) { + return createEObjectAdapter(); + } + }; + + /** + * Creates an adapter for the target. + * + * + * @param target the object to adapt. + * @return the adapter for the target. + * @generated + */ + @Override + public Adapter createAdapter(Notifier target) { + return modelSwitch.doSwitch((EObject)target); + } + + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.simplemerge.SComparison SComparison}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.simplemerge.SComparison + * @generated + */ + public Adapter createSComparisonAdapter() { + return null; + } + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.simplemerge.SMatch SMatch}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.simplemerge.SMatch + * @generated + */ + public Adapter createSMatchAdapter() { + return null; + } + + /** + * Creates a new adapter for the default case. + * + * This default implementation returns null. + * + * @return the new adapter. + * @generated + */ + public Adapter createEObjectAdapter() { + return null; + } + +} //SimplemergeAdapterFactory diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java new file mode 100644 index 0000000000..b731173fb2 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java @@ -0,0 +1,137 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.simplemerge.util; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.util.Switch; + +import org.eclipse.set.model.simplemerge.*; + +/** + * + * The Switch for the model's inheritance hierarchy. + * It supports the call {@link #doSwitch(EObject) doSwitch(object)} + * to invoke the caseXXX method for each class of the model, + * starting with the actual class of the object + * and proceeding up the inheritance hierarchy + * until a non-null result is returned, + * which is the result of the switch. + * + * @see org.eclipse.set.model.simplemerge.SimplemergePackage + * @generated + */ +public class SimplemergeSwitch extends Switch { + /** + * The cached model package + * + * + * @generated + */ + protected static SimplemergePackage modelPackage; + + /** + * Creates an instance of the switch. + * + * + * @generated + */ + public SimplemergeSwitch() { + if (modelPackage == null) { + modelPackage = SimplemergePackage.eINSTANCE; + } + } + + /** + * Checks whether this is a switch for the given package. + * + * + * @param ePackage the package in question. + * @return whether this is a switch for the given package. + * @generated + */ + @Override + protected boolean isSwitchFor(EPackage ePackage) { + return ePackage == modelPackage; + } + + /** + * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. + * + * + * @return the first non-null result returned by a caseXXX call. + * @generated + */ + @Override + protected T doSwitch(int classifierID, EObject theEObject) { + switch (classifierID) { + case SimplemergePackage.SCOMPARISON: { + SComparison sComparison = (SComparison)theEObject; + T result = caseSComparison(sComparison); + if (result == null) result = defaultCase(theEObject); + return result; + } + case SimplemergePackage.SMATCH: { + SMatch sMatch = (SMatch)theEObject; + T result = caseSMatch(sMatch); + if (result == null) result = defaultCase(theEObject); + return result; + } + default: return defaultCase(theEObject); + } + } + + /** + * Returns the result of interpreting the object as an instance of 'SComparison'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'SComparison'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseSComparison(SComparison object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'SMatch'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'SMatch'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseSMatch(SMatch object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'EObject'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch, but this is the last case anyway. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'EObject'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) + * @generated + */ + @Override + public T defaultCase(EObject object) { + return null; + } + +} //SimplemergeSwitch diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.classpath b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.classpath new file mode 100644 index 0000000000..97bf0dc637 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.project b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.project new file mode 100644 index 0000000000..8c88370424 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.project @@ -0,0 +1,34 @@ + + + org.eclipse.set.model.temporaryintegration.edit + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..37b5965b6c --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,118 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=21 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=disabled +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=warning +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=21 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..40b81612af --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..1615ec32ca --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/META-INF/MANIFEST.MF @@ -0,0 +1,20 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.set.model.temporaryintegration.edit;singleton:=true +Automatic-Module-Name: org.eclipse.set.model.temporaryintegration.edit +Bundle-Version: 2.6.0.qualifier +Bundle-ClassPath: . +Bundle-Activator: org.eclipse.set.model.temporaryintegration.provider.TemporaryIntegrationEditPlugin$Implementation +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Bundle-RequiredExecutionEnvironment: JavaSE-21 +Export-Package: org.eclipse.set.model.temporaryintegration.provider +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.set.model.temporaryintegration;visibility:=reexport, + org.eclipse.emf.edit;visibility:=reexport, + org.eclipse.set.model.simplemerge;visibility:=reexport, + org.eclipse.set.model.simplemerge.edit;visibility:=reexport, + org.eclipse.set.model.planpro;visibility:=reexport, + org.eclipse.set.model.planpro.edit;visibility:=reexport +Bundle-ActivationPolicy: lazy diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/build.properties b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/build.properties new file mode 100644 index 0000000000..aa060dce6f --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/build.properties @@ -0,0 +1,9 @@ +# + +bin.includes = .,\ + META-INF/,\ + plugin.xml,\ + plugin.properties +jars.compile.order = . +source.. = src/ +output.. = bin/ diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Allg_AttributeGroup_aussenelementansteuerungArt_Aussenelementansteuerung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Allg_AttributeGroup_aussenelementansteuerungArt_Aussenelementansteuerung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..73b08f706e167fd224904eec0a5fa9c8eb7f0e90 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK2(N4$PS|=Rku45bT<+21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXH2VVX6QC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Allg_AttributeGroup_bauart_Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Allg_AttributeGroup_bauart_Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8eb45613da261b3206ce70b281d0003fe04fb19d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|=Rku45bT<+21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXH6hVX6QC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Energieversorgung_AttributeGroup_energieversorgungArtErsatz_Energieversorgung_Art_Ersatz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAEA_Energieversorgung_AttributeGroup_energieversorgungArtErsatz_Energieversorgung_Art_Ersatz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a573a9e5f29e360104fce47078adb90dec13cecf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zyXVEFo|~J}&dhW;(6DQ|8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm56>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=1sfm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_;@%I1k+cz{c zK*TGTT>^^lnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=ZA2OM@yR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau_;b5}> literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_abstandATOHaltVorEoA_Abstand_ATO_Halt_Vor_EoA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_abstandATOHaltVorEoA_Abstand_ATO_Halt_Vor_EoA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0dccd278a641469597ed65c547c9adb34f01fd1a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z{r%(Xn;S>(@1K8ZS>>+jYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7WM`PLm literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_bezeichnung_ATO_Segment_Profile_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_bezeichnung_ATO_Segment_Profile_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..803d12d6f30166bf5757f10f8269d9c27f557a39 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV^?HG literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDATOTSInstanzNachbar_ID_ATO_TS_Instanz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDATOTSInstanzNachbar_ID_ATO_TS_Instanz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4f6577726e441e83b1b7c9ffd907c9cfeeba4736 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zH2nVY_05f=_xI1gw5)R1bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru^iyJA literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDATOTSInstanz_ID_ATO_TS_Instanz_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDATOTSInstanz_ID_ATO_TS_Instanz_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48f12606126899e53bd8280ec20e5a34a305577a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q{#%cHI{8{I{*L2&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OCA4Gn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Segment_Profile_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..03366e35d0f4e924f00d75427b8e77c4ba351237 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhKAoizP`C}^#1<&mzGuTnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OD$`@$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_Adresse_AttributeGroup_nIDCATOTS_NID_C_ATOTS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_Adresse_AttributeGroup_nIDCATOTS_NID_C_ATOTS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad8a4e4ee0bfab2d04f020afeeda6cf376f78083 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ z-Sgr_&&``@XU;erIIwHF8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_iDUnterbringung_ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_TS_Instanz_iDUnterbringung_ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..77329683112d6923d40f26e93d0ef809667b6818 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z`{V2H8%N*lpMQT@<)vNI)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08lmt*4q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_erreichungstoleranz_Erreichungstoleranz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_erreichungstoleranz_Erreichungstoleranz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10c4e2ea02446a526904c865e85513d1bdf3666f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zuQfFt3l3gmY1yWuvunB<5N(~Lysk@rX_M5vO0k(G!vFrh2co~9&jZn)=Zk;eZ3dbK z0g69a7(px@5CO82fi*@!p)V!UPK{ya*~3#VY@O8K+&8Jj)A+MV&$aAHnqunxQpuUl zff}=ypI{g1)0%VYq?;9kj@o^17Yl))hS@I?J}f%f&a^PWP5wqp&Fx&R(=XHW8FFfx MQX8AHRTUYm0l3m$*Z=?k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_haltetoleranz_Haltetoleranz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_haltetoleranz_Haltetoleranz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9414605a12befe75949b7df598a2559a2ac6c149 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2XFn)3M;-HI|lbIy$?is{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQW5MP!6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_nIDTP_NID_TP_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Allg_AttributeGroup_nIDTP_NID_TP_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9414605a12befe75949b7df598a2559a2ac6c149 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2XFn)3M;-HI|lbIy$?is{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQW5MP!6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Bezeichnung_AttributeGroup_bezeichnungATOTP_Bezeichnung_ATO_TP_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_Bezeichnung_AttributeGroup_bezeichnungATOTP_Bezeichnung_ATO_TP_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bcd32f703d7affa2a9615671b7866687264c28f2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R19Rrg0WyM*9oscs4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R56VaEUf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_aTOTimingPointAllg_ATO_Timing_Point_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_aTOTimingPointAllg_ATO_Timing_Point_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2371ef2aa07f25ae1387c1a406e0c09b189ca682 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG&Egn3O*KWxyDkbO=s71H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkR=3W8- literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_bezeichnung_ATO_Timing_Point_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_bezeichnung_ATO_Timing_Point_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2339bb9ac6b45bedcae08f87f840b3fcbbdb11e3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP zx9M6_@UdXaHI_PUI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVKzU^4&! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_iDSignal_ID_Signal_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateATO_Timing_Point_iDSignal_ID_Signal_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1f06e1f1aa84a0029aac18dadb4e8cc9221c812d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zG+k>7J{D}b#!{zEXV-K!Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f z0u+C;FoIY*AOd7318aB0|4bVUlafU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur10_Name_Akteur_10_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur10_Name_Akteur_10_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e30b4015d69f1841ab1097401fab37635033c26b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK8nV*Mg57vs|-Ar>$+*bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru4Yy(} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur5_Name_Akteur_5_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur5_Name_Akteur_5_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f2eedabaf1519a23bd85f71a48861eeae1fbfec0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXlS~2E%?|m%Qb6s+S+zaR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauNs9<0K literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur_Name_Akteur_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Allg_AttributeGroup_nameAkteur_Name_Akteur_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f0b400c3f014d9ec584b43eb3efd44d037a67d61 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR>9fMBQq literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Zuordnung_anhangDokumentation_Anhang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_Zuordnung_anhangDokumentation_Anhang.gif new file mode 100644 index 0000000000000000000000000000000000000000..b03123db0899b822f062b227c023c8480d11ef7b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XERodeO7#X4=d%4h;u(O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R#+Vd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_akteurAllg_Akteur_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_akteurAllg_Akteur_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c85d5ad3a7e887b2da130c7e2efb426a8d7e64ed GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2XH7wPV4@)>y7-(`nl^T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZlT45>x literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_kontaktdaten_Organisation.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAkteur_kontaktdaten_Organisation.gif new file mode 100644 index 0000000000000000000000000000000000000000..dfd6d3cfd9d979a5d304fce021ae25aa0d80ec99 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&Edmx^^u1*c!_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OW|d>} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_Allg_AttributeGroup_anhangArt_Anhang_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_Allg_AttributeGroup_anhangArt_Anhang_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..09b55686f560bd8e89b397d2b3c840cbe3c28e00 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhKAo?zrHzo^#1($mntiFO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n`JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmNzhhSb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_anhangAllg_Anhang_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAnhang_anhangAllg_Anhang_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e272d2598038007784cb5ae61de0f5c523048762 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8XCU-{(AJy(fRl1S6-^zHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWYLM z_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx=O;c)P KQ?{xigEat-^k5GF literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAusgabe_Fachdaten_lSTZustandZiel_LST_Zustand.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAusgabe_Fachdaten_lSTZustandZiel_LST_Zustand.gif new file mode 100644 index 0000000000000000000000000000000000000000..b72dc20b46f4ba30b341c488cd20aef9781b334c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ z1&XJgNdqz*92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F(;z_c zCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM z_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx=O;c)P KQ?{xigEat-^k5GF literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAusgabe_Fachdaten_untergewerkArt_Untergewerk_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAusgabe_Fachdaten_untergewerkArt_Untergewerk_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..205071f21539ca12f3279c9bd7998159be53ad48 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG#of^Ani;Vkm2Cquxq*+5N(~Lysk@rX_M5vO0k(G!vFrh2co~9&jZn)=Zk;eZ3dbK z0g69a7(px@5CO82fi*@!p)V!UPK{ya*~3#VY@O8K+&8Jj)A+MV&$aAHnqunxQpuUl zff}=ypI{g1)0%VYq?;9kj@o^17Yl))hS@I?J}f%f&a^PWP5wqp&Fx&R(=XHW8FFfx MQX8AHRTUYm0i!Nn*Z=?k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_Bezeichnung_AttributeGroup_bezeichnungAEA_Bezeichnung_AEA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_Bezeichnung_AttributeGroup_bezeichnungAEA_Bezeichnung_AEA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7402e2232e3c836c90738fc62e6b27f2ff95f6ac GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ&{$XMO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_aEAAllg_AEA_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_aEAAllg_AEA_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..975d734c8a9e606c64f06535c632f42c806a9188 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c z{Qmv*&6}h5@6W$JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkBv}4o& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_aEAEnergieversorgung_AEA_Energieversorgung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_aEAEnergieversorgung_AEA_Energieversorgung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..388fb52f1e2049dff174ff2a29e88a1d19c96cae GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhKAq2zrJ~M^#1+%mo8QAnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=zg-6@86$)=~Csc>1sf6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09+_hf(o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_iDOertlichkeitNamensgebend_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateAussenelementansteuerung_iDOertlichkeitNamensgebend_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..834778fb99e61afa2303a42ca431fd7d21a9283c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhKAq2zrJ~M^#1+%mo8QAnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09SA7n-V literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_AB_Teilsystem_AttributeGroup_bSOTeilsystemArt_BSO_Teilsystem_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_AB_Teilsystem_AttributeGroup_bSOTeilsystemArt_BSO_Teilsystem_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed66130ca3820ef37b9a401da1868a468901e8e0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK4mw*Ls4F6$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaM+F@b< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockBlau_IP_Adressblock_Blau_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockBlau_IP_Adressblock_Blau_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..95d9b6809c378589145455fec6375a59c3a5f793 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zUDI@}C-_*g<(f#Hwq4WJfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08<=U$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ&$YEjt literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV4_IP_Adressblock_Blau_V4_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV4_IP_Adressblock_Blau_V4_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6b99a7f3dc0856d6ea333a470e65462735e8057e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK5To_H4S@GxJPZ!vTj~)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_;@%I1k+cz{c zTzau*)6JflXVMxDIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXF&`VX6QC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_autoHet_Auto_Het_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_autoHet_Auto_Het_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a37ddd6bc24c1ef97f4ae9b6ae81e305202994f5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4(y+QAINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K)4ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_fueSchaltfall_Fue_Schaltfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_fueSchaltfall_Fue_Schaltfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..40237034e58a93c1e1a0111291f68e24a2841692 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R1N-OS2QnNS9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^-@VG#fT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_stoerhaltHaltfall_Stoerhalt_Haltfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_stoerhaltHaltfall_Stoerhalt_Haltfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3483523fe05f304a3aa0207851d52426c16ca699 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4(y+QAINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K)3ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_stoerhaltMerkhinweis_Stoerhalt_Merkhinweis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_stoerhaltMerkhinweis_Stoerhalt_Merkhinweis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e01c877ff848e3ee82490ef41411eee71d1f3e5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&CGIaA5!Z`#^?+gTt=rYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8FPGi~t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_zeitueberschreitungsmeldung_Zeitueberschreitungsmeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Abhaengigkeit_Fue_AttributeGroup_zeitueberschreitungsmeldung_Zeitueberschreitungsmeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..43ae2dfc67c8a4e4151e5a22687a2970bf3e8678 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z0>$^wzYh`LHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08mT4Un? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUEMitGFR_BUE_Mit_GFR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUEMitGFR_BUE_Mit_GFR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..325b0b98c7f4ab6fcdc63b8a10d0248e17c274a8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z`}@b&H#d&n-#`D-vdUf4)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09l$YfRk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUESicherungsart_BUE_Sicherungsart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Allg_AttributeGroup_bUESicherungsart_BUE_Sicherungsart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c1a5efaf9f32999070f7a5817b87d50ed03ee88 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhKAoizP`C}^#1<&mzGuTnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=$`>IQ;(~KR@37|9$(0 zhKAoizP`C}^#1<&mzGuTnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+==5r0%RuxYm9q!{Ee2H+qqh&U#90X QMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8|mR`&N literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Fuss_Rad_AttributeGroup_fussRadwegSeite_Fuss_Radweg_Seite_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Fuss_Rad_AttributeGroup_fussRadwegSeite_Fuss_Radweg_Seite_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d9cbe9d423ddd52d4b167d37a8864d092df9aff GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt zyXIO`&#~a*HI|WWI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVgvU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_baulast_Baulast_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_baulast_Baulast_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6defd936b6326fa5b574f3ad42eef558bae7068e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&D4=xfa}W%(8fmPGsAz>1sf? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBefestigungGleis_Fahrbahn_Befestigung_Gleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBefestigungGleis_Fahrbahn_Befestigung_Gleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b6cc9ca21b65346b17a879f074b1ec70263aa356 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zG_AQ7+;hybc#TeE+pg(qK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{T6U)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBefestigung_Fahrbahn_Befestigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBefestigung_Fahrbahn_Befestigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..527229bf76f3c5e234979f14046d7f1df5771dff GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zp`mHbwcws(mc?syBHMONR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaui_F!ND literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBreite_Fahrbahn_Breite_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_fahrbahnBreite_Fahrbahn_Breite_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..212161926c6d4f4f734949798b8047639b0a0fba GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zZCZ0JxaXK<@fw}Twq4WJfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SIkmtWoh literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_kreuzungswinkel_Kreuzungswinkel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_Allg_AttributeGroup_kreuzungswinkel_Kreuzungswinkel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..527229bf76f3c5e234979f14046d7f1df5771dff GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zp`mHbwcws(mc?syBHMONR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaui_F!ND literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_bUEAnlageFussRad_BUE_Anlage_Fuss_Rad_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_bUEAnlageFussRad_BUE_Anlage_Fuss_Rad_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..628a5cdd1dc64a04c5916523530f5087e9482854 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXt>t2=2&pg8q4A~oyc9&)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08=v0s(| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_bUEAnlageStrasseAllg_BUE_Anlage_Strasse_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_bUEAnlageStrasseAllg_BUE_Anlage_Strasse_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..42586633e4b19730a07d1205ffdd04626745308f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXt>t2=2&pg8q4A~oyc9&)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08;Q(u+< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_Strasse_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4a6adcc9632f94e3f7f6f9c3df1711833b187d1e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&EdmT5~M8XN_fXn@;4e>1sft$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7nFwkba literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMaxStrasse_V_Max_Strasse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMaxStrasse_V_Max_Strasse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..486225ee11cd04d73788fdc44b90076bd9d5aa4a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zX!!d3_t7_R=HI_xdFj%w>1sf+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV)JBH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMinSchiene_V_Min_Schiene_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_V_Allg_AttributeGroup_vMinSchiene_V_Min_Schiene_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..266d26776c5ec37434c0f610808e3d6c7669ff33 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&Fqu{rl*fH}mh`ue@|=*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q1sf=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_bUEAnlageAllg_BUE_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_bUEAnlageAllg_BUE_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c19972e76b18f75c8e8a282d5a857c4faa7b65d5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&Fqu{p0AH8}sk)ue`Ku*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09l5@c2Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_iDAEABUEAnschaltung_ID_Aussenelementansteuerung_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_iDAEABUEAnschaltung_ID_Aussenelementansteuerung_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..49e7eb98b26496452f7cc04e8afec2754745c95b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XCU-{&DopjrsTYS6*7SYq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s3 z2AT!|ia%KxK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n@r!0z literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_iDBUESchnittstelle_ID_BUE_Schnittstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Anlage_iDBUESchnittstelle_ID_BUE_Schnittstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6407cdae5f3df5dff418abff0c5584771712f2d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z`}Oyaqi=4^zrVlo(z0FC)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08lmt*4q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Ausschaltung_iDBUEGleisbezGefahrraum_ID_BUE_Gleisbezogener_Gefahrraum_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Ausschaltung_iDBUEGleisbezGefahrraum_ID_BUE_Gleisbezogener_Gefahrraum_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb6c57e15584d8ff76ae1f5c39517a54002f3f4e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`{Vc58*h&8zdwK3rOI8?)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=096HDnzC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anz_Element_Allg_AttributeGroup_bUEHandschalteinrichtung_BUE_Handschalteinrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anz_Element_Allg_AttributeGroup_bUEHandschalteinrichtung_BUE_Handschalteinrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f075771bb8f63e0bf102c50c229bcb01cb3b5129 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AoNMvyU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anz_Element_Allg_AttributeGroup_iDBedienAnzeigeElement_ID_Bedien_Anzeige_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Bedien_Anz_Element_Allg_AttributeGroup_iDBedienAnzeigeElement_ID_Bedien_Anzeige_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..43d93ae509433000a6f0102dc020202cbc25b0f6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG#of^V9uO5mo8O0I5_N@t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SH@*$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub1$`>IQ;(~KR@37|9$(0 zhK8@de;j>tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=yT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ)U14GX literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Deckendes_Signal_Zuordnung_iDSignal_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Deckendes_Signal_Zuordnung_iDSignal_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..96534e62e9423f00a0fac81f7bbc43ae58e9fd52 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&H=}bLnQ!rZZ_X4>&aJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=C>8X>ZF?$gO1vLZx;)JpoZBm5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_einschaltverzErrechnet_Einschaltverz_Errechnet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_einschaltverzErrechnet_Einschaltverz_Errechnet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..34611db616f48a6720189b540c744a2a4ea0f83d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zd+l1&v17q&)>yW+>Fk=W21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXC#MVHyAc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_einschaltverzGewaehlt_Einschaltverz_Gewaehlt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_einschaltverzGewaehlt_Einschaltverz_Gewaehlt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..842a526e7d7d4b6ccd26e75afe5d030dfbb51db5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&Eeh)^zMx@R~K2ZEZTcrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OXend! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_haltezeit_Haltezeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_haltezeit_Haltezeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4837c02332fcff355f22eb38efa64cadfa9b001a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG+evZbnIC0nl+YfZ92QAs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RP_FkhAc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_kurzzugschaltung_Kurzzugschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_kurzzugschaltung_Kurzzugschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..471b87fb76e357cfd6df75a267c03d4417c656f3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB%$YdUr;c+DEiwlm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giDaO0HES%}+H`hJR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauQ24G+S literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_signalverzGewaehlt_Signalverz_Gewaehlt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_signalverzGewaehlt_Signalverz_Gewaehlt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7e625fe71011c677f9e3b91710c35f8855816c1f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt zd+l1&v17q&)>yW+>Fk=W21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXBbMVCMh; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_teilvorgabezeit_Teilvorgabezeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Hp_AttributeGroup_teilvorgabezeit_Teilvorgabezeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3a09ff4812643d286f0265b252522eb9bfac0da7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&Eeh)^zMx@R~K2ZEZTcrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OXJcdY literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Zuordnung_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_Zuordnung_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a35176a55fcd9f5d678a52e9e23ff9d4fbc8e03a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMzf-#@9&>~X<6m2>1sf3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=096m}DIQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_bUEEinschaltungHp_BUE_Einschaltung_Hp_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_bUEEinschaltungHp_BUE_Einschaltung_Hp_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..47428eb1881e1cab4b101c9c07fbd3548ef58eb7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zp<&O9Jv}#j($1tg9B|k*T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaK@nL-c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_bUEFunktionsueberwachung_BUE_Funktionsueberwachung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Einschaltung_bUEFunktionsueberwachung_BUE_Funktionsueberwachung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd0931290cacbd5f5141cf386204efb78ff92ed8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zH0*h?r{`u*+L<(m0}i{Us{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQpGhgWd literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gefahrraum_Eckpunkt_Bezeichnung_AttributeGroup_bezeichnungBUEGFREckpunkt_Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Gefahrraum_Eckpunkt_Bezeichnung_AttributeGroup_bezeichnungBUEGFREckpunkt_Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8390ecacad7777e2964afab97045cbb00ab1609e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecnm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi&aJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWC>8X>ZF?$gO1vLZx;)JpoZBm5TM4jkAuT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZUOJPU= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kante_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kante_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1ca531864872f2b9f4e910558ffb639c33eb7dd5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&CGIaA0QI86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkIBx7g* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_Koordinaten_AttributeGroup_iDGEOPunkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_Koordinaten_AttributeGroup_iDGEOPunkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..845de0f9bd8a49bc3d0eb4b5e122f5326bb13f5d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2bz^rei(9YlYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaui_F!ND literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_Koordinaten_AttributeGroup_pixelKoordinateX_Pixel_Koordinate_X_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_Koordinaten_AttributeGroup_pixelKoordinateX_Pixel_Koordinate_X_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4b9f986cbde8495a1aabcb2f861ec26dec25da70 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zy|$+5SWobpV#~Hjon6z_fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08>dta6S literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_bUEKreuzungsplanKoordinaten_BUE_Kreuzungsplan_Koordinaten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_bUEKreuzungsplanKoordinaten_BUE_Kreuzungsplan_Koordinaten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..0a7b80757632f9125f1c4c66852e75e23481d9a2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXn3*b#m%0ZXVT6ba5%7Qx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=+fMOB= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_iDAnhangKreuzungsplan_ID_Anhang_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Kreuzungsplan_iDAnhangKreuzungsplan_ID_Anhang_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..411e41cfbd3e25e79c65bd634abac76217b97987 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&H=}^WtXD%`<6d4mcdxHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWLFr literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_bUENachlaufzeit_BUE_Nachlaufzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_bUENachlaufzeit_BUE_Nachlaufzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d36652c8326550a13e13daf1abe85ea99599161d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3l~2Y9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm53tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXE6>VN?JB literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_hpErsatzstecker_Hp_Ersatzstecker_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_Allg_AttributeGroup_hpErsatzstecker_Hp_Ersatzstecker_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..00f46c76ac86634c27dcdfad5feb8c8b71cc90d5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK2(N4$PS|2go=U9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm53|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09)S7aRk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_bUEAbhaengigkeitFue_BUE_Abhaengigkeit_Fue_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_bUEAbhaengigkeitFue_BUE_Abhaengigkeit_Fue_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5006a4caf347aec8aeeb259f433d5302cdd3fcf2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z1&YtVKOZ8#Yq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s32AT!|ia%Kx zK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@;$(hc98nc(5 zU>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiGa%!4V8=JCK H6&b7n8+2gU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_bUESchnittstelleAllg_BUE_Schnittstelle_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Schnittstelle_bUESchnittstelleAllg_BUE_Schnittstelle_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5ab79ac60ea59d10de57a1bae69ac74b8c41c3fb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3lyJ!e?E}m;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LRVS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^8OVDSI| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDBUEAnlage_ID_BUE_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd0931290cacbd5f5141cf386204efb78ff92ed8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zH0*h?r{`u*+L<(m0}i{Us{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQpGhgWd literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..11943a3c05dfdfeaaf575a1e3658808308036bdf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMZA2OM@yR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|KVY)} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDSignal_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_Spezifisches_Signal_iDSignal_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fc9baba599aabe00422badfa1ed30d0e9b1bea36 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&Jmav8U%|PuiI@hXW3~rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=7MCY literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_WS_Fstr_Zuordnung_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_WS_Fstr_Zuordnung_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6075ab8296c050e1f0b2a25853ec728f01edfe08 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMxc MZEVU`Rb;RR0QRF`!vFvP literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_WS_Fstr_Zuordnung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBUE_WS_Fstr_Zuordnung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fee426e9e25a054349a5013612831e98fb5292af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt zizME&Yq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s32AT!|ia%KxK`b2* z0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@;$(hc98nc(5U>E7r znse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiGa%!4V8=JCK6&b7n DtvO-0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Anlage_Bezeichnung_AttributeGroup_bezeichnungBahnsteigAnlage_Bezeichnung_Bahnsteig_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Anlage_Bezeichnung_AttributeGroup_bezeichnungBahnsteigAnlage_Bezeichnung_Bahnsteig_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd7b99881d7502fe6231cb1bc4e34bdc75358858 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2b5xuQ%Qt-G6`nvP+e_rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OA}M3@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Anlage_bezeichnung_Bahnsteig_Anlage_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Anlage_bezeichnung_Bahnsteig_Anlage_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a825df29921f0ad716a4f440b40854a6a0d790c2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&CGIaA3}yIY7otW8+=Z)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08~JY%o` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Dach_iDBahnsteigKante_ID_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Dach_iDBahnsteigKante_ID_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7e2fd2ea3bd7ba22ad01ecfdae4f25dc6340b29b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP zch8F#JvVQrojK!h;J~iwYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9!dt-S3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_Allg_AttributeGroup_lageZumGleis_Lage_Zum_Gleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_Allg_AttributeGroup_lageZumGleis_Lage_Zum_Gleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3b0b3f8a8c11cbbf0dad93b0c3fda35507bf935 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}T3l82jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuYxj9|$C literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_Allg_AttributeGroup_systemhoehe_Systemhoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Kante_Allg_AttributeGroup_systemhoehe_Systemhoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..78bc4558b3db8cbb1b0a17757a067a308d5707a2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|NrsxUm4mOV*ROub(!Iny~%WA^eB z>>_m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LRMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7^%VW9# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_Allg_AttributeGroup_bahnsteigZugangArt_Bahnsteig_Zugang_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_Allg_AttributeGroup_bahnsteigZugangArt_Bahnsteig_Zugang_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ddf2faab4622ae12946a48f6388a4e02c79172f5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zH2nDb`^M2X`{&MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%A0-D9x; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_bahnsteigZugangAllg_Bahnsteig_Zugang_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBahnsteig_Zugang_bahnsteigZugangAllg_Bahnsteig_Zugang_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d1da83e1fb4799547bc1b67e8219ae0304503686 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&H=pwCCogo-;Gk4m3FInyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkIBx7g* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_baliseGeraetestand_Balise_Geraetestand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_baliseGeraetestand_Balise_Geraetestand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0b5901d2142d6aaac4868bc7a97b8efe5e730a43 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^``%U)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_balisenhalter_Balisenhalter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_balisenhalter_Balisenhalter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30db790de3ed05d210c83c547546f8ee40e938b8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8X689I50Eq43OdA;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm53$Vw6p^b4*&nh&yTnNf8V~L zq2a)R12fak02vMr4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQssVDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0ce91c4366f6ff9a31c11bd0d962844cbe316c0c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXG$`>IQ;(~KR@37|9$(0 zh6bSc%(OE=22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru3fEw| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_montageabweichung_Montageabweichung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_Allg_AttributeGroup_montageabweichung_Montageabweichung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1ca531864872f2b9f4e910558ffb639c33eb7dd5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&CGIaA0QI86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkIBx7g* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_baliseAllg_Balise_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_baliseAllg_Balise_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d537d9cf8e8a3b695a274bfd51312dc6d69b96f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z{{Hdx&5fh?_s_qyta8_MH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmP!DDCu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_iDDatenpunkt_ID_Datenpunkt_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBalise_iDDatenpunkt_ID_Datenpunkt_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a35176a55fcd9f5d678a52e9e23ff9d4fbc8e03a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMzf-#@9&>~X<6m2>1sf<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{6aU)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_bestandsschutz_Bestandsschutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_bestandsschutz_Bestandsschutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1cdf90bcb7f137dd07b1c036620a811e15c2985e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&Fqu`uph7H}mJ;udKYZYq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s3 z2AT!|ia%KxK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n`qO4v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_datumRegelwerk_Datum_Regelwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_datumRegelwerk_Datum_Regelwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7601130ed767f038f87afd165be3f12f36def199 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|NrsxlH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmFA!AMe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_iDAnhangRegelwerkBesonders_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_Allg_AttributeGroup_iDAnhangRegelwerkBesonders_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0dabd12b1d564dc1dea2ec458990f621a87ba131 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK8?Se;+;iX8!#9m6exvO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09OL1Zle literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_basisObjektAllg_Basis_Objekt_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_basisObjektAllg_Basis_Objekt_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c591c37aff5a0d7462cf71d53d51e40559934f5f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X8{g*>kg}=S*7K0SAX&)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UP?{VDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_iDOertlichkeitAusgabe_ID_Oertlichkeit_Ausgabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_iDOertlichkeitAusgabe_ID_Oertlichkeit_Ausgabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fefdeb48a868c3362952391564b4d4f102794bdc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx!kkXzDXsX#-B}ku4PZs6jSe)O3ri+ z)R?{e1iMI|)|^u(-K-dN)b4w`SO^3)%zlyZVbRHUriBS^@;6#)Zs%&9ewm)nkWs>oms09UbLI{*Lx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_objektreferenzen_Objektreferenzen_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBasis_Objekt_objektreferenzen_Objektreferenzen_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..63deb7e8cc2b004a2594f8010bf9553b9d7ec5ef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|3ShGU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bVDarstellungInPlan_BV_Darstellung_In_Plan_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bVDarstellungInPlan_BV_Darstellung_In_Plan_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4a6adcc9632f94e3f7f6f9c3df1711833b187d1e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&EdmT5~M8XN_fXn@;4e>1sf`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR;g24WHb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bearbeitungsvermerkRolle_Bearbeitungsvermerk_Rolle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bearbeitungsvermerkRolle_Bearbeitungsvermerk_Rolle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ab320caa6aa7b8e38cc6d4fdf10eb0aedb084abd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}t2=2&pg8q4A~oyc9&)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08<9bc9J literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bestandsrelevanz_Bestandsrelevanz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_bestandsrelevanz_Bestandsrelevanz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a4ff5f70fd854893735c02ea49c3f94384e76d15 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ zUTa!&EVyTlWpSHM<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{E$U)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_kommentar_Kommentar_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_kommentar_Kommentar_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b4bcd2315f044c090fec7a2e704c9440cff4e424 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG+b+1b1b-Ljb(A0PUNoXYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8{0$$7j literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_kurztext_Kurztext_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_kurztext_Kurztext_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3cafe5d16f6f04ea2842813008882f940f0c02c9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zL&LSEHOGQ`)>sy|=|t|Dt_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SI1HD8_p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_zeitBearbeitungsvermerk_Zeit_Bearbeitungsvermerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_Allg_AttributeGroup_zeitBearbeitungsvermerk_Zeit_Bearbeitungsvermerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..320d11782509bfa6dec3f5337773335b38f9d0dd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^EcnYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaujz+hki literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_bearbeitungsvermerkAllg_Bearbeitungsvermerk_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_bearbeitungsvermerkAllg_Bearbeitungsvermerk_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8f218cb68af4f0bb620580889bd9bb8e3a51a354 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub3d0=}0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_iDAnhang_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBearbeitungsvermerk_iDAnhang_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f084ae6e195de240efd71b9b5dbc088d0f93931 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|=hCH02M32;)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_bezeichnung_Bedien_Anrueckabschnitt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_bezeichnung_Bedien_Anrueckabschnitt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4063fe66107e24694bdccafaad37905167d82be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK8@de;6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AQ4rI9i literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_iDGleisAbschnittPosition_ID_Gleis_Abschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anrueckabschnitt_iDGleisAbschnittPosition_ID_Gleis_Abschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5d64176e70ad314a64b1397ec2ee5284c2df4247 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z`}Ozlqi^2Kzkk2-(xqL~)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AQ4rI9i literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Allg_AttributeGroup_melder_Melder_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Allg_AttributeGroup_melder_Melder_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..55d7be5a9128f0d36af3f3cc3b8845552495c686 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}1sf_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQOa%2_& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Allg_AttributeGroup_taste_Taste_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_Allg_AttributeGroup_taste_Taste_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7ea4283fe9477a8fd0eda0c5282f3d3219c5a0f6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG<^O2=5r0%RuxYm9q!{Ee2H+qqh&U#90X QlH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmOm}6)F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_iDVerknuepftesElement_ID_Verknuepftes_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Anzeige_Element_iDVerknuepftesElement_ID_Verknuepftes_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..eb470e4612ccc76003b5aa563d86b65e25a14dad GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&KD9`uoPwH~Z(`Usic(*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_aWert_A_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_aWert_A_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c0e9653ac244bfdad7c94e71779547505c6c2088 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z{`md%#+#%2@6TU$sdCqJH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmP#A9dx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_bWert_B_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_bWert_B_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d4656df57c8e1f6daf78a341100df1965cc5b29a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|NrsxMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%A1qhqlE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_cWert_C_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_cWert_C_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c68f4ae3c63868c9ecc6c869ca138d6837c5cd75 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c z{P_L##+#%2@6TU$sdCqJH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmW<706E literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_dDWert_DD_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Adressformel_AttributeGroup_dDWert_DD_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2833425da49fa1910d886d3c89d72cc01926b28f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+6>ylsEBsH&6Y-Wk@zrXK+=y0-@_urqt>{8{f>1sf7J{D}b#!{zE=l}os`SJGu@7p&t zH2nDe^~Rf{`|r6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_Um4mOV*ROub(! zIny~%WA^eB>>_t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7nL?&ju literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_steuerbezirksname_Steuerbezirksname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_steuerbezirksname_Steuerbezirksname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0403fbdaff42c1cd009b53a6263bf8701f6f2728 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zX!!c|_tB$o=Fh)hS$S#KbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruOXp(7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_steuerbezirksnummer_Steuerbezirksnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_Allg_AttributeGroup_steuerbezirksnummer_Steuerbezirksnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d2e2c36a1bdc379a99674663b6a0c358364c1f26 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_bedienBezirkAllg_Bedien_Bezirk_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_bedienBezirkAllg_Bedien_Bezirk_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c591c37aff5a0d7462cf71d53d51e40559934f5f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X8{g*>kg}=S*7K0SAX&)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaKykUI+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_iDBedienZentrale_ID_Bedien_Zentrale_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Bezirk_iDBedienZentrale_ID_Bedien_Zentrale_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b9619a09d5f56667abd3fbf9e2cd886b2c232b6d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXBzkVEX_7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einricht_Oertlich_Allg_AttributeGroup_bedienEinrichtBauart_Bedien_Einricht_Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einricht_Oertlich_Allg_AttributeGroup_bedienEinrichtBauart_Bedien_Einricht_Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6cb3a2775963eb8bd6dadfcf5d2a978bc9ab274f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK6fvnvV4ZuPL@{i`3aQT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua@=U`6& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einricht_Oertlich_Allg_AttributeGroup_hupeAnschaltzeit_Hupe_Anschaltzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einricht_Oertlich_Allg_AttributeGroup_hupeAnschaltzeit_Hupe_Anschaltzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb87467162ff10141d5e759ab13fcc134342c0c7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2bz^rei(9YlYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasMabU9m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_Bezeichnung_AttributeGroup_bedienEinrichtOertlBez_Bedien_Einricht_Oertl_Bez_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_Bezeichnung_AttributeGroup_bedienEinrichtOertlBez_Bedien_Einricht_Oertl_Bez_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..252ab407d1ca48af5747db1b3ce1e7663735e2d0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9GEj_4v=9yGi}#&H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlwK4Q!O literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_bedienEinrichtOertlichAllg_Bedien_Einricht_Oertlich_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_bedienEinrichtOertlichAllg_Bedien_Einricht_Oertlich_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..513f25d218118ca4a024059c7c0c5f21da139e89 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXgF}-z??aAE?ug0aB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub4LtuLV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_bezeichnung_Bedien_Einrichtung_Oertlich_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_bezeichnung_Bedien_Einrichtung_Oertlich_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1b80aea5fd8fbe3277ca7d648f8b84aa82707420 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3lYC`snWs0Vb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{~UgVKo2% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_iDAnhangBenutzeroberflaeche_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Einrichtung_Oertlich_iDAnhangBenutzeroberflaeche_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f084ae6e195de240efd71b9b5dbc088d0f93931 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|=hCH02M32;)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giB0{~VxVKo2% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_GBT_Allg_AttributeGroup_rueckschauzeit_Rueckschauzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_GBT_Allg_AttributeGroup_rueckschauzeit_Rueckschauzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..481390b636c7d027165424b0f2f250b57f7b8304 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gq74e0_7{=>7fkFD&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW6>ylsEBsH&6Y-Wk@zrXK+==5r0%RuxYm9q!{Ee2H+qqh&U#90X QtWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=1sf6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=R;spL%OK#keU zPq2&hY0Wux(#?uNNA141i-kZ?!|WFc9~PZ#XIhxxCV!))=60^u>6hvG3^_GTsf|t9 Is)`KO0J79zO8@`> literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_Allg_AttributeGroup_oberflaecheZustaendigkeit_Oberflaeche_Zustaendigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_Allg_AttributeGroup_oberflaecheZustaendigkeit_Oberflaeche_Zustaendigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..84d32674ac782c725c060ef9acb38284fc4e94a6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}LtNHAjt_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SJUwO~R3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_bedienOberflaecheBildAllg_Bedien_Oberflaeche_Bild_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_bedienOberflaecheBildAllg_Bedien_Oberflaeche_Bild_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..61e87ecee19c77c3187b476b98e79c56eab9bb85 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ z1&Z&#KOe|&aB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AubrreL%H literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_iDBedienOberflaeche_ID_Bedien_Oberflaeche_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_iDBedienOberflaeche_ID_Bedien_Oberflaeche_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d9762f2ed87df5793a85fe870260df792fcc898 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&CGIaA5!a`9Ow)gTt=rYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8FD`VOK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_Bild_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a87700f4c7cdeae66d88a9f69e203fe883a50f7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K)(ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_bedienOberflaecheAnhaenge_Bedien_Oberflaeche_Anhaenge_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_bedienOberflaecheAnhaenge_Bedien_Oberflaeche_Anhaenge_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e45936a8f3c3b2525a8233b8e846e4ce5b66ad9c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA3}yIY7otW8+=Z)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09;fMgQ@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oberflaeche_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a172db7410d01a369d4a2efc20ef7414f69f9cd9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ*^O#=EAg0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UTtJU>yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_Kennzahlen_AttributeGroup_betriebsstellenbezeichner_Betriebsstellenbezeichner_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_Kennzahlen_AttributeGroup_betriebsstellenbezeichner_Betriebsstellenbezeichner_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..998cc1047ef2927ff0aa4d8fa8a06a1a6b620085 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&H=pwCCogo-;Gk4m3FInyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=;@%I1k+cz{c zytuUI=BA!AGt+=lyQZrF(bh@I>$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;h zp!k!85ya8~5g+&ksNMH=u@DGqnEfK*!=jVzObZj-3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXG=uVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_iDBedienBezirk_ID_Bedien_Bezirk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9d5b0302e6d65633e36bf7c3484f7d2e731affc7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z|1pgK!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^`=-U)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Oertlichkeit_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5baef5a9501e21b9ce19e5238f6677b1bd3c7b5c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4uAw38XO!Pc1>3UqOFsZ*LBG+ZIYT-DK@i2_}}06K=k+Xc_8}peDUwQ%|O#2 zK=CIFBZ#E~B0zRBu*N7T^rb}FsWHqvdw9x)t&{qj`zDom8hIDml|R zP-FJ;6YL^=T60dFbhBd6QM>Q$Vj&RJF#AQqheapbnHDCv$=_(Hxt*(Z`ek}PLrzUo MYGYHjsv?6m0Jphep#T5? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienPlatzArt_Bedien_Platz_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienPlatzArt_Bedien_Platz_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f9c132ceaca4418b7e2af0c96663c246ed4692c9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2cR~-$!q}nZN&j<+4k=rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OApm3Z literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienplatzbezeichnung_Bedienplatzbezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienplatzbezeichnung_Bedienplatzbezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d59b3c9d8ba2c8e566df213b34d9bf4f5a377d6d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z`}N1~qc`5n-+#Yy*`;06)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08k&ST>M literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienplatznummer_Bedienplatznummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_Allg_AttributeGroup_bedienplatznummer_Bedienplatznummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7303e2d13050034c76968b8ecf8ea742f33f5bb1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK8>{ejmN@X8!*BmCG*enyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+==5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_bedienPlatzAllg_Bedien_Platz_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_bedienPlatzAllg_Bedien_Platz_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..44af2e5cd8d36ba847eeb4119f55ce9602cc2603 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&KDF`s2;f8~5k$zf`$w*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=1sfMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7uL}U5@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_iDUnterbringung_ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Platz_iDUnterbringung_ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d4b7df4075d485a77853612103ac0e598f8c9089 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z`}^yUH%D*WpTGZ7<+5GV)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08mU1Q?_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_Bezeichnung_AttributeGroup_bezeichnungBSO_Bezeichnung_BSO_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_Bezeichnung_AttributeGroup_bezeichnungBSO_Bezeichnung_BSO_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7738511b80963e7121c0095811d59ffe1aa4ee08 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&CGIaA3}yIY376v7TMi)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0B7b7Z*y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_bSOIPAdressblock_BSO_IP_Adressblock_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_bSOIPAdressblock_BSO_IP_Adressblock_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c99c0ab3160e799a7c075697d3bd1925364c3e3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK4oQntF}}7q795Y}45_T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaQd|_e$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_bezeichnung_Bedien_Standort_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_bezeichnung_Bedien_Standort_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..00fdba3ec4cb7088810193f4c6856d2b82db5493 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt zyXIO`&#~a*HI|WWI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPY^V8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_iDUnterbringung_ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Standort_iDUnterbringung_ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d9cbe9d423ddd52d4b167d37a8864d092df9aff GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt zyXIO`&#~a*HI|WWI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVgvU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_Bezeichnung_AttributeGroup_bezBedZentrale_Bez_Bed_Zentrale_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_Bezeichnung_AttributeGroup_bezBedZentrale_Bez_Bed_Zentrale_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..19c4a599d7cd769e527df39e09e4e4a608095fe5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6bSc%rj{~22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru>RMoq literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_bezeichnung_Bedien_Zentrale_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_bezeichnung_Bedien_Zentrale_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3b0b3f8a8c11cbbf0dad93b0c3fda35507bf935 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}T3l82jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuYxj9|$C literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_iDAnhangPlanBedienraum_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedien_Zentrale_iDAnhangPlanBedienraum_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..201754f6409c20e4f398218d90453177b59a9925 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|2go=U9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm53|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=095Z)6<+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_PZB_AttributeGroup_iDPZBElement_ID_PZB_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_PZB_AttributeGroup_iDPZBElement_ID_PZB_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e969b635853e5237a5a7af5d47883e490a124e2b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG<^N~`{>a(^XK2Mth}^qx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=Y+F|?v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_PZB_AttributeGroup_wirksam_Wirksam_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_PZB_AttributeGroup_wirksam_Wirksam_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8e4853e09694cea9d17349dee0bacb32136a1cea GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zeEs_S=+QUx=ijfaytHe&8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5Um4mOV*ROub(! zIny~%WA^eB>>_Um4mOV*ROub(! zIny~%WA^eB>>_$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub3d0=}0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Sonstige_AttributeGroup_anlagenteilSonstige_Anlagenteil_Sonstige_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Sonstige_AttributeGroup_anlagenteilSonstige_Anlagenteil_Sonstige_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..15309fdc8f609c3021bb9b3f9a166e5595d92cf5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}T3+~x9T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZA*I@zx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Sonstige_AttributeGroup_textBedingung_Text_Bedingung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Sonstige_AttributeGroup_textBedingung_Text_Bedingung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3090830045ce6bf1b0f2f3100b6322a6e93d4eda GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520<93bOZaL=ykYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8JWMlIH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Weiche_AttributeGroup_bedingungWeichenlage_Bedingung_Weichenlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBedingung_Weiche_AttributeGroup_bedingungWeichenlage_Bedingung_Weichenlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4096600c25745e6e0c9503a2d1eb7eda8ce09307 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK2(N4$PS|2go=U+_P)C8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm53tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFQbVT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_begrenzungA_Begrenzung_A_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_begrenzungA_Begrenzung_A_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fee466dd249833e1c23b37de5be966d3a873bfb0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z3lYC`snWs0Vb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0|2T&VW1sfB0{~UgVKo2% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_richtungsbezug_Richtungsbezug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBereich_Objekt_Teilbereich_AttributeGroup_richtungsbezug_Richtungsbezug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..eeaa06b985e04d1eeddf65c8d863f06ba8c583d6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520Um4mOV*ROub(! zIny~%WA^eB>>_$`>IQ;(~KR@37|9$(0 zhK8@de;6>ylsEBsH&6Y-Wk@zrXK+=C>8X>ZF?$gO1vLZx;)JpoZBm53tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHlcVc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungLageplanLang_Bezeichnung_Lageplan_Lang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungLageplanLang_Bezeichnung_Lageplan_Lang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbab8f9c16870788f5127c414ecc39737397e616 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&CGIaA3}yIY7p-;GSL6)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AK%Vbsn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungTabelle_Bezeichnung_Tabelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_bezeichnungTabelle_Bezeichnung_Tabelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cba683610aaa60b78191fcbcc0c20a05b08a8be7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ)0oJ-eo>0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UXY~V8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_kennzahl_Kennzahl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_kennzahl_Kennzahl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f5b2b6f12daf230ef5ed1c16192793d83c379863 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zK*WKJW5GSUrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jprplJ}G_>+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`OF7{yy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_oertlicherElementname_Oertlicher_Elementname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBezeichnung_Element_AttributeGroup_oertlicherElementname_Oertlicher_Elementname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..570aef8c6baa0a53e717f2bc265ae292cc3eab36 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFVGVT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0056d63c98232b9ccfd7714ce4d3d2480f928f8e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB8+46 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..eb4dbff07cd7e38261b949ce3da19a5caea0d9e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_L2_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_L2_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..16dbb0e6769173330138b3e3c307a700bdcfe83a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zp<&O97d1sf&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OA!B3n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbc9f8d4452a84872fb2b3fd6aba108fac48d276 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&Fqu{p0AH8}sk)ue`Ku*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3ffbd19e5e886491de46e0e731c6f73f10333d4c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R12fak02vMr4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UXVHV4na0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ddd2316b4efe6d3d04944cb0cbcc78f4dd15de16 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA0QI86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWl7kz>mM literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0056d63c98232b9ccfd7714ce4d3d2480f928f8e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB8+46 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..eb4dbff07cd7e38261b949ce3da19a5caea0d9e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup_iDWElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae6b2e642915546c55c5c04570e5d17af16efcd7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R1836C02vMr4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPg|VA22p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup_wLage_W_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..79bc043f1c442b4c9c6718ad362dc4feea03f483 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaNtbZ86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlfqGSF5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_bezStreckeBTS1_Bez_Strecke_BTS_1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_bezStreckeBTS1_Bez_Strecke_BTS_1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6714c4b294b004e1aaf215cb6d55a8592e6db05c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK6fR*Nz1rTVuJVO{Z1sf3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXEI#VN?JB literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_kmBTS3_Km_BTS_3_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup_kmBTS3_Km_BTS_3_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b855e64d345a4e8bbdcd27a3912a53290a52113 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zz1DQ?Sn#nmmTTH{+ICG>1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2?|rV9fvk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_Datei_AttributeGroup_dateiname_Dateiname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_Datei_AttributeGroup_dateiname_Dateiname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f87f97d3aebe398c67d11981c8c623dd97513973 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&CGIaA3}yIY7otW8+=Z)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08}c4M#r literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_Datei_AttributeGroup_dateitypBinaerdatei_Dateityp_Binaerdatei_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_Datei_AttributeGroup_dateitypBinaerdatei_Dateityp_Binaerdatei_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..253bf552e34f322fb53be9ec0d8366f6fe88fd2d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaA3}yIY7otW8+=Z)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08~JY%o` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_binaerdatenDatei_Binaerdaten_Datei_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_binaerdatenDatei_Binaerdaten_Datei_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f73697b64c8b887287adfc109ec7639e4210b3af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`}_CTH*b#Kzd!%drOI8?)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08>-eeO1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_daten_Daten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBinaerdaten_daten_Daten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..96aea643e364ebda60f058067905334de4bed650 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&NXiU*EhrdjJ0XOP4BlO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_Allg_AttributeGroup_schaltung_Schaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_Allg_AttributeGroup_schaltung_Schaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..452784a50656fc41d2c37142a65c54f8add7c42c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXgF}-z??aAE-kBcaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuawFm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giWXV-K!Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0|0`nVSE4p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_iDBlockElementA_ID_Block_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Anlage_iDBlockElementA_ID_Block_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bdcd7fffee2ec8f7b0ecfec45023f801ebf8470c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG#of^V9uO5Kt}Mfo?X+`fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~(@1K8ZS>>+jYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7Whhy3R literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Allg_AttributeGroup_rueckblockwecker_Rueckblockwecker_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Allg_AttributeGroup_rueckblockwecker_Rueckblockwecker_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8997497557c1fa26a8bfaa59c4cc2cba6bd7595f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OWVU2R literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Allg_AttributeGroup_vorblockwecker_Vorblockwecker_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Allg_AttributeGroup_vorblockwecker_Vorblockwecker_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c1a5efaf9f32999070f7a5817b87d50ed03ee88 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhKAoizP`C}^#1<&mzGuTnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW<*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1^@xfV8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisStaendigVorhanden_Erlaubnis_Staendig_Vorhanden_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisStaendigVorhanden_Erlaubnis_Staendig_Vorhanden_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5aacb3fcbfe43e7bf3e7f6919beba22e9543a33b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3lYC`snWs0Vb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{}4gVFCaE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisabgabespeicherung_Erlaubnisabgabespeicherung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisabgabespeicherung_Erlaubnisabgabespeicherung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1cadb396e057e1883a1ab1768ea2c3d25fab38d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R19Rrgxpb-0!NFnIbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruV=G}r literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisholen_Erlaubnisholen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_Erlaubnis_AttributeGroup_erlaubnisholen_Erlaubnisholen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e0e45bdcaf469da63c6e284b89cb40798827e26c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub1=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q$`>IQ;(~KR@37|9$(0 zhK8@de;j>tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+==5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_iDZugschlussmeldung_ID_Bedien_Anzeige_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Element_iDZugschlussmeldung_ID_Bedien_Anzeige_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..981b7874e5094bf9c60ad54aa35cdfa6a35e95f9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG<^O2$UdnFC}P&z!kyx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR;$s$lg1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_bremsweg_Bremsweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_bremsweg_Bremsweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d6e65ce8a1cded8cc21a23838f2fbf562bfaab5f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3l}$@Idj)^H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWkvfME&% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_streckeArt_Strecke_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_streckeArt_Strecke_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..abc468952270298fffd9582f955fdde6f2d1b9d9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjyz{$S|HcbJuh=Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{}NUVGjTR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_streckengeschwindigkeit_Streckengeschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_streckengeschwindigkeit_Streckengeschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f63515e9afdd0da5f6053c9301d0d5664339b2b3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aAfDGfAGj~l_1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2}(`V1obv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_traktionArtElektrisch_Traktion_Art_Elektrisch_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_traktionArtElektrisch_Traktion_Art_Elektrisch_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a9f5b6928b2456bf9f6fc47ae2535889b5c0e62 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXgF}-z??aAfDGfAGj~l_1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2}>6V1obv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_zugbeeinflussungArt_Zugbeeinflussung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_zugbeeinflussungArt_Zugbeeinflussung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c2235ab275bedac8c4eb6801f5b8a70a63f83b6c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkjjbcv# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_zusatzinformation_Zusatzinformation_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_Allg_AttributeGroup_zusatzinformation_Zusatzinformation_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..86a616f83b97dcf8d33ffdaf1cc6e0f3edbe8733 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zK*WIzUm4mOV*ROub(!Iny~%WA^eB z>>_`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR;?GGO%p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDBetriebsstelleNachbar_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDBetriebsstelleNachbar_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6219c0d7bbc0eb620e1fe81227221d933ffb96cd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4xC9l17tWjIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXI3~VblNs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDKnotenbahnhof_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDKnotenbahnhof_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6219c0d7bbc0eb620e1fe81227221d933ffb96cd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4xC9l17tWjIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXI3~VblNs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDStreckeBremsweg_ID_Strecke_Bremsweg_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDStreckeBremsweg_ID_Strecke_Bremsweg_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2cbcfe13f5450378bd60dfa6158a21ba7a11414d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&CGIaNtbZ86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkrUSpd8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDStrecke_ID_Strecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateBlock_Strecke_iDStrecke_ID_Strecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e43add45e35c1627ec212cf30c132f85ddb5e760 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjzF!OxhVB11P?0x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR>6z+jXB literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOSegmentProfile_ATO_Segment_Profile.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOSegmentProfile_ATO_Segment_Profile.gif new file mode 100644 index 0000000000000000000000000000000000000000..e9bdf38603d9281b3d0ec524a0599cdbc921c8c5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpT=ZH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOTSInstanz_ATO_TS_Instanz.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOTSInstanz_ATO_TS_Instanz.gif new file mode 100644 index 0000000000000000000000000000000000000000..9221f55c973a2d5bbe6e832a8a190ece71d3fbc4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOTimingPoint_ATO_Timing_Point.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_aTOTimingPoint_ATO_Timing_Point.gif new file mode 100644 index 0000000000000000000000000000000000000000..d31be0d688dcd3169b89cb9bcb2539a67bc33a7d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG`!fe=VnjOnY6S64i3Afs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQo{$J?; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_anhang_Anhang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_anhang_Anhang.gif new file mode 100644 index 0000000000000000000000000000000000000000..d695231564af7aec0893f5fa8746a3522fb15389 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X8{g*>kg}=S*7K0SAX&)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O>1|}G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlageStrasse_BUE_Anlage_Strasse.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlageStrasse_BUE_Anlage_Strasse.gif new file mode 100644 index 0000000000000000000000000000000000000000..c44845289f5a85b4d51e35b2f9e3cf01cc887350 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlageV_BUE_Anlage_V.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlageV_BUE_Anlage_V.gif new file mode 100644 index 0000000000000000000000000000000000000000..e81c185d38b35ce49942524d635ef2c98a61fb79 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=%-|< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlage_BUE_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAnlage_BUE_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..3093c78a17eca718a83b96a2544054bdadf15dfd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAusschaltung_BUE_Ausschaltung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEAusschaltung_BUE_Ausschaltung.gif new file mode 100644 index 0000000000000000000000000000000000000000..3799bd45b6957a0b968fbc246928f95a9bd819dd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEBedienAnzeigeElement_BUE_Bedien_Anzeige_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEBedienAnzeigeElement_BUE_Bedien_Anzeige_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..3093c78a17eca718a83b96a2544054bdadf15dfd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEDeckendesSignalZuordnung_BUE_Deckendes_Signal_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEDeckendesSignalZuordnung_BUE_Deckendes_Signal_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..40a3b0173a755aa4ca7d14749c50e48ff82f280f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK3h=_T230Ig^%lz`+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpT=ZH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEEinschaltung_BUE_Einschaltung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEEinschaltung_BUE_Einschaltung.gif new file mode 100644 index 0000000000000000000000000000000000000000..63dbadf56c1af14114366d6697983a0f50002383 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua}^I^~c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEGefahrraumEckpunkt_BUE_Gefahrraum_Eckpunkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEGefahrraumEckpunkt_BUE_Gefahrraum_Eckpunkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..40a3b0173a755aa4ca7d14749c50e48ff82f280f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK3h=_T230Ig^%lz`1sf3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UP?{VDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEKreuzungsplan_BUE_Kreuzungsplan.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEKreuzungsplan_BUE_Kreuzungsplan.gif new file mode 100644 index 0000000000000000000000000000000000000000..6664d2939ca0ac4ee3568cf6841de038f654d198 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_}2VMG7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUESpezifischesSignal_BUE_Spezifisches_Signal.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUESpezifischesSignal_BUE_Spezifisches_Signal.gif new file mode 100644 index 0000000000000000000000000000000000000000..63dbadf56c1af14114366d6697983a0f50002383 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua}^I^~c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEWSFstrZuordnung_BUE_WS_Fstr_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bUEWSFstrZuordnung_BUE_WS_Fstr_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..76d2d364527040c7ed6617da962a1d1419b55abe GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHyJVc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigAnlage_Bahnsteig_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigAnlage_Bahnsteig_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..bad30bb8e3d8c82e0bd0812f1af50d0a6882c16c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXDXoVLAW+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigDach_Bahnsteig_Dach.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigDach_Bahnsteig_Dach.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7a01deebad20b92a21abcdb077dceb55be93ac9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_}2VMG7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigZugang_Bahnsteig_Zugang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bahnsteigZugang_Bahnsteig_Zugang.gif new file mode 100644 index 0000000000000000000000000000000000000000..c881050c14bda6b1cc51d724d93b63c15f28ee0d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&++YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpT=ZH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bearbeitungsvermerk_Bearbeitungsvermerk.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bearbeitungsvermerk_Bearbeitungsvermerk.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdcc329291d49497d16dc3de4e252eb8afce56c9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=iy|j literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienAnzeigeElement_Bedien_Anzeige_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienAnzeigeElement_Bedien_Anzeige_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..9221f55c973a2d5bbe6e832a8a190ece71d3fbc4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienBezirk_Bedien_Bezirk.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienBezirk_Bedien_Bezirk.gif new file mode 100644 index 0000000000000000000000000000000000000000..7cb2132b3598e88cbd62a03f56028cc63dfc9ed2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zp#fQZ*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK73^WY_6o0ZXf>=5r z0%RuxYm9q!{Ee2H+qqh&U#90X$`>IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOberflaecheBild_Bedien_Oberflaeche_Bild.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOberflaecheBild_Bedien_Oberflaeche_Bild.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbb9f425ab678e7735ca507313e3dd25b05c8f53 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zeX(cH&7Ph!X=w)>9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`-bVPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOberflaeche_Bedien_Oberflaeche.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOberflaeche_Bedien_Oberflaeche.gif new file mode 100644 index 0000000000000000000000000000000000000000..bad30bb8e3d8c82e0bd0812f1af50d0a6882c16c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXDXoVLAW+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOertlichkeit_Bedien_Oertlichkeit.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienOertlichkeit_Bedien_Oertlichkeit.gif new file mode 100644 index 0000000000000000000000000000000000000000..391d0b31318431aba063221760c66053c03f3d68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ zzSy(pW>3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UP^DVDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienPlatz_Bedien_Platz.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienPlatz_Bedien_Platz.gif new file mode 100644 index 0000000000000000000000000000000000000000..407220bf47ed088753d69cb0cdf8c92f048c00df GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienStandort_Bedien_Standort.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienStandort_Bedien_Standort.gif new file mode 100644 index 0000000000000000000000000000000000000000..d51b61d9ef70685188da7673a8058126594601c4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienZentrale_Bedien_Zentrale.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_bedienZentrale_Bedien_Zentrale.gif new file mode 100644 index 0000000000000000000000000000000000000000..b689e7a00bd56f7d04717d566008f99620e34c58 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXGJ+VW$89 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_binaerdaten_Binaerdaten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_binaerdaten_Binaerdaten.gif new file mode 100644 index 0000000000000000000000000000000000000000..d959954a67fb393733a81e274f59a9f25f589ebb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O>1|}G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockAnlage_Block_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockAnlage_Block_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..011b758fdbc99742d98e55cc7c8886ee2fd0cb9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHw=Vc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockElement_Block_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockElement_Block_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..3093c78a17eca718a83b96a2544054bdadf15dfd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockStrecke_Block_Strecke.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_blockStrecke_Block_Strecke.gif new file mode 100644 index 0000000000000000000000000000000000000000..4e5ea6a0d742befe7e1f4288e861f7007780296b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ zzSy(pW>3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48URN{VI=?n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_datenpunktLink_Datenpunkt_Link.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_datenpunktLink_Datenpunkt_Link.gif new file mode 100644 index 0000000000000000000000000000000000000000..3093c78a17eca718a83b96a2544054bdadf15dfd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_datenpunkt_Datenpunkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_datenpunkt_Datenpunkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..63deb7e8cc2b004a2594f8010bf9553b9d7ec5ef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|3ShGU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eSTWZentraleinheit_ESTW_Zentraleinheit.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eSTWZentraleinheit_ESTW_Zentraleinheit.gif new file mode 100644 index 0000000000000000000000000000000000000000..d31be0d688dcd3169b89cb9bcb2539a67bc33a7d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG`!fe=VnjOnY6S64i3Afs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQo{$J?; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSKante_ETCS_Kante.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSKante_ETCS_Kante.gif new file mode 100644 index 0000000000000000000000000000000000000000..fce4def8ef18982a49500fd3850a51d29c9226a3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo;qYk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSKnoten_ETCS_Knoten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSKnoten_ETCS_Knoten.gif new file mode 100644 index 0000000000000000000000000000000000000000..b689e7a00bd56f7d04717d566008f99620e34c58 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXGJ+VW$89 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSRichtungsanzeige_ETCS_Richtungsanzeige.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSRichtungsanzeige_ETCS_Richtungsanzeige.gif new file mode 100644 index 0000000000000000000000000000000000000000..6664d2939ca0ac4ee3568cf6841de038f654d198 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXExoVQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSWKr_ETCS_W_Kr.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eTCSWKr_ETCS_W_Kr.gif new file mode 100644 index 0000000000000000000000000000000000000000..011b758fdbc99742d98e55cc7c8886ee2fd0cb9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHw=Vc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eVModul_EV_Modul.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_eVModul_EV_Modul.gif new file mode 100644 index 0000000000000000000000000000000000000000..63dbadf56c1af14114366d6697983a0f50002383 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua}^I^~c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fMAAnlage_FMA_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fMAAnlage_FMA_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..c881050c14bda6b1cc51d724d93b63c15f28ee0d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXGJ+VW$89 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fMAKomponente_FMA_Komponente.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fMAKomponente_FMA_Komponente.gif new file mode 100644 index 0000000000000000000000000000000000000000..c44845289f5a85b4d51e35b2f9e3cf01cc887350 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fTAnschaltbedingung_FT_Anschaltbedingung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fTAnschaltbedingung_FT_Anschaltbedingung.gif new file mode 100644 index 0000000000000000000000000000000000000000..fce4def8ef18982a49500fd3850a51d29c9226a3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo;qYk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fTFahrwegTeil_FT_Fahrweg_Teil.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fTFahrwegTeil_FT_Fahrweg_Teil.gif new file mode 100644 index 0000000000000000000000000000000000000000..51539add5bd1b44cbde997c82873e00427e7b8be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zeX(cH&7Ph!X=w)>9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_}2VMG7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fachtelegramm_Fachtelegramm.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fachtelegramm_Fachtelegramm.gif new file mode 100644 index 0000000000000000000000000000000000000000..02c6c3c6949c5435855e9aaef8faafbec57b8275 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`LVE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_flaFreimeldeZuordnung_Fla_Freimelde_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_flaFreimeldeZuordnung_Fla_Freimelde_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..407220bf47ed088753d69cb0cdf8c92f048c00df GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_flaSchutz_Fla_Schutz.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_flaSchutz_Fla_Schutz.gif new file mode 100644 index 0000000000000000000000000000000000000000..fdf618977f6f92283aa4f2d1888ff69581e104bc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpT=ZH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrAbhaengigkeit_Fstr_Abhaengigkeit.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrAbhaengigkeit_Fstr_Abhaengigkeit.gif new file mode 100644 index 0000000000000000000000000000000000000000..f564476a4e1500e3fa9a064ce65846e7caf63609 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=iy|j literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrAneinanderZuordnung_Fstr_Aneinander_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrAneinanderZuordnung_Fstr_Aneinander_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..26da63c4c8590b82f2940de0e135c2bc380a163c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sfYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|3ShGU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrDWegWKr_Fstr_DWeg_W_Kr.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrDWegWKr_Fstr_DWeg_W_Kr.gif new file mode 100644 index 0000000000000000000000000000000000000000..d959954a67fb393733a81e274f59a9f25f589ebb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O>1|}G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrDWeg_Fstr_DWeg.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrDWeg_Fstr_DWeg.gif new file mode 100644 index 0000000000000000000000000000000000000000..3799bd45b6957a0b968fbc246928f95a9bd819dd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrFahrweg_Fstr_Fahrweg.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrFahrweg_Fstr_Fahrweg.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc6202681644db2106daa7cdfb8c35be612215 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_r;z)H+y={q@^8jaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QV4VW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrNichthaltfall_Fstr_Nichthaltfall.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrNichthaltfall_Fstr_Nichthaltfall.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbb9f425ab678e7735ca507313e3dd25b05c8f53 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zeX(cH&7Ph!X=w)>9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`-bVPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrRangierFlaZuordnung_Fstr_Rangier_Fla_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrRangierFlaZuordnung_Fstr_Rangier_Fla_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..02c6c3c6949c5435855e9aaef8faafbec57b8275 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`LVE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrSignalisierung_Fstr_Signalisierung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrSignalisierung_Fstr_Signalisierung.gif new file mode 100644 index 0000000000000000000000000000000000000000..e2bf8c1fb4228d3439129a96937702663e992ec9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXEy(VQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrUmfahrpunkt_Fstr_Umfahrpunkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_fstrUmfahrpunkt_Fstr_Umfahrpunkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..40a3b0173a755aa4ca7d14749c50e48ff82f280f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK3h=_T230Ig^%lz`1sf3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48URN{VI=?n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gEOKnoten_GEO_Knoten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gEOKnoten_GEO_Knoten.gif new file mode 100644 index 0000000000000000000000000000000000000000..d31be0d688dcd3169b89cb9bcb2539a67bc33a7d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG`!fe=VnjOnY6S64i3Afs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQo{$J?; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gEOPunkt_GEO_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gEOPunkt_GEO_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..d31be0d688dcd3169b89cb9bcb2539a67bc33a7d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG`!fe=VnjOnY6S64i3Afs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQo{$J?; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRAnlage_GFR_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRAnlage_GFR_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..d959954a67fb393733a81e274f59a9f25f589ebb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O>1|}G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRElement_GFR_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRElement_GFR_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ac9c84f95685dd8284c3be16cb748a64d31f5e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaMP+@%l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRTripelspiegel_GFR_Tripelspiegel.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gFRTripelspiegel_GFR_Tripelspiegel.gif new file mode 100644 index 0000000000000000000000000000000000000000..fefdeb48a868c3362952391564b4d4f102794bdc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx!kkXzDXsX#-B}ku4PZs6jSe)O3ri+ z)R?{e1iMI|)|^u(-K-dN)b4w`SO^3)%zlyZVbRHUriBS^@;6#)Zs%&9ewm)nkWs>oms09UbLI{*Lx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_geschwindigkeitsprofil_Geschwindigkeitsprofil.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_geschwindigkeitsprofil_Geschwindigkeitsprofil.gif new file mode 100644 index 0000000000000000000000000000000000000000..59d30291b8c621d4f7068cf0416e5094a0ee75a5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ zzSy(pW>3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UP?{VDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisAbschluss_Gleis_Abschluss.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisAbschluss_Gleis_Abschluss.gif new file mode 100644 index 0000000000000000000000000000000000000000..2fde4889b9e5bbea9fbf6e19d63d2c2e78d1e7e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisAbschnitt_Gleis_Abschnitt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisAbschnitt_Gleis_Abschnitt.gif new file mode 100644 index 0000000000000000000000000000000000000000..304981bb1123206ebc1963d2bc3b27552bc18a74 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}YLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|3ShGU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisArt_Gleis_Art.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisArt_Gleis_Art.gif new file mode 100644 index 0000000000000000000000000000000000000000..b4a2918a055916dec7f6d76b8847f478661195de GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z_r;z)H+y={q@^8jaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&Tj!Vj2Jd literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisBaubereich_Gleis_Baubereich.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisBaubereich_Gleis_Baubereich.gif new file mode 100644 index 0000000000000000000000000000000000000000..76d2d364527040c7ed6617da962a1d1419b55abe GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHyJVc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisBezeichnung_Gleis_Bezeichnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisBezeichnung_Gleis_Bezeichnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..3093c78a17eca718a83b96a2544054bdadf15dfd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisFahrbahn_Gleis_Fahrbahn.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisFahrbahn_Gleis_Fahrbahn.gif new file mode 100644 index 0000000000000000000000000000000000000000..9221f55c973a2d5bbe6e832a8a190ece71d3fbc4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisLichtraum_Gleis_Lichtraum.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisLichtraum_Gleis_Lichtraum.gif new file mode 100644 index 0000000000000000000000000000000000000000..c28f2e6aa698962002f371ca6e763e25eb616fa0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua|lwr^S literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisSchaltgruppe_Gleis_Schaltgruppe.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_gleisSchaltgruppe_Gleis_Schaltgruppe.gif new file mode 100644 index 0000000000000000000000000000000000000000..5560b51391aa242ea8ac383b2ab97d5bc7006113 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau{Kwz@~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_hoehenlinie_Hoehenlinie.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_hoehenlinie_Hoehenlinie.gif new file mode 100644 index 0000000000000000000000000000000000000000..391d0b31318431aba063221760c66053c03f3d68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ zzSy(pW>3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UP^DVDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_hoehenpunkt_Hoehenpunkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_hoehenpunkt_Hoehenpunkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d169590e8fa1530e954e083dd1f98dce3531715 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`YLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau~XkfDd literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_kabel_Kabel.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_kabel_Kabel.gif new file mode 100644 index 0000000000000000000000000000000000000000..2fde4889b9e5bbea9fbf6e19d63d2c2e78d1e7e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUAnlage_LEU_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUAnlage_LEU_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..b9619a09d5f56667abd3fbf9e2cd886b2c232b6d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXBzkVEX_7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUModul_LEU_Modul.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUModul_LEU_Modul.gif new file mode 100644 index 0000000000000000000000000000000000000000..589ded3dfbde2368c1de8f9c11b19ace32d6ee81 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaKykUI+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUSchaltkasten_LEU_Schaltkasten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lEUSchaltkasten_LEU_Schaltkasten.gif new file mode 100644 index 0000000000000000000000000000000000000000..f564476a4e1500e3fa9a064ce65846e7caf63609 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=iy|j literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lieferobjekt_Lieferobjekt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_lieferobjekt_Lieferobjekt.gif new file mode 100644 index 0000000000000000000000000000000000000000..c44845289f5a85b4d51e35b2f9e3cf01cc887350 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_luftTelegramm_Luft_Telegramm.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_luftTelegramm_Luft_Telegramm.gif new file mode 100644 index 0000000000000000000000000000000000000000..d51b61d9ef70685188da7673a8058126594601c4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_markanterPunkt_Markanter_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_markanterPunkt_Markanter_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc6202681644db2106daa7cdfb8c35be612215 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_r;z)H+y={q@^8jaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QV4VW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBBedienAnzeigeElement_NB_Bedien_Anzeige_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBBedienAnzeigeElement_NB_Bedien_Anzeige_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..bad30bb8e3d8c82e0bd0812f1af50d0a6882c16c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXDXoVLAW+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZoneElement_NB_Zone_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZoneElement_NB_Zone_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..5560b51391aa242ea8ac383b2ab97d5bc7006113 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau{Kwz@~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZoneGrenze_NB_Zone_Grenze.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZoneGrenze_NB_Zone_Grenze.gif new file mode 100644 index 0000000000000000000000000000000000000000..63deb7e8cc2b004a2594f8010bf9553b9d7ec5ef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|3ShGU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZone_NB_Zone.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nBZone_NB_Zone.gif new file mode 100644 index 0000000000000000000000000000000000000000..c44845289f5a85b4d51e35b2f9e3cf01cc887350 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nB_NB.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_nB_NB.gif new file mode 100644 index 0000000000000000000000000000000000000000..63dbadf56c1af14114366d6697983a0f50002383 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua}^I^~c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_oertlichkeit_Oertlichkeit.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_oertlichkeit_Oertlichkeit.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7a01deebad20b92a21abcdb077dceb55be93ac9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48URN{VI=?n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_pZBElement_PZB_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_pZBElement_PZB_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..c881050c14bda6b1cc51d724d93b63c15f28ee0d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+{#%cHI{8{I{*L2&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaMP+@%l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_proxyObjekt_Proxy_Objekt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_proxyObjekt_Proxy_Objekt.gif new file mode 100644 index 0000000000000000000000000000000000000000..289eb8bf3851a5a2b39203366e46e4533a5cb076 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau~XkfDd literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_rBC_RBC.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_rBC_RBC.gif new file mode 100644 index 0000000000000000000000000000000000000000..02c6c3c6949c5435855e9aaef8faafbec57b8275 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`LVE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_regelzeichnungParameter_Regelzeichnung_Parameter.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_regelzeichnungParameter_Regelzeichnung_Parameter.gif new file mode 100644 index 0000000000000000000000000000000000000000..2fde4889b9e5bbea9fbf6e19d63d2c2e78d1e7e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_regelzeichnung_Regelzeichnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_regelzeichnung_Regelzeichnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..e059b62b3e66140ff13efa7fe0c360ce08aab99f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXExoVQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schaltmittelFstrZuordnung_Schaltmittel_Fstr_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schaltmittelFstrZuordnung_Schaltmittel_Fstr_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..7cb2132b3598e88cbd62a03f56028cc63dfc9ed2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zp#fQZ*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK73^WY_6o0ZXf>=5r z0%RuxYm9q!{Ee2H+qqh&U#90X3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXJ8mV7mYS literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schloss_Schloss.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schloss_Schloss.gif new file mode 100644 index 0000000000000000000000000000000000000000..7cb2132b3598e88cbd62a03f56028cc63dfc9ed2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zp#fQZ*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK73^WY_6o0ZXf>=5r z0%RuxYm9q!{Ee2H+qqh&U#90X$`>IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^}yVITki literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schluesselsperre_Schluesselsperre.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schluesselsperre_Schluesselsperre.gif new file mode 100644 index 0000000000000000000000000000000000000000..4e5ea6a0d742befe7e1f4288e861f7007780296b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ zzSy(pW>3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48URN{VI=?n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schrankenantrieb_Schrankenantrieb.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_schrankenantrieb_Schrankenantrieb.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbb9f425ab678e7735ca507313e3dd25b05c8f53 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zeX(cH&7Ph!X=w)>9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`-bVPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalBefestigung_Signal_Befestigung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalBefestigung_Signal_Befestigung.gif new file mode 100644 index 0000000000000000000000000000000000000000..391d0b31318431aba063221760c66053c03f3d68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ zzSy(pW>3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UP^DVDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalFankZuordnung_Signal_Fank_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalFankZuordnung_Signal_Fank_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d169590e8fa1530e954e083dd1f98dce3531715 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpT=ZH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalSignalbegriff_Signal_Signalbegriff.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signalSignalbegriff_Signal_Signalbegriff.gif new file mode 100644 index 0000000000000000000000000000000000000000..38e8cc2ed101d225c6b37ca7a9dbcf5e850964d2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ zeX(cH&7Ph!X=w)>9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`+wVPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signal_Signal.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_signal_Signal.gif new file mode 100644 index 0000000000000000000000000000000000000000..76d2d364527040c7ed6617da962a1d1419b55abe GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHyJVc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_sonstigerPunkt_Sonstiger_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_sonstigerPunkt_Sonstiger_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..74d3e585a60aaeae46eae5dcf07cb23c53135531 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaJC}Dj7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_stellBereich_Stell_Bereich.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_stellBereich_Stell_Bereich.gif new file mode 100644 index 0000000000000000000000000000000000000000..d695231564af7aec0893f5fa8746a3522fb15389 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X8{g*>kg}=S*7K0SAX&)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_streckeBremsweg_Strecke_Bremsweg.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_streckeBremsweg_Strecke_Bremsweg.gif new file mode 100644 index 0000000000000000000000000000000000000000..e9bdf38603d9281b3d0ec524a0599cdbc921c8c5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpT=ZH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_streckePunkt_Strecke_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_streckePunkt_Strecke_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..c28f2e6aa698962002f371ca6e763e25eb616fa0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua|lwr^S literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_strecke_Strecke.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_strecke_Strecke.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ac9c84f95685dd8284c3be16cb748a64d31f5e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaMP+@%l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_tOPKante_TOP_Kante.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_tOPKante_TOP_Kante.gif new file mode 100644 index 0000000000000000000000000000000000000000..c44845289f5a85b4d51e35b2f9e3cf01cc887350 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_tOPKnoten_TOP_Knoten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_tOPKnoten_TOP_Knoten.gif new file mode 100644 index 0000000000000000000000000000000000000000..d695231564af7aec0893f5fa8746a3522fb15389 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X8{g*>kg}=S*7K0SAX&)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXExoVQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_technischerBereich_Technischer_Bereich.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_technischerBereich_Technischer_Bereich.gif new file mode 100644 index 0000000000000000000000000000000000000000..3799bd45b6957a0b968fbc246928f95a9bd819dd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_technischerPunkt_Technischer_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_technischerPunkt_Technischer_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..02c6c3c6949c5435855e9aaef8faafbec57b8275 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`LVE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_trasseKante_Trasse_Kante.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_trasseKante_Trasse_Kante.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5017769251343d77c0bd937f8a305ade39932af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zU+md)v!~}wTG{~zhh5XvfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=%-|< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_trasseKnoten_Trasse_Knoten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_trasseKnoten_Trasse_Knoten.gif new file mode 100644 index 0000000000000000000000000000000000000000..6664d2939ca0ac4ee3568cf6841de038f654d198 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQql3(cn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_ueberhoehungslinie_Ueberhoehungslinie.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_ueberhoehungslinie_Ueberhoehungslinie.gif new file mode 100644 index 0000000000000000000000000000000000000000..e2bf8c1fb4228d3439129a96937702663e992ec9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXEy(VQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_uebertragungsweg_Uebertragungsweg.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_uebertragungsweg_Uebertragungsweg.gif new file mode 100644 index 0000000000000000000000000000000000000000..9221f55c973a2d5bbe6e832a8a190ece71d3fbc4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_unterbringung_Unterbringung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_unterbringung_Unterbringung.gif new file mode 100644 index 0000000000000000000000000000000000000000..51539add5bd1b44cbde997c82873e00427e7b8be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zeX(cH&7Ph!X=w)>9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_}2VMG7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_verkehrszeichen_Verkehrszeichen.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_verkehrszeichen_Verkehrszeichen.gif new file mode 100644 index 0000000000000000000000000000000000000000..304981bb1123206ebc1963d2bc3b27552bc18a74 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}YLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|3ShGU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_wKrAnlage_W_Kr_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_wKrAnlage_W_Kr_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..c591c37aff5a0d7462cf71d53d51e40559934f5f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X8{g*>kg}=S*7K0SAX&)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_wKrGspKomponente_W_Kr_Gsp_Komponente.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_wKrGspKomponente_W_Kr_Gsp_Komponente.gif new file mode 100644 index 0000000000000000000000000000000000000000..9221f55c973a2d5bbe6e832a8a190ece71d3fbc4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oo}FYy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_weichenlaufketteZuordnung_Weichenlaufkette_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_weichenlaufketteZuordnung_Weichenlaufkette_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d169590e8fa1530e954e083dd1f98dce3531715 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaKykUI+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zBSSchutzstrecke_ZBS_Schutzstrecke.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zBSSchutzstrecke_ZBS_Schutzstrecke.gif new file mode 100644 index 0000000000000000000000000000000000000000..e81c185d38b35ce49942524d635ef2c98a61fb79 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=%-|< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zBSSignal_ZBS_Signal.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zBSSignal_ZBS_Signal.gif new file mode 100644 index 0000000000000000000000000000000000000000..289eb8bf3851a5a2b39203366e46e4533a5cb076 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau~XkfDd literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLDLPAbschnitt_ZL_DLP_Abschnitt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLDLPAbschnitt_ZL_DLP_Abschnitt.gif new file mode 100644 index 0000000000000000000000000000000000000000..fdf618977f6f92283aa4f2d1888ff69581e104bc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O>1|}G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLFstrAnstoss_ZL_Fstr_Anstoss.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLFstrAnstoss_ZL_Fstr_Anstoss.gif new file mode 100644 index 0000000000000000000000000000000000000000..589ded3dfbde2368c1de8f9c11b19ace32d6ee81 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaKykUI+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLFstr_ZL_Fstr.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLFstr_ZL_Fstr.gif new file mode 100644 index 0000000000000000000000000000000000000000..e81c185d38b35ce49942524d635ef2c98a61fb79 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=%-|< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLSignalgruppeZuordnung_ZL_Signalgruppe_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLSignalgruppeZuordnung_ZL_Signalgruppe_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..407220bf47ed088753d69cb0cdf8c92f048c00df GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLSignalgruppe_ZL_Signalgruppe.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLSignalgruppe_ZL_Signalgruppe.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ac9c84f95685dd8284c3be16cb748a64d31f5e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaMP+@%l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBusBesondereAnlage_ZLV_Bus_Besondere_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBusBesondereAnlage_ZLV_Bus_Besondere_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..fefdeb48a868c3362952391564b4d4f102794bdc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx!kkXzDXsX#-B}ku4PZs6jSe)O3ri+ z)R?{e1iMI|)|^u(-K-dN)b4w`SO^3)%zlyZVbRHUriBS^@;6#)Zs%&9ewm)nkWs>oms09UbLI{*Lx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBusUSZuordnung_ZLV_Bus_US_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBusUSZuordnung_ZLV_Bus_US_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..011b758fdbc99742d98e55cc7c8886ee2fd0cb9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z`(n?Yn>{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHw=Vc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBus_ZLV_Bus.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zLVBus_ZLV_Bus.gif new file mode 100644 index 0000000000000000000000000000000000000000..51539add5bd1b44cbde997c82873e00427e7b8be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zeX(cH&7Ph!X=w)>9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_}2VMG7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zL_ZL.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zL_ZL.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc6202681644db2106daa7cdfb8c35be612215 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_r;z)H+y={q@^8jaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QV4VW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNAkustik_ZN_Akustik.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNAkustik_ZN_Akustik.gif new file mode 100644 index 0000000000000000000000000000000000000000..5560b51391aa242ea8ac383b2ab97d5bc7006113 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau{Kwz@~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNAnzeigefeld_ZN_Anzeigefeld.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNAnzeigefeld_ZN_Anzeigefeld.gif new file mode 100644 index 0000000000000000000000000000000000000000..9b14586f0110760d7b4d6beb48c35209986356d3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK3h=_T230Ig^%lz`{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXExoVQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNTelegramm84Zuordnung_ZN_Telegramm_84_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNTelegramm84Zuordnung_ZN_Telegramm_84_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..40a3b0173a755aa4ca7d14749c50e48ff82f280f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK3h=_T230Ig^%lz`1sf{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXExoVQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNZBS_ZN_ZBS.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zNZBS_ZN_ZBS.gif new file mode 100644 index 0000000000000000000000000000000000000000..74d3e585a60aaeae46eae5dcf07cb23c53135531 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaJC}Dj7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zN_ZN.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zN_ZN.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5017769251343d77c0bd937f8a305ade39932af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zU+md)v!~}wTG{~zhh5XvfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~$`>IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`{^e($Wq%IP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXGJ+VW$89 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zugeinwirkung_Zugeinwirkung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateContainer_AttributeGroup_zugeinwirkung_Zugeinwirkung.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ac9c84f95685dd8284c3be16cb748a64d31f5e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaMP+@%l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Bezug_Funktional_AttributeGroup_dPBezugFunktionalArt_DP_Bezug_Funktional_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Bezug_Funktional_AttributeGroup_dPBezugFunktionalArt_DP_Bezug_Funktional_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7515406d972779ae96a77d274ca6a405980ee998 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjyz{$S79x*)?4ah_+5rUe_hRv`K1SrP$08;eUVM1JU2l=YiR;spL%OK#keU zPq2&hY0Wux(#?uNNA141i-kZ?!|WFc9~PZ#XIhxxCV!))=60^u>6hvG3^_GTsf|t9 Is)`KO0Ohw}j{pDw literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Bezug_Funktional_AttributeGroup_iDDPBezugFunktional_ID_DP_Bezug_Funktional_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Bezug_Funktional_AttributeGroup_iDDPBezugFunktional_ID_DP_Bezug_Funktional_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7515406d972779ae96a77d274ca6a405980ee998 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjyz{$S79x*)?4ah_+5rUe_hRv`K1SrP$08;eUVM1JU2l=YiR;spL%OK#keU zPq2&hY0Wux(#?uNNA141i-kZ?!|WFc9~PZ#XIhxxCV!))=60^u>6hvG3^_GTsf|t9 Is)`KO0Ohw}j{pDw literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_ETCS_Adresse_AttributeGroup_nIDBG_NID_BG_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_ETCS_Adresse_AttributeGroup_nIDBG_NID_BG_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c9af92d891097e03e92372b90276e2106503e3dc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zL&KVDO+Ckgi`Q62w(0Det_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SI1HD8_p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_ETCS_Adresse_AttributeGroup_nIDC_NID_C_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_ETCS_Adresse_AttributeGroup_nIDC_NID_C_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3671bee343068321f3528d6f1ede817097922b5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^EcnYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaujz+hki literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_eTCSSystemVersion_ETCS_System_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_eTCSSystemVersion_ETCS_System_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2dde1a2a0e519b5c9361bac9e304b2b1564f5f72 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2a)R18HZ{fD8u*hh5XvfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R18HZ{fD8u*hh5XvfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZcVPC2M literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_sRSVersion_SRS_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_AttributeGroup_sRSVersion_SRS_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..85812b6ce681f6557b1f2c2d72030c11aae85a25 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIa3JkW8j#`O;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2{7^VPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFTAnschaltbedingungGeplant_ID_FT_Anschaltbedingung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFTAnschaltbedingungGeplant_ID_FT_Anschaltbedingung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2bf1e9af9433da51af367de076e859a1b02f3d58 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R1N-OS2QnNS9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^{ZVG#fT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFTAnschaltbedingungRealisiert_ID_FT_Anschaltbedingung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFTAnschaltbedingungRealisiert_ID_FT_Anschaltbedingung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2bf1e9af9433da51af367de076e859a1b02f3d58 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R1N-OS2QnNS9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^{ZVG#fT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..267893188f24c04b0e6912945cc63ba35b17ff74 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zLjzEJ|NQ$v22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSruu+v~q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_sRSVersion_SRS_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Telegramm_ESG_AttributeGroup_sRSVersion_SRS_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f3e037faa8af50de25197b0ec7aeb86624f22081 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA5!Z`#^?+gTt=rYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%94SY$l_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypArt_DP_Typ_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypArt_DP_Typ_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c60711d77f240de5b11b84c48804812c4590fdd5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}5A3L^dx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR$UdnFC}5A3L^dx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR|s0r literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGETCS_DP_Typ_GETCS_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGETCS_DP_Typ_GETCS_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1af04eb0614e71f90a29ca1338a52fb43563dcc3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA3}yIY376v17ZYs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RP*He~Yv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGGNT_DP_Typ_GGNT_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGGNT_DP_Typ_GGNT_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..788a4f2ce6eb526e832bb0b2b074a27683352908 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z3l|SQc5K&lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWn2S7Isv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGSonst_DP_Typ_GSonst_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGSonst_DP_Typ_GSonst_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..99ae7757087e188240ff3538daedfcda470fe09c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3l|SQc5K&lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWm2c44;w literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGTrans_DP_Typ_GTrans_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGTrans_DP_Typ_GTrans_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..3ea4b78b9ea4d67e242f9eaadf2269373efb7c68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689I520<93Uh3*s)#H)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09(8DuR0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGZBS_DP_Typ_GZBS_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_AttributeGroup_dPTypGZBS_DP_Typ_GZBS_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7e0ea73df17734ebd060b0c1f3638ea7af0126e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt zizI$**K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK73^WY_6o0ZXf>=5r z0%RuxYm9q!{Ee2H+qqh&U#90XJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWl8S7XZn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GESG_AttributeGroup_dPVerlinkt_DP_Verlinkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GESG_AttributeGroup_dPVerlinkt_DP_Verlinkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1f3ebd6d67ce384266b7c10e475a786bdc8429a5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&CGIaA0QI86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkIhht~} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GESG_AttributeGroup_lfdNrAmBezugspunkt_Lfd_Nr_Am_Bezugspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GESG_AttributeGroup_lfdNrAmBezugspunkt_Lfd_Nr_Am_Bezugspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..07919a46dc259eec2fea94b7f3980d079d0860dd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG#of^U}oAGAj84IVb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f z0u+C;FoIY*AOd7318aB0|3KCUkd;L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_dPATO_DP_ATO_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_dPATO_DP_ATO_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..49d98d937adca33420af6b8a14e9d8debe501fd3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`}^zfH%H&xpMU>S<)vNI)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09+F=T)M literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_dPTypETCS_DP_Typ_ETCS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GETCS_AttributeGroup_dPTypETCS_DP_Typ_ETCS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..68313aef7a775e53ad5d546784f7906d5983e61f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhKAo?f4@2U=KlQqmntvqnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_1sfM%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SHS{$S4l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GSonst_AttributeGroup_anwendungSonst_Anwendung_Sonst_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GSonst_AttributeGroup_anwendungSonst_Anwendung_Sonst_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9a3eff951318ac743ba22e25d46922ea3701376f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG#of^V9uO5K!)+mv|ZEHfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~Uxokx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GSonst_AttributeGroup_dPTypSonst_DP_Typ_Sonst_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GSonst_AttributeGroup_dPTypSonst_DP_Typ_Sonst_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..84d142daee98162d18444e4238b4b0a5fcec9dd1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}P&rI7jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuYyF<`;~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GTrans_AttributeGroup_dPTypTrans_DP_Typ_Trans_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDP_Typ_GTrans_AttributeGroup_dPTypTrans_DP_Typ_Trans_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7ffb512dc37b8497ab4429005979d3032f873b8b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Um4mOV*ROub(! zIny~%WA^eB>>_`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR=7)nSwX literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_anwendungssystem_Anwendungssystem_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_anwendungssystem_Anwendungssystem_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d534bceb9056b922489922d6fe207792f49cd234 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zp`q#8n&4wSmTQW2+9G#NR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasLa$vIn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..70b94f3a49ec999d4a2c54b85dcc06465aabaa88 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ zHeFj2e5}WEO|ec}<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{A0U)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_datenpunktBeschreibung_Datenpunkt_Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_datenpunktBeschreibung_Datenpunkt_Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53a716ee7424fec0dd9d7d42cffe929f413325c6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zp`q#8n&4wSmTQW2+9G#NR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasM(O|Ox literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_datenpunktLaenge_Datenpunkt_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_datenpunktLaenge_Datenpunkt_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ec7362a76edfdda6fd5c3df0fd86745b5428e12 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK8nVYl4sUSgtA7X^Y%7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua>iC|9v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_sonstigeStandortangabe_Sonstige_Standortangabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Allg_AttributeGroup_sonstigeStandortangabe_Sonstige_Standortangabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe0e4b2b82e6066937d4eb71e085a14fc08a7399 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$1sf$`>IQ;(~KR@37|9$(0 zhK8nVYl4sUSgtA7X^Y%7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AubNU0{0v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Einmesspunkt_AttributeGroup_abstandEinmesspunkt_Abstand_Einmesspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Einmesspunkt_AttributeGroup_abstandEinmesspunkt_Abstand_Einmesspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..eb8204ca8e005b8fbaad8debecd93d92b68929cb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXgF}-z??aAfDGfAX}hMY0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UU*HU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Einmesspunkt_AttributeGroup_iDEinmesspunkt_ID_Markanter_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Einmesspunkt_AttributeGroup_iDEinmesspunkt_ID_Markanter_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14bbb4b8b1932c25e7cb87d70137ed13c150e3e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+C>8X>ZF?$gO1vLZx;)JpoZBm57J{D}b#!{zE=l}os`SJGu@7p&t zG<^O2Q#{B#HD=#hEHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDDPLinkStart_ID_Datenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDDPLinkStart_ID_Datenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..619a36c5743120b81a7b7c0cb4b652f17e817a18 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ ze*OL9=$jk!@9(d?v~1UOH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmO{$pqW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDDPLinkZiel_ID_Datenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDDPLinkZiel_ID_Datenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..619a36c5743120b81a7b7c0cb4b652f17e817a18 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ ze*OL9=$jk!@9(d?v~1UOH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmO{$pqW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_Link_iDFachtelegramm_ID_Fachtelegramm_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..61e5d4d4826d48db21ce859eaf5641bc8ff6bee7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zL&MkKKaRe+G5`Ml%1g_3O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08lF=OKZ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPBezugFunktional_DP_Bezug_Funktional_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPBezugFunktional_DP_Bezug_Funktional_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..95d9b6809c378589145455fec6375a59c3a5f793 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zUDI@}C-_*g<(f#Hwq4WJfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08<9bc9J literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPTelegrammESG_DP_Telegramm_ESG_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPTelegrammESG_DP_Telegramm_ESG_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..01f032eb60a2a6fc2d9a902aa1a6fde1453d6125 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ zUDI@}C-_*g<(f#Hwq4WJfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~B0{}Z|U!nj2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPTyp_DP_Typ_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_dPTyp_DP_Typ_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c91bd29f6ac54785009c463f838d6621cc846515 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP zcTLl^p5SA}mTMw)+ICG>1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^z7VEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_datenpunktAllg_Datenpunkt_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_datenpunktAllg_Datenpunkt_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..723b09f95f5866dc9d12def6612e0071e64e0219 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08-iC>lg literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_datenpunktEinmesspunkt_Datenpunkt_Einmesspunkt_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_datenpunktEinmesspunkt_Datenpunkt_Einmesspunkt_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..16c3e21097de41a5f643fcdb2a3852fdf56f03bb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zyQb+{Pw=r~%QcZYZM&wc0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVazU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_iDRBC_ID_RBC_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDatenpunkt_iDRBC_ID_RBC_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4bbf122431aa8bb51eff1d5d94565d9a88e8b5a5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zL&KV;YdyioiY?bf>a^{et_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SH~p1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=(SYi?Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDocumentRoot_planProSchnittstelle_PlanPro_Schnittstelle.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateDocumentRoot_planProSchnittstelle_PlanPro_Schnittstelle.gif new file mode 100644 index 0000000000000000000000000000000000000000..29e698e053983cc44b55e7e1578931abe287c2d9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_r;zUH+ycLNjr1E;lQrxYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8xPh$T7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndErlaeuterung_ESG_Ind_Erlaeuterung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndErlaeuterung_ESG_Ind_Erlaeuterung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..99e6aae4cd6dc952c35ae1fb8ce9e1be14830a93 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zp<&OZ7d@M9rp-L#&~RYabTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru^vPl@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndParameter_ESG_Ind_Parameter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndParameter_ESG_Ind_Parameter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..981646d0aa91969f73b8b731ee689a1aefdaf4a6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zH0-(bqG!|1w3%ld8V>B5t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJupJ12( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndParameterwert_ESG_Ind_Parameterwert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Individuelle_Merkmale_AttributeGroup_eSGIndParameterwert_ESG_Ind_Parameterwert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..637672eb7146d14ce5191a502dc93cf3547bf9d2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&JnF^rC0e&9s?k92ySnnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=&aJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=yT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ)U14GX literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_eTCSParametername_ETCS_Parametername_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESG_Spezifische_Merkmale_AttributeGroup_eTCSParametername_ETCS_Parametername_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ac3a4fd1c60d2fb4fbd2eb2059f4f2a4d45fb9e4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$&aJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S6RVeUm4mOV*ROub(! zIny~%WA^eB>>_3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08l_haJ# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_energieversorgungArtErsatz_Energieversorgung_Art_Ersatz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_energieversorgungArtErsatz_Energieversorgung_Art_Ersatz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dfe521b7dc18743e4d9ccbf924e1ec2512bf2aa1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z`}^yUH%D*WpTGZ7<+5GV)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08l_haJ# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_energieversorgungArt_Energieversorgung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_energieversorgungArt_Energieversorgung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d839c758a4cb119d355e9cacd4a93c4b97245409 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&KDF`s2;f8~5k$zf`$w*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_iDEnergieSekundaer_ID_Energie_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_ZE_Energieversorgung_AttributeGroup_iDEnergieSekundaer_ID_Energie_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..975c4746dad259151e4b93a723852011ce2c3bfa GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Allg_AttributeGroup_bauart_Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Allg_AttributeGroup_bauart_Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b2bf1703890cc93d6c1562b1e0a54eaf605c0838 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK6fRO~-FDg5t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHaVPKd5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8e5a21bdb7f999ae506cbd548fb42d7bb52e721b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+FDg5t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHb5MY=9 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Bezeichnung_AttributeGroup_bezeichnungESTWZE_Bezeichnung_ESTW_ZE_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_Bezeichnung_AttributeGroup_bezeichnungESTWZE_Bezeichnung_ESTW_ZE_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..02f1a9b0466354cc032833f0f100df6e60f22b38 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@izVEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_bezeichnung_ESTW_Zentraleinheit_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_bezeichnung_ESTW_Zentraleinheit_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2339bb9ac6b45bedcae08f87f840b3fcbbdb11e3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP zx9M6_@UdXaHI_PUI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVKzU^4&! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_eSTWZEEnergieversorgung_ESTW_ZE_Energieversorgung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_eSTWZEEnergieversorgung_ESTW_ZE_Energieversorgung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..753a5c7e4fb3f7c80f89e0b92b65ee1c2445b19c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&D3_YYILVY`Ml#r%h+qbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruT(@Fh literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_eSTWZentraleinheitAllg_ESTW_Zentraleinheit_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_eSTWZentraleinheitAllg_ESTW_Zentraleinheit_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2371ef2aa07f25ae1387c1a406e0c09b189ca682 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG&Egn3O*KWxyDkbO=s71H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkR=3W8- literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDBedienBezirkVirtuell_ID_Bedien_Bezirk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDBedienBezirkVirtuell_ID_Bedien_Bezirk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9cd6c785747705ba509b67766bacf79ab44e349a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXlT0D6nre$a*d@MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9ClwQmL literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDBedienBezirkZentral_ID_Bedien_Bezirk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDBedienBezirkZentral_ID_Bedien_Bezirk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9cd6c785747705ba509b67766bacf79ab44e349a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXlT0D6nre$a*d@MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9ClwQmL literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDOertlichkeitNamensgebend_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDOertlichkeitNamensgebend_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..79cec2bc9d96be525c15fb34a330f8612ddd24eb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK8nVO~J>4E!SA;wCU`ct_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHY%wU)R literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDUnterbringung_ID_Unterbringung_Technik_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateESTW_Zentraleinheit_iDUnterbringung_ID_Unterbringung_Technik_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3fdc2eae153e76b68d396db2eb3028f0c27dfb27 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z+jOld_*k&z8cUrvon6z_fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~Uxokx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Adresse_AttributeGroup_nIDC_NID_C_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Adresse_AttributeGroup_nIDC_NID_C_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..180d9c7786e78f9e7162ba1d3b3c6730dc20bd9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UXbDV4na0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Adresse_AttributeGroup_nIDRBC_NID_RBC_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Adresse_AttributeGroup_nIDRBC_NID_RBC_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..08dc4e651109507a7bed115d1d5ddc7884d63964 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaA4+{G$6yl!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkJvtwug literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_Bezeichnung_AttributeGroup_bezeichnungETCSKante_Bezeichnung_ETCS_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_Bezeichnung_AttributeGroup_bezeichnungETCSKante_Bezeichnung_ETCS_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..182638d7681a404bcfe98307c013813a32a08e87 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`(n?Fn>{zrq@6k7aA4PTH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWk$Gh&$l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_bezeichnung_ETCS_Kante_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Kante_bezeichnung_ETCS_Kante_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..22168e68b0e29198b747a8f69118c9254b8243ac GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gmv^{62c)&HVlME0&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW$`>IQ;(~KR@37|9$(0 zhK8>{ejmN@X8!*BmCG*enyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=$`>IQ;(~KR@37|9$(0 zhK8>{ejmN@X8!*BmCG*enyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_Um4mOV*ROub(! zIny~%WA^eB>>_3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0953}hVu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Knoten_iDTOPKnoten_ID_TOP_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Knoten_iDTOPKnoten_ID_TOP_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..201754f6409c20e4f398218d90453177b59a9925 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|2go=U9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm51OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OEs$g0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Richtungsanzeige_textmeldung_Textmeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Richtungsanzeige_textmeldung_Textmeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5d5000a7f1b8db2d293bfb71e26729acafce520c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z`(n?Fn>{zrq@6k7aA4PTH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmF?_)mz literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_ausstiegETCSSperre_Ausstieg_ETCS_Sperre_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_ausstiegETCSSperre_Ausstieg_ETCS_Sperre_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..28525dfe9c2e02c9d9f61cd810cf0b233051bd54 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6afEfd-(k!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1_1D(V3z;@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_dunkelschaltanstoss_Dunkelschaltanstoss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_dunkelschaltanstoss_Dunkelschaltanstoss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b8a285afb4ad996cb1a585f008b67ec4a21b1e42 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3lTri-~a@>rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jprplJ}G_>+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`O?|xvI literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_einstiegErlaubt_Einstieg_Erlaubt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_einstiegErlaubt_Einstieg_Erlaubt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c200e691abd4deb48fdbbe790765c9a97d5e30a1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zh6afEfd-(k!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1_1BxV3z;@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_gruppenID_Gruppen_ID_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_gruppenID_Gruppen_ID_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a4565dfc944c556925009ee81478b8fbb4b04a3a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{BAU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_untergruppenID_Untergruppen_ID_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_Allg_AttributeGroup_untergruppenID_Untergruppen_ID_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..517abc71fc31b8c73f46d78e074974c2ec1b2121 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z0>$UdnR5Un?67OP8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pc zSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@U zm!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_DWeg_AttributeGroup_dWegIntervall200_DWeg_Intervall_200_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_DWeg_AttributeGroup_dWegIntervall200_DWeg_Intervall_200_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a5dc159120009e816fd7ff3b5292aef360bc7df GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&J*~dv4zBIddlMzyXI{)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K?LVo?A9 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVMeldepunkt_TBV_Meldepunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVMeldepunkt_TBV_Meldepunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d8effbd7a3cdaa6d387d80d4388cec7a78e3fb6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7b0G{?2?0n!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1^`{GVLSi; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVTunnelbereichLaenge_TBV_Tunnelbereich_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVTunnelbereichLaenge_TBV_Tunnelbereich_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1edc5b9b23cf1c2c9ce8f303fec3cf3f94cf6bc4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3lXnecFDoPVb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{}SDVF>^L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVTunnelsignal_TBV_Tunnelsignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_TBV_AttributeGroup_tBVTunnelsignal_TBV_Tunnelsignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5101454d39afb2bec928605b909603aca6fcd30c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9GEj_PUW&o4h{~xrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OiN|8g literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSGefahrpunktabstandAbweichend_ETCS_Gefahrpunktabstand_Abweichend_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSGefahrpunktabstandAbweichend_ETCS_Gefahrpunktabstand_Abweichend_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e4937692961000b5f6cb6f4230182315d22d73c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6ac@kYPMCZP#=)Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{}S%VF>^L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSSignalAllg_ETCS_Signal_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSSignalAllg_ETCS_Signal_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8b67b8143df98aa70ecda249c8063788e77d296 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zK*WIz+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`OJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlxonp)Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSSignalTBV_ETCS_Signal_TBV_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_eTCSSignalTBV_ETCS_Signal_TBV_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8cd9cfa90b9033e3f6cda28795dddee7b369e97f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zh6ac@kYPMCZP#=)Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{}QvVF>^L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_iDETCSGefahrpunkt2_ID_Markanter_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_Signal_iDETCSGefahrpunkt2_ID_Markanter_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14bbb4b8b1932c25e7cb87d70137ed13c150e3e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5;@%I1k+cz{c zK*WIz+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`O;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^|8qU#h3#CJ_s1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq;AVBda3nPf7 z10q0nGO)%dDDA99YNmER{Un)7%IZ$Kv@)PVL zeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7TQ)**VwyGk7 FH2|$UdnFC}5AM4pQT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZm*I_jP literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_iDETCSGefahrpunktNebengleis_ID_Markanter_Punkt_Gleis_Abschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateETCS_W_Kr_iDETCSGefahrpunktNebengleis_ID_Markanter_Punkt_Gleis_Abschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..52f734635fed4016ae0acd4df2d240a8793c4a4e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}5AM4pQT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZ9{$T$`>IQ;(~KR@37|9$(0 zh6ac@kP&>WXV-K!Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0|29cVW3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0B8Ib^v2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_ausgangNr_Ausgang_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_ausgangNr_Ausgang_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3a09ff4812643d286f0265b252522eb9bfac0da7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&Eeh)^zMx@R~K2ZEZTcrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OXJcdY literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_maxUnterbrechungszeit_Max_Unterbrechungszeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_maxUnterbrechungszeit_Max_Unterbrechungszeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30668e32b1cbfe7bdbe993fb78c823ac17200799 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt zd+l1&v17q&)>yW+>Fk=W21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXF!kVT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_nennleistung_Nennleistung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_nennleistung_Nennleistung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..59766c7821a841b1106ceda8c4090bf91d7b753e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zy>_kX*sYb@K^baqWw1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@2WV9fvk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_spannungArt_Spannung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_spannungArt_Spannung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e413b8bd5a82347d8e13881cb6e2b854ae1ad853 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK6g`nvNX{UbDustxadwbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru5a41g literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_spannungToleranzObere_Spannung_Toleranz_Obere_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Ausgang_AttributeGroup_spannungToleranzObere_Spannung_Toleranz_Obere_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a91d627903f5457ecfb7ec865b78726c79b993ad GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gq_>H61$^yk?DMTbs_V>1sfyW+>Fk=W21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXF!kVT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Eingang_AttributeGroup_eingangGepuffert_Eingang_Gepuffert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Eingang_AttributeGroup_eingangGepuffert_Eingang_Gepuffert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b60215a012475e18ff006dabd9162056d5d20d5f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z1&Ys^Gw0H!N}%|z>1sfm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub3d0=}0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_eVModulArt_EV_Modul_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_eVModulArt_EV_Modul_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..63feef5ec0a8bc850ae37ee8d7d8c0bd98895228 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~$`>IQ;(~KR@37|9$(0 zh6bSc{rUHS450X~>1sfY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&LnfVlw~$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_hersteller_Hersteller_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_hersteller_Hersteller_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..69679e386eef8785273f736de003c85525816532 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&LnfVlw~$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_iDElementUnterbringung_ID_Element_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_Physisch_AttributeGroup_iDElementUnterbringung_ID_Element_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0232b556eed603f403f21d366e13be24f8df4b2b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?t2=2&pg8q4A~oyc9&)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08;Q(u+< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulAusgang_EV_Modul_Ausgang_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulAusgang_EV_Modul_Ausgang_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..47428eb1881e1cab4b101c9c07fbd3548ef58eb7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zp<&O9Jv}#j($1tg9B|k*T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaK@nL-c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulPhysisch_EV_Modul_Physisch_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulPhysisch_EV_Modul_Physisch_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbcbf59b35993f8aa5f4199a0cfb59a4a3745502 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z-Sc8k&&{5+GieS79Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2{s|VT1qx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulVirtuell_EV_Modul_Virtuell_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEV_Modul_eVModulVirtuell_EV_Modul_Virtuell_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..11943a3c05dfdfeaaf575a1e3658808308036bdf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMZA2OM@yR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|KVY)} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungGEOPunktBezeichnung_GEO_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungGEOPunktBezeichnung_GEO_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..3ede289a77ed9c1c6dcb44960c17b09e08ceaa81 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG#of^VE_I3K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^^K6Uwr@o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungGEOPunkt_GEO_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungGEOPunkt_GEO_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..3ede289a77ed9c1c6dcb44960c17b09e08ceaa81 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG#of^VE_I3K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^^K6Uwr@o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungPolygonzug_Darstellung_Polygonzug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungPolygonzug_Darstellung_Polygonzug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a3ab4a77c4dd1f455e800db90f59bd1520558af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG#of^VE_I3K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^^O+Uwr@o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungRichtungswinkelBezeichnung_Darstellung_Richtungswinkel_Bezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungRichtungswinkelBezeichnung_Darstellung_Richtungswinkel_Bezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..df3eebc94328c14f5296d14c19a9187e07dd1704 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zMHb&RT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc%pDc_ZmJWyj z*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2*~?F`i}Y#D zId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6FP1&l74AuZK C6kzxO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungRichtungswinkel_Darstellung_Richtungswinkel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Position_Allg_AttributeGroup_darstellungRichtungswinkel_Darstellung_Richtungswinkel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..69105600742fee2846d32493e8514342ea04f377 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~1sf1sfJ zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWk6)?z9E literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieArt_Linie_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieArt_Linie_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1875b139ecb43f2db7efd034de56e118a34130a8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9GEj_4v=vyxM$aNH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmlS7Sc_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieFarbwert_Linie_Farbwert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieFarbwert_Linie_Farbwert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bebbd3a36772b8b11b24a68a4e09be66248190b4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gjkl9GEj_4v=vyxM$aNH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmmwqrj4 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieSubart_Linie_Subart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_Allg_AttributeGroup_linieSubart_Linie_Subart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..17db36513f8d9b0f8573f5f464c867561815defb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG#of^V9uO5K*q7)o?X+`fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZXCt(5r literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_iDLageplanZustand_ID_Lageplan_Zustand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_iDLageplanZustand_ID_Lageplan_Zustand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ec4ba79d49c31a237204b323e46380506d52769f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2a)R12fO00T~Vs4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQlnVDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_referenzObjektDarstellung_Referenz_Objekt_Darstellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateElement_Stil_referenzObjektDarstellung_Referenz_Objekt_Darstellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a16d2960f42c45ab69c7052abfb30fedf715b657 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ z1&Yr+lLisrHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^|8qUB0|4lLUp@c; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEntgleisungsschuh_AttributeGroup_schutzschiene_Schutzschiene_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateEntgleisungsschuh_AttributeGroup_schutzschiene_Schutzschiene_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ad499cb00c2e690be04e3a71f8d70b3ad70f61b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXgF}-z?rl&K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^|DVU3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08lmt*4q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMAHilffreimeldung_FMA_Hilffreimeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMAHilffreimeldung_FMA_Hilffreimeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98c2fa25c69c9e1016861b40e26b271e1edc4a95 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ z{qgnpjiYb&&%eK{^3ty9YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9$@MD$$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMAIsolierung_FMA_Isolierung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMAIsolierung_FMA_Isolierung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4bbf9acacf184ee445374f57c03c39fa01153fc3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&KD9`uoPwH~Z(`Usic(*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMATyp_FMA_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Allg_AttributeGroup_fMATyp_FMA_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7357039c0630ca37c8bf41cddc7a36cf262c9832 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK3(sf8RLzX8-*A%PKGJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=*fnpK> literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE1_FMA_Laenge_E1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE1_FMA_Laenge_E1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..11ae8a1c639432b0db27a4f0aa0400628b387d33 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx3UqOFsZ*LBG+ZIYT-DK@i2_}}06K=k+Xc_8}peDUwQ%|O#2 zK=CIFBZ#E~B0zRBu*N7T^rb}FsWHqvdw9x)t&{qj`zDom8hIDml|R zP-FJ;6YL^=T60dFbhBd6QM>Q$Vj&RJF#AQqheapbnHDCv$=_(Hxt*(Z`ek}PLrzUo MYGYHjsv?6m06i#Tng9R* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE2_FMA_Laenge_E2_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE2_FMA_Laenge_E2_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..678e9718d6b6a88e2b241d36928f768c5d05f041 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zym+za=FOfnXVMNFaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&LD?Vp;$I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE3_FMA_Laenge_E3_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeE3_FMA_Laenge_E3_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f3ac619a963b322efb42f73f12b178c44075c4d7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`{Ko(n>TyToJl)yz+u;PH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWk%l46+v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeS_FMA_Laenge_S_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaengeS_FMA_Laenge_S_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b7e2f30c26a2406b1f2f4addcc24ad457934b4de GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z`{Ko(n>TyToJl)yz+u;PH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlHZDPy- literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaenge_FMA_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Elektr_Merkmale_AttributeGroup_fMALaenge_FMA_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..842360a34068bc6fa7a50056a803b722da255581 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ zeeq(?&6_=E&ZHeU;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm53tK1kH}_2{@ihKy(sM0)lBSq?zf^LjbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ewrqsr!Y*j@D FYXBRxVAucv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Kaskade_AttributeGroup_fMAKaskadeEinzelauswertung_FMA_Kaskade_Einzelauswertung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Kaskade_AttributeGroup_fMAKaskadeEinzelauswertung_FMA_Kaskade_Einzelauswertung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9a2ca8b1cd782c054c8d54eb9038d3a09e44634a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zMHb&RT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc%pDc_ZmJWyj z*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2*~?F`i}Y#D zId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6FP1&l74AuYx CRA9IO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Uebertragung_FMinfo_AttributeGroup_iDUebertragungFMinfo_ID_Aussenelementansteuerung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_Uebertragung_FMinfo_AttributeGroup_iDUebertragungFMinfo_ID_Aussenelementansteuerung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fc3cd12da11ce5341142dbedd68768b5cee321b8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK2(N4$PS|2gnFM*0XE68W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SHSi(t7J{D}b#!{zE=l}os`SJGu@7p&t zG`zU9=jNuKGc(f;G&t;M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJxU0|31 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageAllg_FMA_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageAllg_FMA_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d1da83e1fb4799547bc1b67e8219ae0304503686 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&H=pwCCogo-;Gk4m3FInyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OKp$h? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageKaskade_FMA_Anlage_Kaskade_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Anlage_fMAAnlageKaskade_FMA_Anlage_Kaskade_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4aa68ea42a8ec8a023b2d4dfe80ad2b443e4dd95 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zeQ{~e%}qULW~LozaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S8WVeC>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gia^{et_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SIlVPD<= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Allg_AttributeGroup_fMAElementSeilanzahl_FMA_Element_Seilanzahl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Allg_AttributeGroup_fMAElementSeilanzahl_FMA_Element_Seilanzahl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d6ebc8241a6f5dc80fac47db4c959a479ada0c9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG^}a5))RcJ*m6yzPTQ{OYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8_ZeGj) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Allg_AttributeGroup_fMAElementSeiltyp_FMA_Element_Seiltyp_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Allg_AttributeGroup_fMAElementSeiltyp_FMA_Element_Seiltyp_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98e9acdecb67a78ef2baab8e11f46f2770a3d3ca GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK4mw*Ls4F6$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua>iC|9v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Anschluss_AttributeGroup_fMAAnschlussBezeichnung_FMA_Anschluss_Bezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Anschluss_AttributeGroup_fMAAnschlussBezeichnung_FMA_Anschluss_Bezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1076882a3e0a793cc4ade45c6118e7149ebe4596 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aA92yQdI5_N@t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SId*I(WM literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Anschluss_AttributeGroup_fMAAnschlussSpeiserichtung_FMA_Anschluss_Speiserichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_Anschluss_AttributeGroup_fMAAnschlussSpeiserichtung_FMA_Anschluss_Speiserichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e449c6284a9087b2efbc2774bdbd1c9999bec84 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG#of^V9uO54h;t!92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaum8ebFu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_fMAElementAllg_FMA_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_fMAElementAllg_FMA_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26ec40d031100e0042b3fb84e6b447ff1426d4d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ)0o!Mmob0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UWD5V2S_$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_fMAElementAnschluss_FMA_Element_Anschluss_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Element_fMAElementAnschluss_FMA_Element_Anschluss_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..3b3bc875d1e766d5ee247680262b31588210dc53 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~*Pf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_fMAKomponenteStromversorgung_FMA_Komponente_Stromversorgung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_fMAKomponenteStromversorgung_FMA_Komponente_Stromversorgung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..40f87e13167eb86713b2f1113bb61b8ce877c89d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&CGIaA3}yIR_3n0Ku;5YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7;^kcCA literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_fMAKomponenteTyp_FMA_Komponente_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_fMAKomponenteTyp_FMA_Komponente_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a20a9792220c6ca20551a0b777c77d545b4b6303 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG#of^V9uO52M#y@!LI3QK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1_1N2UsM19 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_iDEnergie_ID_Aussenelementansteuerung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_iDEnergie_ID_Aussenelementansteuerung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6613451ef7b1d28d69864ec976fd12ad498b30b5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK2(N4$PS|=fD96AlNls4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S;VVd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_iDInformation_ID_Aussenelementansteuerung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_Achszaehlpunkt_AttributeGroup_iDInformation_ID_Aussenelementansteuerung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6613451ef7b1d28d69864ec976fd12ad498b30b5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK2(N4$PS|=fD96AlNls4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S;VVd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_bezeichnung_Bezeichnung_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_bezeichnung_Bezeichnung_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..bb0eee99169cd347715dca1f30378d424a9d0ef7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt zd#z~=P-Kl|ahp!$uIXw(v~`m5x-R*pO;YnJ#b%ZW|NHwMi2i;)4@7^SFaCYE8E6^= zDE?$&1hI5L1jtSX)))nazLZEiHHMjI4^O$Uby9zG-=q>xc MZEVU`Rb;RR021n8!vFvP literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_fMAKomponenteAchszaehlpunkt_FMA_Komponente_Achszaehlpunkt_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_fMAKomponenteAchszaehlpunkt_FMA_Komponente_Achszaehlpunkt_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a9793d76a24b099c2f0e077d25b9df9d8a71f980 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~*Pf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_fMAKomponenteArt_FMA_Komponente_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_fMAKomponenteArt_FMA_Komponente_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7d7c59b0d4aa9464846f6db28d495511066a9e67 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zd#!2BvEZIHmc?y4k-Mg=0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVfeU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c884396ac208a3c2733c94fda4e8589839fb0a19 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaREMZ~* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_iDFMAgrenze_ID_FMA_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFMA_Komponente_iDFMAgrenze_ID_FMA_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b318df6d951c14f214bc9b87d4bbd29a391a3da5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG+b+1b1b-Ljb(A0PUNoXYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8_ZeGj) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungBesondere_Bedingung_Besondere_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungBesondere_Bedingung_Besondere_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f4ffabb0680b529c561e8fd6c4ae4b28201b34a7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&Fqu@%!kFH}m)3uUvL%*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QYq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s3 z2AT!|ia%KxK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n@M30J literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungSignal_Bedingung_Signal_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungSignal_Bedingung_Signal_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd1ad84421468d4e1b037e4fd2b9cf8013cc4687 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zhK8>{ejmN@X8!*BmCG*enyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09kuVhvL literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungWeiche_Bedingung_Weiche_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Anschaltbedingung_bedingungWeiche_Bedingung_Weiche_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a81cf6c742d83998d0a5e7fc305e4d82475bbaf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z`}N1~qc`5n-+#Yy*`;06)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09kuVhvL literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_abstandBesLangerEinfahrweg_Abstand_Bes_Langer_Einfahrweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_abstandBesLangerEinfahrweg_Abstand_Bes_Langer_Einfahrweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e29b3131e47a5fe285d57a522b1b7a859e382583 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ zB8%^ut_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$>PZmZHO9w=N z>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai?ByreMf$Yn zoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@porfgM325SJ< CF<^QC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_dPTypVLa_DP_Typ_V_La_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_dPTypVLa_DP_Typ_V_La_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..68ec6667e218e8d968450bd6329749c47a909c49 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXgF}-z?rl&K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^|F#U3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXH|)VblNs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_eSGSpezifischeMerkmale_ESG_Spezifische_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_eSGSpezifischeMerkmale_ESG_Spezifische_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..efad8ecbc00ede85d8f2f17472c3108d284c1b1a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4xC9l17tWjIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXI40VblNs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_iDMassgebendesZielsignal_ID_Signal_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_iDMassgebendesZielsignal_ID_Signal_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..47d9aaf7c88fda269d120523ada96debb64babc2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c z0L9OwodGg{;=87+0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^5TN*z zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6>9H=pS z`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBFDYdaF JTUC+48UVN5U{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_individualisierungWeitere_Individualisierung_Weitere_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_individualisierungWeitere_Individualisierung_Weitere_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..483684f7570e2ea4f98764fb1b57a89fa5e7c7a5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaNtbZ86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkrUSpd8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_laengeGestufteVSignalisierung_Laenge_Gestufte_V_Signalisierung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_laengeGestufteVSignalisierung_Laenge_Gestufte_V_Signalisierung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90a8446b93e673cf3e21a7b40e86559ba3e35fed GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gjkl95|D92FP%5aM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&N@WVuSzy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_nIDTSR_NID_TSR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_nIDTSR_NID_TSR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ce7fc4f17f9e1102978bc128d913d748186f214a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6bScnY1%N22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru3>09& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_projektierungsfall_Projektierungsfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_projektierungsfall_Projektierungsfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f3b972dc7ec00023e8ed45abcff91d2969531144 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gjkl95|D92FP%5aM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&O0sVuSzy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_telegrammnummer_Telegrammnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_telegrammnummer_Telegrammnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2cbcfe13f5450378bd60dfa6158a21ba7a11414d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&CGIaNtbZ86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkrUSpd8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_ueberwachungLaenge_Ueberwachung_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_ueberwachungLaenge_Ueberwachung_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae6b2e642915546c55c5c04570e5d17af16efcd7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R1836C02vMr4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPg|VA22p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vStart_V_Start_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vStart_V_Start_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9dba3d9c12e08119767e5e083f64d2bede91e913 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a)R1836C02vMr4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UR)9VI=?n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vZiel_V_Ziel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vZiel_V_Ziel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e43add45e35c1627ec212cf30c132f85ddb5e760 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjzF!OxhVB11P?0x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR>6z+jXB literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vorsignalabstand_Vorsignalabstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ESG_Merkmale_AttributeGroup_vorsignalabstand_Vorsignalabstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e80ff642f9bca1fe71f535be2755a7e2b5b9480e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8X689IB+KI43OdA;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5kc+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_fTETCSL2Typ_FT_ETCS_L2_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_fTETCSL2Typ_FT_ETCS_L2_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f54edc635d8ce3dc259ab7e7818f5846ef29abeb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&Fqu`uph7H}mJ;udKYZYq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s3 z2AT!|ia%KxK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7nLttjS literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCKennung_VBC_Kennung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCKennung_VBC_Kennung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..80895bd798d75143b805f0161e0e24a69e56f263 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_v_c+M~}XlKmUGZ<)vNI)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0BKr(?4K literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCNIDC_VBC_NID_C_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCNIDC_VBC_NID_C_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f9561934433eccfa924d6641647fe378558ca470 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zX!!c|_tB$o=Fh)hS$S#KbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruNWWsn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCSetzen_VBC_Setzen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCSetzen_VBC_Setzen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..80895bd798d75143b805f0161e0e24a69e56f263 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_v_c+M~}XlKmUGZ<)vNI)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0BKr(?4K literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCTimer_VBC_Timer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_L2_Merkmale_AttributeGroup_vBCTimer_VBC_Timer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..20b24c94f6b76cfdb614823223b4483af605b797 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK8?Se;+;iX8!#9m6exvO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=3$Vw6p^b4*&nh&yTnNf8V~L zq2c$}-*1k-xj+B@rOHdYrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oq)%k2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_41_AttributeGroup_nIDSTM_NID_STM_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_41_AttributeGroup_nIDSTM_NID_STM_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ebd55acfa4101d64501bc2c3107cb51676448dfa GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z_xIP|Z;rmXKmY!v%1gVZs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RS8zhv_O literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSPaketnummer_ETCS_Paketnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSPaketnummer_ETCS_Paketnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f76ecf0406add24e9dc9ff039378cee4402681b4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&CTK@0zX#L|Z2*uj`Uu+9WlvQfy|4@V~$Bf#~n&^FZ|H`QqPqn}Mc5fZ|UUMi5H} zM1bsMV2x2w=u3&TQ)8HU_VAPoTPO85_f0DCH2!STb1i$4rkHxaRC1$ zwC0>T>1M^Cqjulh#X=ycVfKrJ4~tH=Gc8PTlfThYb30e-^vm>ohMbzF)W)W4RYeAC E06i*ZyZ`_I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSParErlaeuterung_ETCS_Par_Erlaeuterung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSParErlaeuterung_ETCS_Par_Erlaeuterung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a35176a55fcd9f5d678a52e9e23ff9d4fbc8e03a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMzf-#@9&>~X<6m2>1sf=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSParameterwert_ETCS_Parameterwert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_eTCSParameterwert_ETCS_Parameterwert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0056d63c98232b9ccfd7714ce4d3d2480f928f8e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB8+46 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_rekursion2Nr_Rekursion_2_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_rekursion2Nr_Rekursion_2_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5da4564cd4c8a75d6ac3ffcbdd5e90f69ca909b8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ z{r%(Xn;S>(@1K8ZS>>+jYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%A97-PBs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_rekursionNr_Rekursion_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ETCS_Trans_Paket_N_AttributeGroup_rekursionNr_Rekursion_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..086cf8097105d19ae494a7637197f17feb3ba90d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8XA88`1t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n^Ll1k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_Allg_AttributeGroup_fWTeilNummer_FW_Teil_Nummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_Allg_AttributeGroup_fWTeilNummer_FW_Teil_Nummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e5d4d731cc6a6831beb9458fc53377bdceb2b114 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&CGIaA3}yIY7p-;NV@;)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09*fMgv2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_Allg_AttributeGroup_umfahrstrasse_Umfahrstrasse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_Allg_AttributeGroup_umfahrstrasse_Umfahrstrasse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d5f8c8dbcfba951fa961c73b3e19f8ea2bc0cb98 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4$PS|2go=U9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5Y&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&M1bVD|t3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_fTFahrwegTeilAllg_FT_Fahrweg_Teil_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_fTFahrwegTeilAllg_FT_Fahrweg_Teil_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5ab79ac60ea59d10de57a1bae69ac74b8c41c3fb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3lyJ!e?E}m;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR$UwpAQk=HC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIWMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8(a%3F< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_iDZielDatenpunkt_ID_Datenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_iDZielDatenpunkt_ID_Datenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bb1ce3a459a3eb387fdcc7882b1691848d3d208f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UwpAQk=HC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIWMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8(a%3F< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_startWElement_Start_W_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_startWElement_Start_W_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cab007e1214a147a619ddb47daf0090b083310b0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjzEJ{{8tt22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru{#IbK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_zielWElement_Ziel_W_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teil_zielWElement_Ziel_W_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..352731fa17496ff8c0618d99615a3d039b6ad89b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&TCRVeJ zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWm2++nu> literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teile_AttributeGroup_istBefahren_Ist_Befahren_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_Fahrweg_Teile_AttributeGroup_istBefahren_Ist_Befahren_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8277f56e44700ea4060c7fa9b89699422fa1d8b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7cL%r?AWg9YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C8U!f*WMKrc zbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*bItOaZUVegI zq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~X-aKu%2rim Gum%9jw_)l4 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_deltaVGES_Delta_VGES_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_deltaVGES_Delta_VGES_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..111d8ad33703e2146e32263f06747bb9c9eb4c68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z1&Ys^GY80+X>7b}x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR;;9ANGM literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_deltaVLES_Delta_VLES_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_deltaVLES_Delta_VLES_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..78645ad2b513f9acb5346b0ad677073ce99d6589 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z3m2bhY`kl_8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm57J{D}b#!{zE=l}os`SJGu@7p&t zG#of^V9uO5K*mgC<6YC$fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~ z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UTvpU>yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_lLA_LLA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_lLA_LLA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14d8d5f68193874f779d1b2ab6d52750e7ccd773 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2a)R19Rrg0WxM98}FK~21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXD>`VLAW+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_neigung_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_neigung_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14febdf9e2db77ed9ff77d90808c513e8ad61f60 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&CGIaA3}yIY7otW8+=Z)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09-x?~do literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_sBE_SBE_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_sBE_SBE_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..253bf552e34f322fb53be9ec0d8366f6fe88fd2d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaA3}yIY7otW8+=Z)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08~JY%o` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_sTZ_STZ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_sTZ_STZ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2dc1706b6cfac888ba75b97d0fd35dbf37710daa GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ*^O#=EAg0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UTvpU>yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_vGR_VGR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_vGR_VGR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..abda75555ed35482bea88f81c93af849d9428c20 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|NrsxUm4mOV*ROub(!Iny~%WA^eB z>>_3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09C>8X>ZF?$gO1vLZx;)JpoZBm5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_zLA_ZLA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_GNT_Merkmale_AttributeGroup_zLA_ZLA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3dc627e85245ae07dfc6fca1c27c7310ecffc98d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z0>$UdnFD0ZG&bHfT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AubT4`7b~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTHinweisFunktion_FT_Hinweis_Funktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTHinweisFunktion_FT_Hinweis_Funktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e30f5c2e17879c3111817f16600a0b2bb027c53a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zh6ac@kP&?B*skenK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1^}k#VYUDO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTZBSMerkmaleLa_FT_ZBS_Merkmale_La_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTZBSMerkmaleLa_FT_ZBS_Merkmale_La_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..99ae7757087e188240ff3538daedfcda470fe09c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3l|SQc5K&lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWm2c44;w literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTZBSTyp_FT_ZBS_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_fTZBSTyp_FT_ZBS_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05898ec8ea0f0f1efae914748372370a7fd6ba9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ z1&Ys^GY7~BK6Y%^bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSruibG+J literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_lMG_LM_G_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_lMG_LM_G_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c68d56710279d8b625abbf01ddb5fafab40c4d9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&CGIaA3}yIY376v17ZYs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR{<7AKk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_laenge1_Laenge_1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_laenge1_Laenge_1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd660df6675f95df162fc844f7685ce824e85211 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|2gnFMc5K&lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlb`C`cc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_massgebendeNeig1_Massgebende_Neig_1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_massgebendeNeig1_Massgebende_Neig_1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c38004ea5a37e609696b3c442d3c5afe4c20ffaf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RP*{ABY0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_massgebendeNeigSchutzstrecke_Massgebende_Neig_Schutzstrecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_massgebendeNeigSchutzstrecke_Massgebende_Neig_Schutzstrecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..286bf8de0fe3c45db57adc9c54dd9d0235246d3b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK2(N4$PS|2gnFMc5K&lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlanqtWS literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_mastschild_Mastschild_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_mastschild_Mastschild_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..96ba29a8d7b006bf57f0c59cd77c96d6ddbc9881 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXgF}-z??aAfQ;Z{$97Fu1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@neVEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_schutzstreckeErforderlich_Schutzstrecke_Erforderlich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_schutzstreckeErforderlich_Schutzstrecke_Erforderlich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98225e0fd06f77676be846bb565f58034d0833ef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520<93Uh3*s)#H)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09(-()QS literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_schutzstreckeVorhanden_Schutzstrecke_Vorhanden_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_schutzstreckeVorhanden_Schutzstrecke_Vorhanden_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c721189bd145563eeac9acb1b42f02ef20033d1a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ;Z{$97Fu1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@izVEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_telegrammnummer_Telegrammnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_telegrammnummer_Telegrammnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c68d56710279d8b625abbf01ddb5fafab40c4d9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&CGIaA3}yIY376v17ZYs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR{<7AKk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_ueberwachungLaenge_Ueberwachung_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_ueberwachungLaenge_Ueberwachung_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..56b3f19943ef709231aca2e8d506fa303e9519e2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R19Rrg0WyHHyQZrF(bh@I>$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;h zp!k!85ya8~5g+&ksNMH=u@DGqnEfK*!=jVzObZj-_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR|Mr4ox literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vBefehlZ_V_Befehl_Z_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vBefehlZ_V_Befehl_Z_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..99ae7757087e188240ff3538daedfcda470fe09c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3l|SQc5K&lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWm2c44;w literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vFrei_V_Frei_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vFrei_V_Frei_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53587f1416e48bb82b38b330fdcb5e905e205128 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}5A3L^dx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UTRmU^4&! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vGR2_VGR_2_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vGR2_VGR_2_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d09eef97cf13df36ba3abc37a74e4bdabd171e9a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ;Z{$97Fu1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@gTVEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vZulStrecke_V_Zul_Strecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_AttributeGroup_vZulStrecke_V_Zul_Strecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..56b3f19943ef709231aca2e8d506fa303e9519e2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R19Rrg0WyHHyQZrF(bh@I>$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;h zp!k!85ya8~5g+&ksNMH=u@DGqnEfK*!=jVzObZj-$UdnFC}P&rI7jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuYyF<`;~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichGeschwindigkeit_ZBS_La_Bereich_Geschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichGeschwindigkeit_ZBS_La_Bereich_Geschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b93b3d2f5d4457d35d41a950a082fa3c06fd95c9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zg^L@{OxrbG4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&T#ZV7&kU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichLaenge_ZBS_La_Bereich_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFT_ZBS_Merkmale_La_AttributeGroup_zBSLaBereichLaenge_ZBS_La_Bereich_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8b67b8143df98aa70ecda249c8063788e77d296 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zK*WIz+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`OJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlxonp)Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachdaten_AttributeGroup_ausgabeFachdaten_Ausgabe_Fachdaten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachdaten_AttributeGroup_ausgabeFachdaten_Ausgabe_Fachdaten.gif new file mode 100644 index 0000000000000000000000000000000000000000..229e2e19a4fecb715f9ab72361da19b0d78f4d7e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zf#P%K%mFfH8XNDLt_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SJ8!(b@@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTESGMerkmale_FT_ESG_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTESGMerkmale_FT_ESG_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..6dffd43dc6cd9b0ce91d41870042175b2a7a8566 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z0>$UdnR97bB~X0VbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru1#Do! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTETCSL2Merkmale_FT_ETCS_L2_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTETCSL2Merkmale_FT_ETCS_L2_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7effa79008299f2926f0ddf07fb56a5b9fc209f7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689I520Um4mOV*ROub(! zIny~%WA^eB>>_m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1^~C|VYUDO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTGNTMerkmale_FT_GNT_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTGNTMerkmale_FT_GNT_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5e644e95f3e4511493e1735826a2bbacf8a30256 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3lYDxtkS{3Vb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{|34VAcQt literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTZBSMerkmale_FT_ZBS_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_fTZBSMerkmale_FT_ZBS_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..3159bcce48a9f0f326908fc0b20d9cd6bde9100e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7b1RXS*3%6!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1^~C|VYUDO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_iDDokuTelegrammkodierung_ID_AnhangBearbeitungsvermerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_iDDokuTelegrammkodierung_ID_AnhangBearbeitungsvermerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7943912208cefddeaec5380d07b7fb96bacbff22 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXgF}-z??aAE-kBcaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Auax#b8eW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_wirkrichtungInDatenpunkt_Wirkrichtung_In_Datenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFachtelegramm_wirkrichtungInDatenpunkt_Wirkrichtung_In_Datenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbc1355498f98fadd9724c8533074e3707bfc8f8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R19RrgxwNd(!NFnIbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruMt5Nu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Freimelde_Zuordnung_flaRaumFreimeldung_Fla_Raum_Freimeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Freimelde_Zuordnung_flaRaumFreimeldung_Fla_Raum_Freimeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bdcca7e0a3176fbcb3df86e342aa127f2158bb37 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z{r&aFo1-`G&)MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7V+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OBfVqu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_eKWKrAnteil_EKW_Kr_Anteil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_eKWKrAnteil_EKW_Kr_Anteil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1365cd0748478ea1851fcfea2541f5d3fbfe68a2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&CGIaA3}yIY376v17ZYs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR{9b}LI literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_fahrtUeber_Fahrt_Ueber_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_fahrtUeber_Fahrt_Ueber_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..06323916fd1cd1f7d915aa03dde7d2182bc7091a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8X689I520<93Uh3*s)#H)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09)rDQDt literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_iDAnfordererElement_ID_Anforderer_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Anforderer_AttributeGroup_iDAnfordererElement_ID_Anforderer_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2d14ab0224260ce4d642a0d60c110c82f6df007d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&CGIaA3}yIY376v17ZYs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR{9b}LI literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Signal_AttributeGroup_flaSignalZielsperrung_Fla_Signal_Zielsperrung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Signal_AttributeGroup_flaSignalZielsperrung_Fla_Signal_Zielsperrung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f0eecfb27ddb8e9453f9b38d4fc4a70e073f851c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ(`_pIy_{fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8g(_{Gn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_W_Gsp_AttributeGroup_flaWLage_Fla_W_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_W_Gsp_AttributeGroup_flaWLage_Fla_W_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..32f857fd43dadcf04d3ac028b425a621cbf1b67a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2cS--$#$WnLq!2W#y$^)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UXbDV4na0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Weitergabe_AttributeGroup_iDFlaWeitergabeR_ID_Fla_Schutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_Weitergabe_AttributeGroup_iDFlaWeitergabeR_ID_Fla_Schutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..180d9c7786e78f9e7162ba1d3b3c6730dc20bd9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UXbDV4na0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzAnforderer_Fla_Schutz_Anforderer_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzAnforderer_Fla_Schutz_Anforderer_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..618a818c271a6128b11df6bf543ecd14257cb927 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z_tJ|!n{M{ZJd@UNz+u;PH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlSfMUr2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzSignal_Fla_Schutz_Signal_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzSignal_Fla_Schutz_Signal_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe708946d5829a5b2d0e624eaffab28b08279059 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zz4T(wrkg!8&!jaRaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R6~Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzWGsp_Fla_Schutz_W_Gsp_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Schutz_flaSchutzWGsp_Fla_Schutz_W_Gsp_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a6753909aba83496d5fa44c7ca0141fb998edc17 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X7LW*t6+o&&)Gv4F?={O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV*&@>28 z{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giM%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJv8DN+I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_iDFlaSchutzL_ID_Fla_Schutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_iDFlaSchutzL_ID_Fla_Schutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f2cd14df6ec940f2960329e2e837dd7bbe247825 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB9vqE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_iDFlaSchutzR_ID_Fla_Schutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_iDFlaSchutzR_ID_Fla_Schutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f2cd14df6ec940f2960329e2e837dd7bbe247825 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB9vqE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_massnahmeL_Massnahme_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_Element_AttributeGroup_massnahmeL_Massnahme_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5ac844dc30719b03749d3628d877881de0edfd27 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&Mh}zmMK{Gk^d6%4L^!O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_Um4mOV*ROub(! zIny~%WA^eB>>_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OVasGj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_flaZwieschutzElement_Fla_Zwieschutz_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_flaZwieschutzElement_Fla_Zwieschutz_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..de3ad17d30c4ecdb78c0eb809dddd7a76ea4474b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB8+46 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_zwieschutzArt_Zwieschutz_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFla_Zwieschutz_zwieschutzArt_Zwieschutz_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33193f9d8bd8dd26f026b47df75ef6e639acd89b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gq74e0_7{=>7fkFD&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW6>ylsEBsH&6Y-Wk@zrXK+=m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=7J{D}b#!{zE=l}os`SJGu@7p&t zG<^O2`{TbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruGc{tu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Abhaengigkeit_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Abhaengigkeit_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7d37ab47804a5eaf9404c52ddae8fa77907c47bc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+6>ylsEBsH&6Y-Wk@zrXK+=TyToJl)yz+u;PH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmHPGdg+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Aneinander_Zuordnung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Aneinander_Zuordnung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5cc3616ba90b473d8764676a4ef6619959b2811 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`{Ko(n>TyToJl)yz+u;PH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlyt78TL literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Aneinander_fstrAneinanderBedienstring_Fstr_Aneinander_Bedienstring_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Aneinander_fstrAneinanderBedienstring_Fstr_Aneinander_Bedienstring_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1010ed82e50374c77a8a0d88ea93f182fd9dfbb4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SIlVPD<= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Allg_AttributeGroup_laengeSoll_Laenge_Soll_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Allg_AttributeGroup_laengeSoll_Laenge_Soll_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..468d5f998b24bae07fbaae0ca702b830f9a635c2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AKzhp)L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Allg_AttributeGroup_massgebendeNeigung_Massgebende_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Allg_AttributeGroup_massgebendeNeigung_Massgebende_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d64a9303b33cf6e24404a98e0dde593feb453521 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ*^OX}hMY0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UU)2U{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Bezeichnung_AttributeGroup_bezeichnungFstrDWeg_Bezeichnung_Fstr_DWeg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Bezeichnung_AttributeGroup_bezeichnungFstrDWeg_Bezeichnung_Fstr_DWeg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..324a64d340774c6fbe2380531c87cef878824722 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&KgIFM4j?OgnSN;lP1i)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi7J{D}b#!{zE=l}os`SJGu@7p&t zG+cVIXVcA|nP<`(4mj+Zt_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJwtzeh{ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_dWegReihenfolge_DWeg_Reihenfolge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_dWegReihenfolge_DWeg_Reihenfolge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5e822cdd7dc41fc948f1f3e133c7a9d33de601ca GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zhK5To_H4S@GxJPZ!vTj~)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giM%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJv8DN+I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_dWegV_DWeg_V_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_dWegV_DWeg_V_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2fc02f8496db52ca21e2946056c599d81b3a11b3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ&$YEjt literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_iDFMAAnlageZielgleis_ID_FMA_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_Spezifisch_AttributeGroup_iDFMAAnlageZielgleis_ID_FMA_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6f8b380a87e2d90bfca2969b215978f3ad949801 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG+cVIXVcA|nP<`(4mj+Zt_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJv8DN+I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_W_Kr_elementVerschluss_Element_Verschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_W_Kr_elementVerschluss_Element_Verschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7936184f76ea9bfbd5bb1ad60b6b19feefe52ec7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z{r&svn>R=A-=BZ!Qsu7cYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8Brer+; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_W_Kr_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_W_Kr_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d2b476631944606c6e65384e5e1bde5d12181dd5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gq74e|_`j=>7ZiFI}qKHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV(Vm9 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_bezeichnung_Fstr_DWeg_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_bezeichnung_Fstr_DWeg_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a24e08fa918e7dcf6b3afc5183c9d82b265ea4be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Glkjf4%YM=>GfjmtCsdHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08mU1Q?_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_fstrDWegSpezifisch_Fstr_DWeg_Spezifisch_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_DWeg_fstrDWegSpezifisch_Fstr_DWeg_Spezifisch_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4bf7d040db36810109021ce2f921fe17990b3c83 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK3)%zutIrbpQSN%Pv*!nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=MmLCOy}(CuxeQ_e&*bItOaZUVegI zq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~X-aKu%2rim Gum%9vCt>OU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_iDStart_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_iDStart_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1b453f486c1722c395df7b0a52fdabbb226c5d8e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&CGIaA3}yIY5T-%$d8Us{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR?Mr3&a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_iDZiel_ID_Ziel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_iDZiel_ID_Ziel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7aed015b97cc42e822d1419d681e53e7df15af20 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9GEj_4v=9ybLOt;YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9Bw_^VQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_startSignalCharakter_Start_Signal_Charakter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Fahrweg_startSignalCharakter_Start_Signal_Charakter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d1876aa3c50d51317547a415b7a06d8188801667 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&CGIaA3}yIY5T-%$d8Us{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR4D`XY` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Mittel_AttributeGroup_fstrMittelArt_Fstr_Mittel_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Mittel_AttributeGroup_fstrMittelArt_Fstr_Mittel_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..459f97d6b5c4fc86dafbed88960bba60092144d0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&CGIaA3}yISvj792^{WO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gijS literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Nichthaltfall_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Nichthaltfall_iDFMAAnlage_ID_FMA_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f9b78f261f83cede93b0c016eba6c40fdcfc344 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG#of^VE_I3K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^^FRUwr@o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Nichthaltfall_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Nichthaltfall_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fc67848944b4718245ec02a24ec72471fbaa2ad3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K+JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWl`z+*E2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_fstrRangierArt_Fstr_Rangier_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_fstrRangierArt_Fstr_Rangier_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0cf27b2923fdc8c3c99a8a21e2195caa8b85cf36 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&KDF`t{Axqxa{}zf@VdYq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s3 z2AT!|ia%KxK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n`t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7nMY3kR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_rangierGegenfahrtausschluss_Rangier_Gegenfahrtausschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_AttributeGroup_rangierGegenfahrtausschluss_Rangier_Gegenfahrtausschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..06250be4d48c5751f1b6874a0a721b7302ed67fb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H ze}Db@=IGJ;^XFfxtlTwS4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&N%ZV$uKr literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_Fla_Zuordnung_iDFlaSchutz_ID_Fla_Schutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Rangier_Fla_Zuordnung_iDFlaSchutz_ID_Fla_Schutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8390ecacad7777e2964afab97045cbb00ab1609e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^EcnB0{~=OVM71_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Signalisierung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Signalisierung_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f655cb586fba0d881cf1ce5c60e8be5e7e4d60a0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3m2bhoVIJa8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7Uv15P$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Signalisierung_iDSignalSignalbegriff_ID_Signal_Signalbegriff_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Signalisierung_iDSignalSignalbegriff_ID_Signal_Signalbegriff_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f9e5fa823dae523cbf28d74b8e4f586df9098150 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520<93W$+aoVowYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7Uv15P$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Umfahrpunkt_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Umfahrpunkt_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5b8f31eb6beb1fe71c143ec65c1ac2550f260073 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi{#%cHI{8{I{*L2&yTnNf8V~L zq2a}zOE-Hqok^Q{z@cH+bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru`T$}q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_automatischeEinstellung_Automatische_Einstellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_automatischeEinstellung_Automatische_Einstellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9f92d6f95da5afa4a32a709407a858cfa358dd7a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zZMt?X_}DSaHEVR*+ICG>1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2?@=V9fvk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrVsigabstandVerkuerzt_Fstr_Vsigabstand_Verkuerzt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrVsigabstandVerkuerzt_Fstr_Vsigabstand_Verkuerzt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..67ba99c291d37cefaf85b79bb7ece651c8a049d2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&D3_yB2)xnB|%^I&E#crmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OWIJQ? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrZugArt_Fstr_Zug_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrZugArt_Fstr_Zug_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3a2d022b7a46d296ae303203809034de9c205bc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zhK8nV*Mg57vs|-Ar>$+*bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruVvAu# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrZugDWeg_Fstr_Zug_DWeg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_fstrZugDWeg_Fstr_Zug_DWeg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..29daffe9796ec1894cdd7be0f374de3fafe50e55 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zZMt?X_}DSaHEVR*+ICG>1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@@GVDSI| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_iDBUEEinschaltung_ID_BUE_Einschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..306a991c36f8e31c3b37bf4e71a8459ea1e628d9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauPJYZk| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_iDSignalGruppenausfahrt_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_AttributeGroup_iDSignalGruppenausfahrt_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a259b8fb4f254c6c429ed9e0055ec1798ca554c1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&D3_yB2)xnB|%^I&E#crmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Ot$$=z literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_DWeg_AttributeGroup_dWegVorzug_DWeg_Vorzug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_DWeg_AttributeGroup_dWegVorzug_DWeg_Vorzug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..224034e9aa7637e3919abf5381d8994d566126c5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3lyJ!e?E}m;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR>NonWp2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_DWeg_AttributeGroup_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_DWeg_AttributeGroup_iDFstrDWeg_ID_Fstr_DWeg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c256568396191cc1b5cad3e7f68b4167a8d4620e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9GHK9K9J$y;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OEs+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OEa79` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fstrReihenfolge_Fstr_Reihenfolge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fstrReihenfolge_Fstr_Reihenfolge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..691760a5f3e250593ea582c4f9ab9ccb80f477c3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zhK3g}_T0SLbLLFifddY^rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OVBTWO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fstrV_Fstr_V_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_Allg_AttributeGroup_fstrV_Fstr_V_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d3dacde699283d2022efb6944659b4369be2068 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn(r;DE!f>1sfm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_1sf+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OEHPu= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateFstr_Zug_Rangier_iDFstrFahrweg_ID_Fstr_Fahrweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ab92c19104282dd985495b1fb3bb37a0d646871 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&++YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OEa79` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOForm_GEO_Form_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOForm_GEO_Form_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9b0e0926ed21f90f2a5044e2cecc0801ebfef0b8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3l}$@Idj)^H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWlqnPGPT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOKAD_GEO_KAD_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOKAD_GEO_KAD_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c382aa6ed049489606e4cee7fbb0edcc000b68d3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gjkl9GEj_4v=9ybLOt;YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9ASYrPG literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOLaenge_GEO_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEOLaenge_GEO_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d61425d3d46890e2531f6df69c20d348bae7cde3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zh6ac@kYPM?=C0{#K(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1^{|eVQ2sV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEORadiusA_GEO_Radius_A_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEORadiusA_GEO_Radius_A_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9b0e0926ed21f90f2a5044e2cecc0801ebfef0b8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3l}$@Idj)^H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWlqnPGPT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEORadiusB_GEO_Radius_B_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_gEORadiusB_GEO_Radius_B_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd5419d5cd266a92129a098a34c261f32972d54b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zg^L@{oVjbd8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5ZbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSruR7hbo literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..86a616f83b97dcf8d33ffdaf1cc6e0f3edbe8733 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zK*WIzUm4mOV*ROub(!Iny~%WA^eB z>>_`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR;?GGO%p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_iDGEOArt_ID_GEO_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Kante_iDGEOArt_ID_GEO_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..38cd8a017cb94a0c156ff8b7a3ae5f45335f1050 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^|DVU&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW4E!SA;wCU`ct_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHZd|;RW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_gEOKoordinatensystem_GEO_Koordinatensystem_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_gEOKoordinatensystem_GEO_Koordinatensystem_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db41f3b9afbbb1ae3f259797ca11dc41d23735ca GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&EdmYC0AiyvEY9O-E1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~B0|4KvUkd;L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4b97464c81f4a8c0fb4e1575739eda483726e806 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zTx)7N7970B(y~oQXV-K!Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f z0u+C;FoIY*AOd7318aB0|4gAUlafU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_gEOPunktAllg_GEO_Punkt_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_gEOPunktAllg_GEO_Punkt_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2371ef2aa07f25ae1387c1a406e0c09b189ca682 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG&Egn3O*KWxyDkbO=s71H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkR=3W8- literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_iDGEOKante_ID_GEO_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_iDGEOKante_ID_GEO_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6357a53a81f0a77589eecdfd6dff88b5a6629d12 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK8nVO~J>4E!SA;wCU`ct_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHXZeW-I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGEO_Punkt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6966d766ed8edd01a0f6ba2b0ae788a6a917155a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ zZMxPJd@R^<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^`T#U!4E| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_bUESicherungszeit_BUE_Sicherungszeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_bUESicherungszeit_BUE_Sicherungszeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..978ee2b3802b3c8e3e5451a6131333dc9e376097 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z0>#h3#CJ_s1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq;AVBda3nPf7 z10q0nGO)%dDDA99YNmER{Un)7%IZ$Kv@)PVL zeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7TQ)**VwyGk7 FH2|$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AubV2Vjo? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_gFRTyp_GFR_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_Allg_AttributeGroup_gFRTyp_GFR_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ad499cb00c2e690be04e3a71f8d70b3ad70f61b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXgF}-z?rl&K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^|DVU3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXI65VblNs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_gFRAnlageAllg_GFR_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_gFRAnlageAllg_GFR_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..71ebb1abefa55355186c8641a6a4f24c0d2489b2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z{{H>-&6}h5@6W$JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkh2xI;L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Anlage_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e66bf5815cd134197f943081caeffef91b9f205 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&KDF{q@b8qxbL6zjUc`*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_Bezeichnung_AttributeGroup_bezeichnungGFRElement_Bezeichnung_GFR_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_Bezeichnung_AttributeGroup_bezeichnungGFRElement_Bezeichnung_GFR_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..025f0306c7ebda5251c1183d8815fb98b4fae4ab GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&CGIaA5xZ`9Ow)gTt=rYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7^%VW9# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_bUENeigung_BUE_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_bUENeigung_BUE_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0231726db96b59e4f24efbb6a568066a1c914789 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OvNL2> literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_bezeichnung_GFR_Element_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_bezeichnung_GFR_Element_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4e2915eef0f7881b50639840fbc7f7faf3b6418c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zy>_kX*sYb@K^baqWw1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^1xVDSI| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_gFRNeigung_GFR_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_gFRNeigung_GFR_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ca0092aa9e0f0b6dcdb32e4e743db9ede0c32613 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt zd+l1&v17q&)>yW+>Fk=W21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXC$dVHyAc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_iDGFRAnlage_ID_GFR_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Element_iDGFRAnlage_ID_GFR_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..471b87fb76e357cfd6df75a267c03d4417c656f3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB%$YdUr;c+DEiwlm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&RnYVaEUf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Allg_AttributeGroup_montagehoehe_Montagehoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Allg_AttributeGroup_montagehoehe_Montagehoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..69679e386eef8785273f736de003c85525816532 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&LnfVlw~$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Allg_AttributeGroup_pegel_Pegel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Allg_AttributeGroup_pegel_Pegel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9c678a492db7a20527896457531fb4758c01ed8c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zh6bSc{rUHS450X~>1sf;@%I1k+cz{c z0LAamzYk;p#dl3t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq;AVBda z3nPf710q0nGO)%dDDA99YNmER{Un)7%IZ$Kv z@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7TQ)**V JwyGk7H30VWV6OlG literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Bezeichnung_AttributeGroup_bezeichnungGFRTripelspiegel_Bezeichnung_GFR_Tripelspiegel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_Bezeichnung_AttributeGroup_bezeichnungGFRTripelspiegel_Bezeichnung_GFR_Tripelspiegel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8848b0132c0a3f10e93f574de46e2ee87483eb19 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG<^O2MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7;^kcCA literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_gFRTripelspiegelAllg_GFR_Tripelspiegel_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGFR_Tripelspiegel_gFRTripelspiegelAllg_GFR_Tripelspiegel_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..32e4f432c6fda82cfe811e1a05a2e36eb911f871 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z1&Ys^Gv~kops>TP>1sfJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWm_r(;e4 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_L_AttributeGroup_elementLage_Element_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_L_AttributeGroup_elementLage_Element_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe0e4b2b82e6066937d4eb71e085a14fc08a7399 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$1sf<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{A0U)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_R_AttributeGroup_elementLage_Element_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGZ_Freimeldung_R_AttributeGroup_elementLage_Element_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ac3a4fd1c60d2fb4fbd2eb2059f4f2a4d45fb9e4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$&aJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFjhVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_Allg_AttributeGroup_anzeigegefuehrtESKategorie_Anzeigegefuehrt_ES_Kategorie_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_Allg_AttributeGroup_anzeigegefuehrtESKategorie_Anzeigegefuehrt_ES_Kategorie_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0f107c5ff075ff9c05d6ae8c40bb44f6e285d920 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec} z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UU*HU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_Allg_AttributeGroup_geschwindigkeit_Geschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_Allg_AttributeGroup_geschwindigkeit_Geschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..149a215637475ef794215841d53df33087fae0bb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG#of^V9uO5K!)+mv|ZEHfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~$UdnFC}P&rI7jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AubMNnnov literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_geschwindigkeitsprofilAllg_Geschwindigkeitsprofil_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGeschwindigkeitsprofil_geschwindigkeitsprofilAllg_Geschwindigkeitsprofil_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..20ca1b81eab8349dca7de1b75bb5f981b718069f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3lyK3b_U3BaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AubX(O{1N literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschluss_gleisAbschlussArt_Gleis_Abschluss_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschluss_gleisAbschlussArt_Gleis_Abschluss_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3debc34b318041253772637f3724ddb90be0aec GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zy|m}WrkY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S>oViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschnitt_bezeichnung_Bezeichnung_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschnitt_bezeichnung_Bezeichnung_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..05c17b39cf56f46821f901cdd1937ffd87384f0c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z+jMPB@Ub4tHN`q@k-Mg=0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPViV8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschnitt_geschwindigkeit_Geschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Abschnitt_geschwindigkeit_Geschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8bacded5e6893a17568afb9e97aa273afbe10681 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG&EgX6MU@4a!s*LTjZ|kYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8_ZeGj) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Art_gleisart_Gleisart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Art_gleisart_Gleisart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7938130156d8e423a667cdcb3270b4ab76550849 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zK*WKJ;A6*jO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9MK+_;V@h1x- zh@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(!Iny~%WA^eB z>>_J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWk6)?z9E literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Bezeichnung_Bezeichnung_AttributeGroup_bezGleisBezeichnung_Bez_Gleis_Bezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Bezeichnung_Bezeichnung_AttributeGroup_bezGleisBezeichnung_Bez_Gleis_Bezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fa6a5ee72ac3c399f6e2ac5922f20cce42f1e57b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zp<&OS7d<^U)6&j3I2_nDT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaGYGHi< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Bezeichnung_bezeichnung_Gleis_Bezeichnung_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Bezeichnung_bezeichnung_Gleis_Bezeichnung_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..78daa8ee172e51a121400e188f58d522db3f754e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2cTAA4lKZn16qN<)vl2rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV9#Vm literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Fahrbahn_konstruktion_Konstruktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Fahrbahn_konstruktion_Konstruktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..baf4e8a2cd7a85bc29aacaf8b86f065279bb8f8c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&KD9`uoPwH~Z(`Usic(*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Qm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPTCV8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Schaltgruppe_fahrstrom_Fahrstrom_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleis_Schaltgruppe_fahrstrom_Fahrstrom_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5d7a6e0f66544dbb89ebeb6469d435ca00dd2188 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zp`mHbwcws(mc?syBHMONR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasJNno=8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleissperre_Element_AttributeGroup_gleissperreBetriebsart_Gleissperre_Betriebsart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleissperre_Element_AttributeGroup_gleissperreBetriebsart_Gleissperre_Betriebsart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d10d577799a0407a8112dbd0d90fb6a5b446af6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z+jMPB@Ub4tHN`q@k-Mg=0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVb^U{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleissperre_Element_AttributeGroup_gleissperreVorzugslage_Gleissperre_Vorzugslage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateGleissperre_Element_AttributeGroup_gleissperreVorzugslage_Gleissperre_Vorzugslage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8566aa3c9d477570ed956f84a06f3477810d52d5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zp`q#8n&4wSmTQW2+9G#NR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaujz+hki literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_Allg_AttributeGroup_hoehenlinieForm_Hoehenlinie_Form_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_Allg_AttributeGroup_hoehenlinieForm_Hoehenlinie_Form_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b2f0e6820cc7d24536df49a13a8c5470b812c363 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7cPD*xM$aNH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWm3JYlc^ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_Allg_AttributeGroup_hoehenlinieLaenge_Hoehenlinie_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_Allg_AttributeGroup_hoehenlinieLaenge_Hoehenlinie_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6b664ddff8a292258882d6f65ff1434d1553a7f2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zLjyz{$T$|;@%I1k+cz{c zK*WKJW5GSUrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jprplJ}G_>+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`OF7{yy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_hoehenlinieAllg_Hoehenlinie_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_hoehenlinieAllg_Hoehenlinie_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d91288bbd45064fc243fdd59dd1179994b26253 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z3lyJuCJo4NaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZXCt(5r literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDHoehenpunktA_ID_Hoehenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDHoehenpunktA_ID_Hoehenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..19c4a599d7cd769e527df39e09e4e4a608095fe5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6bSc%rj{~22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru>RMoq literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDHoehenpunktB_ID_Hoehenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDHoehenpunktB_ID_Hoehenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..19c4a599d7cd769e527df39e09e4e4a608095fe5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6bSc%rj{~22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru>RMoq literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDTOPKantePfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenlinie_iDTOPKantePfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..555150e8a50c3c542721cf7246dd6ceb74d5e69d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3lyJuCJo4NaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuY?gkZ@4 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_gEOPAD_GEO_PAD_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_gEOPAD_GEO_PAD_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..66df02095897b18a9010551801428fc4908bd815 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=3$Vw6p^b4*&nh&yTnNf8V~L zq2bbtJ)3U!%si9UaKK^LbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruIS^uh literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_hoehenpunktHoehe_Hoehenpunkt_Hoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_hoehenpunktHoehe_Hoehenpunkt_Hoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0db396817a9908d3402573a2bb776f663c2cb37 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2bbtJ)3U!%si9UaKK^LbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru_Sa%8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_neigung_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_Allg_AttributeGroup_neigung_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0cc4a4a9743a8dfc2b31bfea89a5714607b2850d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&Ed#v1ilGo|$LT8V)$@nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=;@%I1k+cz{c zTzau*)6JflXVMxDIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXF&`VX6QC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_hoehenpunktAllg_Hoehenpunkt_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateHoehenpunkt_hoehenpunktAllg_Hoehenpunkt_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..294329570316a2cff1183e3596924b3249557d38 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK4m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2girgM-7a>1sfN8>P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateINA_Gefahrstelle_AttributeGroup_prioritaetGefahrstelle_Prioritaet_Gefahrstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateINA_Gefahrstelle_AttributeGroup_prioritaetGefahrstelle_Prioritaet_Gefahrstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7839cb59536e174ce87f1c598d9a627e14bb426b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$Um4mOV*ROub(! zIny~%WA^eB>>_6>ylsEBsH&6Y-Wk@zrXK+=Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S>pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_kabelLaenge_Kabel_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_kabelLaenge_Kabel_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..40e889c4afaa796507f6d528a378c476e5d6b60f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zp<&O9OFcI?rJb4SaG+t=bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru_@QDf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_kabelTyp_Kabel_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_kabelTyp_Kabel_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..09b8804bd2357564022ae4293065d205db368922 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4GnuGDecTmhXW0}rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OJ5yuc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_nagetierschutz_Nagetierschutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Allg_AttributeGroup_nagetierschutz_Nagetierschutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..17f6adc8239b5f751149de17f2fc9fdb808e38d1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8XESzxYToVQ`(uC4hI@`O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_{ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Bezeichnung_AttributeGroup_bezeichnungKabel_Bezeichnung_Kabel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Bezeichnung_AttributeGroup_bezeichnungKabel_Bezeichnung_Kabel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f4369fd0a4e279f9038fd569299dca091c0adec7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8iUt{?I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderDurchmesser_Ader_Durchmesser_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderDurchmesser_Ader_Durchmesser_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..56f8f0bfb14ed7e8b01143cc031a33731bf03627 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zthv_Ib1b-cjb&t;&aUZdK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{aHU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderQuerschnitt_Ader_Querschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderQuerschnitt_Ader_Querschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0b72453d8a58edaeacba28c3950a3b18d29f7552 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}Hl1D5)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08<9bc9J literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderReserve_Ader_Reserve_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_aderReserve_Ader_Reserve_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..00fdba3ec4cb7088810193f4c6856d2b82db5493 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt zyXIO`&#~a*HI|WWI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPY^V8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_anzahlVerseilelemente_Anzahl_Verseilelemente_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_anzahlVerseilelemente_Anzahl_Verseilelemente_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7bae5f28857d085caa350fd96df1815c81d50e3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK4oQntF}}7q795Y}45_T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaQePLn% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_verseilart_Verseilart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Element_AttributeGroup_verseilart_Verseilart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b15f0c5bf8065d9927e936715f653b480a1b768 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&HQa*3@$>xOk0aWSh>e>1sfMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%93(qugV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_bezeichnung_Kabel_Verteilpunkt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_bezeichnung_Kabel_Verteilpunkt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..af9f8184d2445d62b5e7b1946e1e74a42e4aaa62 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zy|$+5SWobpV#~Hjon6z_fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~hAv7X>H#g=W6I=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVj4U{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_kabelVerteilpunktArt_Kabel_Verteilpunkt_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_Verteilpunkt_kabelVerteilpunktArt_Kabel_Verteilpunkt_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d53ad79ffc816ca637b6bd3ea804af2365f3aa23 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zhK6fvnvV4ZuPL@{i`3aQT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua@HDFHw literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_bezeichnung_Kabel_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_bezeichnung_Kabel_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cc2ef5295564f2e2a236a53e2fc8560c98cf5b04 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zy|m}WrkY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R26>ylsEBsH&6Y-Wk@zrXK+=i literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_kabelAllg_Kabel_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKabel_kabelAllg_Kabel_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..538d4170624a4bccfa1906b157409ceea066f7a3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK5UfUTo^QIWz4{gTsMc)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ&{b6DN literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKnoten_Auf_TOP_Kante_AttributeGroup_eTCSKnotenArtSonstige_ETCS_Knoten_Art_Sonstige_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKnoten_Auf_TOP_Kante_AttributeGroup_eTCSKnotenArtSonstige_ETCS_Knoten_Art_Sonstige_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0131b567575594c4c7503c17944aa883ca4b6e6a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK8o5Yr(M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHXIAE9n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKnoten_Auf_TOP_Kante_AttributeGroup_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKnoten_Auf_TOP_Kante_AttributeGroup_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f22f738660aca638d689ad90d103d3cf407239b5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z+thR|IQW>Q1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~C>8X>ZF?$gO1vLZx;)JpoZBm5V+8;J literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_elektrischerAntriebLage_Elektrischer_Antrieb_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_elektrischerAntriebLage_Elektrischer_Antrieb_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1fedc13ad86c921b7e204e7fcf84245750f5ef14 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|NrsxVS1C5LMEKv|_dxXb^LZfp^L+8|yUjq;AVBda z3nPf710q0nGO)%dDDA99YNmER{Un)7%IZ$Kv z@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7TQ)**V JwyGk7H2}r(U|j$J literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_geschwindigkeitL_Geschwindigkeit_L_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateKreuzung_AttributeGroup_geschwindigkeitL_Geschwindigkeit_L_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6bd7204e09c8f8726dc65b9892dbbaed118a1a9f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7brgSOd62k;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuY?gkZ@4 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Allg_AttributeGroup_lEUAnlageArt_LEU_Anlage_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Allg_AttributeGroup_lEUAnlageArt_LEU_Anlage_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..70eb5409a63d65e668356da5e5d086f401628678 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gjkl9GH0~4ajhCaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&M*KVo?A9 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Allg_AttributeGroup_leistungsbedarf_Leistungsbedarf_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Allg_AttributeGroup_leistungsbedarf_Leistungsbedarf_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c0f355b5904fbd29f4b0f5c74020c6bf31f10fe0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4$M5024pxmIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXG&YVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Bezeichnung_AttributeGroup_bezeichnungLEUAnlage_Bezeichnung_LEU_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_Bezeichnung_AttributeGroup_bezeichnungLEUAnlage_Bezeichnung_LEU_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..49d98d937adca33420af6b8a14e9d8debe501fd3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`}^zfH%H&xpMU>S<)vNI)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09+F=T)M literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_bezeichnung_LEU_Anlage_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_bezeichnung_LEU_Anlage_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe10b8e7be48682bff854c1ea3c88372d2107ac0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA3}yISvg692^{WO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_xcZEVU`Rb;RR E0GfGVCIA2c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_lEUAnlageAllg_LEU_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Anlage_lEUAnlageAllg_LEU_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e292d2a97334eff311ee590a9e290968589a23a6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$Udnd8uK04Tm|x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR=6T3{Uj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..66b71850f162273bdc938b3cc47c00a85c971863 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+$+*bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru55{6F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_lEUModulArt_LEU_Modul_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_lEUModulArt_LEU_Modul_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8f7d7ca62aca12227bedde682ecb5d6169f8212c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zo3338K6cD<%^IDywq4WJfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OW7uQ! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_lEUModulTyp_LEU_Modul_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Allg_AttributeGroup_lEUModulTyp_LEU_Modul_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..122b828b2acdefea60f6637fada5e1fde41781ee GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXlS~2E%?|m%Qb6s+S+zaR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauM-e6z= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_iDBalise_ID_Balise_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_iDBalise_ID_Balise_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bcaa16d30169ff72575ec9399bad4ee5d12b6c82 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2a)R19Rrgsa$r+!NFnIbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruf(c=4 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_lEUAusgangNr_LEU_Ausgang_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_lEUAusgangNr_LEU_Ausgang_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fcd612ead993fa375c217c53a0c573b9f2469987 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnNzv!5>R~CbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru-Z)^6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_portNrAusgPhysisch_Port_Nr_Ausg_Physisch_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_Ausgang_AttributeGroup_portNrAusgPhysisch_Port_Nr_Ausg_Physisch_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1413888cbf514e13c63fcca24ebed95045430989 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&CGIaA3}yIhD&UIXF1%nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=B0{|F6VAcQt literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_bezeichnung_LEU_Modul_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_bezeichnung_LEU_Modul_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5173b2ddb3d0442a2e5333145b007bee04de2205 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt zd#&l(vEXBCEZ4N@wC$R%21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXBWhVCMh; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDInformationEingang_ID_Information_Eingang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDInformationEingang_ID_Information_Eingang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7f902c4a2d58f915d76ea9cceb31fd9801c3289b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zd#&l(vEXBCEZ4N@wC$R%21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXCwhVHyAc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDLEUAnlage_ID_LEU_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDLEUAnlage_ID_LEU_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c78a45426f2294adc70c9eef9f12d4dd89abad0a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ zUTeB`Ecn z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UW{yV4na0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDLEUSchaltkasten_ID_LEU_Schaltkasten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_iDLEUSchaltkasten_ID_LEU_Schaltkasten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b53f9949879ab04923b59a5bdf788a74a192bddd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8XB%OT{{+hY>nlbHl4Oz)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giy7-(`nl^T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZlT45>x literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_lEUModulAusgang_LEU_Modul_Ausgang_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Modul_lEUModulAusgang_LEU_Modul_Ausgang_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..12d45aab7d83c0303e1a239db655e80d4a3872e2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zhK6fR*Nz1rTVuJVO{ZY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S=-ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_anzahlVollLEUKalkuliert_Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_anzahlVollLEUKalkuliert_Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..288ee3a4e9beb6a1f8acd7f2144a174bbeb92811 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a}zOE-Hqok^Q{z@cH+bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru_Sj-9 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_iDEnergieLEUSchaltkasten_ID_EV_Modul_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_iDEnergieLEUSchaltkasten_ID_EV_Modul_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f87e1e2aecfabc4b1c4c56eb9d9d4a9b7589d52 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMyT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ)U14GX literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_maxLeistung_Max_Leistung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Energie_AttributeGroup_maxLeistung_Max_Leistung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4447ddc830c2ef67e8bc1a3b817fe10457380db1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK3h=F5T?ebS7=)0f&ZN)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVfeU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Position_AttributeGroup_positionSonstige_Position_Sonstige_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Position_AttributeGroup_positionSonstige_Position_Sonstige_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fcfec345ba6a1d1598e5ae691736c4a5740a9df1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zhK4oQntF}}7q795Y}45_T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua?YhX_R literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Position_AttributeGroup_position_Position_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_Position_AttributeGroup_position_Position_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..937120ba4f659c02f5e2e1f3899ab30acc3af936 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG_1MS)N?Gjc#UObo6fH3YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8|mR`&N literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_bezeichnung_LEU_Schaltkasten_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_bezeichnung_LEU_Schaltkasten_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4063fe66107e24694bdccafaad37905167d82be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK8@de;6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09QlVnB! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_lEUSchaltkastenEnergie_LEU_Schaltkasten_Energie_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Schaltkasten_lEUSchaltkastenEnergie_LEU_Schaltkasten_Energie_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7118da1b83ee4c303ca26a342cc460fbba4926eb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK8@de;6>ylsEBsH&6Y-Wk@zrXK+=1sf=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Steuernde_AttributeGroup_iDLEUAnlage_ID_LEU_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLEU_Steuernde_AttributeGroup_iDLEUAnlage_ID_LEU_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..367c7ec00aac6e2690e1c4726727e3cb25b63d48 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gjkl9JoLKK9J$y;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5$sozYh`LHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=096HDnzC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lOEMANr_LO_EMA_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLO_Material_AttributeGroup_lOEMANr_LO_EMA_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..96b347e1ad4d566d3220da1026db48e896ac8a50 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zhK3)%zutIrbpQSN%Pv*!nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=y0-@_urqt>{8{f>1sft$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n@=<14 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Objekte_Planungsbereich_AttributeGroup_iDLSTObjektPlanungsbereich_ID_Ur_Objekt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Objekte_Planungsbereich_AttributeGroup_iDLSTObjektPlanungsbereich_ID_Ur_Objekt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..df29197e26222a9a24d407d9292746cf02adf514 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`O3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0BBM`N%6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Planung_AttributeGroup_objektmanagement_Objektmanagement_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Planung_AttributeGroup_objektmanagement_Objektmanagement_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..278cd8af6a478ccfbaa39620e52662730c0b2187 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?Um4mOV*ROub(! zIny~%WA^eB>>_JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmzLSr)k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Zustand_container_Container_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLST_Zustand_container_Container_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..24f4a759d7211940156189b23710df7b81a211e9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2a)R19Rrg0Wyl!e0EJ&1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_mYVITki literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdatei_Hilfe_AttributeGroup_iDBinaerdateiHilfe_ID_Binaerdaten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdatei_Hilfe_AttributeGroup_iDBinaerdateiHilfe_ID_Binaerdaten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1386a5996a4c6f94fb89d7b0b73a217ac49e3e68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XESz*wb^fC+$p{!vTj~)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gisXVM%FIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHu8Vc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdatei_Hilfe_AttributeGroup_verwendungHilfe_Verwendung_Hilfe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdatei_Hilfe_AttributeGroup_verwendungHilfe_Verwendung_Hilfe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ee360b218798125321e3f8e0e45695e4fec1ac0f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK4;a_VnEBNjsC~aKK^LbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSrudb(k3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_iDAnhangEADoku_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_iDAnhangEADoku_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..506a19bf586b9a22bcaf4bdfac52b7a211515a53 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|2goQ^^Vv0B4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&SL9Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_iDBinaerdaten_ID_Binaerdaten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_iDBinaerdaten_ID_Binaerdaten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9458666c45cbda73588165ce054ee69fb53aac1b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520<93Z1u&1ctiH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmzLSr)k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_pruefmerkmaleBinaerdaten_Pruefmerkmale_Daten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLT_Binaerdaten_AttributeGroup_pruefmerkmaleBinaerdaten_Pruefmerkmale_Daten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c9b7bd56a527f7ae984cff340c396ed27cd3691f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z3l}d|^Vv0B4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&N_{VK4vy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Bezeichnung_AttributeGroup_bezeichnungLageplan_Bezeichnung_Lageplan_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Bezeichnung_AttributeGroup_bezeichnungLageplan_Bezeichnung_Lageplan_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5777ba5f48daaf6ca158ade32557928beafd7822 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK2(N4$PS|=fD96AlNls4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S;WVd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_Bezeichnung_AttributeGroup_bezLageplanBlattschnitt_Bez_Lageplan_Blattschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_Bezeichnung_AttributeGroup_bezLageplanBlattschnitt_Bez_Lageplan_Blattschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6769c1b7dcfe6665976c65b7fec89facc1c465e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ$x?y4f literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_bezeichnung_Lageplan_Blattschnitt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Blattschnitt_bezeichnung_Lageplan_Blattschnitt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cfd10c2742c0926ee74de04f02e3e5964cc2bfb9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK8@dzaD*abpHMMm6s}aO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2git$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7nL?&ju literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Zustand_iDLageplan_ID_Lageplan_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Zustand_iDLageplan_ID_Lageplan_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c048169804a6615425a5c191d45f8968a25496ea GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_xF#lZ*CmDzkmLvWtF?8s{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQPn`9OM literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Zustand_referenzLSTZustand_Referenz_LST_Zustand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_Zustand_referenzLSTZustand_Referenz_LST_Zustand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6a6170e0da3df46b694951c50040942eb893f9dc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z_xF#lZ*CmDzkmLvWtF?8s{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RRUCS;HR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_bezeichnung_Lageplan_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_bezeichnung_Lageplan_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..df29197e26222a9a24d407d9292746cf02adf514 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`OY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&SL9Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_lageplanArt_Lageplan_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLageplan_lageplanArt_Lageplan_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..26d037d41d5ccc175866eb7f5394d02e898beb15 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7cO3`=CfC>8X>ZF?$gO1vLZx;)JpoZBm5YLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasN24J%Q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_iDGEOPunkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_iDGEOPunkt_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1fb76995b81468c71e9c81adc35602d3cb9727ab GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2XH7nq$E|Yb=Y~bRu_6R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauiEMQ;& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_iDLOEinbau_ID_LO_Einbau_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_iDLOEinbau_ID_LO_Einbau_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a0d9f76f2c7c1516e8ffcfc27bfff06d8abcd199 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&LSEHOGQ`)>sy|=|t|Dt_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJE*kB?6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_lOErsatz_LO_Ersatz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_lOErsatz_LO_Ersatz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4990eada9fd176e18a3a4bcac8a06d41c751951 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2XH7nq$E|Yb=Y~bRu_6R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaulRA68L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_lOMaterial_LO_Material_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLieferobjekt_lOMaterial_LO_Material_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..df228332e97da0002a4d37014bffad23c9bd1140 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&EdmT5~M8XN_fXn@;4e>1sfxOk0aWSh>e>1sfM%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SI1HD8_p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_lTBinaerdateiHilfe_LT_Binaerdatei_Hilfe_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_lTBinaerdateiHilfe_LT_Binaerdatei_Hilfe_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..07d4cba6e201aea939138a03790fb60ee89a9668 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zp<&Inrk-QL#cM1h+jMqKR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasN24J%Q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_lTBinaerdaten_LT_Binaerdaten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateLuft_Telegramm_lTBinaerdaten_LT_Binaerdaten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..fd60bf2f938cd4a3caba86384cc8fd9bafa0318b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zU30Ce=U8y@8q3Hwon6z_fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~xOk0aWSh>e>1sfMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9$@MD$$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_bezeichnung_Markanter_Punkt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_bezeichnung_Markanter_Punkt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..65e5a9bd5552fef4b7832aee715b7ae0f10f489d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&CGIaA3}yIY5T-%$d8Us{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR30%R5d literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_iDDWegErlaubnisabhaengig_ID_Block_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_iDDWegErlaubnisabhaengig_ID_Block_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..75d8cae4d333c95985ae17a3f8c40a5d3595456e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG#of^V9uO5K!)+mnY*T|0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQu-U%3DP literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_iDMarkanteStelle_ID_Markante_Stelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMarkanter_Punkt_iDMarkanteStelle_ID_Markante_Stelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420564eb5c10b7b6dbde0bcb04c7a7424471e741 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ z1&Ys^GY7~po;h>ZbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSruRES|T literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMetallteil_AttributeGroup_metallteilKategorie_Metallteil_Kategorie_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMetallteil_AttributeGroup_metallteilKategorie_Metallteil_Kategorie_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a1607f910083346345671e52588d6acdb6f1dd0f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt zi!8otx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)iKUo+-EFBO5 zvXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4vzMP>7wOZQ zbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3To3d3E8LR;~ Cu3-uQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMetallteil_AttributeGroup_metallteilLaenge_Metallteil_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateMetallteil_AttributeGroup_metallteilLaenge_Metallteil_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9d141ccd12905a512532dbd90f42195883a8b945 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7cM^2IBnN-H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWlEiD5ke literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Element_iDBedienAnzeigeElement_ID_Bedien_Anzeige_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Element_iDBedienAnzeigeElement_ID_Bedien_Anzeige_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c715ea91e1d01980f58f4d936fcb58f2c797af92 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG#of^V9uO5K*mgC<6YC$fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~C>8X>ZF?$gO1vLZx;)JpoZBm5M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SIgHDBHU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Funktionen_AttributeGroup_tasteFGT_Taste_FGT_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bedien_Anzeige_Funktionen_AttributeGroup_tasteFGT_Taste_FGT_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1376267cc66b397e3317cc97936f85bb0248739d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4$PS|#{nqn;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5$Udnd8uK04Tm|x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR=i&0tUf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bezeichnung_AttributeGroup_bezeichnungNB_Bezeichnung_NB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bezeichnung_AttributeGroup_bezeichnungNB_Bezeichnung_NB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..59c4adae079e982b2d51d81f354063921fa96ef3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ zHm$i9+;hybc#TeE+pg(qK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{6aU)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bezeichnung_AttributeGroup_kennzahl_Kennzahl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Bezeichnung_AttributeGroup_kennzahl_Kennzahl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b6cc9ca21b65346b17a879f074b1ec70263aa356 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zG_AQ7+;hybc#TeE+pg(qK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{T6U)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_aWU_AWU_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_aWU_AWU_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9fa11c04719de9bf1575ef98e9f7ab6fe0f549fa GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zzyAJu^v%)v_vcq$s@yeQ4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&N#7V$uKr literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_fAFAE_FA_FAE_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_fAFAE_FA_FAE_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..203f89aaa4ba111a051efa91f6ae6c7a1bbc1922 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Um4mOV*ROub(! zIny~%WA^eB>>_C>8X>ZF?$gO1vLZx;)JpoZBm5Um4mOV*ROub(! zIny~%WA^eB>>_JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWl_`eQQy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_wHU_WHU_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_wHU_WHU_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..19b38abf6c030af871002bb37115c0c024d34679 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z{rdas(Kkou-=AN3sdCqJH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWml8Dn<< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_wUS_WUS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Funktionalitaet_NB_R_AttributeGroup_wUS_WUS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fa1f35938cd3aa14c2d27450e9fecab5a4547761 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM(Mty=ii@Sd8u;ObTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruOXFh3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Allg_AttributeGroup_nBVerhaeltnisBesonders_NB_Verhaeltnis_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Allg_AttributeGroup_nBVerhaeltnisBesonders_NB_Verhaeltnis_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ca7960758092b23157287c2926f63980860b1c22 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$1sf<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{7rU)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Bezeichnung_AttributeGroup_bezeichnungNBZone_Bezeichnung_NB_Zone_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Bezeichnung_AttributeGroup_bezeichnungNBZone_Bezeichnung_NB_Zone_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1ebcee0d966c0ef848cd406a1e731af638b17179 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a)R19RrgIndw$1iPlI0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQ+qVEX_7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_Allg_AttributeGroup_freieStellbarkeit_Freie_Stellbarkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_Allg_AttributeGroup_freieStellbarkeit_Freie_Stellbarkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1de22443614ca61ee25d8b4a9cd0c243b65bdf76 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG_1MS)N?Gjc#UObo6fH3YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8{0$$7j literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_Allg_AttributeGroup_nBRueckgabevoraussetzung_NB_Rueckgabevoraussetzung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_Allg_AttributeGroup_nBRueckgabevoraussetzung_NB_Rueckgabevoraussetzung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8883ef6afbaa6fb7366594eb91cc28aaa7697303 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ zU30Ce=U8y@8q3Hwon6z_fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~;@%I1k+cz{c zthv_Ib1b-cjb&t;&aUZdK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{aHU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_iDNBElement_ID_NB_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_iDNBElement_ID_NB_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fad8ece34b1c4f24aeb651a19f41d3c9c0779f10 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXh0U&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVYTU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_nBZoneElementAllg_NB_Zone_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Element_nBZoneElementAllg_NB_Zone_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2255e98604375f14c9f922e2ce07e21bc0be710c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXlPn3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08;Q(u+< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Grenze_iDMarkanterPunkt_ID_Markanter_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Grenze_iDMarkanterPunkt_ID_Markanter_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e75c32f5b8cb739ec2b8589d44d5e32ea89b7a29 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaPm| z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVazU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Grenze_nBGrenzeArt_NB_Grenze_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_Grenze_nBGrenzeArt_NB_Grenze_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a06919132fcb4e2c61ab294e481c90e19b7a299 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXh0U&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{DlU)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_bezeichnung_NB_Zone_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_bezeichnung_NB_Zone_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..931730f4ef93e1cb04ad77c9a368044a7c7b0161 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zTx(i$EVyTlWpSHM<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{aHU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_iDNBZone_ID_NB_Zone_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_iDNBZone_ID_NB_Zone_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7d7c59b0d4aa9464846f6db28d495511066a9e67 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zd#!2BvEZIHmc?y4k-Mg=0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVfeU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_iDNB_ID_NB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_Zone_iDNB_ID_NB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1b07f693b58dd6007ddbb1f3328b72e048869213 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIWt2=2&pg8q4A~oyc9&)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08;Q(u+< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_bezeichnung_NB_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_bezeichnung_NB_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..86d00fa0c27f324e388965538895f5fab6a3f920 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXxQ^&PtVPsv@>ZA2OM@yR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau_;b5}> literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_nBArt_NB_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_nBArt_NB_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..11943a3c05dfdfeaaf575a1e3658808308036bdf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHMZA2OM@yR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|KVY)} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_nBFunktionalitaetNBR_NB_Funktionalitaet_NB_R_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateNB_nBFunktionalitaetNBR_NB_Funktionalitaet_NB_R_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1386a5996a4c6f94fb89d7b0b73a217ac49e3e68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XESz*wb^fC+$p{!vTj~)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi$Udnd8uK04Tm|x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR=5^k5wT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateObjektreferenzen_AttributeGroup_dBGDIReferenz_DB_GDI_Referenz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateObjektreferenzen_AttributeGroup_dBGDIReferenz_DB_GDI_Referenz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb2ce7d7bfe7e0272a478973b958e5d4c0f39e3f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt zyQb+{Pw=r~%QcZYZM&wc0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UW{{V2S_$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateObjektreferenzen_AttributeGroup_technischerPlatz_Technischer_Platz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateObjektreferenzen_AttributeGroup_technischerPlatz_Technischer_Platz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bd5468cdacc921ff1c97d7f35ac1d36b101c9780 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK4mw*Ls4F6$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaNiD6;@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Allg_AttributeGroup_oertlichkeitArt_Oertlichkeit_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Allg_AttributeGroup_oertlichkeitArt_Oertlichkeit_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5cc3616ba90b473d8764676a4ef6619959b2811 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z`{Ko(n>TyToJl)yz+u;PH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlyt78TL literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Allg_AttributeGroup_oertlichkeitGueltigAb_Oertlichkeit_Gueltig_Ab_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Allg_AttributeGroup_oertlichkeitGueltigAb_Oertlichkeit_Gueltig_Ab_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4db22d9b2590f48617db9c4c616753fc899f5468 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X8`_*mLt{&zUo62M##wnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=-6=D(q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Bezeichnung_AttributeGroup_oertlichkeitAbkuerzung_Oertlichkeit_Abkuerzung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Bezeichnung_AttributeGroup_oertlichkeitAbkuerzung_Oertlichkeit_Abkuerzung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a279990b8f4f520038675a3f9ab2b9b9225fd4b1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~*Pf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Bezeichnung_AttributeGroup_oertlichkeitKurzname_Oertlichkeit_Kurzname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_Bezeichnung_AttributeGroup_oertlichkeitKurzname_Oertlichkeit_Kurzname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e75c32f5b8cb739ec2b8589d44d5e32ea89b7a29 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaPm|1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2~qKV1obv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_bezeichnung_Oertlichkeit_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_bezeichnung_Oertlichkeit_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..573d6eecf0d9e21141e9b30ebd7df9894721e6d0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXxQ`OMbFKfX=lzj95}FRx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=&!(tKu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDOertlichkeitAwanstBedient_ID_Oertlichkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDOertlichkeitAwanstBedient_ID_Oertlichkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3f3ffa58df811b6cead84de5d11766cb320676b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt zyXVD=o|`w*&YW>LaA4PTH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlv?PCT2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDOertlichkeit_ID_Oertlichkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDOertlichkeit_ID_Oertlichkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3f3ffa58df811b6cead84de5d11766cb320676b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt zyXVD=o|`w*&YW>LaA4PTH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlv?PCT2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDStreckePunkt_ID_Strecke_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_iDStreckePunkt_ID_Strecke_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..12536cb884c3aa59bbafc8e264ac1885b1984ba0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zhK4;aUi93&nRe!k!+`_4rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Of2Lyh literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_oertlichkeitAllg_Oertlichkeit_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOertlichkeit_oertlichkeitAllg_Oertlichkeit_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..3ca8bfa99ea9b4e1f2954571e950efcc643c8fd7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4GnuUm4mOV*ROub(! zIny~%WA^eB>>_$ zwC0>T>1M^Cqjulh#X=ycVfKrJ4~tH=Gc8PTlfThYb30e-^vm>ohMbzF)W)W4RYeAC E06b)7yZ`_I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_adresseStrasseNr_Adresse_Strasse_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_adresseStrasseNr_Adresse_Strasse_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..427fb585eaaedacda85e026ea03dadb4271556d0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OBfVqu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_eMailAdresse_E_Mail_Adresse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateOrganisation_eMailAdresse_E_Mail_Adresse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7d5f08b738ac937908784681a0c71f5d5b4bd2bc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhKAo?f4n(*6>ylsEBsH&6Y-Wk@zrXK+=1sfUm4mOV*ROub(! zIny~%WA^eB>>_{#%cHI{8{I{*L2&yTnNf8V~L zq2c$}A8(G{xIcgYrOIWyrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB~fGZ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GM_AttributeGroup_pZBAbstandGM_PZB_Abstand_GM_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GM_AttributeGroup_pZBAbstandGM_PZB_Abstand_GM_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ce7fc4f17f9e1102978bc128d913d748186f214a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6bScnY1%N22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru3>09& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GM_AttributeGroup_pZBINA_PZB_INA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GM_AttributeGroup_pZBINA_PZB_INA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..64e652345ea98d5e5c1679389b8aee31a0dfd307 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3lu+-b_U3BaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuY&@nFIL literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEAbstandAbweichend_GUE_Abstand_Abweichend_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEAbstandAbweichend_GUE_Abstand_Abweichend_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..647a6ff1357bd88719001f80fcff580aabacb1de GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8X8`_*mLt{&zUo62M##wnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OEs$g0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEBauart_GUE_Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_gUEBauart_GUE_Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9cae865ec32e043ee1ef18086d9415098973154b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4GqZRyQZrF(bh@I>$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;hp!k!85ya8~ z5g+&ksNMH=u@DGqnEfK*!=jVzObZj-Um4mOV*ROub(! zIny~%WA^eB>>_C>8X>ZF?$gO1vLZx;)JpoZBm5;@%I1k+cz{c zym+za=FOfnXVMNFaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&LD?Vp;$I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_messfehler_Messfehler_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_messfehler_Messfehler_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5e689e64ff8a4d75d0261ebf4de5d8aa692d11f8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXn65r&&``XXU?P@IN-2rx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=--(nH~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_pruefgeschwindigkeit_Pruefgeschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_GUE_AttributeGroup_pruefgeschwindigkeit_Pruefgeschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bccc676963bb2302bc1c1aa8e71f746cda10e23f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X8`_*mLt{&zUo62M##wnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3$Vw6p^b4*&nh&yTnNf8V~L zq2a}gJvVRmoH>(r;DE!f>1sf;@%I1k+cz{c z0LAyuzYk;p#dl3t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq;AVBda z3nPf710q0nGO)%dDDA99YNmER{Un)7%IZ$Kv z@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7TQ)**V JwyGk7H2~q0V2=O* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_iNAGefahrstelle_INA_Gefahrstelle_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_iNAGefahrstelle_INA_Gefahrstelle_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..651acbd919ce06c054623e2c3fdd885b6d4cea45 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjzEJ|NQ$v22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru6NO;Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_pZBElementZuordnungINA_PZB_Element_Zuordnung_INA_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_pZBElementZuordnungINA_PZB_Element_Zuordnung_INA_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7d18f383024cc37141bf38f5905b166e047cf93b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689IIw^IeIUcZ!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkKN@I5b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_wirksamkeit_Wirksamkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_BP_AttributeGroup_wirksamkeit_Wirksamkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bb27d461b0074385fd9f4a49455a1a71e42350ef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3l!f!|2~l6;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR;`r(ppA literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_Fstr_AttributeGroup_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_Fstr_AttributeGroup_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7dbe164491bba6b24d771a037cebe05340d94373 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt zd#$MnD6+=VvQ0;4*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK73^WY_ z6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X#_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_INA_AttributeGroup_iDAnhangINA_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_INA_AttributeGroup_iDAnhangINA_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0dabd12b1d564dc1dea2ec458990f621a87ba131 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK8?Se;+;iX8!#9m6exvO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9u%wvE6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_pZBElementZuordnungBP_PZB_Element_Zuordnung_BP_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_Zuordnung_pZBElementZuordnungBP_PZB_Element_Zuordnung_BP_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e3dc34a0f2dc606409e552d29db7593cda6aea9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z1&W_ZI|C8lHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIWB0|4lLUp@c; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_iDPZBElementZuordnung_ID_PZB_Element_Zuordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_iDPZBElementZuordnung_ID_PZB_Element_Zuordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cc38dd76961b142c77e9b0c81b869a7f56b3d4e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK3iH_T1dmb7p4Rfd+?N)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giC>8X>ZF?$gO1vLZx;)JpoZBm5Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R95Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_pZBElementGM_PZB_Element_GM_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_pZBElementGM_PZB_Element_GM_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5c0241e78807b3fc75e64b354eb0fecf1c7f43a2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ zzPPmK=BA!AGt&+3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXG^VVblNs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_pZBElementGUE_PZB_Element_GUE_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Element_pZBElementGUE_PZB_Element_GUE_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1826517dd723cf88ceef82f5cc4f0f871ccba7a9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gk|Y?YX(B=giEs0}T$lrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OKp$h? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Zuordnung_Signal_iDPZBElementZuordnung_ID_PZB_Element_Zuordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePZB_Zuordnung_Signal_iDPZBElementZuordnung_ID_PZB_Element_Zuordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cc38dd76961b142c77e9b0c81b869a7f56b3d4e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK3iH_T1dmb7p4Rfd+?N)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=$`>IQ;(~KR@37|9$(0 zhK8m!*MfVFSr)I+iEP_7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AubMlVE!Q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_elementPosition_Element_Position.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_elementPosition_Element_Position.gif new file mode 100644 index 0000000000000000000000000000000000000000..0f352d7156a7971feb9c2f7fc9ecbf2d98bee52a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zhK8m!*MfVFSr)I+iEP_7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua=4PZ|I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_elementStil_Element_Stil.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_elementStil_Element_Stil.gif new file mode 100644 index 0000000000000000000000000000000000000000..454398ffa0c5acfe2ebd17024a5217eea29406cb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ zHm$i9+;hybc#TeE+pg(qK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{7rU)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_lageplanBlattschnitt_Lageplan_Blattschnitt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_lageplanBlattschnitt_Lageplan_Blattschnitt.gif new file mode 100644 index 0000000000000000000000000000000000000000..62a12266859d325e0bdb7c50550f0fccfd22b953 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB6`Tnp|wW?8&OC$eqVbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSrumIY$Q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_lageplanZustand_Lageplan_Zustand.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Layoutinfo_lageplanZustand_Lageplan_Zustand.gif new file mode 100644 index 0000000000000000000000000000000000000000..ddb5cda064c37d4cd164968c0b17ab67aa1ad41a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&D4=xfa}W%(8fmPGsAz>1sf1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~Um4mOV*ROub(!Iny~%WA^eB z>>_1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{2vGdV z!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb4%C>v z`~MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8z{$vyY literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_Allg_AttributeGroup_werkzeugVersion_Werkzeug_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_Allg_AttributeGroup_werkzeugVersion_Werkzeug_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3520a5d4eeaa9c44acf5626dfe7c4ef4a5fdcbf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3lTqXzySz$O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9MK+_;V@h1x- zh@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(!Iny~%WA^eB z>>__ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR30%R5d literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_lSTZustand_LST_Zustand.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanPro_Schnittstelle_lSTZustand_LST_Zustand.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd5419d5cd266a92129a098a34c261f32972d54b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zg^L@{oVjbd8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm56>ylsEBsH&6Y-Wk@zrXK+=MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8FD`VOK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_bauzustandKurzbezeichnung_Bauzustand_Kurzbezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_bauzustandKurzbezeichnung_Bauzustand_Kurzbezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f9a2e4a8649eb6e7f5d76087d4d869af29b391cd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjzEJ|NZ$u22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru6UAWD literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_bauzustandLangbezeichnung_Bauzustand_Langbezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_bauzustandLangbezeichnung_Bauzustand_Langbezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3b0b44472fcbabb1db4ed8e70c0b649f0150c0bf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R1N-mK2QnNS9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^|EVG#fT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_datumAbschlussEinzel_Datum_Abschluss_Einzel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_datumAbschlussEinzel_Datum_Abschluss_Einzel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..44d87cb33c9fd1e7611631e4d354fa3cafc52462 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zf#Un`&xeTbnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K$vViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_indexAusgabe_Index_Ausgabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_indexAusgabe_Index_Ausgabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d1deee6934348e3785d9fdfdf0d63111696a8c3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z1&Z&#KOZ8#Yq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s32AT!|ia%Kx zK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@;$(hc98nc(5 zU>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiGa%!4V8=JCK H6&b7nNi<;? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_informativ_Informativ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_informativ_Informativ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e91f6dd89ef4e812325bbc04b55a30ecfd045f33 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689II#czd?3TY!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkKieq;G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_laufendeNummerAusgabe_Laufende_Nummer_Ausgabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_laufendeNummerAusgabe_Laufende_Nummer_Ausgabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a87700f4c7cdeae66d88a9f69e203fe883a50f7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K)(ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_planungEArt_Planung_E_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_planungEArt_Planung_E_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a49d181b577823e8ace7756e2985f7896ed728db GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%95USvH0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_planungPhase_Planung_Phase_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Allg_AttributeGroup_planungPhase_Planung_Phase_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33e8a61830aba45218c4a91ca2bf8947b3c9bfc4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXgF}-!2bL5feZ%+hh5XvfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^wyVEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Ausgabe_Besonders_AttributeGroup_vergleichAusgabestandBasis_Vergleich_Ausgabestand_Basis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Ausgabe_Besonders_AttributeGroup_vergleichAusgabestandBasis_Vergleich_Ausgabestand_Basis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..66eed056387130b4b9a1ac950f0b0962019b1864 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zp`mHbwcws(mc?syBHMONR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasKs9>`I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Ausgabe_Besonders_AttributeGroup_vergleichstypBesonders_Vergleichstyp_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Ausgabe_Besonders_AttributeGroup_vergleichstypBesonders_Vergleichstyp_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4b7156b8f10d7d84fb426ad6388317751ae352a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z+qC9daL+Nz;x#&vZM&wc0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPR(V8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEAbnahme_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEAbnahme_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEErstellung_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEErstellung_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEFreigabe_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEFreigabe_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEGenehmigung_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEGenehmigung_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEGleichstellung_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEGleichstellung_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEPruefung_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEPruefung_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEQualitaetspruefung_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEQualitaetspruefung_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungESonstige_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungESonstige_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEUebernahme_Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_E_Handlung_AttributeGroup_planungEUebernahme_Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangErlaeuterungsbericht_Anhang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangErlaeuterungsbericht_Anhang.gif new file mode 100644 index 0000000000000000000000000000000000000000..24ed2cbb19bd797b3093c490f9feea2f2202ec88 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB%OH605MUSnz5rlYfKx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR;mM`8Q` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangMaterialBesonders_Anhang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangMaterialBesonders_Anhang.gif new file mode 100644 index 0000000000000000000000000000000000000000..24ed2cbb19bd797b3093c490f9feea2f2202ec88 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB%OH605MUSnz5rlYfKx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR;mM`8Q` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangVzG_Anhang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_anhangVzG_Anhang.gif new file mode 100644 index 0000000000000000000000000000000000000000..24ed2cbb19bd797b3093c490f9feea2f2202ec88 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB%OH605MUSnz5rlYfKx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR;mM`8Q` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_iDAusgabeFachdaten_ID_Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_iDAusgabeFachdaten_ID_Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d08a11744a3ae495b8f3c6668813f59dd5c2682 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_gYiavEbk}mX>WgI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48USA(U%3DP literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_lSTObjektePlanungsbereich_LST_Objekte_Planungsbereich_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_lSTObjektePlanungsbereich_LST_Objekte_Planungsbereich_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2184a5caf8511e7024cd3754fba6253111019c11 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zz1GxpEI4?LrDdCr&aUZdK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^@x9UpW8( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEAllg_Planung_E_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEAllg_Planung_E_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..504fdc43840fdbb884f47d508ef38abd9f2899d2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zz1GxpEI4?LrDdCr&aUZdK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^_k-Uwr@o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEAusgabeBesonders_Planung_E_Ausgabe_Besonders_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEAusgabeBesonders_Planung_E_Ausgabe_Besonders_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f296b31416ea6857927b4853ef48eb56e32edf6d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXt>tYbSyY{jiqIqj?S*>YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9EC|=9} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEHandlung_Planung_E_Handlung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_planungEHandlung_Planung_E_Handlung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..504fdc43840fdbb884f47d508ef38abd9f2899d2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zz1GxpEI4?LrDdCr&aUZdK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^_k-Uwr@o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_referenzPlanungBasis_Referenz_Planung_Basis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Einzel_referenzPlanungBasis_Referenz_Planung_Basis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d08a11744a3ae495b8f3c6668813f59dd5c2682 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_gYiavEbk}mX>WgI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48USA(U%3DP literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_anhangBAST_Anhang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_anhangBAST_Anhang.gif new file mode 100644 index 0000000000000000000000000000000000000000..d021963654e829321a9f9937f34e4982f9699cf6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520Um4mOV*ROub(! zIny~%WA^eB>>_N}%|z>1sf$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuawFM%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHoxnG3< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_untergewerkArt_Untergewerk_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_untergewerkArt_Untergewerk_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a92469c4a6a37c3fdc13390d3567a4a724d01570 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG#of^V9uO5mzGsJI5_N@t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHnC0~UA literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_verantwortlicheStelleDB_Verantwortliche_Stelle_DB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Allg_AttributeGroup_verantwortlicheStelleDB_Verantwortliche_Stelle_DB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6243419e928383d2cdc318897c8a8adf00ec9c05 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6ZHuUDMToXzL{9bzSmHo22Gdip?w${`dDi5dHmp9*F)tU;O)SGte{$Q2fcl2x94g z2#}o&tT74-eJPQ4Y78^a9-eYx>!kkXzDXsX#-B}ku4PZs6jSe)O3ri+)R?{e1iMI| z)|^u(-K-dN)b4w`SO^3)%zlyZVbRHUriBS^@;6#)Zs%&9ewm)nkWs>oms E06IWn2mk;8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Fuehrende_Strecke_AttributeGroup_streckeAbschnitt_Strecke_Abschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Fuehrende_Strecke_AttributeGroup_streckeAbschnitt_Strecke_Abschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..353f5ebb6b9e693eca543bb328a42dbd143848ce GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXxMY$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ#@L^&A literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Fuehrende_Strecke_AttributeGroup_streckeKm_Strecke_Km_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Fuehrende_Strecke_AttributeGroup_streckeKm_Strecke_Km_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..885be3ddf9a018305a2e84f3b9c24ae61d0b5d55 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$6>ylsEBsH&6Y-Wk@zrXK+=3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFdQVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bauabschnitt_Bauabschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bauabschnitt_Bauabschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0cf27b2923fdc8c3c99a8a21e2195caa8b85cf36 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&KDF`t{Axqxa{}zf@VdYq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s3 z2AT!|ia%KxK`b2*0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n`JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmGtz%9A literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bezeichnungPlanungGruppe_Bezeichnung_Planung_Gruppe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bezeichnungPlanungGruppe_Bezeichnung_Planung_Gruppe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b9cd878de78a0ed2b79df08f92173bbd369f5417 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z`}^zHH%E`&pFjUnW#z8vYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9v@?(Gi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bezeichnungUnteranlage_Bezeichnung_Unteranlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_G_Schriftfeld_AttributeGroup_bezeichnungUnteranlage_Bezeichnung_Unteranlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..40615e7c027eba65c9b2a0b0d2a96f3e90687078 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhKAo?zrHzo^#1($mntiFO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWt$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n{9k5S literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_fuehrendeOertlichkeit_Fuehrende_Oertlichkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_fuehrendeOertlichkeit_Fuehrende_Oertlichkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..63deb7e8cc2b004a2594f8010bf9553b9d7ec5ef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau|3ShGU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_lSTPlanungEinzel_Planung_Einzel.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_lSTPlanungEinzel_Planung_Einzel.gif new file mode 100644 index 0000000000000000000000000000000000000000..43035507eedd309b9910045b7f9e30f0fc0f3463 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG`!fe=VnjOnY6S64i3Afs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQql3(cn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_planungGAllg_Planung_G_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_planungGAllg_Planung_G_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..02c6c3c6949c5435855e9aaef8faafbec57b8275 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`LVE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_planungGFuehrendeStrecke_Planung_G_Fuehrende_Strecke_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_planungGFuehrendeStrecke_Planung_G_Fuehrende_Strecke_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d169590e8fa1530e954e083dd1f98dce3531715 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`kg}=S*7K0SAX&)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaKykUI+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_polygonePlanungsbereich_Polygone_Planungsbereich_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Gruppe_polygonePlanungsbereich_Polygone_Planungsbereich_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d169590e8fa1530e954e083dd1f98dce3531715 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK3h=_T230Ig^%lz`$`>IQ;(~KR@37|9$(0 zhK8nVYl4sUSgtA7X^Y%7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AubNU0{0v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_datumAbschlussProjekt_Datum_Abschluss_Projekt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_datumAbschlussProjekt_Datum_Abschluss_Projekt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8566aa3c9d477570ed956f84a06f3477810d52d5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zp`q#8n&4wSmTQW2+9G#NR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaujz+hki literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_projektNummer_Projekt_Nummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_projektNummer_Projekt_Nummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ec7362a76edfdda6fd5c3df0fd86745b5428e12 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK8nVYl4sUSgtA7X^Y%7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua>iC|9v literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_projektleiter_Akteur.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_P_Allg_AttributeGroup_projektleiter_Akteur.gif new file mode 100644 index 0000000000000000000000000000000000000000..69d5e529c410d69a6bdca98a534581ca58fe41d8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^EcnYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauiEMQ;& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Projekt_lSTPlanungGruppe_Planung_Gruppe.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Projekt_lSTPlanungGruppe_Planung_Gruppe.gif new file mode 100644 index 0000000000000000000000000000000000000000..794d350b609788098a1963f97237eeee2aacc00b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2a)R12fak02vMr4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQssVDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Projekt_planungPAllg_Planung_P_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePlanung_Projekt_planungPAllg_Planung_P_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8b0bcba73cb6a0b7895735daad0eedd7d17b8250 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec};LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^`?1U)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Betrachtungsbereich_AttributeGroup_koordinatensystemBB_Koordinatensystem_BB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Betrachtungsbereich_AttributeGroup_koordinatensystemBB_Koordinatensystem_BB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ce02cc1489c5e9c52d7908bfbf8b26535df4ecd6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8XB%OT{{+hY>nlbHl4Oz)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OuM=ce literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Planungsbereich_AttributeGroup_koordinatensystemPB_Koordinatensystem_PB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Planungsbereich_AttributeGroup_koordinatensystemPB_Koordinatensystem_PB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7ae2ea9921af2d9c71dd48ff0557219de92f1e1e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z-E-+h&!(GcGtW3Q9N0Bo4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&TzGVlw~$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Planungsbereich_AttributeGroup_polygonzugPlanungsbereich_Polygonzug_Planungsbereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePolygone_Planungsbereich_AttributeGroup_polygonzugPlanungsbereich_Polygonzug_Planungsbereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..925e79dd8eca0ba3b4b08d2a298fb14cb58b1ebd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z?z!}$XVcBJnP(gt4(yt)21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFdQVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_anzeigetext_Anzeigetext_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_anzeigetext_Anzeigetext_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6b664ddff8a292258882d6f65ff1434d1553a7f2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zLjyz{$T$|MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8JWMlIH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_iDBinaerdatei_ID_Binaerdaten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_iDBinaerdatei_ID_Binaerdaten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3090830045ce6bf1b0f2f3100b6322a6e93d4eda GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520<93bOZaL=ykYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8JWMlIH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_konfigurationskennung_Konfigurationskennung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_konfigurationskennung_Konfigurationskennung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dc3ca184155a31348b2f15a6063793aff98d1f08 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2a)R19Rrg0WyvS_w1Uk21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHlcVc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_pruefmerkmaleBinaerdatei_Pruefmerkmale_Daten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_pruefmerkmaleBinaerdatei_Pruefmerkmale_Daten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ea845bb50a85a4098ac69c77988b7e8582a1bbc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt zi!8otx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)iKUo+-EFBO5 zvXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4vzMP>7wOZQ zbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3To3d3E8LR=; C++pwl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_pruefmerkmaleProgKomponente_Pruefmerkmale_Daten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_pruefmerkmaleProgKomponente_Pruefmerkmale_Daten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ea845bb50a85a4098ac69c77988b7e8582a1bbc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt zi!8otx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)iKUo+-EFBO5 zvXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4vzMP>7wOZQ zbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3To3d3E8LR=; C++pwl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_verwendung_Verwendung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Einzel_AttributeGroup_verwendung_Verwendung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f17416e6824e53bd99b60039bb8105ef661eb69 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0B9a%8yx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Gruppe_iDKomponenteProgrammiert_ID_Komponente_Programmiert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProg_Datei_Gruppe_iDKomponenteProgrammiert_ID_Komponente_Programmiert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9f53f0b8f1a5d909c1f44fc70df5ccf0b77df4f9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+yW+>Fk=W21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXF#?VT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProxy_Objekt_lSTObjektArt_LST_Objekt_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateProxy_Objekt_lSTObjektArt_LST_Objekt_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a3bcb38980a4b6dffe0044eb29f13ae1cbaa500 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zhK6fvnvV4ZuPL@{i`3aQT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AubPyI^|& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_datumAuslieferung_Datum_Auslieferung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_datumAuslieferung_Datum_Auslieferung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..87bf9257ebd695ff399971c7ef6fa03256207bb4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689I520<93bOZaL=ykYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8Io@4U> literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_pruefsummeArt_Pruefsumme_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_pruefsummeArt_Pruefsumme_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..58e9c25b43f6238573896b421c20fc942d5cf4bb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b{{8t44Gj(s4*&nh&yTnNf8QR+ z1&Ys^GY7~x7TmLIx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR$UdnFC}T3+~x9T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZnN?|ns literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_versionAuslieferung_Version_Auslieferung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePruefmerkmale_Daten_AttributeGroup_versionAuslieferung_Version_Auslieferung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dc3ca184155a31348b2f15a6063793aff98d1f08 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2a)R19Rrg0WyvS_w1Uk21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHlcVc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_iDStrecke_ID_Strecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_iDStrecke_ID_Strecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f9a2e4a8649eb6e7f5d76087d4d869af29b391cd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zLjzEJ|NZ$u22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru6UAWD literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_kmMassgebend_Km_Massgebend_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_kmMassgebend_Km_Massgebend_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..93e8b6bcd95647596b4f8745ca26fac7a0f3ae61 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z1&QCE4-wxrT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc%pDc_Z zmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2*~?F` zi}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6FP1&l7 G4AuZJ)L{4k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_streckeKm_Strecke_Km_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_Strecke_AttributeGroup_streckeKm_Strecke_Km_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a49d181b577823e8ace7756e2985f7896ed728db GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%95USvH0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_abstand_Abstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_abstand_Abstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fa9b51951096cef26919af830a98bc36ee732b15 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9GEj_4v;a^*m&1;H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWlQD`J@d literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_iDGEOPunktBerechnet_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_iDGEOPunktBerechnet_ID_GEO_Punkt_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33623fc2ef17e74f2a31e3a4958cdd4cd1054abd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R19Rrg0WxM98}FK~21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXBkvVCMh; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_iDTOPKante_ID_TOP_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_iDTOPKante_ID_TOP_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7afe9dc1af9859699a954512721aea59223b248f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3m2bhY`kl_8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm57b}x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR>OjbN?- literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_seitlicherAbstand_Seitlicher_Abstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_seitlicherAbstand_Seitlicher_Abstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c8df2fb933a0a2c1e1e6c9b331187a3f7c5cdb5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zg^SNLHr_Q|4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&Sp*V2S_$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_wirkrichtung_Wirkrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_TOP_Kante_AttributeGroup_wirkrichtung_Wirkrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..761cb2b8785803756dff8850cb59612d31bea1a9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec} z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UTvpU>yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_punktObjektStrecke_Punkt_Objekt_Strecke_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_punktObjektStrecke_Punkt_Objekt_Strecke_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ba4aa919c295ffbb27d220db83ee5c10e50289af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ z1&YsyiSL@O21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkExL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^LjbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ewrqsr!Y*j@D FYXBRxVAucv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreatePunkt_Objekt_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..224034e9aa7637e3919abf5381d8994d566126c5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3lyJ!e?E}m;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR>NonWp2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Allg_AttributeGroup_rBCETCSSystemVersion_RBC_ETCS_System_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Allg_AttributeGroup_rBCETCSSystemVersion_RBC_ETCS_System_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..425104d76aaeab566a3d07c0ed116a8c3ecaf54b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK6fR*Nz1rTVuJVO{Z+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OW|d>} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Allg_AttributeGroup_rufnummer_Rufnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Allg_AttributeGroup_rufnummer_Rufnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7adf9acc6d9973159ba8eb5c0162949cc73e05b4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&Edmx^^u1*c!_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OWzS>t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Bezeichnung_AttributeGroup_bezeichnungRBC_Bezeichnung_RBC_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_Bezeichnung_AttributeGroup_bezeichnungRBC_Bezeichnung_RBC_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d10b68ff2090b55dab907296c5bde4c426fb5052 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4y2t)12P;O9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2{;EVQv5b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_bezeichnung_RBC_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_bezeichnung_RBC_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..89badf28dc7e4ad4afd46af3b4026431876f9844 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H zf#P%K%(=9z5-7fFx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR=g5nx*Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_eTCSAdresse_ETCS_Adresse_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_eTCSAdresse_ETCS_Adresse_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..296fdb457be39ff63df94e7012abd419616f0601 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnR97bB~X0VbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSru-s)hE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5452ecdc31bb35c5f42b9b3317b50b1a7dc95623 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z1&Ys^Gw0H>N}%|z>1sfm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giB0{}ULVF>^L literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_rBCAllg_RBC_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRBC_rBCAllg_RBC_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8390ecacad7777e2964afab97045cbb00ab1609e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^EcnC>8X>ZF?$gO1vLZx;)JpoZBm5Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&N3CVp;$I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_titel_Titel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_titel_Titel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8eb45613da261b3206ce70b281d0003fe04fb19d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4$PS|=Rku45bT<+21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXH6hVX6QC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_untertitel_Untertitel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Allg_AttributeGroup_untertitel_Untertitel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..327451149c2180bfb3d349e160dd69593534fd3b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnR5Un?67OP8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pc zSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@U zm!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_Allg_AttributeGroup_rZParameterName_RZ_Parameter_Name_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_Allg_AttributeGroup_rZParameterName_RZ_Parameter_Name_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b49448d5e1ce1f79e49fc30681e78f45c4f801f8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zhK4;aF7@2ply+vO!-0lf)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi}p~g literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_Allg_AttributeGroup_rZParameterWert_RZ_Parameter_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_Allg_AttributeGroup_rZParameterWert_RZ_Parameter_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..835bf4f7a5e65d4767634f797a8a805dcde3024e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&JmaajEC#rnECN9S$_?nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3$Vw6p^b4*&nh&yTnNf8V~L zq2bb=7n^!+&P+Sg;Ba8qbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruH?d-W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_regelzeichnungParameterAllg_Regelzeichnung_Parameter_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateRegelzeichnung_Parameter_regelzeichnungParameterAllg_Regelzeichnung_Parameter_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..538d4170624a4bccfa1906b157409ceea066f7a3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK5UfUTo^QIWz4{gTsMc)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi;@%I1k+cz{c zK*WIz+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`OMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%A0-D9x; literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..619a36c5743120b81a7b7c0cb4b652f17e817a18 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ ze*OL9=$jk!@9(d?v~1UOH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmO{$pqW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_baumprofil_Baumprofil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_baumprofil_Baumprofil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5206c2e2d481cc58be6d48f50e5a5b70b8c259ef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gmv^|2X>Q#{B#HD=#hEHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWtWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OA!B3n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_montageAusgleichsgewichte_Montage_Ausgleichsgewichte_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSA_Schrankenbaum_AttributeGroup_montageAusgleichsgewichte_Montage_Ausgleichsgewichte_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3cdecb1607bb46e28996cc5ec1fd97b18e022be0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zhK8@de;j>tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3$Vw6p^b4*&nh&yTnNf8V~L zq2cTAA4lKZn16qN<)vl2rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV~u1+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Fstr_Zuordnung_iDBUEWSFstrZuordnung_ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Fstr_Zuordnung_iDBUEWSFstrZuordnung_ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f564476a4e1500e3fa9a064ce65846e7caf63609 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O=iy|j literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Fstr_Zuordnung_iDSchaltmittelZuordnung_ID_Schaltmittel_Zuordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchaltmittel_Fstr_Zuordnung_iDSchaltmittelZuordnung_ID_Schaltmittel_Zuordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fdf618977f6f92283aa4f2d1888ff69581e104bc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK3h=_T230Ig^%lz`$Udnd9Ja04Tm|x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LRUm4mOV*ROub(! zIny~%WA^eB>>_&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWTM4jkAuT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZUOJPU= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Bezeichnung_AttributeGroup_bezeichnungSchloss_Bezeichnung_Schloss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Bezeichnung_AttributeGroup_bezeichnungSchloss_Bezeichnung_Schloss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5374c2e80b78da1d06d65b1e29107fbd6080948 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zyXIO`&#~a*HI|WWI=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVfeU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Gsp_AttributeGroup_gspLage_Gsp_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Gsp_AttributeGroup_gspLage_Gsp_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0dccd278a641469597ed65c547c9adb34f01fd1a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z{r%(Xn;S>(@1K8ZS>>+jYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7WM`PLm literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Gsp_AttributeGroup_iDGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Gsp_AttributeGroup_iDGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0056d63c98232b9ccfd7714ce4d3d2480f928f8e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB8+46 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sk_AttributeGroup_hauptschloss_Hauptschloss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sk_AttributeGroup_hauptschloss_Hauptschloss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..15a02fb1e7ec3bcfb04223fa6857fd0f92a120c0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}ZA2OM@yR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau`t6;ML literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sk_AttributeGroup_iDSchlosskombination_ID_Schlosskombination_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sk_AttributeGroup_iDSchlosskombination_ID_Schlosskombination_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d70b709b9b18b555eb16b29952778bc91303e596 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z?s>7N=VnjZnKXw34!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UP;+VDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sonderanlage_AttributeGroup_beschreibungSonderanlage_Beschreibung_Sonderanlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_Sonderanlage_AttributeGroup_beschreibungSonderanlage_Beschreibung_Sonderanlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4447ddc830c2ef67e8bc1a3b817fe10457380db1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK3h=F5T?ebS7=)0f&ZN)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi1sf&aJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXH2WVX6QC literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_iDWKrElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_iDWKrElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ff53277ff1cf64ad68a3016f74b39f196754a2f9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2b!Krenu~*Q~K@Ytz{^T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZm?qMnb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_schlossArt_Schloss_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_schlossArt_Schloss_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..56785afedbbb6adee393e4165ec13f8a5d3c3a4e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXt;K*>DaO0HES%}+H`hJR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauQ24G+S literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_verschlussOrt_Verschluss_Ort_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_W_AttributeGroup_verschlussOrt_Verschluss_Ort_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d23c315b85cb9702f36c842abc7b3c768c8c2012 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gq_>H61$^yk?DMTbs_V>1sf+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Ov2A2l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_bezeichnung_Schloss_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_bezeichnung_Schloss_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d51b61d9ef70685188da7673a8058126594601c4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zXn3(_&&{5mGihlD92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau}o?x>8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_iDSchluessel_ID_Schluessel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_iDSchluessel_ID_Schluessel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc6202681644db2106daa7cdfb8c35be612215 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z_r;z)H+y={q@^8jaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QV4VW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossBUE_Schloss_BUE_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossBUE_Schloss_BUE_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7a01deebad20b92a21abcdb077dceb55be93ac9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpT=ZH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossSk_Schloss_Sk_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossSk_Schloss_Sk_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..63dbadf56c1af14114366d6697983a0f50002383 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua}^I^~c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossSonderanlage_Schloss_Sonderanlage_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossSonderanlage_Schloss_Sonderanlage_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..40a3b0173a755aa4ca7d14749c50e48ff82f280f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK3h=_T230Ig^%lz`;@%I1k+cz{c zyx6nnW>3$Vw6p^b4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQEpVEX_7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossW_Schloss_W_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schlossW_Schloss_W_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ac9c84f95685dd8284c3be16cb748a64d31f5e1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a}zJvV!L&ZMOsaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaMP+@%l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schluesselInGrdstEingeschl_Schluessel_In_Grdst_Eingeschl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_schluesselInGrdstEingeschl_Schluessel_In_Grdst_Eingeschl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3799bd45b6957a0b968fbc246928f95a9bd819dd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&H=}v*%_{&zZEe0}c+mrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OpJQZ3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_technischBerechtigter_Technisch_Berechtigter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchloss_technischBerechtigter_Technisch_Berechtigter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..190b4e2875d81d7d56b91e7d2709f9253d6176eb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&J+bdv5mhoJmVN;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR3$Vw6p^b4*&nh&yTnNf8V~L zq2a)R19Rrg0WyqdrtO-p21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXF2kVQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchlosskombination_bezeichnung_Schlosskombination_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchlosskombination_bezeichnung_Schlosskombination_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1b80aea5fd8fbe3277ca7d648f8b84aa82707420 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3lYC`snWs0Vb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{~UgVKo2% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchlosskombination_iDUnterbringung_ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchlosskombination_iDUnterbringung_ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..02153a7fa0ded6884b5998c35421e7174b2b6114 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3lYC`snWs0Vb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{~VxVKo2% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_Allg_AttributeGroup_schluesselBartform_Schluessel_Bartform_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_Allg_AttributeGroup_schluesselBartform_Schluessel_Bartform_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..dad759225956f8b5077fe82fcb302ee820f6c5be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ zZECs}9DK~ua*d8o+pg(qK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^`O~U!4E| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_Allg_AttributeGroup_schluesselGruppe_Schluessel_Gruppe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_Allg_AttributeGroup_schluesselGruppe_Schluessel_Gruppe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a75fd205d20c1ce23b7db36c868cd392bb6d9446 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S;WVd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_bezeichnung_Schluessel_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluessel_bezeichnung_Schluessel_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..df29197e26222a9a24d407d9292746cf02adf514 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`O<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1_0qrUpW8( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_bedienungArt_Bedienung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_bedienungArt_Bedienung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e0eff207e64f8d75bb46cc97772a9bac063a7c4a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zh6bScnY1%N22gz0bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSruEa+hE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_bezeichnung_Bezeichnung_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_bezeichnung_Bezeichnung_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4f5f229ae5b1dba1359f8dfa62eb20c8db04d68 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z3lu+-b_U3BaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZ&(qT0K literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_iDStellelement_ID_Stellelement_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_iDStellelement_ID_Stellelement_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae6b2e642915546c55c5c04570e5d17af16efcd7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R1836C02vMr4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPg|VA22p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_iDUnterbringung_ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchluesselsperre_iDUnterbringung_ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..91e3ddb5024e17ac48b1fd18a08344af3d830bfa GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3lu+-b_U3BaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuY(S75>b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_abstandGehwegFahrbahn_Abstand_Gehweg_Fahrbahn_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_abstandGehwegFahrbahn_Abstand_Gehweg_Fahrbahn_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c53d8e9188616e3058b48318620f7472ad6e88a5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3l}d|^Vv0B4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&SxDV2S_$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_hersteller_Hersteller_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3e8f7331548060112acc950fa71e89228a71557d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&SNEVb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_schaltgruppe_Schaltgruppe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Allg_AttributeGroup_schaltgruppe_Schaltgruppe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d51bba34adc9ada6a22ace37b4172e4dc00d013 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zh6ac@kWsAWvunB<5N(~Lysk@rX_M5vO0k(G!vFrh2co~9&jZn)=Zk;eZ3dbK0g69a z7(px@5CO82fi*@!p)V!UPK{ya*~3#VY@O8K+&8Jj)A+MV&$aAHnqunxQpuUlff}=y zpI{g1)0%VYq?;9kj@o^17Yl))hS@I?J}f%f&a^PWP5wqp&Fx&R(=XHW8FFfxQX8AH IRTUYm0S8%NyZ`_I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Bezeichnung_AttributeGroup_bezSchrankenantrieb_Bez_Schrankenantrieb_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_Bezeichnung_AttributeGroup_bezSchrankenantrieb_Bez_Schrankenantrieb_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d7dcab430b73befb8e8fba12e4b483c2b2d3207f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X689I520<93aDZ=FDBw)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08=#ACAn literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_bezeichnung_Schrankenantrieb_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_bezeichnung_Schrankenantrieb_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1ea8e02c5d3206af1769599c2b442bd2dbb3ebc8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7bw2}{(KMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8FD`VOK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_sASchrankenbaum_SA_Schrankenbaum_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_sASchrankenbaum_SA_Schrankenbaum_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..922e8ab7b7f98991180640d06d91e3c265e0014a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&CGIaA5!a`9Ow)gTt=rYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8Fj$_&Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_schrankenantriebAllg_Schrankenantrieb_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSchrankenantrieb_schrankenantriebAllg_Schrankenantrieb_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..61e87ecee19c77c3187b476b98e79c56eab9bb85 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ z1&Z&#KOe|&aB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AubrreL%H literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_befestigungArt_Befestigung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_befestigungArt_Befestigung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1641e4428e289e07526ef8c2b804cc013a3be71f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3l~2Y+_P)C8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmlS7Sc_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_hoeheFundamentoberkante_Hoehe_Fundamentoberkante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_hoeheFundamentoberkante_Hoehe_Fundamentoberkante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..78db69615dba1a0bae3faed2373967e04698b53f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gjkl9GEj_4v=vyxM$aNH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmj_+vi+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_obereLichtpunkthoehe_Obere_Lichtpunkthoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_Allg_AttributeGroup_obereLichtpunkthoehe_Obere_Lichtpunkthoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fee426e9e25a054349a5013612831e98fb5292af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt zizME&Yq}Z`ZJngNu1kJtlhnLQv6&^p|Ng!QqQ9Td1JR%7i+|s32AT!|ia%KxK`b2* z0kV^UHAX?9FD24WjbY~5!&5G7oz&mlH>t$a__ImRwd_fnV(R@;$(hc98nc(5U>E7r znse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiGa%!4V8=JCK6&b7n DtvO-0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDBefestigungBauwerk_ID_Befestigung_Bauwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDBefestigungBauwerk_ID_Befestigung_Bauwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb357f5d86c3ac0671358d2f7692dbb07a08acde GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3lyJuCJo4NaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74Aua|Twq)P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..77a06f5f4c687a717b16b796143a50e7999e46c8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2a)R12fO00T~Vs4!fqS0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQt-VDbO} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDSignalBefestigung_ID_Signal_Befestigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_iDSignalBefestigung_ID_Signal_Befestigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ca92866c7c7c0fb603c4d3e7cd4178d3fd27fa60 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA4+{G$6yl!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWl7_hZWd literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_signalBefestigungAllg_Signal_Befestigung_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Befestigung_signalBefestigungAllg_Signal_Befestigung_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d91288bbd45064fc243fdd59dd1179994b26253 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z3lyJuCJo4NaB$c)T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZXCt(5r literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fank_Zuordnung_iDSignalFank_ID_Signal_Fank_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fank_Zuordnung_iDSignalFank_ID_Signal_Fank_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..305fa05b3cf5383924b9072f8f5270881dbbd0eb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`?w?MzxjLxY2Z!~g&B^W*LR-?s;H z_gs3>v*~8q%rg!R2X;+Y1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`UvVQv5b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fank_Zuordnung_iDSignalStart_ID_Signal_Start_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fank_Zuordnung_iDSignalStart_ID_Signal_Start_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b03123db0899b822f062b227c023c8480d11ef7b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XERodeO7#X4=d%4h;u(O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXE}ZVQl~a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fiktiv_AttributeGroup_fiktivesSignalFunktion_Fiktives_Signal_Funktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fiktiv_AttributeGroup_fiktivesSignalFunktion_Fiktives_Signal_Funktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9e34a5327b3f6818d649865b7035d772f65b5556 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689I520<93aDZX4MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7Tg=2sK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_besetzteAusfahrt_Besetzte_Ausfahrt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_besetzteAusfahrt_Besetzte_Ausfahrt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9696206ef17ce633f4335218fd237e39c15bdd14 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2a})JvTS?oSB(+puu6+bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruIly9n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_dAManuell_DA_Manuell_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_dAManuell_DA_Manuell_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9130fd68650d55346919213ca1f9af0575625ba3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?1sf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_durchfahrt_Durchfahrt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_durchfahrt_Durchfahrt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..16048d0b3f3d4ff540a99491f105990504ed260a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG`zU9=jNuKGc(f;G&t;M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJxU0|31 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_iDRaZielErlaubnisabhaengig_ID_Block_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_iDRaZielErlaubnisabhaengig_ID_Block_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3dcea4ecb0752e1fe9f2225f4bf58bc957e44ccf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG`zU9=jNuKGc(f;G&t;M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJy@nDz$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_rangierstrasseRestaufloesung_Rangierstrasse_Restaufloesung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Fstr_AttributeGroup_rangierstrasseRestaufloesung_Rangierstrasse_Restaufloesung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..82bf8d2f6fb53e04867a7df547b44e486e0d18b4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z`{L4`o11#h%uGAb;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5Um4mOV*ROub(! zIny~%WA^eB>>_Um4mOV*ROub(! zIny~%WA^eB>>_1sfm=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S=-ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDRegelzeichnung_ID_Regelzeichnung_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDRegelzeichnung_ID_Regelzeichnung_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5c5a999f886e3b929df623268800d0ba5d4cecdf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?Um4mOV*ROub(! zIny~%WA^eB>>_=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDSignalNachordnung_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDSignalNachordnung_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..38266029cb6810fd55c43b8a12503239d38c6f76 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDSignal_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_iDSignal_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..38266029cb6810fd55c43b8a12503239d38c6f76 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_rahmenArt_Rahmen_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Rahmen_rahmenArt_Rahmen_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..953202770b2747bb70383903be3cbc08b771b9a9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q$ zwC0>T>1M^Cqjulh#X=ycVfKrJ4~tH=Gc8PTlfThYb30e-^vm>ohMbzF)W)W4RYeAC E06i*ZyZ`_I literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_autoEinstellung_Auto_Einstellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_autoEinstellung_Auto_Einstellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e7f28e19c613d6368979c00d820ea4f615633092 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0K=L=VnjZnKXw34*&nh&yTnNf8V~L zq2a)R13*C_!@=5r0%RuxYm9q!{Ee2H+qqh&U#90X1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SHu7GTc+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_tunnelsignal_Tunnelsignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_AttributeGroup_tunnelsignal_Tunnelsignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9c4e0af14ec6bfbad916a196b2c28ed9eaf2683d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z3lvW~lLllsI5_N@t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SHtqhQYf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_richtpunkt_Richtpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_richtpunkt_Richtpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c31e7a2bca96a72adbfc36bbcfb3e5ef83866ace GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?xcZEVU`Rb;RR E0GfGVCIA2c literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_richtpunktentfernung_Richtpunktentfernung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_richtpunktentfernung_Richtpunktentfernung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e449c6284a9087b2efbc2774bdbd1c9999bec84 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG#of^V9uO54h;t!92|B{R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaum8ebFu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_signalArt_Signal_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_signalArt_Signal_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a4f320bf02ba5c3d072398485e97aaf0165ea591 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&CGIaA3}yISvg692^{WO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SIgHDBHU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_streuscheibeArt_Streuscheibe_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_streuscheibeArt_Streuscheibe_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6678f806946a78b5bda02d4f339724d4fd792d8c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@ymQ^}9IQ;(~KR@37|9$(0 zh6aeZL&E`}_^#<{K(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1_1A&V3z;@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_streuscheibeBetriebsstellung_Streuscheibe_Betriebsstellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_Aktiv_Schirm_AttributeGroup_streuscheibeBetriebsstellung_Streuscheibe_Betriebsstellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1076882a3e0a793cc4ade45c6118e7149ebe4596 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aA92yQdI5_N@t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SId*I(WM literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_dunkelschaltung_Dunkelschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_dunkelschaltung_Dunkelschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d89ab7a67fb9fd91cd48c8eb9656a2b497f69c8a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&CGIaA5!a`9Ow)gTt=rYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8Fj$_&Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_funktionOhneSignal_Funktion_Ohne_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_funktionOhneSignal_Funktion_Ohne_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1543d3c0c751be1de5e6e46f3602780fa1dba564 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gjkl9N2$C>8X>ZF?$gO1vLZx;)JpoZBm5{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R1N-mK2QnNS9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^|EVG#fT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalBefestigungsart_Signal_Befestigungsart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalBefestigungsart_Signal_Befestigungsart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..24686d6cdcbcca6a7969884a1f5cceb6e54db513 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4(z`_AINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K!pViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalFunktion_Signal_Funktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalFunktion_Signal_Funktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d00c57cebc5a749ecca32f3f2401c48a0e78dd3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z3l!gfe?E}m;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR<`Rbg}h literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalRealAktivSchirm_Signal_Real_Aktiv_Schirm_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalRealAktivSchirm_Signal_Real_Aktiv_Schirm_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1667bbeb6b9e4b34c37c51db5637b3d31c0bd819 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?6>ylsEBsH&6Y-Wk@zrXK+=$f8PVq-_PfP=+E=Tzwb5!O@jc%pDc_Z zmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2*~?F` zi}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6FP1&l7 G4AuZJ)L{4k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalsichtMindest_Signalsicht_Mindest_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalsichtMindest_Signalsicht_Mindest_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7ffd04aed3a8e4adfaf2549046228089802d53fa GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z0>$^=pAQk=HC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW4G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalsichtSoll_Signalsicht_Soll_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Real_AttributeGroup_signalsichtSoll_Signalsicht_Soll_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f9b78f261f83cede93b0c016eba6c40fdcfc344 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG#of^VE_I3K!$^Z!>;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^^FRUwr@o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_anschaltdauer_Anschaltdauer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_anschaltdauer_Anschaltdauer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..af4432517934a0496baac3a5190a012901bbd1fb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3l|SQ*0XE68W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm53tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFT-VT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_geschaltet_Geschaltet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_geschaltet_Geschaltet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f496e2f1371f3e193b364e29fb8847b6c20fed73 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx(i$EVyTlWpSHM0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UXe%V8Z|a literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_zs2Ueberwacht_Zs2_Ueberwacht_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_Allg_AttributeGroup_zs2Ueberwacht_Zs2_Ueberwacht_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e5f323d1f4707f8127ee37e014667cc36ec7b86a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|NrsxUm4mOV*ROub(!Iny~%WA^eB z>>_VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2{7^VPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_signalSignalbegriffAllg_Signal_Signalbegriff_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_Signalbegriff_signalSignalbegriffAllg_Signal_Signalbegriff_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c398dcf1c5dbb4627219c78427aa46d3cb5938f0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z3l!f!|2~l6;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR<`6=8G$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_bezeichnung_Bezeichnung_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_bezeichnung_Bezeichnung_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ea845bb50a85a4098ac69c77988b7e8582a1bbc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt zi!8otx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)iKUo+-EFBO5 zvXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4vzMP>7wOZQ zbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3To3d3E8LR=; C++pwl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_pZBSchutzstreckeSoll_PZB_Schutzstrecke_Soll_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_pZBSchutzstreckeSoll_PZB_Schutzstrecke_Soll_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1ed56d47f00c417a0f794035bb4383c5ad2b2da8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA3}yIY7p-;GSL6)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0B8tYoC>8X>ZF?$gO1vLZx;)JpoZBm5MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8JWMlIH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_signalFstrS_Signal_Fstr_S_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSignal_signalFstrS_Signal_Fstr_S_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4096600c25745e6e0c9503a2d1eb7eda8ce09307 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK2(N4$PS|2go=U+_P)C8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR<*C}DH} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSonstiger_Punkt_iDBeginnBereich_ID_Beginn_Bereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateSonstiger_Punkt_iDBeginnBereich_ID_Beginn_Bereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a488171ffed1c00f3c4a75a256004d5f80d69fa4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z+jQ+(@Udf-Yu4zrwe6a&21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXED~VN?JB literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStart_W_Element_AttributeGroup_iDStartWElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStart_W_Element_AttributeGroup_iDStartWElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..43b6efcccd051d1fdb49280b5a12ebdfd1238e6a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R19RrgsjR%@;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR;%LSXCw literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStart_W_Element_AttributeGroup_wAnschluss_W_Anschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStart_W_Element_AttributeGroup_wAnschluss_W_Anschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5dab99a76c83fea5805d23625c9f65881fbb478 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a)R19RrgsjR%@;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR;)YGCXD literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStell_Bereich_bezeichnungStellwerk_Bezeichnung_Stellwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStell_Bereich_bezeichnungStellwerk_Bezeichnung_Stellwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1623e88e3d38aef2c3dd3351e320beb066eacf6b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gmv^e?9u<==}ThD=$^6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_;@%I1k+cz{c zeEt3P=$oVS@6WHiRJm)q8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm56>ylsEBsH&6Y-Wk@zrXK+= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStellelement_iDInformation_ID_Aussenelementansteuerung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStellelement_iDInformation_ID_Aussenelementansteuerung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..481a99509492465ee8942e235348fecbddeeebbb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhKAo?f4n(*6>ylsEBsH&6Y-Wk@zrXK+= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bezeichnung_AttributeGroup_bezeichnungStrecke_Bezeichnung_Strecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bezeichnung_AttributeGroup_bezeichnungStrecke_Bezeichnung_Strecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..025f0306c7ebda5251c1183d8815fb98b4fae4ab GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&CGIaA5xZ`9Ow)gTt=rYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7^%VW9# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bremsweg_bremsweg_Bremsweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bremsweg_bremsweg_Bremsweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5204d4b6a99516aeb1a9d70411f8012ae9684c01 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`}@b&H#d&n-#`D-vdUf4)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0BCaAU9l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bremsweg_streckeRichtung_Strecke_Richtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Bremsweg_streckeRichtung_Strecke_Richtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0056d63c98232b9ccfd7714ce4d3d2480f928f8e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2c$BuWxP~y}y6{rDc`7rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB8+46 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Punkt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Punkt_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..62446fb2c18ea534474c4a81fca666b88a62d2af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z-LvOKPtVP?v@;G42X;+Y1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2{o-VT1qx literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Punkt_iDStrecke_ID_Strecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateStrecke_Punkt_iDStrecke_ID_Strecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ebe40ea0860f68ce467201b55ec08e4a24e4e52e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&KguFM4`zrlp;6a5%7Qx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8e zng#)iKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR_kX*sYb@K^baqWw1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^1xVDSI| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_kantenname_Kantenname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_kantenname_Kantenname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6c71b4cfb3240b08fe988c8b4fa87ff18b4c1ff4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z+qC9daL+Nz;x#&vZM&wc0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UW_nV2S_$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPAnschlussA_TOP_Anschluss_A_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPAnschlussA_TOP_Anschluss_A_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b818d2fec0905337a5066f79849d4d43f3078773 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK8m!*MfVFSr)I+iEP_7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaMzhPnk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPAnschlussB_TOP_Anschluss_B_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPAnschlussB_TOP_Anschluss_B_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5d7a6e0f66544dbb89ebeb6469d435ca00dd2188 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zp`mHbwcws(mc?syBHMONR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasJNno=8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPLaenge_TOP_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_Allg_AttributeGroup_tOPLaenge_TOP_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..eeca32a9bec88cf255731c63f1f5fb7dc8f774ea GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK8m!*MfVFSr)I+iEP_7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaO9${ht literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_iDTOPKnotenA_ID_TOP_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_iDTOPKnotenA_ID_TOP_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8edf15109137b8d66206ea742f198e97b1c242cf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK6fRYmNo?tg$R^(}~$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaQePLn% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_iDTOPKnotenB_ID_TOP_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_iDTOPKnotenB_ID_TOP_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8edf15109137b8d66206ea742f198e97b1c242cf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK6fRYmNo?tg$R^(}~$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaQePLn% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_tOPKanteAllg_TOP_Kante_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Kante_tOPKanteAllg_TOP_Kante_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..42586633e4b19730a07d1205ffdd04626745308f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXt>t2=2&pg8q4A~oyc9&)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08;Q(u+< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Knoten_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Knoten_iDGEOKnoten_ID_GEO_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c432db27f72b3fc52752e9da5dd929df5100740c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z{rdas(Kkou-=AN3sdCqJH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWm-d1IFV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Knoten_knotenname_Knotenname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTOP_Knoten_knotenname_Knotenname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4f520a39accdb485611fdf6eef86eddffa7b5f17 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK8@dzaD*abpHMMm6s}aO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R6~Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockGrau_IP_Adressblock_Grau_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_AB_Teilsystem_AttributeGroup_iPAdressblockGrau_IP_Adressblock_Grau_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe1b5ce4530d6ba587fa7d48385cf929bfb44fac GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXt?xZ&!(F_GtZ$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ*CShU# literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_AB_Teilsystem_AttributeGroup_tSOTeilsystemArt_TSO_Teilsystem_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_AB_Teilsystem_AttributeGroup_tSOTeilsystemArt_TSO_Teilsystem_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c45d7459f2a0daf5f953f3e1a9e3da6aa324c056 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&Ed#v1ilGo|$LT8V)$@nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=3UqOFsZ*LBG+ZIYT-DK@i2_}}06K=k+Xc_8}peDUwQ%|O#2 zK=CIFBZ#E~B0zRBu*N7T^rb}FsWHqvdw9x)t&{qj`zDom8hIDml|R zP-FJ;6YL^=T60dFbhBd6QM>Q$Vj&RJF#AQqheapbnHDCv$=_(Hxt*(Z`ek}PLrzUo MYGYHjsv?6m0JZdCp#T5? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV6_IP_Adressblock_Blau_V6_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockBlauV6_IP_Adressblock_Blau_V6_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a072b20c7a769c769cc2e8cbdaa9f23e3f3c2dba GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?78%!XVcBJnP(gt4*dTgKR@37|9$(0 zhK2(N4$MqD17tWjIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXG%HVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV4_IP_Adressblock_Grau_V4_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV4_IP_Adressblock_Grau_V4_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ddd2316b4efe6d3d04944cb0cbcc78f4dd15de16 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&CGIaA0QI86d;K!C}{QH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWl7kz>mM literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV6_IP_Adressblock_Grau_V6_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_iPAdressblockGrauV6_IP_Adressblock_Grau_V6_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f7d4aa96b9f7b474855095d55886019f85fbc9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689I50Eq43OdA;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5;@%I1k+cz{c z0L5pfodGg{;=87+0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^5TN*z zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6>9H=pS z`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBFDYdaF JTUC+48UU5dU>yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_tSOIPABTeilsystem_TSO_IP_AB_Teilsystem_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTSO_IP_Adressblock_AttributeGroup_tSOIPABTeilsystem_TSO_IP_AB_Teilsystem_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..42030b51ce1d2d7adcffe410dedef11ad8142208 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4$MqD17tWjIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXG-XVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_Bezeichnung_AttributeGroup_bezeichnungTSO_Bezeichnung_TSO_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_Bezeichnung_AttributeGroup_bezeichnungTSO_Bezeichnung_TSO_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c750823d36aca033d04382ab6c418bb544afb88c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`}OPZqetJ&pMSry^3ty9YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9Ji(^dy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_bezeichnung_Technik_Standort_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_bezeichnung_Technik_Standort_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..9e34a5327b3f6818d649865b7035d772f65b5556 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEs_S=+QUx=ijfay!8Kn{QP+P|M%@1 z8X689I520<93aDZX4MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7Tg=2sK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_iDBedienStandort_ID_Bedien_Standort_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_iDBedienStandort_ID_Bedien_Standort_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd537c887d50f40a4c9c0143e1461d38db3f2abf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z1&Ys^GY7~po|(35x*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR;_&tU-o literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_iDUnterbringung_ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnik_Standort_iDUnterbringung_ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a12f58d3e5c3cb43b02b8eb637a93f67dc4fdd38 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3l}$@nYL@X8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5$UdnFC}P&rI7jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AubMNnnov literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Bereich_tBArt_TB_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Bereich_tBArt_TB_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb5bcb5cd2fdf2dbcc8dc26a069aa2b0d816936d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}y0-@_urqt>{8{f>1sf;@%I1k+cz{c z{P_L##+#%2@6TU$sdCqJH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmW<706E literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Punkt_tPArt_TP_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTechnischer_Punkt_tPArt_TP_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a90e8244c2fdcf896e5633233885ea0dd2c441bb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4$PS|=hCuD2M32;)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giY&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&K`iV7&kU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Alle_Fstr_AttributeGroup_telegramm84FuerAlleFstr_Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Alle_Fstr_AttributeGroup_telegramm84FuerAlleFstr_Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b611480bea9a1728ce18869b34c4d80a986b473 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ(`_pIy_{fN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~hAv7X>H#g=W6I=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UX47V2S_$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Einzelne_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_84_Einzelne_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..392d0d1f059fdb5a27a908eb751b7c44d411d6e7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt zdu>hAv7X>H#g=W6I=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVj4U{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Alle_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Alle_Fstr_AttributeGroup_iDZLVBus_ID_ZLV_Bus_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8653454669b97ec72f94009ae9da438eb4c41569 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt zd#!2BvEZIHmc?y4k-Mg=0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UVgvU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Alle_Fstr_AttributeGroup_telegramm85FuerAlleFstr_Telegramm_85_Fuer_Alle_Fstr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Alle_Fstr_AttributeGroup_telegramm85FuerAlleFstr_Telegramm_85_Fuer_Alle_Fstr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1fb76995b81468c71e9c81adc35602d3cb9727ab GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2XH7nq$E|Yb=Y~bRu_6R|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauiEMQ;& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Einzelne_Fstr_AttributeGroup_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTelegramm_85_Einzelne_Fstr_AttributeGroup_iDFstrZugRangier_ID_Fstr_Zug_Rangier_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7dbe164491bba6b24d771a037cebe05340d94373 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt zd#$MnD6+=VvQ0;4*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK73^WY_ z6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`!aVPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_comparisonInitialState_SComparison.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_comparisonInitialState_SComparison.gif new file mode 100644 index 0000000000000000000000000000000000000000..6fa04d1a02e3e1642fec35ca72af634cc213fd0b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z-LvOKPtVP?v@;G42X;+Y1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`!aVPpUR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_compositePlanning_PlanPro_Schnittstelle.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_compositePlanning_PlanPro_Schnittstelle.gif new file mode 100644 index 0000000000000000000000000000000000000000..76dcd3d5008ffd25e883188269d8cae82338ac37 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP zch8;|Jv}$m(#|+I9N0Bo4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QM(VW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_primaryPlanningIDReferences_ID_PlanPro_Schnittstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_primaryPlanningIDReferences_ID_PlanPro_Schnittstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2084fe8c67ec92ebc980704e2fec949850b8eb1e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QM(VW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_secondaryPlanning_PlanPro_Schnittstelle.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_secondaryPlanning_PlanPro_Schnittstelle.gif new file mode 100644 index 0000000000000000000000000000000000000000..76dcd3d5008ffd25e883188269d8cae82338ac37 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP zch8;|Jv}$m(#|+I9N0Bo4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QM(VW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_comparisonFinalState_SComparison.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_comparisonFinalState_SComparison.gif new file mode 100644 index 0000000000000000000000000000000000000000..3f235b3dbf4eda580a9846e2052de81c1f9159e4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z1&Ys^Gv@$E*kRXnH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@ zvM_>JIv@gMCj)DYfrlb&nYlQhND`=ydIodY#y zFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+ KWvePOSOWm-YhaH6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_comparisonInitialState_SComparison.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_comparisonInitialState_SComparison.gif new file mode 100644 index 0000000000000000000000000000000000000000..3f235b3dbf4eda580a9846e2052de81c1f9159e4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z1&Ys^Gv@$E*kRXnH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@ zvM_>JIv@gMCj)DYfrlb&nYlQhND`=ydIodY#y zFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+ KWvePOSOWm-YhaH6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_compositePlanning_PlanPro_Schnittstelle.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateToolboxTemporaryIntegration_compositePlanning_PlanPro_Schnittstelle.gif new file mode 100644 index 0000000000000000000000000000000000000000..b61a66864fb7c788fbc0b04c86344306e7b0c7fd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7b1S3!2t+%O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9MK+_;V@h1x- zh@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(!Iny~%WA^eB z>>_Um4mOV*ROub(!Iny~%WA^eB z>>_Um4mOV*ROub(!Iny~%WA^eB z>>_6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=C>8X>ZF?$gO1vLZx;)JpoZBm5JK( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Kante_trasseNutzer_Trasse_Nutzer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTrasse_Kante_trasseNutzer_Trasse_Nutzer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d24f7932047d7899826ce34b57485caa9ad80c1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~6>ylsEBsH&6Y-Wk@zrXK+=C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5;@%I1k+cz{c z?Ai08r{`u`+8GCj1G}cH0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UQ6TVEX_7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_Allg_AttributeGroup_ueberhoehungDatum_Ueberhoehung_Datum_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_Allg_AttributeGroup_ueberhoehungDatum_Ueberhoehung_Datum_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f6c9c1bc2fbaf05380f49462f81e8842dc8c1d56 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK4YLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau`;9#== literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_ueberhoehungAllg_Ueberhoehung_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehung_ueberhoehungAllg_Ueberhoehung_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ec670471e4341637ed05dec9c932b9655d785a87 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2XFn)3M;-HI|lbIy$?is{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RRAd|&AR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_Allg_AttributeGroup_planQuelle_Plan_Quelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..23b48484db5bb8e3fe49c3a28a748cc9cc16698a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zK*Svy4gke>O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9MK+_;V@h1x- zh@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(!Iny~%WA^eB z>>_Um4mOV*ROub(! zIny~%WA^eB>>_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`O$me4Y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_iDTOPKantePfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_iDTOPKantePfad_ID_TOP_Kante_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f655cb586fba0d881cf1ce5c60e8be5e7e4d60a0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3m2bhoVIJa8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWmJ6k)dj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_iDUeberhoehungB_ID_Ueberhoehung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_iDUeberhoehungB_ID_Ueberhoehung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d1578bb715d247f59e8d851a0b328bf6fb2858e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7cM^2IBnN-H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWmJ6k)dj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_ueberhoehungslinieAllg_Ueberhoehungslinie_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUeberhoehungslinie_ueberhoehungslinieAllg_Ueberhoehungslinie_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d415ad7a8c90ab0d2815152c2b5b5d21547ecb7a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkL=VDI) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_Technik_AttributeGroup_mediumArt_Medium_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_Technik_AttributeGroup_mediumArt_Medium_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ab64276038c225a38bc6feda913058e5fe44760c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&JnF^rC0e&9s?k92ySnnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=C>8X>ZF?$gO1vLZx;)JpoZBm56>ylsEBsH&6Y-Wk@zrXK+=6>ylsEBsH&6Y-Wk@zrXK+=+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV9#Vm literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_iDUebertragungswegVon_ID_Uebertragungsweg_Von_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_iDUebertragungswegVon_ID_Uebertragungsweg_Von_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..560fa1fa5e1df977f734ddaf7babc0c50646baef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z{`mU)#?d$X=igsed1=>lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWm#abueR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_uebertragungswegArt_Uebertragungsweg_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUebertragungsweg_uebertragungswegArt_Uebertragungsweg_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4fc15c12ddf119e4ba484ae71c3f64d25b640526 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zH2nDb`^M2X`{&6>ylsEBsH&6Y-Wk@zrXK+=C>8X>ZF?$gO1vLZx;)JpoZBm5MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7)-($J} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_Allg_AttributeGroup_unterbringungArt_Unterbringung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_Allg_AttributeGroup_unterbringungArt_Unterbringung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d36652c8326550a13e13daf1abe85ea99599161d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3l~2Y9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5t$a__ImRwd_fnV(R@;$(hc98nc(5 zU>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiGa%!4V8=JCK H6&b7nGt^-C literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_punktObjektStrecke_Punkt_Objekt_Strecke_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_punktObjektStrecke_Punkt_Objekt_Strecke_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ba4aa919c295ffbb27d220db83ee5c10e50289af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ z1&YsyiSL@O21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkExL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^LjbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ewrqsr!Y*j@D FYXBRxVAucv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_punktObjektTOPKante_Punkt_Objekt_TOP_Kante_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..224034e9aa7637e3919abf5381d8994d566126c5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3lyJ!e?E}m;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR>NonWp2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_standortBeschreibung_Standort_Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateUnterbringung_standortBeschreibung_Standort_Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4b2c3fa9c9b561e2b23a0560cfef99aee58e336d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXgF}-!2J93feZ%+hh5XvfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR7J{D}b#!{zE=l}os`SJGu@7p&t zG&D6`3l2VJX}Ly6r)}4CH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkOzFqhAv7X>H#g=W6I=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UUH;U>yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Allg_AttributeGroup_ausrichtungWinkel_Ausrichtung_Winkel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Allg_AttributeGroup_ausrichtungWinkel_Ausrichtung_Winkel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3e4ead8a5e078523c8c2aa77e6165ad06f6796a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~eU>*Pf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Allg_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Allg_AttributeGroup_ausrichtung_Ausrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3ddab5847ad0a8a75696453a6341ab00c9491050 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ zUR%?2tS5L)v1MDN&aUZdK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{HBU)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_blitzpfeil_Blitzpfeil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_blitzpfeil_Blitzpfeil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7a01deebad20b92a21abcdb077dceb55be93ac9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RQnYG3I9 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_richtungspfeil_Richtungspfeil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_richtungspfeil_Richtungspfeil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9b14586f0110760d7b4d6beb48c35209986356d3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK3h=_T230Ig^%lz`9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_}2VMG7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_zusatzschild_Zusatzschild_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Andreaskreuz_AttributeGroup_zusatzschild_Zusatzschild_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6664d2939ca0ac4ee3568cf6841de038f654d198 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gk~$?77*~b0#hAfP=%X>1sf6>ylsEBsH&6Y-Wk@zrXK+=hAv7X>H#g=W6I=iN;0nye;%Imu1mo`bws}!4ABK+^~dm#Gz`8*K)dA|7f-DaR^ z5TN*zg%QNk0TCcO8CYW!6#7yk?bH}%o;^I}!q!Rs&3%(fJdHn_^jyoHq$#G}FO{6> z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UUH;U>yJe literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_kontrastblende_Kontrastblende_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_kontrastblende_Kontrastblende_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c0a1164b11a174c320dbb40e320c33e4a2fe5421 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG+bNLbgUMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8}U|!4s literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_optikDurchmesser_Optik_Durchmesser_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_optikDurchmesser_Optik_Durchmesser_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..585fa351bc82a2bb30d8a49f74b920e0e32ed4ee GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB&xX*$*uyr$T)EmCLKbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSrunJr?* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_optikSymbolmaske_Optik_Symbolmaske_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_optikSymbolmaske_Optik_Symbolmaske_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..be37fbc7077dcb36d953d816a151772e005bae75 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$1sf$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua@HDFHw literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_tragkopfVerstellbar_Tragkopf_Verstellbar_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_tragkopfVerstellbar_Tragkopf_Verstellbar_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..27c2e4c9e283a6f1d1906183fa9f045331f1aea5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG+bNLbgUMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8`I9|*E literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_vorgeschaltet_Vorgeschaltet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_Lz_AttributeGroup_vorgeschaltet_Vorgeschaltet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..27c2e4c9e283a6f1d1906183fa9f045331f1aea5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zG+bNLbgUMmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8`I9|*E literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_bezeichnung_Verkehrszeichen_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_bezeichnung_Verkehrszeichen_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4e0bbd6a99df0aa5728e9b80cff53ff4d623cbd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@w%Pu)MIQ;(~KR@37|9$(0 zhK8nVYl4sUSgtA7X^Y%7T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua=*I-Wo literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_iDBUEAnlage_ID_BUE_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..58b76d646d231d9697a9084609df4128ec89e982 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&D3_TN8Y&$8t@vPFv)z>1sfPFN literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_iDUnterbringung_ID_Unterbringung_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_iDUnterbringung_ID_Unterbringung_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a29500a4ff04013e944c4830d6fc6693902eb1b1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP zx9QrN;A1_OYl?N+B6m$!1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^z7VEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_verkehrszeichenAllg_Verkehrszeichen_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_verkehrszeichenAllg_Verkehrszeichen_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4308f7acd14da3271d5344053b623a0c022f80c2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXlS~&Ciqy7<(guhw#Z%6)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08<=U3$Vw6p^b4*&nh&yTnNf8V~L zp`q#8n&4wSmTQW2+9G#NR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasM(O|Ox literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_verkehrszeichenLz_Verkehrszeichen_Lz_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVerkehrszeichen_verkehrszeichenLz_Verkehrszeichen_Lz_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4308f7acd14da3271d5344053b623a0c022f80c2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXlS~&Ciqy7<(guhw#Z%6)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08<=UVS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2^z7VEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_sperrstreckeFussgaenger_Sperrstrecke_Fussgaenger_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_sperrstreckeFussgaenger_Sperrstrecke_Fussgaenger_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..56b3f19943ef709231aca2e8d506fa303e9519e2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R19Rrg0WyHHyQZrF(bh@I>$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;h zp!k!85ya8~5g+&ksNMH=u@DGqnEfK*!=jVzObZj-VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@izVEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_vzSperrstreckeSchranke_Vz_Sperrstrecke_Schranke_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_vzSperrstreckeSchranke_Vz_Sperrstrecke_Schranke_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d09eef97cf13df36ba3abc37a74e4bdabd171e9a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXgF}-z??aAfQ;Z{$97Fu1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2@gTVEq69 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_vzSperrstreckeVorgeschaltet_Vz_Sperrstrecke_Vorgeschaltet_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_AttributeGroup_vzSperrstreckeVorgeschaltet_Vz_Sperrstrecke_Vorgeschaltet_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c958497ba3db432627aa54e927f1be17f41f8403 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&CGIaA3}yIY376v17ZYs{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR|Mr4ox literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Schranke_AttributeGroup_raeumstrecke_Raeumstrecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Schranke_AttributeGroup_raeumstrecke_Raeumstrecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bcf1f278fa9402f392f4e75d64f7cf0d4057abe6 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~*Pf literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Schranke_AttributeGroup_teilsperrstrecke_Teilsperrstrecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Schranke_AttributeGroup_teilsperrstrecke_Teilsperrstrecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..212161926c6d4f4f734949798b8047639b0a0fba GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zZCZ0JxaXK<@fw}Twq4WJfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08mz+>Y8 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDAB_Raeumstrecke_DAB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDAB_Raeumstrecke_DAB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..de3ad17d30c4ecdb78c0eb809dddd7a76ea4474b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmP!DDCu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDCK_Raeumstrecke_DCK_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateVz_Sperrstrecke_Vorgeschaltet_AttributeGroup_raeumstreckeDCK_Raeumstrecke_DCK_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..27a899da546bef8d48160b034a7491ac7957da5c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zL&NVMU*Fs~dVl}?OUo*EO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=096m}DIQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_Allg_AttributeGroup_isolierfall_Isolierfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_Allg_AttributeGroup_isolierfall_Isolierfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8cbe6236bba252dccc45bead21949c13c419157 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gmv^e?9u<==}ThD=$^6>ylsEBsH&6Y-Wk@zrXK+=3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0BLZDX?l literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_Allg_AttributeGroup_wKrGrundform_W_Kr_Grundform_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_Allg_AttributeGroup_wKrGrundform_W_Kr_Grundform_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3052dce1394a6b95f7142a4fea43381f87a8e228 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK8@dzaD*abpHMMm6s}aO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_Um4mOV*ROub(! zIny~%WA^eB>>_t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7nLttjS literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_wKrAnlageAllg_W_Kr_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Anlage_wKrAnlageAllg_W_Kr_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1a30bfdcc11a435716d8109b11cf2013b7208fab GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XCTS{eAT4oB8waS5{uyHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW{#%cHI{8{I{*L2&yTnNf8V~L zq2cR~-$!q}nZN&j<+4k=rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OBq(F^ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_Allg_AttributeGroup_vorzugslageAutomatik_Vorzugslage_Automatik_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_Allg_AttributeGroup_vorzugslageAutomatik_Vorzugslage_Automatik_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d59b3c9d8ba2c8e566df213b34d9bf4f5a377d6d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z`}N1~qc`5n-+#Yy*`;06)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=08k&ST>M literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_Allg_AttributeGroup_wKrGspStellart_W_Kr_Gsp_Stellart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_Allg_AttributeGroup_wKrGspStellart_W_Kr_Gsp_Stellart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2576aa3ed32f6069023bc0da5ce26068059383af GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2cR~-$!q}nZN&j<+4k=rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV=81u literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_bezeichnung_Bezeichnung_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_bezeichnung_Bezeichnung_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..356dbada713a91792c85d5db129d63244c2b9a45 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt z`}^yUH%D*WpTGZ7<+5GV)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09l*ko1! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_gleissperreElement_Gleissperre_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_gleissperreElement_Gleissperre_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a02e79c4959d5f1af2a42255125c0bcacd839585 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}1sf3$Vw6p^b4*&nh&yTnNf8V~L zq2c$}A8(G{xIcgYrOIWyrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OWK(2D literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDStellelement_ID_Stellelement_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDStellelement_ID_Stellelement_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8e89961a4ba6e78f7d4435522e486dd61818eb85 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2c$}A8(G{xIcgYrOIWyrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OA}M3@ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDWKrAnlage_ID_W_Kr_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_iDWKrAnlage_ID_W_Kr_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bdbdd7baccd026be53d224df6a7110031649e0b4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zX!!m0$D5-!?$6(UsdCw_>1sfq>T()bv8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5JK( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_wKrGspElementAllg_W_Kr_Gsp_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Element_wKrGspElementAllg_W_Kr_Gsp_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..44af2e5cd8d36ba847eeb4119f55ce9602cc2603 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&KDF`s2;f8~5k$zf`$w*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_austauschAntriebe_Austausch_Antriebe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_austauschAntriebe_Austausch_Antriebe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5236dceda76d46d3f6cf5d996c8e5b743a319673 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4GllO{=RYa&HnlKmsMWcHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_besonderesFahrwegelement_Besonderes_Fahrwegelement_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_besonderesFahrwegelement_Besonderes_Fahrwegelement_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0456ccd112e1f9695c07dff3f5eb6149ff4d456d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z{`mU)#?d$X=igsed1=>lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmOm}6)F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_entgleisungsschuh_Entgleisungsschuh_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_entgleisungsschuh_Entgleisungsschuh_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..560fa1fa5e1df977f734ddaf7babc0c50646baef GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z{`mU)#?d$X=igsed1=>lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWm#abueR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_iDRegelzeichnung_ID_Regelzeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e3c2ec6a2464179bd7bdd2d330c8b28cc542b4eb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2b5Z-#3oF*+2jOvdT-lrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OV~u1+ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_iDWKrGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_iDWKrGspElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6a162d49cee41c9b4a5887d203ec248ccd91433 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2b5Z-#3oF*+2jOvdT-lrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OA!B3n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_kreuzung_Kreuzung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_kreuzung_Kreuzung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5afe8fdc4c70558c9ca6f84318a83ded7791f37 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z{`mU)#?d$X=igsed1=>lH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmO{$pqW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_zungenpaar_Zungenpaar_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateW_Kr_Gsp_Komponente_zungenpaar_Zungenpaar_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c73000c77598ea3608166934906e7591b171cea1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z{qgnpjiYaXQp+kY?V7FzL|Z2*uj`Uu+9WlvQfy|4@V~$Bf#~n&^FZ|H`QqPqn}Mc5 zfZ|UUMi5H}M1bsMV2x2w=u3&TQ)8HU_VAPoTPO85_f0DCH2!STb1i$4rkHxaRC1$wC0>T>1M^Cqjulh#X=ycVfKrJ4~tH=Gc8PTlfThYb30e-^vm>ohMbzF M)W)W4RYeAC023Z#+5i9m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_auffahrortung_Auffahrortung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeiche_Element_AttributeGroup_auffahrortung_Auffahrortung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e93d4eec79074d7c243c2d7b470783bec497aaae GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zX!!m6>zg-6@86$)=~Csc>1sfzg-6@86$)=~Csc>1sf6>ylsEBsH&6Y-Wk@zrXK+==5r0%RuxYm9q!{Ee2H+qqh&U#90X Qzg-6@86$)=~Csc>1sf3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09SA7n-V literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeichenlaufkette_Zuordnung_iDSignal_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeichenlaufkette_Zuordnung_iDSignal_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5087b0ec10614403ff3a28caf6989aec12794cda GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&JnF^rC0e&9s?k92ySnnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=v*~8q%rg!R2X;+Y1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2`UvVQv5b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeichenlaufkette_bezeichnung_Bezeichnung_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateWeichenlaufkette_bezeichnung_Bezeichnung_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..79e58f2acb735e62ccdbe6757c4fe296078da142 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt zd#&l(vEXBCEZ4N@wC$R%21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFxCVT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Merkmale_AttributeGroup_dPLinkArt_DP_Link_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Merkmale_AttributeGroup_dPLinkArt_DP_Link_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9c351cc5ec8888bd35fad339ae75274e2dae5b03 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_L##+#%2@6TU$sq+8-`1$en|L@y3 zG&H=pwCCogo-;Gk4m3FInyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ*)?s1* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_Allg_AttributeGroup_laengeSollMind150_Laenge_Soll_Mind_150_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_Allg_AttributeGroup_laengeSollMind150_Laenge_Soll_Mind_150_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b9300d35887093f1f237ae784b557f1e058cb1f9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ z{rda&(Km1A-@jjZ>C&$0YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8A8e}~H literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_Allg_AttributeGroup_massgebendeNeigungMind150_Massgebende_Neigung_Mind_150_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_Allg_AttributeGroup_massgebendeNeigungMind150_Massgebende_Neigung_Mind_150_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..788abfe27295d239b057536b70da16a4d30269f8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gmv^|33QW&HVfKD=%HzHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkfd}ICq literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_iDFstrDWeg_ID_Fstr_DWeg_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_iDFstrDWeg_ID_Fstr_DWeg_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..794791ad9f0ed2e2b2ef655bbc8a37934f7733e3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&KDF`uok%H}~h?zf^f?*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_zBSSchutzstreckeAllg_ZBS_Schutzstrecke_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Schutzstrecke_zBSSchutzstreckeAllg_ZBS_Schutzstrecke_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..dd7d81f5d11704ca9f1e23d94234ed876992d9a2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&KDF`uok%H}~h?zf^f?*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaP=V4+1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_massgebendeNeigungMindSig150_Massgebende_Neigung_Mind_Sig_150_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_massgebendeNeigungMindSig150_Massgebende_Neigung_Mind_Sig_150_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fc1a2e8b757c0dc78091302d47a50669b8165b3e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm&&C#Rx=g+@XS^58e{QP+P|M%@1 z8XB&xX*$*uyr$T)EmCLKbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSrune$@C literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_massgebendeNeigungMindSig_Massgebende_Neigung_Mind_Sig_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_massgebendeNeigungMindSig_Massgebende_Neigung_Mind_Sig_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90ccce9286024ec654cedad6dd39c0bb8bd991de GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SInzhB+} literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_solllaengeMindSig150_Solllaenge_Mind_Sig_150_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_Signalabstand_AttributeGroup_solllaengeMindSig150_Solllaenge_Mind_Sig_150_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..be37fbc7077dcb36d953d816a151772e005bae75 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$1sf<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{F_U)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_iDSignal_ID_Signal_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_iDSignal_ID_Signal_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..190f08eb2bc800620f903908d036924f16791deb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zTwBw0tS5L)v1MDN&aUZdK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{cnU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_zBSSignalSignalabstand_ZBS_Signal_Signalabstand_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZBS_Signal_zBSSignalSignalabstand_ZBS_Signal_Signalabstand_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e07c4ede552075d58601a8f8f698c3b62ce24706 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXh0U&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW$UdnFC}T3l82jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuYxCSb_` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Allg_AttributeGroup_zNModem_ZN_Modem_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Allg_AttributeGroup_zNModem_ZN_Modem_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c7ede6f34616d1803eb45b127077c55cdf857f8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRKXa4^mKR@37|9yKP z7cPD*IC$4|H6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m4FVK@vM_>J zIv@gMCj)DYfrlb&nYlQhND`=ydIodY#yFF(O9 z(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHgG^I8+WvePO GSOWlp@nLrW literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_Bezeichnung_AttributeGroup_bezeichnungBesondereAnlage_Bezeichnung_Besondere_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_Bezeichnung_AttributeGroup_bezeichnungBesondereAnlage_Bezeichnung_Besondere_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..981b7874e5094bf9c60ad54aa35cdfa6a35e95f9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG<^O2MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7;^kcCA literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_iDZLVBus_ID_ZLV_Bus_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_iDZLVBus_ID_ZLV_Bus_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f6b839fd1545248a248032e5f48b18c4a7a8a6f0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7b1S(fCCWhnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=FS( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_unterstationNr_Unterstation_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Besondere_Anlage_unterstationNr_Unterstation_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94a8af9f65e10d422714f9635d153b9f1c9f3b82 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&CGIaA3}yIR_3n0Ku;5YCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%8zIAjz6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Bezeichnung_AttributeGroup_zLVBusNr_ZLV_Bus_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Bezeichnung_AttributeGroup_zLVBusNr_ZLV_Bus_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9f96e37737f3815fd8a5d15fe9f9fb78d24a70db GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&CGIaA3}yISvg692^{WO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_6>ylsEBsH&6Y-Wk@zrXK+=&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWLFr literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm04_Telegramm_04_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm04_Telegramm_04_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..411e41cfbd3e25e79c65bd634abac76217b97987 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&H=}^WtXD%`<6d4mcdxHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWLFr literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm30_Telegramm_30_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup_telegramm30_Telegramm_30_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f43e956455e15820c0c78130c66f097215a2fb9d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEsqJ=#4k?_usEvcIp5B`1$en|L@y3 zG&H=}^WtXD%`<6d4mcdxHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIWLFr literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_iDZLVBus_ID_ZLV_Bus_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_iDZLVBus_ID_ZLV_Bus_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..af4432517934a0496baac3a5190a012901bbd1fb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3l|SQ*0XE68W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm53$Vw6p^b4*&nh&yTnNf8V~L zq2a)R19Rrg0WyM*_3WCi21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXHsUVc-A& literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_zLVBusUSZuordnungTelegramm_ZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_US_Zuordnung_zLVBusUSZuordnungTelegramm_ZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..90990826a6509028c27edc051c7194280e875ba0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx8;NX3xztX=e^N9Qgk~etx|D|NHh0 z4Gjkl9GEj_4v-OitY_DBH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmkJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmk{zrq@6k7aA4PTH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmFd}BWV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Zuordnung_Allg_AttributeGroup_unterstationNr_Unterstation_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZLV_Bus_Zuordnung_Allg_AttributeGroup_unterstationNr_Unterstation_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..411e41cfbd3e25e79c65bd634abac76217b97987 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&H=}^WtXD%`<6d4mcdxHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=1 z15JYf#h)yUAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LRY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S?gVd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_deadlockpruefung_Deadlockpruefung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_deadlockpruefung_Deadlockpruefung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5279d7bfc655a5eeb4b7c58944b1ea4b977b819a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4$PS|=fD96AlNls4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S?gVd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_einstellkontrollzeit_Einstellkontrollzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_einstellkontrollzeit_Einstellkontrollzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5279d7bfc655a5eeb4b7c58944b1ea4b977b819a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4$PS|=fD96AlNls4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S?gVd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_lenkabbruchzeit_Lenkabbruchzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_lenkabbruchzeit_Lenkabbruchzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c1fbe127e0f74f4bc7d4b601a3d151c23f25d60d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx)7N7970B(y~oQ=l}os`SJGu@7p&t zG#of^V9uO52M#y@!LI3QK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1_1WjUsM19 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_personalReaktionszeit_Personal_Reaktionszeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Allg_AttributeGroup_personalReaktionszeit_Personal_Reaktionszeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f6b839fd1545248a248032e5f48b18c4a7a8a6f0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7b1S(fCCWhnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=FS( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_DLP_Abschnitt_iDGleisAbschnitt_ID_Gleis_Abschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_DLP_Abschnitt_iDGleisAbschnitt_ID_Gleis_Abschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..85d42e14cb920cb20636ffb4c3894eb4f971c199 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFd;b5ApC51k|Gqtt zd+EiVO*eaHo=Iys;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gizg-6@86$)=~Csc>1sf3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AQ4rI9i literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_dWegPrio_DWeg_Prio_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_dWegPrio_DWeg_Prio_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb71f8bdd83f99287b71716446b54662161c6673 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&MkKzmL9oGynem%1f7aO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>__ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR3Ze)1? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_fstrBildezeit_Fstr_Bildezeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_fstrBildezeit_Fstr_Bildezeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..12131f2f61fcc063cad4e786b3f61cdc265e8502 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&Fqu{rl*fH}mh`ue@|=*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_sichtzeitVorsignal_Sichtzeit_Vorsignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Allg_AttributeGroup_sichtzeitVorsignal_Sichtzeit_Vorsignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..01247e32078353f2e5c72b43a107f5c05c00dc47 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6thv_Ib1b-cjb&t;&j0`M^W*LR-?wjQ zX!!d3_t7_R=HI_xdFj%w>1sf$+*bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru55{6F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_Allg_AttributeGroup_vmaxAnnaeherung_Vmax_Annaeherung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_Allg_AttributeGroup_vmaxAnnaeherung_Vmax_Annaeherung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0066efa50cb19a163e5c494cee87dae34432208 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP zx9Qq7pory~H9Bo=yQZrF(bh@I>$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;h zp!k!85ya8~5g+&ksNMH=u@DGqnEfK*!=jVzObZj-$+*bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru4Y*<~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_GK_AttributeGroup_gK_GK_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_GK_AttributeGroup_gK_GK_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c12b491109c6162e206af27f390ebeee5b8114f1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|NrsxY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R%>Vd?+? literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_GK_AttributeGroup_tvGK_Tv_GK_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_GK_AttributeGroup_tvGK_Tv_GK_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cfb5278910043e8c80c858f90b8857617272c8c8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6tZBN|6MU@La!sU8+yDRZ^W*LR-?wjQ zXt=cJ#ipK{Gt$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ%X<=dj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDEinschaltpunkt_ID_Einschaltpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDEinschaltpunkt_ID_Einschaltpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7f902c4a2d58f915d76ea9cceb31fd9801c3289b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt zd#&l(vEXBCEZ4N@wC$R%21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXCwhVHyAc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDVorsignal_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDVorsignal_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b59fc151fe22668354249b746d200e4c6d6e8723 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&Edmx^^u1*c!_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OuM=ce literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDZLFstr_ID_ZL_Fstr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDZLFstr_ID_ZL_Fstr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5d52b42ea34b0987ef4e5d4e695fe57d31f88365 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}sN?O5=!HI{4IblP@JR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEauPJYZk| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDZNAnzeigefeldAnstoss_ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_iDZNAnzeigefeldAnstoss_ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7186b71a1d2358d52b247d5014402917be2e0bd1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt zd#&l(vEXBCEZ4N@wC$R%21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXCxyVHyAc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_zLFstrAnstossAllg_ZL_Fstr_Anstoss_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_zLFstrAnstossAllg_ZL_Fstr_Anstoss_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c85d5ad3a7e887b2da130c7e2efb426a8d7e64ed GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2XH7wPV4@)>y7-(`nl^T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZlT45>x literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_zLFstrAnstossGK_ZL_Fstr_Anstoss_GK_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_Anstoss_zLFstrAnstossGK_ZL_Fstr_Anstoss_GK_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..425104d76aaeab566a3d07c0ed116a8c3ecaf54b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK6fR*Nz1rTVuJVO{ZS<)vNI)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09+F=T)M literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_iDZLFstr_ID_ZL_Fstr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Fstr_iDZLFstr_ID_ZL_Fstr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..0f9364baeebd68fcf2f2dec0086bb32bb281d282 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}1sf6>ylsEBsH&6Y-Wk@zrXK+==5r0%RuxYm9q!{Ee2H+qqh&U#90X Q&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Signalgruppe_Zuordnung_iDZLSignalgruppe_ID_ZL_Signalgruppe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_Signalgruppe_Zuordnung_iDZLSignalgruppe_ID_ZL_Signalgruppe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d75e4636bcb0d5835e19ebd0cffa3d7f1c2b8545 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&NW{Ki(X@aew~)OO?xZO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_H61$^yk?DMTbs_V>1sf=5r z0%RuxYm9q!{Ee2H+qqh&U#90X3$Vw6p^b4*&nh&yTnNf8V~L zp<&OS7d<^U)6&j3I2_nDT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aua|lwr^S literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_iDESTWZentraleinheit_ID_ESTW_Zentraleinheit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2d6deb4e8bb54a14b9b7a894b044db6b542c5411 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`{`~t54Gj(s4*&nh&yTnNf8QR+ z1&Ys^GY7~po;h>ZbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSruY^Y&W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_iDZN_ID_ZN_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_iDZN_ID_ZN_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5bbeb622cbf8e9a24df4f588884ecee83898ab0b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaA3}yIY5T-%$d8Us{zs0Ny_WG_ja)m2x^%9BH_cLlkH3k6Wru)wA9?r)jIt$J)a?` OrYW_tDO**M!5RR3$Yd4( literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_zLAllg_ZL_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZL_zLAllg_ZL_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb2983c23a6ddc26b38ad6b628354b4c108f378e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx6>ylsEBsH&6Y-Wk@zrXK+=Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&QaTVW0p2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_Anzeigefeld_AttributeGroup_akustikdauerAnbAnn_Akustikdauer_Anb_Ann_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_Anzeigefeld_AttributeGroup_akustikdauerAnbAnn_Akustikdauer_Anb_Ann_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e6a569287fbcd9c39e58303551fa064c4b09915c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&MkKKaRe+G5`Ml%1g_3O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_tWB&d9m6w+7nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+={#%cHI{8{I{*L2&yTnNf8V~L zq2cTAA4lKZn16qN<)vl2rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OB#UG7 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_iDZNAnzeigefeld_ID_ZN_Anzeigefeld_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Akustik_iDZNAnzeigefeld_ID_ZN_Anzeigefeld_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..212161926c6d4f4f734949798b8047639b0a0fba GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zZCZ0JxaXK<@fw}Twq4WJfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~1sf1sfC>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5Y&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&Sp*V2S_$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bedienbarkeitAnzeigefeld_Bedienbarkeit_Anzeigefeld_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bedienbarkeitAnzeigefeld_Bedienbarkeit_Anzeigefeld_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..46106a3ca6478b6459e02881a1349f89f7a0b081 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NQ$64Gj(s4*&nh&yTnNf8QR+ zeQ{~e%}qULW~LozaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S{3ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bfNrANB_Bf_Nr_ANB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bfNrANB_Bf_Nr_ANB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..16048d0b3f3d4ff540a99491f105990504ed260a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+k>7J{D}b#!{zE=l}os`SJGu@7p&t zG`zU9=jNuKGc(f;G&t;M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJxU0|31 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bfNrZNA_Bf_Nr_ZN_A_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_bfNrZNA_Bf_Nr_ZN_A_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..83969f9eb0d0b6db46e48be511417459a2e39feb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$6>ylsEBsH&6Y-Wk@zrXK+=7J{D}b#!{zE=l}os`SJGu@7p&t zG`zU9=jNuKGc(f;G&t;M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJxU0|31 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_hOA_HOA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_hOA_HOA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ced536d9d7e6a24748444644b1491a24cf286ef3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+!kkXzDXsX#-B}ku4PZs6jSe)O3ri+)R?{e1iMI| z)|^u(-K-dN)b4w`SO^3)%zlyZVbRHUriBS^@;6#)Zs%&9ewm)nkWs>oms E0KA7|E&u=k literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_sichtbarkeitAnzeigefeld_Sichtbarkeit_Anzeigefeld_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_sichtbarkeitAnzeigefeld_Sichtbarkeit_Anzeigefeld_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..60aa17eb558188ae4efd5dfe64bcc14b58925fa3 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ(cwu4y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_verzoegerungManuellLoeschung_Verzoegerung_Manuell_Loeschung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_verzoegerungManuellLoeschung_Verzoegerung_Manuell_Loeschung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c345ca5a1bf04f1d3b86d485cdef23d5499278ce GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ zeQ{~e%}qULW~LozaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&S{(ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_vormeldestart_Vormeldestart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_vormeldestart_Vormeldestart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e863d31a0c197e3ceaf235c4f5adce8babf3067f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK3iH_T1dmb7p4Rfd+?N)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giY&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R95Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_zNFeldOhneAnzeige_ZN_Feld_Ohne_Anzeige_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Allg_AttributeGroup_zNFeldOhneAnzeige_ZN_Feld_Ohne_Anzeige_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..82bf8d2f6fb53e04867a7df547b44e486e0d18b4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z`{L4`o11#h%uGAb;IM1D8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm5$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ*3}Ipb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Bezeichnung_AttributeGroup_zNABedienbezeichnerFrei_ZN_A_Bedienbezeichner_Frei_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Bezeichnung_AttributeGroup_zNABedienbezeichnerFrei_ZN_A_Bedienbezeichner_Frei_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c9f27e5d0fbe46cda594536fdef7240afd6f57ac GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&D3dT?-CAW@))bN2hJqbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruT3upa literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Bezeichnung_AttributeGroup_zNABezeichner_ZN_A_Bezeichner_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_Bezeichnung_AttributeGroup_zNABezeichner_ZN_A_Bezeichner_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..6467d42af2a53fc74864760d6a5a5b7caf86216c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhK8o5Yr(M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SHV*C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R2=Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_iDZN_ID_ZN_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Anzeigefeld_iDZN_ID_ZN_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cee6eaa9f85a7ce255ad4c0968aa919b38fca934 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&JmaajEC#rnECN9S$_?nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giM%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SJtyI`0A literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_ausfahrdruckGegengleis_Ausfahrdruck_Gegengleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_ausfahrdruckGegengleis_Ausfahrdruck_Gegengleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..95a741cb08d406942dd4ad3d9aa3a73065151e58 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a)R19Rrg0WyM*_3WCi21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFP7VT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_ausfahrdruck_Ausfahrdruck_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_ausfahrdruck_Ausfahrdruck_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..41c86b3dbc151c134e801c09022191813b11b950 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}5AM4pQT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuZm*I_jP literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_durchfahrdruck_Durchfahrdruck_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_durchfahrdruck_Durchfahrdruck_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd8caad999adedff16c9cb2b67cd3d363dc1d17c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b|NZ$54Gj(s4*&nh&yTnNf8QR+ z1&Ys^GY7~BKGw5qx*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR<)wPADs literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_einfahrdruckGegengleis_Einfahrdruck_Gegengleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_einfahrdruckGegengleis_Einfahrdruck_Gegengleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4368e6a57461e15132505f877830072278e812be GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7fHNl*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK73^WY_6o0ZXf>=5r z0%RuxYm9q!{Ee2H+qqh&U#90X3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AJ^<-86 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_meldedruck_Meldedruck_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Druck_AttributeGroup_meldedruck_Meldedruck_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..01d709dc783b33eb007cf24eff9e3f3280dd4afa GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@yE>$`>IQ;(~KR@37|9$(0 zh6ac@kP&>WXV-K!Alf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0|29cVW1sf1sf;@%I1k+cz{c ztZBN|6MU@La!sU8+pg(qK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{VcU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Schalt_AttributeGroup_zNSchaltkriterium_ZN_Schaltkriterium_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Krit_Schalt_AttributeGroup_zNSchaltkriterium_ZN_Schaltkriterium_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c575cb55287bba649c4575143813501f4f870f89 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&HPfy4DkXtk`l*q)ywe>1sfY&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&T#ZV7&kU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_iDZNFortschaltKritZiel_ID_ZN_Anzeigefeld_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_iDZNFortschaltKritZiel_ID_ZN_Anzeigefeld_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b93b3d2f5d4457d35d41a950a082fa3c06fd95c9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqO=KL7v6&yTnNf8QR+ zg^L@{OxrbG4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ z4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4=Rl3w%TKV2 z^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNVO{tAd*{X^R F)&T#ZV7&kU literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_iDZN_ID_ZN_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_iDZN_ID_ZN_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..bace1227eb7a830222ef90be7f1754b26799914b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaA3}yIY5T-%(Pw8)qrU0B;|Eo@=Kef=2eQ#ED`?q_dO8({d^vX{ybm&`))JP zGzd`q$-)R?>3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09VPh;Z% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_zNFortschaltKritDruck_ZN_Fortschalt_Krit_Druck_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Fortschalt_Kriterium_zNFortschaltKritDruck_ZN_Fortschalt_Krit_Druck_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b6f318a09254c414194d36706a4e98f3e09fd749 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^dj9{9pC51k|Gqtt z3l}$@nYL@X8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5 z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UU*HU{C-6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_iDZN_ID_ZN_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_iDZN_ID_ZN_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..88a21e3eea90b7828b27b037817a1b8e50370180 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&H=}bLnQ!rZZ_X4>&aJnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&R70Vb1^n literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_telegramm84EinzelneFstr_Telegramm_84_Einzelne_Fstr_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_telegramm84EinzelneFstr_Telegramm_84_Einzelne_Fstr_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..fefcd936b51bf1b6ba49bff92870ab4f5bd6c9d0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6TwBw0tS5L)v1MDN&j0`M^W*LR-?wjQ zXn3*b(#@VtXVPXKaA?>yT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZ*Ct+d$ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_telegramm84Verzicht_Telegramm_84_Verzicht_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Telegramm_84_Zuordnung_telegramm84Verzicht_Telegramm_84_Verzicht_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4344d571355a55cc035e37990dc46568f09604d0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK3h=F5T?ebS7=)0f&ZN)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW`9tp>its5 zna+V4vzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc} OYMN3To3d3E8LR=*wqg$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuZVs$oa~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_bfKennung_Bf_Kennung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_bfKennung_Bf_Kennung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3408e141df3acd347555a1cd39dc39c05b7d9d4c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;h zp!k!85ya8~5g+&ksNMH=u@DGqnEfK*!=jVzObZj-<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{F=U)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_koppelunterstation_Koppelunterstation_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_koppelunterstation_Koppelunterstation_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53a350e53a2cb86267c1e8a4cc47eff1fe071b14 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7b1S3!2t+%O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9MK+_;V@h1x- zh@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(!Iny~%WA^eB z>>_;@%I1k+cz{c zAdByst_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$>PZmZHO9w=N z>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai?ByreMf$Yn zoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@porfgM325SJE Cd0-|0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zBSAnbindung_ZBS_Anbindung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zBSAnbindung_ZBS_Anbindung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a4565dfc944c556925009ee81478b8fbb4b04a3a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+kR0e5}WEO|ec}<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{BAU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zNUnterstationBfNr_ZN_Unterstation_Bf_Nr_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zNUnterstationBfNr_ZN_Unterstation_Bf_Nr_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4c41773a49ebfdca6eb1fb19b0287e245c47e2d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaA3}yIR_dXfMC~jH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkP`eShb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zeitsynchronisationFunkuhr_Zeitsynchronisation_Funkuhr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Allg_AttributeGroup_zeitsynchronisationFunkuhr_Zeitsynchronisation_Funkuhr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1a6d6b3def689de6a19bb781156ca4c495eb11ed GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3lTri-~a@>rmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jprplJ}G_>+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`O@8n>Z literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Bf_Nr_AttributeGroup_bfNr_Bf_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Bf_Nr_AttributeGroup_bfNr_Bf_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..481a99509492465ee8942e235348fecbddeeebbb GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T-x(uQ_szrX=fT74*dTgKR@37|9$(0 zhKAo?f4n(*6>ylsEBsH&6Y-Wk@zrXK+= literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Bf_Nr_AttributeGroup_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_Bf_Nr_AttributeGroup_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f023b337128dddd797fcb1bc9c378b5265e8afb0 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhKAo?f4n(*6>ylsEBsH&6Y-Wk@zrXK+=t$a__ImRwd_fnV(R@; z$(hc98nc(5U>E7rnse%;n-znO+I?>q3xS}9*)I}4EIQfFv@pR<{zgm9?Od(XFVpiG Pa%!4V8=JCK6&b7n@=<14 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_iDZNZBS_ID_ZN_ZBS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_Unterstation_iDZNZBS_ID_ZN_ZBS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7510fe464c505ea7d1445f353051faf2b5644921 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z3l}$@nYL@X8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5;@%I1k+cz{c zK*WIz+YZ z#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}=oar2>F?;z5 zc9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLmr=}^ju_;?s Hk--`O1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2_rMVKD#z literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_ZBS_iPAdresse_IP_Adresse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_ZBS_iPAdresse_IP_Adresse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0066efa50cb19a163e5c494cee87dae34432208 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP zx9Qq7pory~H9Bo=yQZrF(bh@I>$>EZHc8E^6q{Kh{O|93Ao~0HJP`ePzWDduW}s;h zp!k!85ya8~5g+&ksNMH=u@DGqnEfK*!=jVzObZj- z9H=pS`3ZKBKCL;YPP$n!=&0TIcCio$YMA{Z;lrYn?Mw?3+~jYx)ZEV1I{h*|pCPBF NDYdaFTUC+48UPIAVA22p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_bezeichnungStellwerk_Bezeichnung_Stellwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_bezeichnungStellwerk_Bezeichnung_Stellwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7f00aa632e4fbd85e12f14d6943654402da6c1ed GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gjkl97sEp24pxmIP99P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXBEAVjchh literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDAnhangZNPlanBedienraum_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDAnhangZNPlanBedienraum_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..199994a5652992e6c6209c5ebc72551bf1b64dbf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4y2t)12P;O9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2{^VVQv5b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDAnhangZNPlanRechnerraum_ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDAnhangZNPlanRechnerraum_ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..199994a5652992e6c6209c5ebc72551bf1b64dbf GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx4Q;X3wTGX)_NvH2nV`KR@37|9$(0 zhK2(N4y2t)12P;O9Cl4t1EQ^yl-G61FKv>VS1C5LMEKv|_dxXb^LZfp^L+8|yUjq; zAVBda3nPf710q0nGO)%dDDA99YNmER{Un)7% zIZ$Kv@)PVLeOhx)opiHe&{4bZ?P4Ji)G+%+!iPmC+nE+7xXIsWskxo2b^2v`K0{7T NQ)**VwyGk7H2{^VVQv5b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDOertlichkeit_ID_Oertlichkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDOertlichkeit_ID_Oertlichkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef031f41caaa143f0d90511964893fb2bc798750 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3lvW~lLllsI5_N@t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SKFWMGy6 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDStellwerk_ID_Stellwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDStellwerk_ID_Stellwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4118ce5fc86849083a53d8649cb06b0da99d8c30 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84F?$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74Aua1Az$hM literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDUnterbringung_ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDUnterbringung_ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d1bf162dab6094d49126bd880c14aa2ff7bcd031 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3lvW~lLllsI5_N@t_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SJvj9^>< literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDZNUnterstation_ID_ZN_Unterstation_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZN_iDZNUnterstation_ID_ZN_Unterstation_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e7b97df441fe3bc8836f4b756de6b08ba2113402 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6yx6nnW>3$Vw6p^b4*&nh&yTnNf8V~L zq2a)R18HZ{fD8u*hh5XvfN1L^<#k>1OPi$TRf^3l5&rl0JrMo)AYJYW3#ZZps{ z2vGdV!U$sNfC!MC46HE<3VkV&c4`bW&mNv~Ve6#+=DtZKp2nX|dah+p(iBtgmrBlb z4%C>v`~M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mVra^$> zPZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1rgNai z?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y#nx@po KrfgM325SJKOJFGg literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_iDElementGrenze_ID_Element_Grenze_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_iDElementGrenze_ID_Element_Grenze_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..931730f4ef93e1cb04ad77c9a368044a7c7b0161 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c zTx(i$EVyTlWpSHM<*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^{aHU)}%! literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_iDRBCVorGrenze_ID_RBC_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_iDRBCVorGrenze_ID_RBC_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..3cafe5d16f6f04ea2842813008882f940f0c02c9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zL&LSEHOGQ`)>sy|=|t|Dt_DO~Cn>M%l3&^+HLp@^W{L2>zwd$Q@8|PC^ym5F-*=mV zra^$>PZmZHO9w=N>||h#QBdehiL_H=n0fZ_lnYxY^*8rTD)BV_Y|?Wrdy=M@dcRb1 zrgNai?ByreMf$YnoI2@d#h{~h-`mAPAgE#Xi-Zr0PPQ{GOmLIG(Nc3eSL^i4^n8Y# Onx@porfgM325SI1HD8_p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_systemVorGrenzeBesonders_System_Vor_Grenze_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_systemVorGrenzeBesonders_System_Vor_Grenze_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..320d11782509bfa6dec3f5337773335b38f9d0dd GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^EcnYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEaujz+hki literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_systemVorGrenze_System_Vor_Grenze_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Allg_AttributeGroup_systemVorGrenze_System_Vor_Grenze_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5643b74f35289f8ebdd6dc51ba377623fb10581f GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmm;&Cxga=ik3ndFlWE`1$en|L@y3 zG&EdmT5~M8XN_fXn@;4e>1sf3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09VPh;Z% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_bgrenzeNachESGBedAusstieg_Bgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_bgrenzeNachESGBedAusstieg_Bgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8efd2ad9e15db72ae4452b2a26df925f0de2342e GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&Edmx^^u1*c!_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OX82?C literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_harterAusstiegAusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_harterAusstiegAusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7cc18f19c0d35237c38a1ce3c560bf349648c866 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2XH7wPV4@)>y7-(`nl^T@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74AuaP#$kN` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ESG_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a1e0e46fa753f7d8acf277bbff4e6edc47727dfc GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB%OT{{+hY>nlbHl4Oz)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi6>ylsEBsH&6Y-Wk@zrXK+=+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oi`Zhz literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_bgrenzeNachL2BedEinstieg_Bgrenze_Nach_L2_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_bgrenzeNachL2BedEinstieg_Bgrenze_Nach_L2_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a0697e635e720b7919e9f90498825d6c456916b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0NB`=jP3{GiMwQ9Qgk~etx|D|NHh0 z4Gjkl9GEj_&ZT9Q4h{~xrmF$b)=A3iy5yHONzJPin^_|K@9%pc`uq7j5dC?+`1jpr zplJ}G_>+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`Oi5g6>ylsEBsH&6Y-Wk@zrXK+=<*09*F*aJ`Y5Ho-h7=w;5;}1StMw zVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI2Wre- zeu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5(N^NY) JR#jxM1^~55U{?SD literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_iDSignalZufahrtsicherungL2oS_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_AttributeGroup_iDSignalZufahrtsicherungL2oS_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4ffa17e76fc4b89e0cf9b233427c7cf9fe66a3ee GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&CGIaA3}yIhU4IIygA&nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=Um4mOV*ROub(! zIny~%WA^eB>>_3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09W?PKBq literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktEHEMFolgesignal_Abstand_Datenpunkt_EH_EM_Folgesignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktEHEMFolgesignal_Abstand_Datenpunkt_EH_EM_Folgesignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb744048dcb38a3e156db60a938d110d19653204 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?18XSP&|Nr>;@%I1k+cz{c z{QmLv&5fh?_s_qyta8_MH6YqLNqJqD{L&_=d6i-_ON9UZeGf!`Kc5GpKhGEczS|5m z4FVK@vM_>JIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWmXMq_aR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktEPTPI_Abstand_Datenpunkt_EP_TPI_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktEPTPI_Abstand_Datenpunkt_EP_TPI_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f91a9955dba0a9362b9730b1744bea73bcf2908c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G&Nld4nAgSxkg8)?f?Jy`SJGu@7p&t zH2nVY_05f=_xI1gw5)R1bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru^1otV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktTPIFolgesignal_Abstand_Datenpunkt_TPI_Folgesignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_abstandDatenpunktTPIFolgesignal_Abstand_Datenpunkt_TPI_Folgesignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..953202770b2747bb70383903be3cbc08b771b9a9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{P_C&#?d$X=igsedFlWE`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X Q(@1K8ZS>>+jYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7Whhy3R literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_iDFolgesignal_ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_L2_Von_ESG_AttributeGroup_iDFolgesignal_ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..38266029cb6810fd55c43b8a12503239d38c6f76 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3V=$kk5@87Sybm{;9`1$en|L@y3 zG&KDF@%7D(qxbjEzqG7!*K{=?+B!*jU6=gQCaHOqVlzvG|NVUrM1Mb@2ckdE7yrK7 z3^WY_6o0ZXf>=5r0%RuxYm9q!{Ee2H+qqh&U#90X QOV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_LZB_AttributeGroup_bgrenzeNachLZBBedEinstieg_Bgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_LZB_AttributeGroup_bgrenzeNachLZBBedEinstieg_Bgrenze_Nach_LZB_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..55ee60b02ec2d567dcf24af890b27ca29c30b03d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt37=$jk!@9(d?wCw-?`1$en|L@y3 zG&EdW({!vSculcoTcpme>1sfYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEasMabU9m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_LZB_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_LZB_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..585fa351bc82a2bb30d8a49f74b920e0e32ed4ee GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8XB&xX*$*uyr$T)EmCLKbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSrunJr?* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup_bgrenzeNachOhneBedEinstieg_Bgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup_bgrenzeNachOhneBedEinstieg_Bgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..615cc24ef529e02dc66b4194c41ea30f94b1368d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z?s;*k=jNugGcz3yH0+wL21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXFeFVW9v3 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_bgrenzeNachPZBBedEinstieg_Bgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_bgrenzeNachPZBBedEinstieg_Bgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..11d4e22f719ce8dbf0a7927c912ddb42f3a9db55 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{QmLv&5fh?_s_qytn&Z=`1$en|L@y3 zG&Ee=^I}ua&6#Ou8XOMnnyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=w literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_harterAusstiegAusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_harterAusstiegAusL2_Harter_Ausstieg_Aus_L2_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..99f2fe57165b1e26aece1358e1efdca5e2b78b8b GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?Ai08r{`u`+8GCj1ONZW&yTnNf8V~L zq2bb=7n^!+&P+Sg;Ba8qbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSruH1lGA literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_PZB_AttributeGroup_prioritaet_Prioritaet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9cc534c34229ee094135a49d4c012e7b781d30f2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6eEt3P=$oVS@6WHiRQdmZ{QP+P|M%@1 z8X7L`d9kVI=FGG+4Gsr(O;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9v@?(Gi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup_laengeAusfuehrungsbereich_Laenge_Ausfuehrungsbereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup_laengeAusfuehrungsbereich_Laenge_Ausfuehrungsbereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a7d12d36509acda50293deb3005139e210bf51ae GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAmjsO3TpC51k|Gqtt z`}^zHH%E`&pFjUnW#z8vYCyDglJdGP`K3)#^D4z=mI(j*`yPn?em)OGf1WS?eYY8C z8U!f*WMKrcbU*~iP6pN(1%MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%9L7h_ET literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ZBS_AttributeGroup_bgrenzeNachZBSBedEinstieg_Bgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_Nach_ZBS_AttributeGroup_bgrenzeNachZBSBedEinstieg_Bgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cba39ba89889e204ac1230312d0892448449a550 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`^`Oxl@-h6V=*hyVZM=f~Uszi$uZ z?s@T|=jP3{GiMwQ9N0Bo4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&ME~VuSzy literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_bezeichnung_ZUB_Bereichsgrenze_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_bezeichnung_ZUB_Bereichsgrenze_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1b80aea5fd8fbe3277ca7d648f8b84aa82707420 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqRK)BgXDpC51k|Gqtt z3lYC`snWs0Vb^puAlf=fd0m(M(k7{Sm0~kXg#Z104@7@Ip9i8p&lmr`+YB@f0u+C; zFoIY*AOd7318aB0{~UgVKo2% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_iDOertlichkeit_ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c82554161f105303a4444d54d7d0c50625ffda7a GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tzau*)6JflXVMxDIQ;(~KR@37|9$(0 zhK2(N4$PS|=hCH02M32;)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub3d0=}0 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachESG_ZUB_Bereichsgrenze_Nach_ESG_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachESG_ZUB_Bereichsgrenze_Nach_ESG_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..497cf8697ce1f549de630065dc63067ca8960915 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6Tx+^^Ecn&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW1sf$f8PVq-_PfP=+E=Tzwb5! zO@jc%pDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3 zOy@w2*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#f OHBG6FP1&l74Aub4LtuLV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachOhne_ZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBereichsgrenzeNachOhne_ZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..671249c1599282bff0f7b20280c9c8a69072949d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK2(N4$PS|=hCH02M32;)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gim=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2giUm4mOV*ROub(! zIny~%WA^eB>>_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OrOsma literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBgrenzeRBCWechsel_ZUB_Bgrenze_RBC_Wechsel_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bereichsgrenze_zUBBgrenzeRBCWechsel_ZUB_Bgrenze_RBC_Wechsel_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b6fd7a0bf43a496070c03c8b86dc6551f144a085 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmmm&Cwh8=kLE%x$OV{`1$en|L@y3 zG&CGIaA3}yIhQU~IygA&nyv;!TPG>6>ylsEBsH&6Y-Wk@zrXK+=+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OBfVqu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bgrenze_RBC_Wechsel_AttributeGroup_iDRBCNachGrenze_ID_RBC_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Bgrenze_RBC_Wechsel_AttributeGroup_iDRBCNachGrenze_ID_RBC_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..56db615a6fadb7d930b59c31f3bc94629030e5d8 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zL&NW{Ki(X@aew~)OO?xZO;-b=t&^13b;&PnlA2d3HnT+d-{1E@^!M|5Ao}xs@$b9M zK+_;V@h1x-h@}G}Kz1^)#waNCr9|4PG0Z%Bc*=#Xllq(cCY5*^e>Um4mOV*ROub(! zIny~%WA^eB>>_+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OVasGj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_SE_Ausruestung_AttributeGroup_baselineSystemVersion_Baseline_System_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_SE_Ausruestung_AttributeGroup_baselineSystemVersion_Baseline_System_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..31a5cbb854a58cc790aa25ab8820e2ffb2bfef2d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ym+za=FOfnXVMNFaQOc}etx|D|NHh0 z4Gmv^{62c)&HVlME0&&n^fXy{Mn@ETJ|JOG4+0_ z=y|i7M*NoTA1J_f1{=5cCOaxm+AQo PIW;LSK(uv|^13ehrA<=vD#d1&2><*09*F*aJ`Y5Ho-h7=w;5;} z1StMwVFa;sKm^E62G$q_g}#(XJ2i%xXAe)guys;@bKj&APvg%fJ=d})X^N@$OC@JI z2Wre-eu7=3PixMplWtZFI%@a5T`UBG8fL#p_^{|?JJZ4hH~AYaHMeuMPQOggXUM5( NN^NY)R#jxM1^`~TU)2Br literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_bezeichnung_ZUB_Streckeneigenschaft_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_bezeichnung_ZUB_Streckeneigenschaft_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3b0b3f8a8c11cbbf0dad93b0c3fda35507bf935 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b=9#pHh6V=*hyVZM=f~Uszi$uZ z0>$UdnFC}T3l82jT@8q~PEuaiCBL*uYF?$-%o5>$f8PVq-_PfP=+E=Tzwb5!O@jc% zpDc_ZmJWyj*~!2fqoB~25^1N#F!Su;DHpa*>Tm9wRN`s;*`()M_9RU)^?s@3Oy@w2 z*~?F`i}Y#DId#&_ia|&1zPF2oKv2W%7YQF0oor`XnBXRVqow9{uGZ<7>G=#fHBG6F KP1&l74AuYxj9|$C literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_metallteil_Metallteil_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_metallteil_Metallteil_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d36652c8326550a13e13daf1abe85ea99599161d GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GlAm)BgXDpC51k|Gqtt z3l~2Y9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n(1_6pcSr|bq z9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9&Vd@Um!Du4 z>C>8X>ZF?$gO1vLZx;)JpoZBm5C>8X>ZF?$gO1vLZx;)JpoZBm5MmLCOy}(CuxeQ_e&*b zItOaZUVegIq)%(ksgrJ23_5D}yf*NMONcgbmWINNs1ULB`Ej71uwNAfG&u7S~ OX-aKu%2rimum%7)8DqKt literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotAnhalten_Verbot_Anhalten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotAnhalten_Verbot_Anhalten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d7724b60a256bb8a9c510625f4562fa74aaa4350 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?84hI|@9RB~0pC51k|Gs@g zLjyz{$T$`pylc7|5N(~Lysk@rX_M5vO0k(G!vFrh2co~9&jZn)=Zk;eZ3dbK0g69a z7(px@5CO82fi*@!p)V!UPK{ya*~3#VY@O8K+&8Jj)A+MV&$aAHnqunxQpuUlff}=y zpI{g1)0%VYq?;9kj@o^17Yl))hS@I?J}f%f&a^PWP5wqp&Fx&R(=XHW8FFfxQX8AH IRTUYm0omMOk^lez literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotRegenerativeBremse_Verbot_Regenerative_Bremse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotRegenerativeBremse_Verbot_Regenerative_Bremse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..79ceed0345ae313ac0453ab69d946775807012b2 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6{Qmv*&6}h5@6W$3|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=0AwCuD#C literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotWBArt_Verbot_WB_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZUB_Streckeneigenschaft_verbotWBArt_Verbot_WB_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..00f46c76ac86634c27dcdfad5feb8c8b71cc90d5 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK2(N4$PS|2go=U9K36~8W3%rq`a<6erc1`yh^c|CBpyyz6YYepU(r)pXZBz-)#n( z1_6pcSr|bq9S{MslYuoxL7^`t(oT(G=GntjE^M9D-`qE;#MAh*Nzb+HNt$Bn{Zh%9 z&Vd@Um!Du4>C>8X>ZF?$gO1vLZx;)JpoZBm53|53oeZoo3JQHGk#=efGtVBLa$)PF{^q_(C7#BgO?s|nPtp`q@0Uu> zbPm**z5E2bNT1f6QzzZ57*B$#$lN32yQ?T54|RYMp+Wp3jg| O)0EoSl&z}BU=09(^kf|X literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZiel_W_Element_AttributeGroup_iDZielWElement_ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZiel_W_Element_AttributeGroup_iDZielWElement_ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f1e2d49e68323eb933eac4511913a52cf6a8ecce GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G+nzEeC(Lznl(CYZU6tr&yTnNf8V~L zq2a})JvTS?oSB(+puu6+bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru_lIIE literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZiel_W_Element_AttributeGroup_wAnschluss_W_Anschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZiel_W_Element_AttributeGroup_wAnschluss_W_Anschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e75f794e238dbca40516bff5d37ab9a096849862 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6T)WnE>{#%cHI{8{I{*L2&yTnNf8V~L zq2a})JvTS?oSB(+puu6+bTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{ zGz|h2f3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89 zGo1r9W-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{ P)HJ0wHf5_SGFSru`mbUv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_Allg_AttributeGroup_zugeinwirkungArt_Zugeinwirkung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_Allg_AttributeGroup_zugeinwirkungArt_Zugeinwirkung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..568a3d4c8fa66007bc9800791acd8fdbdd5ea07c GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU@wm6seG9RB~0pC51k|Gs@g zL&J+bFK+hSJd<|jfWv`Z)75}z>m=oMUGhttq~=wM%`6fA_xC*z{r!9%i2giZ{QGV* z&@>28{K>)yV(EYgkev*yF$xNODUo(+3^UIjo^oO9r2gi+YZ#L@u~AUhdYV-ytnQX=it7-pV5JmtdHN&U@zlS({|Kb!Pi%buhurrs}= zoar2>F?;z5c9A}8}5D03R{UYJRqLb}R3lrSrZ?x3h&eb~oGCiLm Pr=}^ju_;?sk--`OEsyW+>Fk=W21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkEx zL4e{<7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^Lj zbD+lTg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ew Nrqsr!Y*j@DYXF#?VT}L) literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZugeinwirkung_iDBezugspunkt_ID_Bezugspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9f53f0b8f1a5d909c1f44fc70df5ccf0b77df4f9 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6ytuUI=BA!AGt&+H61$^yk?DMTbs_V>1sfJIv@gMCj)DYfrlb&nYlQhND`=ydI zodY#yFF(O9(x)}&)JZoh1|7Bg-YymbK@GECBz#zOvYlyRf}8w}mYUnSTBl#8=QHHg OG^I8+WvePOSOWkKN@I5b literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_elektrischerAntriebLage_Elektrischer_Antrieb_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_elektrischerAntriebLage_Elektrischer_Antrieb_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..69db0cd7eebc9d5d681ed67cc54ea0cc6c6657ba GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?14mbe8|Nrsx#Iitn1P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkExL4e{< z7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^LjbD+lT zg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ewrqsr! JY*j@DYXA{qV9x*m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_geschwindigkeitL_Geschwindigkeit_L_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_geschwindigkeitL_Geschwindigkeit_L_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e792ad9decc488c2853804b4e4d2ff131dc9d8e4 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqD^j{W~1KR@37|9yKP z7bw1e{(T_B!NFnIbTuH_I!Sq5m;BNusd<%RGfRa3{e2Hae?OlGqCd|U|GwJ{Gz|h2 zf3h%wSUMmAWG4e_jDkX6N~E0{!_2dXr(D=NslT~zQi-SWXOo_5*^@NI)cd89Go1r9 zW-mX%F4Ctp=hR6zD+V34``#`V0znP4UnG23bh4dkVS=0djh33*xmu@Rrsp%{)HJ0w LHf5_SGFSruvvXmt literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_geschwindigkeitR_Geschwindigkeit_R_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_geschwindigkeitR_Geschwindigkeit_R_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ca79a7f3d8c03e5fb63e13e529e938856346acc1 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@b&YU?74GqVFga7}JpC51k|Gqtt z3l!f!|2~l6;NY-px*8B|ous_3OMYpS)VxZunI*#i{=NsIzn{+o(Vypwf8T8eng#)i zKUo+-EFBO5vXg-|MnR!3CDKlfVdmMxQ!Z?s)Zg4Usl?Oxvq{gj>`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR6>ylsEBsH&6Y-Wk@zrXK+=#Iitn1P21HvYDX;62U)m%!uTpGgiSWO_?}6y==kq}H=lSB_cbkExL4e{< z7Df3tK1kH}_2{@ihKy(sM0)lBSq?zf^LjbD+lT zg4sA2Ytgb#~OwlghEaFf5$Qgb_3>-5X?e1@Ewrqsr! JY*j@DYXA{qV9x*m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_stammgleis_Stammgleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_stammgleis_Stammgleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..aa20a64624704509404c475e2c1c9ebd38cee2c7 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6?0Ipi=jNugGcz3yH2nV`KR@37|9$(0 zhK2(N4(y+QAINZUaM(3n4T!c*QeM|3zqCneUZvQ~65)S;-viO#&*y>Y&-2B!EQ}zQ4u}BR$-o+;pwO2RX{W|8^X%a%7q(97Z|<8^;%WTZq~}`pBuz2(eyQY4 z=Rl3w%TKV2^l8mGb<)j>K}YSrw~K{9P{ZsO2_F`nY-d`S;3j{grRH|7*6Ek&`3yNV NO{tAd*{X^R)&K#^ViN!W literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_weichensignal_Weichensignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateZungenpaar_AttributeGroup_weichensignal_Weichensignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..00d05b74f4bfd76740e953636d9fce41fda64f99 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z695`@bX4;vCh6V=*hyVZM=f~Uszi$uZ z0>$^wzYh`LHC+vewoX!B*CoHSNoroD*vt~)e}CTt(cjPKf#}ck#lP=115JYf#h)yU zAeIh@0NKgF8l#}lmlA2G#xV2j;VBokPU>&&n^fXy{Mn@ETJ|JOG4+0_=y|i7M*NoTA1J_f1{=5cCOaxm+AQoIW`9tp>its5na+V4 zvzMP>7wOZQbLym<6@!l2eQy^FfuM%jFA_d1I@!*&Fu_g!MoZ1@T&>eD)AJc}YMN3T Ko3d3E8LR;{4PgNQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_Energieversorgung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_Energieversorgung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_GFK_IP_Adressblock_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/AEA_GFK_IP_Adressblock_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Segment_Profile.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Segment_Profile.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Segment_Profile_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_Segment_Profile_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_TS_Instanz.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_TS_Instanz.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_TS_Instanz_Adresse_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ATO_TS_Instanz_Adresse_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT;I&}kR~x;L)6}k-mG`XF S2)>|nFUJDj}wbA=HP3@{#dCy8s Se%p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_ATO_Halt_Vor_EoA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_ATO_Halt_Vor_EoA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Datenpunkt_EH_EM_Folgesignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Datenpunkt_EH_EM_Folgesignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Datenpunkt_EP_TPI_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Datenpunkt_EP_TPI_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Einmesspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Einmesspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Gehweg_Fahrbahn_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Gehweg_Fahrbahn_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Grenze_Bereich_C_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Grenze_Bereich_C_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Reduziert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_Reduziert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Abstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ader_Querschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ader_Querschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ader_Reserve_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ader_Reserve_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Adresse_PLZ_Ort_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Adresse_PLZ_Ort_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Adresse_Strasse_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Adresse_Strasse_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akteur_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustik_Fussgaenger_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustik_Fussgaenger_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustikdauer_Anb_Ann_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustikdauer_Anb_Ann_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustikdauer_Sonst_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Akustikdauer_Sonst_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anbindung_IB2_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anbindung_IB2_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anhang_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anlagenteil_Sonstige_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anlagenteil_Sonstige_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Annaeherungsgeschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Annaeherungsgeschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anordnung_Im_DP_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anordnung_Im_DP_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anschaltdauer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anschaltdauer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anschlussnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anschlussnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anwendung_ESG_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anwendung_ESG_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT;I&}kR~x;L)6}k- WmG`XFCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Verseilelemente_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Verseilelemente_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Voll_LEU_Kalkuliert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Wiederhol_ZL_Anstoesse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzahl_Wiederhol_ZL_Anstoesse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzeigegefuehrt_ES_Kategorie_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzeigegefuehrt_ES_Kategorie_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzeigetext_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Anzeigetext_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Art_Bedingung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Art_Bedingung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auffahrortung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auffahrortung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aufloesung_Ssp_Zielgleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aufloesung_Ssp_Zielgleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aufloesung_Verzoegerung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aufloesung_Verzoegerung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausfahrdruck_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausfahrdruck_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausgabe_Fachdaten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausgabe_Fachdaten.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausrichtung_Winkel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausrichtung_Winkel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Aussenelementansteuerung_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausstieg_ETCS_Sperre_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ausstieg_ETCS_Sperre_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^;I&}kR~x;L)6}k- WmG`XF6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Einstellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Einstellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Erlaubnisholen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Erlaubnisholen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Erlaubnisruecklauf_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Erlaubnisruecklauf_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Het_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Auto_Het_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Automatische_Einstellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Automatische_Einstellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BSO_IP_Adressblock_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BSO_IP_Adressblock_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BSO_Teilsystem_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BSO_Teilsystem_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Abhaengigkeit_Fue_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Abhaengigkeit_Fue_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Fuss_Rad_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Fuss_Rad_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Strasse.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Strasse.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Strasse_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_Strasse_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_V.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_V.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_V_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Anlage_V_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Ausschaltung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Ausschaltung.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Bedien_Anz_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Bedien_Anz_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Buestra_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Buestra_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Deckendes_Signal_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Deckendes_Signal_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung_Hp_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung_Hp_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Einschaltung_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Funktionsueberwachung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Funktionsueberwachung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Gefahrraum_Eckpunkt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Gefahrraum_Eckpunkt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^;I&}kR~x;L)6}k- WmG`XF7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Kante.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Kante.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Kreuzungsplan.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Kreuzungsplan.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Mit_GFR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Mit_GFR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Nachlaufzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Nachlaufzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Schnittstelle.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Schnittstelle.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Sicherungsart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Sicherungsart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Sicherungszeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Sicherungszeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Spezifisches_Signal.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Spezifisches_Signal.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Strasse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Strasse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Vorlaufzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_Vorlaufzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_WS_Fstr_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BUE_WS_Fstr_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BV_Darstellung_In_Plan_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BV_Darstellung_In_Plan_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BV_Kategorie_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/BV_Kategorie_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Anlage_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Anlage_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Dach.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Dach.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFSeg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Kante_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Kante_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bahnsteig_Zugang_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balise_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balise_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balise_Geraetestand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balise_Geraetestand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balisenhalter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Balisenhalter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bandbreite_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bandbreite_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Basis_Objekt_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Basis_Objekt_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauabschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauabschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baubereich_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baubereich_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baumprofil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Baumprofil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauzustand_Kurzbezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauzustand_Kurzbezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauzustand_Langbezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bauzustand_Langbezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bearbeitungsvermerk.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bearbeitungsvermerk.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bearbeitungsvermerk_Rolle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bearbeitungsvermerk_Rolle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anrueckabschnitt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anrueckabschnitt.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anrueckabschnitt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anrueckabschnitt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Anzeige_Element_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Adressformel_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Adressformel_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Anhaenge_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Bezirk_Anhaenge_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einricht_Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einricht_Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einrichtung_Oertlich.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Einrichtung_Oertlich.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_GBT.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_GBT.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_GBT_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_GBT_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche_Anhaenge_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche_Anhaenge_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche_Bild.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oberflaeche_Bild.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oertlichkeit_Kennzahlen_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Oertlichkeit_Kennzahlen_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Platz_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Standort.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Standort.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Standort_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Standort_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Zentrale.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Zentrale.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Zentrale_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedien_Zentrale_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienbarkeit_Anzeigefeld_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienbarkeit_Anzeigefeld_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienplatznummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienplatznummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedienung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_PZB_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_PZB_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Signal_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Signal_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Weiche_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Weiche_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Weichenlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bedingung_Weichenlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beeinflussung_Strassenverkehr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beeinflussung_Strassenverkehr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Befestigung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Befestigung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Begrenzung_A_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Begrenzung_A_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Begrenzung_B_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Begrenzung_B_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bemerkung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bemerkung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bereich_Objekt_Teilbereich_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bereich_Objekt_Teilbereich_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^GDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besetzte_Ausfahrt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besetzte_Ausfahrt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besonderes_Fahrwegelement_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besonderes_Fahrwegelement_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besonderes_Schaltkriterium_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Besonderes_Schaltkriterium_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bestandsrelevanz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bestandsrelevanz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bestandsschutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bestandsschutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Betriebsfuehrung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Betriebsfuehrung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Betriebsstellenbezeichner_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Betriebsstellenbezeichner_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bettungswiderstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bettungswiderstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Anrueckabschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Anrueckabschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Anzeige_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Anzeige_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Zentrale_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Bed_Zentrale_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Lageplan_Blattschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Lageplan_Blattschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Schrankenantrieb_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Schrankenantrieb_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_2_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_2_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_3_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_Strecke_BTS_3_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_ZUB_Bereichsgrenze_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bez_ZUB_Bereichsgrenze_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_AEA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_AEA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ATO_TP_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ATO_TP_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Aussenanlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Aussenanlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_BSO_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_BSO_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_BUE_GFR_Eckpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Bahnsteig_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Bahnsteig_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Bahnsteig_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Bahnsteig_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ETCS_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ETCS_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Fstr_DWeg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Fstr_DWeg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_GFR_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_GFR_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_GFR_Tripelspiegel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_GFR_Tripelspiegel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Kabel_Verteilpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Kabel_Verteilpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Kennbuchstabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Kennbuchstabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_LEU_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_LEU_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_Kurz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_Kurz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_Lang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_Lang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Lageplan_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Markanter_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Markanter_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_NB_Zone_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_NB_Zone_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Planung_Gruppe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Planung_Gruppe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Planung_Projekt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Planung_Projekt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^ zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Schloss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Schloss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Schluessel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Schluessel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Sk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Sk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Stellwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Stellwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_TSO_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_TSO_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Tabelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Tabelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Unteranlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Unteranlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Verkehrszeichen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_Verkehrszeichen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ZUB_SE_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ZUB_SE_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ZUB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bezeichnung_ZUB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Kennung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Kennung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Nr_ANB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Nr_ANB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Nr_ZN_A_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bf_Nr_ZN_A_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_ESG_Bed_Ausstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_L2_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_L2_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFQ#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_Ohne_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_PZB_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_Nach_ZBS_Bed_Einstieg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bgrenze_RBC_Wechsel_BTS_Kette_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bild_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Bild_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Binaerdaten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Binaerdaten.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Binaerdaten_Datei_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Binaerdaten_Datei_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Blitzpfeil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Blitzpfeil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Seg|6F8S#PBzcr94?)kg2*G_|W{Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Element_Erlaubnis_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Element_Erlaubnis_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Strecke_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Block_Strecke_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/C_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/C_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Container_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Container_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DA_Manuell_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DA_Manuell_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DB_GDI_Referenz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DB_GDI_Referenz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DD_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DD_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_ATO_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_ATO_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Bezug_Funktional_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Bezug_Funktional_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Bezug_Funktional_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Bezug_Funktional_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Link_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Link_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Telegramm_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Telegramm_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_ETCS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_ETCS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GESG_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GESG_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GETCS_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GETCS_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GGNT_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GGNT_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GNT_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GNT_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GTrans_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GTrans_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GZBS_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_GZBS_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_Sonst_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_Sonst_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_Trans_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_Trans_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_V_La_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_V_La_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_ZBS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DP_Typ_ZBS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_200_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_200_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_50_200_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_50_200_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_50_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Intervall_50_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Prio_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Prio_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Reihenfolge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Reihenfolge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Vorzug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/DWeg_Vorzug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/D_LEVELTR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/D_LEVELTR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Darstellung_Polygonzug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Darstellung_Polygonzug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTSeg|6F8S#PBzcr94?)kg2*G_|W{{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateiname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateiname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateityp_Binaerdatei_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateityp_Binaerdatei_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateityp_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dateityp_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Einmesspunkt_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Einmesspunkt_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datenpunkt_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Abschluss_Einzel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Abschluss_Einzel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Auslieferung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Auslieferung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Regelwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Regelwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Regelwerksstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Regelwerksstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Uebernahme_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Datum_Uebernahme_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Deadlockpruefung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Deadlockpruefung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Delta_VGES_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Delta_VGES_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Delta_VZES_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Delta_VZES_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTA z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dunkelschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Dunkelschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Durchfahrdruck_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Durchfahrdruck_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTQ#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Ind_Erlaeuterung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Ind_Erlaeuterung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Ind_Parameter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Ind_Parameter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Individuelle_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Individuelle_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Spezifische_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESG_Spezifische_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_ZE_Energieversorgung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_ZE_Energieversorgung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_Zentraleinheit.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ESTW_Zentraleinheit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Gefahrpunktabstand_Abweichend_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Gefahrpunktabstand_Abweichend_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Kante_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Kante_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Knoten_Art_Sonstige_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Knoten_Art_Sonstige_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Paketnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Paketnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Par_Erlaeuterung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Par_Erlaeuterung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Parametername_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Parametername_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Parameterwert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Parameterwert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Richtungsanzeige.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Richtungsanzeige.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_DWeg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_DWeg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_TBV_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_Signal_TBV_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_System_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_System_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_W_Kr.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_W_Kr.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_W_Kr_MUKA_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ETCS_W_Kr_MUKA_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Ausgang_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Ausgang_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Eingang_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Eingang_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Virtuell_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/EV_Modul_Virtuell_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/E_Mail_Adresse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/E_Mail_Adresse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einfahrdruck_Gegengleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einfahrdruck_Gegengleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Eingang_Gepuffert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Eingang_Gepuffert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einschaltverz_Gewaehlt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einschaltverz_Gewaehlt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstellkontrollzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstellkontrollzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstieg_Erlaubt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstieg_Erlaubt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstieg_Ohne_Rueckw_Sig_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einstieg_Ohne_Rueckw_Sig_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einwahlstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einwahlstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einzeldatei_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Einzeldatei_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Elektrischer_Antrieb_Anzahl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Elektrischer_Antrieb_Anzahl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Elektrischer_Antrieb_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Elektrischer_Antrieb_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Position.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Position.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Position_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Position_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Stil_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Stil_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Verschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Element_Verschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Energieversorgung_Art_Ersatz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Energieversorgung_Art_Ersatz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Energieversorgung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Energieversorgung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Entgleisungsschuh_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Entgleisungsschuh_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnis_Staendig_Vorhanden_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnis_Staendig_Vorhanden_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnisabgabespeicherung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnisabgabespeicherung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnisholen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erlaubnisholen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erreichungstoleranz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erreichungstoleranz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erzeugung_Zeitstempel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Erzeugung_Zeitstempel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FA_FAE_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FA_FAE_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Kaskade_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anlage_Kaskade_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anschluss_Bezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anschluss_Bezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anschluss_Speiserichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Anschluss_Speiserichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Anschluss_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Anschluss_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Seilanzahl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Element_Seilanzahl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Seg|6F8S#PBzcr94?)kg2*G_|W{+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Kaskade_Bezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Kaskade_Bezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Achszaehlpunkt_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Achszaehlpunkt_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Schienenprofil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Schienenprofil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Stromversorgung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Stromversorgung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Komponente_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E2_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E2_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E3_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_E3_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_S_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_S_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FMA_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Subtyp_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Subtyp_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ESG_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_L2_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_L2_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_L2_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_L2_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Paket_41_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Paket_41_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Paket_N_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ETCS_Trans_Paket_N_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Fahrweg_Teil.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Fahrweg_Teil.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Fahrweg_Teile_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Fahrweg_Teile_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_GNT_Punktart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_GNT_Punktart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Hinweis_Funktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_Hinweis_Funktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ZBS_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ZBS_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ZBS_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/FT_ZBS_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF S7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/F_Bedienung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/F_Bedienung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/F_ST_Z_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/F_ST_Z_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fabrikat_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fabrikat_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fachdaten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fachdaten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fachtelegramm.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fachtelegramm.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrbahn_Befestigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrbahn_Befestigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrbahn_Breite_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrbahn_Breite_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrt_Ueber_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fahrt_Ueber_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fiktives_Signal_Funktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fiktives_Signal_Funktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Freimelde_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Freimelde_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Raum_Freimeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Raum_Freimeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_Anforderer_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_Anforderer_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF SSeg|6F8S#PBzcr94?)kg2*G_|W{R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_Weitergabe_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Schutz_Weitergabe_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Signal_Zielsperrung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Signal_Zielsperrung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Verzicht_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Verzicht_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Zwieschutz.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Zwieschutz.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Zwieschutz_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fla_Zwieschutz_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Freie_Stellbarkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Freie_Stellbarkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Abhaengigkeit_Ssp_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Abhaengigkeit_Ssp_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander_Bedienstring_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander_Bedienstring_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Aneinander_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Bedienstring_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Bedienstring_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Bildezeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Bildezeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_W_Kr.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_DWeg_W_Kr.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Fahrweg.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Fahrweg.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF SQ#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Mittel_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Mittel_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Mittel_V_Aufwertung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Mittel_V_Aufwertung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Nichthaltfall.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Nichthaltfall.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Rangier_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Rangier_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Rangier_Fla_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Rangier_Fla_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Signalisierung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Signalisierung.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Umfahrpunkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Umfahrpunkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_V_Hg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_V_Hg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Vsigabstand_Verkuerzt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Vsigabstand_Verkuerzt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_DWeg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fstr_Zug_DWeg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k- WmG`XF;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fue_Schaltfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fue_Schaltfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuehrende_Oertlichkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuehrende_Oertlichkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Fuellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF SA z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF;I&}kR~x;L)6}k- WmG`XFCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Form_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Form_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_KAD_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_KAD_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Kante_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Kante_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF SCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Radius_B_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GEO_Radius_B_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Element_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Element_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Tripelspiegel.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Tripelspiegel.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Tripelspiegel_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Tripelspiegel_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GFR_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GKZSS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GKZSS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_X_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_X_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_Y_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GK_Y_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Abstand_Abweichend_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Abstand_Abweichend_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Anordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Anordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Bauart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Bauart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Energieversorgung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GUE_Energieversorgung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFSeg|6F8S#PBzcr94?)kg2*G_|W{{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GZ_Freimeldung_R_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/GZ_Freimeldung_R_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gegengleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gegengleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geltungsbereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geltungsbereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschaltet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschaltet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeit_L_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeit_L_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeitsprofil_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Geschwindigkeitsprofil_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gitterbehang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gitterbehang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Abschluss.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Abschluss.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Abschluss_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Abschluss_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Am_Bue_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Am_Bue_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Bezeichnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Bezeichnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Bezeichnung_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Bezeichnung_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Fahrbahn.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Fahrbahn.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Lichtraum.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Lichtraum.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Schaltgruppe.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleis_Schaltgruppe.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleisart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleisart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Betriebsart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Betriebsart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Vorzugslage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperre_Vorzugslage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperrensignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gleissperrensignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gsp_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Gsp_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/HSystem_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/HSystem_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Haltetoleranz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Haltetoleranz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Haltezeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Haltezeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hauptschloss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hauptschloss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hauptzugang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hauptzugang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hersteller_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hersteller_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Herzstueck_Antriebe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Herzstueck_Antriebe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^;I&}kR~x;L)6}k- WmG`XFp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie_Form_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenlinie_Form_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Datum_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Datum_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Hoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hoehenpunkt_Hoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hp_Ersatzstecker_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hp_Ersatzstecker_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hupe_Anschaltzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Hupe_Anschaltzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ATO_TS_Instanz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ATO_TS_Instanz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anforderer_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anforderer_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anforderung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anforderung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_AnhangBearbeitungsvermerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_AnhangBearbeitungsvermerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anhang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anhang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anhang_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anhang_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anschluss_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Anschluss_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ausgabe_Fachdaten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Aussenelementansteuerung_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Aussenelementansteuerung_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Bedien_Anzeige_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Bedien_Anzeige_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Gleisbezogener_Gefahrraum_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Gleisbezogener_Gefahrraum_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Schnittstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_Schnittstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_BUE_WS_Fstr_Zuordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bahnsteig_Kante_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Balise_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Balise_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Basis_Objekt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Basis_Objekt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bearbeitungsvermerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bearbeitungsvermerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Anzeige_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Anzeige_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Einrichtung_Oertlich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Einrichtung_Oertlich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Oberflaeche_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Oberflaeche_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Standort_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bedien_Standort_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Beginn_Bereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Beginn_Bereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bezugspunkt_Positionierung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bezugspunkt_Positionierung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bezugspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Bezugspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Binaerdaten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Binaerdaten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Block_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Block_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Block_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Block_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_DP_Bezug_Funktional_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_DP_Bezug_Funktional_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Datenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Datenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Datenpunkt_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Datenpunkt_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ESTW_Zentraleinheit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ESTW_Zentraleinheit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ETCS_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ETCS_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ETCS_Knoten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Einschaltpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Einschaltpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_Grenze_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_Grenze_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Element_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Energie_Eingang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Energie_Eingang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Energie_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Energie_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Anlage_Rangier_Frei_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Anlage_Rangier_Frei_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FMA_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FT_Anschaltbedingung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FT_Anschaltbedingung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FT_Fahrweg_Teil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_FT_Fahrweg_Teil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fachtelegramm_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fachtelegramm_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fachtelegramm_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fachtelegramm_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fortschaltung_Start_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fortschaltung_Start_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Aneinander_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Aneinander_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Ausschluss_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Ausschluss_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_DWeg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_DWeg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFQ#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Fahrweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Fahrweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Fahrweg_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Fahrweg_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Zug_Rangier_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Fstr_Zug_Rangier_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GEO_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GFR_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_GFR_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Gleis_Abschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Gleis_Abschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Gleis_Bezeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Gleis_Bezeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Hoehenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Hoehenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Information_Primaer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Information_Primaer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Komponente_Programmiert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Komponente_Programmiert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Bezug_Funktional_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Bezug_Funktional_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Schaltkasten_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LEU_Schaltkasten_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LO_Einbau_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_LO_Einbau_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Lageplan_Blattschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Lageplan_Blattschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Lageplan_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Lageplan_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Markante_Stelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Markante_Stelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Markanter_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Markanter_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_Zone_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_NB_Zone_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_Ausgabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_Ausgabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Oertlichkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_Bezugspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_Bezugspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_Mitnutzung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_Mitnutzung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PZB_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PlanPro_Schnittstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_PlanPro_Schnittstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Planung_Einzel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Planung_Einzel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Quellelement_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Quellelement_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_RBC_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_RBC_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Regelzeichnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Regelzeichnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Regelzeichnung_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Regelzeichnung_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schalter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schalter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schaltmittel_Zuordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schaltmittel_Zuordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schlosskombination_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schlosskombination_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schluessel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Schluessel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF SGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Befestigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Befestigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Fank_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Fank_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%GDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Rahmen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Rahmen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Signalbegriff_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Signalbegriff_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Start_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_Start_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Signal_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Sonderanlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Sonderanlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Stellelement_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Stellelement_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Stellwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Stellwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Strecke_Bremsweg_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Strecke_Bremsweg_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Strecke_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Strecke_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Kante_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Kante_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_TOP_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Technischer_Punkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Technischer_Punkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Trasse_Kante_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Trasse_Kante_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Trasse_Knoten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Trasse_Knoten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Uebertragungsweg_Von_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Uebertragungsweg_Von_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Umfahrpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Umfahrpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_Technik_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_Technik_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Unterbringung_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Verknuepftes_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Verknuepftes_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Anlage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Anlage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Anlage_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Anlage_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Gsp_Element_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Gsp_Element_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Gsp_Komponente_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_W_Kr_Gsp_Komponente_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT2)>|nFUJDj}wbA=HP3@{#dCy8s Se%~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZLV_Bus_ohne_Proxy_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZLV_Bus_ohne_Proxy_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_Fstr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_Fstr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_Signalgruppe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_Signalgruppe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZL_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Anzeigefeld_Anstoss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Anzeigefeld_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Anzeigefeld_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Unterstation_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_Unterstation_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_ZBS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_ZN_ZBS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ziel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Ziel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Zweites_Haltfallkriterium_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ID_Zweites_Haltfallkriterium_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Blau_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Blau_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Blau_V6_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Blau_V6_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_V4_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_V4_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_V6_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adressblock_Grau_V6_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adresse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/IP_Adresse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Identitaet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Identitaet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTSeg|6F8S#PBzcr94?)kg2*G_|W{+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Induktionsschutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Induktionsschutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Informativ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Informativ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Isolierfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Isolierfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ist_Befahren_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ist_Befahren_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Verteilpunkt_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Verteilpunkt_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Verteilpunkt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kabel_Verteilpunkt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kennzahl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kennzahl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Klassifizierung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Klassifizierung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_BTS_1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_BTS_1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_BTS_3_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Km_BTS_3_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kommentar_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kommentar_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Konstruktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Konstruktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kontrastblende_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kontrastblende_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Koordinatensystem_PB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Koordinatensystem_PB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzungsgleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzungsgleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzungswinkel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kreuzungswinkel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kurztext_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kurztext_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kurzzugschaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Kurzzugschaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Anlage_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Ausgang_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Ausgang_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Geraetestand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Geraetestand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Modul_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Energie_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Energie_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Position_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Position_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Schaltkasten_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Steuernde_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LEU_Steuernde_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4b530eca173b1070d5d876a0154bc370d8896b4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qir{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LLA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LLA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LM_G_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LM_G_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Ausgabestand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Ausgabestand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_DB_Freigabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_DB_Freigabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Datum_Herstellung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Datum_Herstellung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_EMA_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_EMA_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Firmensachnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Firmensachnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Material_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Material_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Seriennummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LO_Seriennummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Objekt_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Objekt_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Seg|6F8S#PBzcr94?)kg2*G_|W{Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Zustand.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LST_Zustand.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LT_Binaerdaten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/LT_Binaerdaten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Ausfuehrungsbereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Ausfuehrungsbereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Gestufte_V_Signalisierung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Laenge_Gestufte_V_Signalisierung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFSeg|6F8S#PBzcr94?)kg2*G_|W{7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lage_Zum_Gleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lage_Zum_Gleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Blattschnitt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Blattschnitt.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Blattschnitt_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Blattschnitt_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Zustand.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lageplan_Zustand.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lagerung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lagerung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Leistungsbedarf_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Leistungsbedarf_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lenkabbruchzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lenkabbruchzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lfd_Nr_Am_Bezugspunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lfd_Nr_Am_Bezugspunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lieferlaenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lieferlaenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lieferobjekt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Lieferobjekt.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Linie_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Linie_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Linie_Subart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Linie_Subart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Luft_Telegramm.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Luft_Telegramm.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/M_LEVELTR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/M_LEVELTR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Markanter_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Markanter_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neig_1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neig_1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neig_Schutzstrecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neig_Schutzstrecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_150_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_150_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_Sig_150_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_Sig_150_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_Sig_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_Mind_Sig_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massgebende_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massnahme_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Massnahme_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Mastschild_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Mastschild_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Max_Leistung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Max_Leistung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Max_Unterbrechungszeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Max_Unterbrechungszeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Medium_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Medium_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Meldedruck_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Meldedruck_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Messfehler_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Messfehler_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_Kategorie_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_Kategorie_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Metallteil_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montage_Ausgleichsgewichte_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montage_Ausgleichsgewichte_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montage_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montage_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montagehoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Montagehoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bedien_Anzeige_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bedien_Anzeige_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bedien_Anzeige_Funktionen_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bedien_Anzeige_Funktionen_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Funktionalitaet_NB_R_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Funktionalitaet_NB_R_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Grenze_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Grenze_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Rueckgabevoraussetzung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Rueckgabevoraussetzung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Allg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Allg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Grenze.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Grenze.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Reihenfolgezwang_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NB_Zone_Reihenfolgezwang_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_ATOTS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_ATOTS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_BG_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_BG_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_C_ATOTS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_C_ATOTS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_RBC_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_RBC_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_SP_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_SP_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_STM_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_STM_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_TSR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/NID_TSR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nagetierschutz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nagetierschutz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_10_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_10_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_5_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_5_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Akteur_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Organisation_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Name_Organisation_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nennleistung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nennleistung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nummer_Schaltkasten_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Nummer_Schaltkasten_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberflaeche_Bildart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberflaeche_Bildart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberflaeche_Zustaendigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberflaeche_Zustaendigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberstrombegrenzung_Gueterzug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberstrombegrenzung_Gueterzug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberstrombegrenzung_Reisezug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oberstrombegrenzung_Reisezug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektmanagement_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektmanagement_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektreferenzen_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektreferenzen_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektzustand_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Objektzustand_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Gueltig_Ab_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Gueltig_Ab_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Gueltig_Bis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Gueltig_Bis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Kurzname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Kurzname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Langname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Oertlichkeit_Langname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF SR{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Optik_Symbolmaske_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Optik_Symbolmaske_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Organisation.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Organisation.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Organisationseinheit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Organisationseinheit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Abstand_GM_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Abstand_GM_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_GM_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_GM_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_GUE_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_GUE_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung_BP_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Element_Zuordnung_BP_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTR{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_INA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_INA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Schutzstrecke_Soll_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Schutzstrecke_Soll_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Zuordnung_Signal.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PZB_Zuordnung_Signal.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pegel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pegel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Personal_Reaktionszeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Personal_Reaktionszeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF SSeg|6F8S#PBzcr94?)kg2*G_|W{{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_Layoutinfo.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_Layoutinfo.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_Schnittstelle.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_Schnittstelle.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_XSD_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/PlanPro_XSD_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Plan_Quelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Plan_Quelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Ausgabe_Besonders_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Ausgabe_Besonders_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Handlung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_E_Handlung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_G_Schriftfeld_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_G_Schriftfeld_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Gruppe.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Gruppe.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_P_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_P_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Phase_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Phase_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Projekt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Planung_Projekt.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygone_Betrachtungsbereich_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygone_Betrachtungsbereich_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygone_Planungsbereich_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygone_Planungsbereich_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Ausrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Ausrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Betrachtungsbereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Betrachtungsbereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Blattschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Blattschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Planungsbereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Polygonzug_Planungsbereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Port_Nr_Ausg_Physisch_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Port_Nr_Ausg_Physisch_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Position_Sonstige_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Position_Sonstige_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Position_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Position_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prioritaet_Gefahrstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prioritaet_Gefahrstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prioritaet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prioritaet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prog_Datei_Einzel_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prog_Datei_Einzel_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prog_Datei_Gruppe.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Prog_Datei_Gruppe.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Projekt_Nummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Projekt_Nummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Proxy_Objekt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Proxy_Objekt.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefgeschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefgeschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefmerkmale_Daten_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefmerkmale_Daten_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefsumme_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefsumme_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Pruefzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Punkt_Objekt_Strecke_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Punkt_Objekt_Strecke_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_SRS_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RBC_SRS_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RZ_Nummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RZ_Nummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RZ_Parameter_Name_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/RZ_Parameter_Name_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DAB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DAB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DBK_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DBK_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DCK_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DCK_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DSK_Strich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_DSK_Strich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Raeumstrecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rahmen_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rahmen_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rahmen_Hoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rahmen_Hoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rang_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rang_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rangier_Gegenfahrtausschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rangier_Gegenfahrtausschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Reaktivierungsfunktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Reaktivierungsfunktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Referenz_LST_Zustand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Referenz_LST_Zustand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF SSeg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF S;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Parameter.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Parameter.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Parameter_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regelzeichnung_Parameter_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regionalbereich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Regionalbereich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rekursion_2_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rekursion_2_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtpunktentfernung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtpunktentfernung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTR{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtungspfeil_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Richtungspfeil_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rueckblockwecker_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rueckblockwecker_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rueckschauzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rueckschauzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rufnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Rufnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SA_Schrankenbaum_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SA_Schrankenbaum_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SBE_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SBE_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SBUE_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SBUE_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SLE_SLS_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/SLE_SLS_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/STZ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/STZ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schalter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schalter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Fstr_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Fstr_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Funktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Funktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltmittel_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2aaac84ee6ea15757df499505e9aa0de4288f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5-2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nhqo^t literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schaltung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_BUE_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_BUE_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFQHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Gsp_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Gsp_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Sk_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Sk_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Sonderanlage_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Sonderanlage_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Ssp_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_Ssp_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_W_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schloss_W_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schlosskombination.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schlosskombination.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTSeg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_Gruppe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_Gruppe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_In_Grdst_Eingeschl_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluessel_In_Grdst_Eingeschl_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluesselsperre.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schluesselsperre.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schrankenantrieb.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schrankenantrieb.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF S+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzbuegel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzbuegel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzstrecke_Erforderlich_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzstrecke_Erforderlich_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzstrecke_Vorhanden_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzstrecke_Vorhanden_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzuebertrager_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Schutzuebertrager_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Seitliche_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Seitliche_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sichtbarkeit_Anzeigefeld_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sichtbarkeit_Anzeigefeld_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sichtzeit_Vorsignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sichtzeit_Vorsignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigung.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigung_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigung_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigungsart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Befestigungsart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fank_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fank_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fiktiv_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fiktiv_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_Aus_Inselgleis_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_Aus_Inselgleis_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_S_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Fstr_S_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Funktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Funktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Rahmen.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Rahmen.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Real_Aktiv_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signal_Real_Aktiv_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%Seg|6F8S#PBzcr94?)kg2*G_|W{Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalgruppe_Bezeichner_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalgruppe_Bezeichner_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsicht_Erreichbar_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsicht_Erreichbar_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsicht_Soll_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalsicht_Soll_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTQHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalverz_Errechnet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalverz_Errechnet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalverz_Gewaehlt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Signalverz_Gewaehlt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Solllaenge_Mind_Sig_150_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Solllaenge_Mind_Sig_150_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Solllaenge_Mind_Sig_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Solllaenge_Mind_Sig_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonderanlage_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonderanlage_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstige_Standortangabe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstige_Standortangabe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstige_Zulaessige_Anordnung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstige_Zulaessige_Anordnung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstiger_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sonstiger_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Spannung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Spannung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Spannung_Toleranz_Obere_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Spannung_Toleranz_Obere_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrlaenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrlaenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrstrecke_Fussgaenger_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrstrecke_Fussgaenger_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrstrecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Sperrstrecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stammgleis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stammgleis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Standort_Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Standort_Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Standortangabe_Balisenschild_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Standortangabe_Balisenschild_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Start_W_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Start_W_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stell_Bereich.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stell_Bereich.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stellelement.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stellelement.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Steuerbezirksname_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Steuerbezirksname_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Steuerbezirksnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Steuerbezirksnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stoerhalt_Haltfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stoerhalt_Haltfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stoerhalt_Merkhinweis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Stoerhalt_Merkhinweis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Abschnitt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Abschnitt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Km_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Km_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Meter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Meter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Nummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Nummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Richtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Strecke_Richtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Streckengeschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Streckengeschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Streuscheibe_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Streuscheibe_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/System_Vor_Grenze_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/System_Vor_Grenze_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/System_Vor_Grenze_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/System_Vor_Grenze_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Systemhoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Systemhoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TBV_Meldepunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TBV_Meldepunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TBV_Tunnelsignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TBV_Tunnelsignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TB_Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TB_Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Anschluss_A_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Anschluss_A_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Anschluss_B_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Anschluss_B_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Kante.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Kante.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Kante_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Kante_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Knoten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Knoten.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TOP_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TP_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TP_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TP_Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TP_Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TSO_IP_Adressblock_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TSO_IP_Adressblock_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TSO_Teilsystem_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TSO_Teilsystem_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_ANF_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_ANF_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_FGT_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_FGT_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Taste_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Beschreibung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Beschreibung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Standort.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Standort.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Standort_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technik_Standort_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technisch_Berechtigter_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technisch_Berechtigter_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Bereich.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Bereich.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Platz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Platz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Punkt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Technischer_Punkt.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^Seg|6F8S#PBzcr94?)kg2*G_|W{Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telefonnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telefonnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_02_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_02_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_03_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_03_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_04_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_04_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_10_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_10_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_21_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_21_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_30_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_30_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Alle_Fstr_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Alle_Fstr_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Fuer_Alle_Fstr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Verzicht_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_84_Verzicht_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_85_Alle_Fstr_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_85_Alle_Fstr_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_85_Einzelne_Fstr_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_85_Einzelne_Fstr_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_Index_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegramm_Index_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegrammnummer_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegrammnummer_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33a997a1606acf7cb8a32921faeee1e5c809a0cb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlRJf4%YM=>Gfj zmtCq<{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegrammwiederholung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Telegrammwiederholung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TemporaryIntegration.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/TemporaryIntegration.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Text_Bedingung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Text_Bedingung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Textmeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Textmeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb1755a712505aeaaa447d9b1cc5940e602f87b6 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSBPcTCO literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Titel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Titel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ToolboxTemporaryIntegration.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ToolboxTemporaryIntegration.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tragkopf_Verstellbar_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tragkopf_Verstellbar_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTQHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Kante.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Kante.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Kante_child_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Kante_child_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Knoten.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Trasse_Knoten.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFSeg|6F8S#PBzcr94?)kg2*G_|W{p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tueranschlag_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tueranschlag_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tunnelsignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tunnelsignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tv_GK_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Tv_GK_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberbrueckung_EV_Unterbrechung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberbrueckung_EV_Unterbrechung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung.gif new file mode 100644 index 0000000000000000000000000000000000000000..498364f1c1ae0e61f26b0063dea3a1606959210e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTnvMkrud%dj z)6r4<$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung_Datum_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung_Datum_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung_Hoehe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehung_Hoehe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Form_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Form_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberhoehungslinie_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragung_FMinfo_Richtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragung_FMinfo_Richtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragung_FMinfo_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragung_FMinfo_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragungsweg_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Uebertragungsweg_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberwachung_Laenge_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ueberwachung_Laenge_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Umfahrstrasse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Umfahrstrasse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Befestigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Befestigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Polygonzug_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterbringung_Polygonzug_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Untergewerk_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Untergewerk_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c673a5200a53ebd68c78c5cdb9d1bd4eaa855afb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bnu3o7TduLx zY12{s$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterstation_Max_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterstation_Max_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterstation_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Unterstation_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Untertitel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Untertitel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_Kennung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_Kennung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_Setzen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VBC_Setzen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VGR_1_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VGR_1_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VGR_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VGR_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VLA_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VLA_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VZ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/VZ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Befehl_R_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Befehl_R_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Befehl_Z_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Befehl_Z_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Frei_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Frei_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Max_Schiene_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Max_Schiene_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Max_Strasse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Max_Strasse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Fussweg_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Fussweg_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Schiene_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Schiene_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Strasse_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Min_Strasse_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Profil_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Profil_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Start_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Start_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Ziel_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Ziel_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..134551bff7eb3f0beb14a6c4a270a2a94f782ec5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Zul_Strecke_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/V_Zul_Strecke_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verantwortliche_Stelle_DB_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verantwortliche_Stelle_DB_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verbot_WB_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verbot_WB_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vergleich_Ausgabestand_Basis_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vergleich_Ausgabestand_Basis_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vergleichstyp_Besonders_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vergleichstyp_Besonders_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Andreaskreuz_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Andreaskreuz_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..904159880b359f157463f3cb9230da602e5b3d3a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>=tE;%?j zDE?$&WMJTA&;jWLnZdxKXK>PU^qmH literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Lz_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkehrszeichen_Lz_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkuerzter_Abstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verkuerzter_Abstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verschluss_Ort_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verschluss_Ort_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Version_Auslieferung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Version_Auslieferung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verwendung_Als_Rueckfall_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verwendung_Als_Rueckfall_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..d92f34c8aea721c98537ccb1f4da29bdee3b8912 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>QHT4_|E?#39 z*`}lTlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verwendung_Hilfe_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verwendung_Hilfe_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verzoegerung_Manuell_Loeschung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Verzoegerung_Manuell_Loeschung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c414fe9f728a37e7a2578cf66e5d3f625b429d0e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorgeschaltet_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorgeschaltet_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorschauzeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorschauzeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorsignalabstand_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorsignalabstand_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorzugslage_Automatik_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vorzugslage_Automatik_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vz_Sperrstrecke_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vz_Sperrstrecke_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb30e96873d2484faec9d508dcbdd69e73d82e GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;;I&}kR~x;L)6}k-mG`XF S{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vz_Sperrstrecke_Vorgeschaltet_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Vz_Sperrstrecke_Vorgeschaltet_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a9bc7514facefe049e8f5d98bb2e1e37f03c0c2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e0_7{=>7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/WHU_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/WHU_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Anbaulage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Anbaulage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Anschluss_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Anschluss_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Gsp_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Gsp_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e5345fb3237c2f6eabcee2dbe44a371b49d8379 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NmdV{yuv2&HVZI zD=RN4{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SItpfW}P literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Anlage_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Anlage_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a3908bcf7b4ec0b29040bb1ef944c4d5a93fbb32 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcqe?9u<==}Th zD=$?l{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIuW->+q literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Element.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Element.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Element_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Element_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Komponente.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Komponente.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Stellart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Kr_Gsp_Stellart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Lage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/W_Lage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Betriebsart_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Betriebsart_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Element_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Element_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Vorzugslage_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weiche_Vorzugslage_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichenlaufkette.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichenlaufkette.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichenlaufkette_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichenlaufkette_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..98b351f1c441775dfbe390577f2e534a4dcf07f9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nna~z3AC=Gi~M> zhlT@+KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPum@wi1 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichensignal_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Weichensignal_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a17dc7d88e993e89a1d5f913ddfab16b1676c5bb GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L|S+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^m@icT literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Werkzeug_Name_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Werkzeug_Name_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Werkzeug_Version_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Werkzeug_Version_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Winkel_Alpha_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Winkel_Alpha_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirkrichtung_In_Datenpunkt_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirkrichtung_In_Datenpunkt_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirkrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirkrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksam_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksam_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksamkeit_Fstr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksamkeit_Fstr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksamkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Wirksamkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/X_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/X_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/YY_Wert_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/YY_Wert_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTCMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wT2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Anbindung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Anbindung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..106881e5d9bf05cb0cf3375cfd102e8039b8ace9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+b)&w8xv0PKE z(-x`tlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Distanz_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Distanz_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Geschwindigkeit_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Geschwindigkeit_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Neigung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_La_Bereich_Neigung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..5915591825a5301b9f9a3d398baea497ef02311d GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#u?74Zf=ggV3 z0|y)wf3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Merkmale_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Merkmale_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Reaktion_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Reaktion_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schnittstelle_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schnittstelle_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schutzstrecke.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schutzstrecke.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schutzstrecke_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Schutzstrecke_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Signal.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Signal.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Signal_Signalabstand_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZBS_Signal_Signalabstand_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF Sp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8d381f0b327e1289745a7e8ea72b5cc7b782bfe GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~A{rNyC2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Besondere_Anlage.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Besondere_Anlage.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Besondere_Anlage_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Besondere_Anlage_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..35ef84e20e26f1cef1dcd7ae80d192fd40472368 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH-5+2OJz6 z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nnfEVV literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Nr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_Nr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..89ad5da38ab3060f14ba925b1251bd5cb8454012 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NlR}{=RYa&HnlK zmsMU;{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_US_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_US_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZLV_Bus_US_Zuordnung_Telegramm_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFA z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XFp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_DLP_Abschnitt.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_DLP_Abschnitt.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4bc22dd17e82d9350631bd55ad9671957cdaf50 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Noa>?Adg)XXcr- zh64_YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwrZD0F literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_DLP_Fstr.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_DLP_Fstr.gif new file mode 100644 index 0000000000000000000000000000000000000000..c00aedf4135a384d1a98a5344c27454f488cbe42 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np;#e|_`j=>7Zi zFI}os{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuauFf$AQ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr.gif new file mode 100644 index 0000000000000000000000000000000000000000..caf2804510dc36959fb4e045e8af91d01229dcd7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..badaab0664ae45de5d990f64638197daeabf31bf GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|33QW&HVfK zD=%GA{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4Auasq%#Zv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss_GK_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Anstoss_GK_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Zuschlag_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Fstr_Zuschlag_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Signalgruppe.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Signalgruppe.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Signalgruppe_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_Signalgruppe_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_ZN_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZL_ZN_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bac4fd3808df6247660dfb8d76e15609f279841 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NndTyy)qp3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9tY%ntb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN.gif new file mode 100644 index 0000000000000000000000000000000000000000..48e3cf2268736efbb8bc3c5bd29315702f2b38c4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-JzEOd3$i!NEcC zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_A_Bezeichner_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_A_Bezeichner_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Akustik.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Akustik.gif new file mode 100644 index 0000000000000000000000000000000000000000..b3643da048a40135b62eed5100cac5afe1ecef3c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl*Et_AlTvn*bt z6WONtlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0?AFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Akustik_Anzeigefeld_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Akustik_Anzeigefeld_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..be22463d2919f13a6345bad3166fc216c3f0942a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq|2X>Q#{B#H zD=#fm{K>+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR0y3!p literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..420eee177528d9bd6d862c38d2a66c14835a6140 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RRp7cZRv literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anlagentyp_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anlagentyp_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{GDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Anzeigefeld_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..136e3b27269e84a045f9b528614d7dfd316e444c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl)**MftOSz4~q z(P>ls$->CMz{#Kk(g`wyfkn^Yr043r7O%g2Q{jJD=(^pM^;SxP*Mfy#ZS+1)Q@d(b V-m_AZUw1iUr`wTSeg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Krit_Druck_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Krit_Druck_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..4365960a04b1589a21b7607f45f9b5907e2f01a8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RSA+%Q7` literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Krit_Schalt_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Krit_Schalt_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..f8041d22553d3f326e3e82be501f2e9bac3794b0 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nm>6uJr^TE4Ew{ zsne$TlZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0^gFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Kriterium.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Fortschalt_Kriterium.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Modem_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Modem_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed8747474012f8278002a9785026a1a40155b192 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#;I&}kR~x;L)6}k-mG`XF S+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuatYBLM~ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Stellen_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Stellen_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3370c7ddd5e0817a59de6fd45ad0993b52abe28 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%c?77*~b0#hA zfP;hLPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9wDljtu literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Telegramm_84_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Telegramm_84_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Telegramm_85_Zuordnung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Telegramm_85_Zuordnung.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Unterstation_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Unterstation_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Unterstation_Bf_Nr_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_Unterstation_Bf_Nr_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..94c953e013baf5c1efe99489cbbf6fc39dd41341 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_ZBS.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZN_ZBS.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3dc5a9ad8159548d5ada4a1cd545ec1d4de029c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nl+bt_2@EX1QjK zPFtJePZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9ULNDL| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze.gif new file mode 100644 index 0000000000000000000000000000000000000000..53500daf98e17bc98acd04b14eb7b16938ceb4dd GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>^+RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_ESG_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_ESG_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_GNT_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_GNT_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_L2_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_L2_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..05dc74ad5da0d7b040b29537d5b24f2b120b11d5 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH>`4RXR90 zDE?$&WMJTA&;jWLnZdxKXK>PU^7fk zFD+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaSD>A77 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_LZB_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_LZB_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..afb82ea48a50d3fb875ce03cf0ec154e51c97cb7 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nqz4G#%>+UQ=w@ z7OA87lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO10rFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_Ohne_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef56c140853105ca812564e9b12a76413c8c3fb9 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NnblTGDecTm zhXW0YKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvNHF36 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_PZB_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_PZB_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b6925602975de13459862ee32e1b0d97549bf67 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nocvyx7!pb7tC^ z28RQRKUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPvM=;_5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_Sonstige_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..338fb8d9a728b682e398849d2038959d01b4e0f2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Np7Tg zFI845{$ycfVBloX0qF#p!N8(taME-2UW?aXzNzp(EOgy&%6cm$!E3?7uQqxgr>R{v WEALsU$*;SdvD59yL?K~D25SIvEHXv_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_ZBS_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Bereichsgrenze_Nach_ZBS_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..33854e98c25a13543eb9477dc67b0baf87fc81aa GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnblyy&@kGwsY7 zhXV%`f3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaR$TFz_ literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_SE_Ausruestung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_SE_Ausruestung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..2124f3e3ab2646fd6aec35b94fe003b565ba4c2c GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nmcq{62c)&HVlM zE0+|z`)6%1JVgHgMmfQ;H2m3y%w*(d{g0nSm?Ull=W6hg4cqDUv2b0PE)&T WR^GExlV5i^W2f7Zi9*7R4AuaQpE9Wc literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Streckeneigenschaft.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Streckeneigenschaft.gif new file mode 100644 index 0000000000000000000000000000000000000000..30f0c48da8d4450f7e94a696c4de0a7cc41aa728 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR`@-PYj literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Streckeneigenschaft_Bezeichnung_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/ZUB_Streckeneigenschaft_Bezeichnung_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..45731fe28e7e3521c15328ef201d58b47a13b383 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}-nKYo3gM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%8^{x4Mk literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeiger_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeiger_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a5c70cbd74c87cb3b1df383e0c242ede4660c3b GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nnbl?CH7LlXfP} z;ednUPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9u%P=zl literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeit_Bearbeitungsvermerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeit_Bearbeitungsvermerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..83afb9b3c9a3c3e261dd043d2232d39254ac8e4a GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyTt{n?Lw#ITz zn@*eJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9V)-T`y literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeitsynchronisation_Funkuhr_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeitsynchronisation_Funkuhr_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdd3b76e3c0b3318166d84292d8d9e2146a48aa1 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeitueberschreitungsmeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zeitueberschreitungsmeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..a26660ec28fda4a4216562537c32047bab42b782 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-Qgj+8LmfgM)+O zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%98?=Oe| literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ziel_DP_Ausrichtung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ziel_DP_Ausrichtung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4a8af418445186dec6bb4f750c13a832181fe76 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;-#~uRaQAn7P!5RR$a4*mR literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ziel_Ist_Fahrwegende_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Ziel_Ist_Fahrwegende_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..90d10f9470787d1465c462197b85d1d3621f84e4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH;Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zs2_Ueberwacht_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zs2_Ueberwacht_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..10d222998af0a3a571390bae7e117c9964ec1562 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*$H~@j- zPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f@}8BN S{JP5-JKc^<6cT1+um%9FH!q$5 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugbeeinflussung_Art_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugbeeinflussung_Art_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..14af8aaee9f431cebfb2b13249821419380131a3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk#8?YX(B=giEs z0}T#}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPxRxsiK literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung.gif new file mode 100644 index 0000000000000000000000000000000000000000..db7414e937292c344d6fd0d0805085b67650f5c8 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqynH61$^yk?DM zTbqvJPZmZ722KVYkWP>p3@myECp}m1wRrvIn+pHKLf7r4thZ7UycR6{YNPjYn%Y&f W@}8BN{JP5-JKc^<6cT1+um%9XYA@gb literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung_Allg_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung_Allg_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF=1mmC}% z6o0ZXGB9v5=zw&B%wS;AGdStFdauRnFW*%79~Qc9H)Xw*lHj#q;a3~IkJHqynw9sg T)a2J)&e-X8WTKETBZD;nt%5J2 literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung_Typ_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugeinwirkung_Typ_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea58a657dc0c287f6bb84e6cbd38008c96713db3 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cT)Nq_=}g+p z0}c&}KUo+V7&sYpKsrHYFtF$uob+71*W&e;Zz}u`3thLHvffHb@LI6&tBu~rX=+!^ W%6nF7^6M^V>~uRaQAn7P!5RPwr!e9G literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugvorbereitungsmeldung_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zugvorbereitungsmeldung_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..9250fecbffd185d174d53f6b7ea979f63ce222d2 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|NqyT)*K7&Sz}q; zrW2|7lZBCifs;W8q!VNY1B;%)Nzc`LEna{5ro#WQ&~>{h>#dXouLTRg+UR|prgqh= Vyl15*zwUCzPPZcyg@hRytO0}LFBSj* literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zungenpaar_AttributeGroup.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zungenpaar_AttributeGroup.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b7c428c715e615c179d42a8462ee953741414d4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L~B{QE#D2L}hm zpDc_F44e!)Ae|sH7+CZSPI|81Yw`NaHx>Seg|6F8S#PBzcr94?)kg2*G_|W{~uRaQAn7P!5RR$)-TWi literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzinformation_Stellwerk_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzinformation_Stellwerk_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzinformation_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzinformation_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..b1f8afa47661703c49bd5fa535dcb1342deb6fc4 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgte-L}loH+*?9DqRa zCkrD311EzHNGHe)1{OVolb);hTD<=9O@;qqq3d>2)>|nFUJDj}wbA=HP3@{#dCy8s Se%_b*-m literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzschild_TypeClass.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/obj16/Zusatzschild_TypeClass.gif new file mode 100644 index 0000000000000000000000000000000000000000..739ebbfa6ac7b44cc1632663c006f47e20f05127 GIT binary patch literal 129 zcmZ?wbhEHb6krfw*vtS14M4Jip`qcxfddT<4GjN*-2XuK|Nmgt|Nk%cytvtO^Gw>A z0}clif3h$#FmN*HfOLY)U|`WRIO(~1uf^*x-&FV?7P@XXWxbV>;I&}kR~x;L)6}k- WmG`XF;I&}kR~x;L)6}k- WmG`XF + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java new file mode 100644 index 0000000000..911d6de19c --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java @@ -0,0 +1,101 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.provider; + +import org.eclipse.emf.common.EMFPlugin; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.set.model.planpro.PlanPro.provider.PlanProEditPlugin; + +import org.eclipse.set.model.simplemerge.provider.SimplemergeEditPlugin; + +/** + * This is the central singleton for the TemporaryIntegration edit plugin. + * + * + * @generated + */ +public final class TemporaryIntegrationEditPlugin extends EMFPlugin { + /** + * Keep track of the singleton. + * + * + * @generated + */ + public static final TemporaryIntegrationEditPlugin INSTANCE = new TemporaryIntegrationEditPlugin(); + + /** + * Keep track of the singleton. + * + * + * @generated + */ + private static Implementation plugin; + + /** + * Create the instance. + * + * + * @generated + */ + public TemporaryIntegrationEditPlugin() { + super + (new ResourceLocator [] { + SimplemergeEditPlugin.INSTANCE, + PlanProEditPlugin.INSTANCE, + }); + } + + /** + * Returns the singleton instance of the Eclipse plugin. + * + * + * @return the singleton instance. + * @generated + */ + @Override + public ResourceLocator getPluginResourceLocator() { + return plugin; + } + + /** + * Returns the singleton instance of the Eclipse plugin. + * + * + * @return the singleton instance. + * @generated + */ + public static Implementation getPlugin() { + return plugin; + } + + /** + * The actual implementation of the Eclipse Plugin. + * + * + * @generated + */ + public static class Implementation extends EclipsePlugin { + /** + * Creates an instance. + * + * + * @generated + */ + public Implementation() { + super(); + + // Remember the static instance. + // + plugin = this; + } + } + +} diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java new file mode 100644 index 0000000000..aa194cfd7d --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java @@ -0,0 +1,367 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.ecore.EStructuralFeature; + +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.planpro.PlanPro.PlanProFactory; + +import org.eclipse.set.model.planpro.Verweise.VerweiseFactory; + +import org.eclipse.set.model.simplemerge.SimplemergeFactory; + +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration} object. + * + * + * @generated + */ +public class TemporaryIntegrationItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public TemporaryIntegrationItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + addPrimaryPlanningFilenamePropertyDescriptor(object); + addPrimaryPlanningWasValidPropertyDescriptor(object); + addSecondaryPlanningFilenamePropertyDescriptor(object); + addSecondaryPlanningWasValidPropertyDescriptor(object); + addIntegrationDirectoryPropertyDescriptor(object); + } + return itemPropertyDescriptors; + } + + /** + * This adds a property descriptor for the Primary Planning Filename feature. + * + * + * @generated + */ + protected void addPrimaryPlanningFilenamePropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_TemporaryIntegration_primaryPlanningFilename_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_primaryPlanningFilename_feature", "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Primary Planning Was Valid feature. + * + * + * @generated + */ + protected void addPrimaryPlanningWasValidPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_TemporaryIntegration_primaryPlanningWasValid_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_primaryPlanningWasValid_feature", "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, + true, + false, + false, + ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Secondary Planning Filename feature. + * + * + * @generated + */ + protected void addSecondaryPlanningFilenamePropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_TemporaryIntegration_secondaryPlanningFilename_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_secondaryPlanningFilename_feature", "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Secondary Planning Was Valid feature. + * + * + * @generated + */ + protected void addSecondaryPlanningWasValidPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_TemporaryIntegration_secondaryPlanningWasValid_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_secondaryPlanningWasValid_feature", "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, + true, + false, + false, + ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Integration Directory feature. + * + * + * @generated + */ + protected void addIntegrationDirectoryPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_TemporaryIntegration_integrationDirectory_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_integrationDirectory_feature", "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. + * + * + * @generated + */ + @Override + public Collection getChildrenFeatures(Object object) { + if (childrenFeatures == null) { + super.getChildrenFeatures(object); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES); + } + return childrenFeatures; + } + + /** + * + * + * @generated + */ + @Override + protected EStructuralFeature getChildFeature(Object object, Object child) { + // Check the type of the specified child object and return the proper feature to use for + // adding (see {@link AddCommand}) it as a child. + + return super.getChildFeature(object, child); + } + + /** + * This returns TemporaryIntegration.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/TemporaryIntegration")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + String label = ((TemporaryIntegration)object).getPrimaryPlanningFilename(); + return label == null || label.length() == 0 ? + getString("_UI_TemporaryIntegration_type") : + getString("_UI_TemporaryIntegration_type") + " " + label; + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(TemporaryIntegration.class)) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, + SimplemergeFactory.eINSTANCE.createSComparison())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, + SimplemergeFactory.eINSTANCE.createSComparison())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES, + VerweiseFactory.eINSTANCE.createID_PlanPro_Schnittstelle_TypeClass())); + } + + /** + * This returns the label text for {@link org.eclipse.emf.edit.command.CreateChildCommand}. + * + * + * @generated + */ + @Override + public String getCreateChildText(Object owner, Object feature, Object child, Collection selection) { + Object childFeature = feature; + Object childObject = child; + + boolean qualify = + childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING || + childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING || + childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING || + childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE || + childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE; + + if (qualify) { + return getString + ("_UI_CreateChild_text2", + new Object[] { getTypeText(childObject), getFeatureText(childFeature), getTypeText(owner) }); + } + return super.getCreateChildText(owner, feature, child, selection); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return TemporaryIntegrationEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java new file mode 100644 index 0000000000..ee192ca863 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java @@ -0,0 +1,235 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.provider; + +import java.util.ArrayList; +import java.util.Collection; + +import org.eclipse.emf.common.notify.Adapter; +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.common.notify.Notifier; + +import org.eclipse.emf.edit.provider.ChangeNotifier; +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.ComposedAdapterFactory; +import org.eclipse.emf.edit.provider.IChangeNotifier; +import org.eclipse.emf.edit.provider.IDisposable; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.INotifyChangedListener; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; + +import org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationAdapterFactory; + +/** + * This is the factory that is used to provide the interfaces needed to support Viewers. + * The adapters generated by this factory convert EMF adapter notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. + * The adapters also support Eclipse property sheets. + * Note that most of the adapters are shared among multiple instances. + * + * + * @generated + */ +public class TemporaryintegrationItemProviderAdapterFactory extends TemporaryintegrationAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { + /** + * This keeps track of the root adapter factory that delegates to this adapter factory. + * + * + * @generated + */ + protected ComposedAdapterFactory parentAdapterFactory; + + /** + * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. + * + * + * @generated + */ + protected IChangeNotifier changeNotifier = new ChangeNotifier(); + + /** + * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. + * + * + * @generated + */ + protected Collection supportedTypes = new ArrayList(); + + /** + * This constructs an instance. + * + * + * @generated + */ + public TemporaryintegrationItemProviderAdapterFactory() { + supportedTypes.add(IEditingDomainItemProvider.class); + supportedTypes.add(IStructuredItemContentProvider.class); + supportedTypes.add(ITreeItemContentProvider.class); + supportedTypes.add(IItemLabelProvider.class); + supportedTypes.add(IItemPropertySource.class); + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration} instances. + * + * + * @generated + */ + protected TemporaryIntegrationItemProvider temporaryIntegrationItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration}. + * + * + * @generated + */ + @Override + public Adapter createTemporaryIntegrationAdapter() { + if (temporaryIntegrationItemProvider == null) { + temporaryIntegrationItemProvider = new TemporaryIntegrationItemProvider(this); + } + + return temporaryIntegrationItemProvider; + } + + /** + * This keeps track of the one adapter used for all {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration} instances. + * + * + * @generated + */ + protected ToolboxTemporaryIntegrationItemProvider toolboxTemporaryIntegrationItemProvider; + + /** + * This creates an adapter for a {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration}. + * + * + * @generated + */ + @Override + public Adapter createToolboxTemporaryIntegrationAdapter() { + if (toolboxTemporaryIntegrationItemProvider == null) { + toolboxTemporaryIntegrationItemProvider = new ToolboxTemporaryIntegrationItemProvider(this); + } + + return toolboxTemporaryIntegrationItemProvider; + } + + /** + * This returns the root adapter factory that contains this factory. + * + * + * @generated + */ + @Override + public ComposeableAdapterFactory getRootAdapterFactory() { + return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory(); + } + + /** + * This sets the composed adapter factory that contains this factory. + * + * + * @generated + */ + @Override + public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) { + this.parentAdapterFactory = parentAdapterFactory; + } + + /** + * + * + * @generated + */ + @Override + public boolean isFactoryForType(Object type) { + return supportedTypes.contains(type) || super.isFactoryForType(type); + } + + /** + * This implementation substitutes the factory itself as the key for the adapter. + * + * + * @generated + */ + @Override + public Adapter adapt(Notifier notifier, Object type) { + return super.adapt(notifier, this); + } + + /** + * + * + * @generated + */ + @Override + public Object adapt(Object object, Object type) { + if (isFactoryForType(type)) { + Object adapter = super.adapt(object, type); + if (!(type instanceof Class) || (((Class)type).isInstance(adapter))) { + return adapter; + } + } + + return null; + } + + /** + * This adds a listener. + * + * + * @generated + */ + @Override + public void addListener(INotifyChangedListener notifyChangedListener) { + changeNotifier.addListener(notifyChangedListener); + } + + /** + * This removes a listener. + * + * + * @generated + */ + @Override + public void removeListener(INotifyChangedListener notifyChangedListener) { + changeNotifier.removeListener(notifyChangedListener); + } + + /** + * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. + * + * + * @generated + */ + @Override + public void fireNotifyChanged(Notification notification) { + changeNotifier.fireNotifyChanged(notification); + + if (parentAdapterFactory != null) { + parentAdapterFactory.fireNotifyChanged(notification); + } + } + + /** + * This disposes all of the item providers created by this factory. + * + * + * @generated + */ + @Override + public void dispose() { + if (temporaryIntegrationItemProvider != null) temporaryIntegrationItemProvider.dispose(); + if (toolboxTemporaryIntegrationItemProvider != null) toolboxTemporaryIntegrationItemProvider.dispose(); + } + +} diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/ToolboxTemporaryIntegrationItemProvider.java b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/ToolboxTemporaryIntegrationItemProvider.java new file mode 100644 index 0000000000..a990304d9e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/ToolboxTemporaryIntegrationItemProvider.java @@ -0,0 +1,406 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.provider; + + +import java.util.Collection; +import java.util.List; + +import org.eclipse.emf.common.notify.AdapterFactory; +import org.eclipse.emf.common.notify.Notification; + +import org.eclipse.emf.common.util.ResourceLocator; + +import org.eclipse.emf.ecore.EStructuralFeature; + +import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; +import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; +import org.eclipse.emf.edit.provider.IItemLabelProvider; +import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.IItemPropertySource; +import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; +import org.eclipse.emf.edit.provider.ITreeItemContentProvider; +import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; +import org.eclipse.emf.edit.provider.ItemProviderAdapter; +import org.eclipse.emf.edit.provider.ViewerNotification; + +import org.eclipse.set.model.planpro.PlanPro.PlanProFactory; + +import org.eclipse.set.model.simplemerge.SimplemergeFactory; + +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; + +/** + * This is the item provider adapter for a {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration} object. + * + * + * @generated + */ +public class ToolboxTemporaryIntegrationItemProvider + extends ItemProviderAdapter + implements + IEditingDomainItemProvider, + IStructuredItemContentProvider, + ITreeItemContentProvider, + IItemLabelProvider, + IItemPropertySource { + /** + * This constructs an instance from a factory and a notifier. + * + * + * @generated + */ + public ToolboxTemporaryIntegrationItemProvider(AdapterFactory adapterFactory) { + super(adapterFactory); + } + + /** + * This returns the property descriptors for the adapted class. + * + * + * @generated + */ + @Override + public List getPropertyDescriptors(Object object) { + if (itemPropertyDescriptors == null) { + super.getPropertyDescriptors(object); + + addPrimaryPlanningFilenamePropertyDescriptor(object); + addPrimaryPlanningWasValidPropertyDescriptor(object); + addSecondaryPlanningFilenamePropertyDescriptor(object); + addSecondaryPlanningIDReferencesPropertyDescriptor(object); + addSecondaryPlanningWasValidPropertyDescriptor(object); + addCompositePlanningIDReferencesPropertyDescriptor(object); + addIntegrationDirectoryPropertyDescriptor(object); + } + return itemPropertyDescriptors; + } + + /** + * This adds a property descriptor for the Primary Planning Filename feature. + * + * + * @generated + */ + protected void addPrimaryPlanningFilenamePropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ToolboxTemporaryIntegration_primaryPlanningFilename_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_primaryPlanningFilename_feature", "_UI_ToolboxTemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Primary Planning Was Valid feature. + * + * + * @generated + */ + protected void addPrimaryPlanningWasValidPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ToolboxTemporaryIntegration_primaryPlanningWasValid_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_primaryPlanningWasValid_feature", "_UI_ToolboxTemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, + true, + false, + false, + ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Secondary Planning Filename feature. + * + * + * @generated + */ + protected void addSecondaryPlanningFilenamePropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ToolboxTemporaryIntegration_secondaryPlanningFilename_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_secondaryPlanningFilename_feature", "_UI_ToolboxTemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Secondary Planning ID References feature. + * + * + * @generated + */ + protected void addSecondaryPlanningIDReferencesPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ToolboxTemporaryIntegration_secondaryPlanningIDReferences_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_secondaryPlanningIDReferences_feature", "_UI_ToolboxTemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES, + true, + false, + false, + null, + null, + null)); + } + + /** + * This adds a property descriptor for the Secondary Planning Was Valid feature. + * + * + * @generated + */ + protected void addSecondaryPlanningWasValidPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ToolboxTemporaryIntegration_secondaryPlanningWasValid_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_secondaryPlanningWasValid_feature", "_UI_ToolboxTemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, + true, + false, + false, + ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, + null, + null)); + } + + /** + * This adds a property descriptor for the Composite Planning ID References feature. + * + * + * @generated + */ + protected void addCompositePlanningIDReferencesPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ToolboxTemporaryIntegration_compositePlanningIDReferences_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_compositePlanningIDReferences_feature", "_UI_ToolboxTemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES, + true, + false, + false, + null, + null, + null)); + } + + /** + * This adds a property descriptor for the Integration Directory feature. + * + * + * @generated + */ + protected void addIntegrationDirectoryPropertyDescriptor(Object object) { + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_ToolboxTemporaryIntegration_integrationDirectory_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_integrationDirectory_feature", "_UI_ToolboxTemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); + } + + /** + * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. + * + * + * @generated + */ + @Override + public Collection getChildrenFeatures(Object object) { + if (childrenFeatures == null) { + super.getChildrenFeatures(object); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); + childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); + } + return childrenFeatures; + } + + /** + * + * + * @generated + */ + @Override + protected EStructuralFeature getChildFeature(Object object, Object child) { + // Check the type of the specified child object and return the proper feature to use for + // adding (see {@link AddCommand}) it as a child. + + return super.getChildFeature(object, child); + } + + /** + * This returns ToolboxTemporaryIntegration.gif. + * + * + * @generated + */ + @Override + public Object getImage(Object object) { + return overlayImage(object, getResourceLocator().getImage("full/obj16/ToolboxTemporaryIntegration")); + } + + /** + * This returns the label text for the adapted class. + * + * + * @generated + */ + @Override + public String getText(Object object) { + String label = ((ToolboxTemporaryIntegration)object).getPrimaryPlanningFilename(); + return label == null || label.length() == 0 ? + getString("_UI_ToolboxTemporaryIntegration_type") : + getString("_UI_ToolboxTemporaryIntegration_type") + " " + label; + } + + + /** + * This handles model notifications by calling {@link #updateChildren} to update any cached + * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. + * + * + * @generated + */ + @Override + public void notifyChanged(Notification notification) { + updateChildren(notification); + + switch (notification.getFeatureID(ToolboxTemporaryIntegration.class)) { + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); + return; + } + super.notifyChanged(notification); + } + + /** + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children + * that can be created under this object. + * + * + * @generated + */ + @Override + protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + super.collectNewChildDescriptors(newChildDescriptors, object); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, + SimplemergeFactory.eINSTANCE.createSComparison())); + + newChildDescriptors.add + (createChildParameter + (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, + SimplemergeFactory.eINSTANCE.createSComparison())); + } + + /** + * This returns the label text for {@link org.eclipse.emf.edit.command.CreateChildCommand}. + * + * + * @generated + */ + @Override + public String getCreateChildText(Object owner, Object feature, Object child, Collection selection) { + Object childFeature = feature; + Object childObject = child; + + boolean qualify = + childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING || + childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING || + childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING || + childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE || + childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE; + + if (qualify) { + return getString + ("_UI_CreateChild_text2", + new Object[] { getTypeText(childObject), getFeatureText(childFeature), getTypeText(owner) }); + } + return super.getCreateChildText(owner, feature, child, selection); + } + + /** + * Return the resource locator for this item provider's resources. + * + * + * @generated + */ + @Override + public ResourceLocator getResourceLocator() { + return TemporaryIntegrationEditPlugin.INSTANCE; + } + +} diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath new file mode 100644 index 0000000000..5bfb3c3990 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.project b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.project new file mode 100644 index 0000000000..74a96c5ecd --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.project @@ -0,0 +1,40 @@ + + + org.eclipse.set.model.temporaryintegration.extensions + + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + org.eclipse.xtext.ui.shared.xtextNature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..00f607eee8 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,515 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullable.secondary= +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=enabled +org.eclipse.jdt.core.compiler.problem.APILeak=warning +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=warning +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=warning +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=enabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning +org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=warning +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning +org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled +org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false +org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false +org.eclipse.jdt.core.formatter.align_with_spaces=false +org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_enum_constant=0 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package=49 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter=0 +org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type=49 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_assertion_message=0 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 +org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_module_statements=16 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16 +org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_record_components=16 +org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0 +org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0 +org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_type_annotations=0 +org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 +org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 +org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 +org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_after_last_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_after_package=1 +org.eclipse.jdt.core.formatter.blank_lines_before_abstract_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_field=0 +org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 +org.eclipse.jdt.core.formatter.blank_lines_before_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 +org.eclipse.jdt.core.formatter.blank_lines_before_package=0 +org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 +org.eclipse.jdt.core.formatter.blank_lines_between_statement_group_in_switch=0 +org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 +org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_record_constructor=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_record_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=false +org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false +org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position=false +org.eclipse.jdt.core.formatter.comment.format_block_comments=true +org.eclipse.jdt.core.formatter.comment.format_header=false +org.eclipse.jdt.core.formatter.comment.format_html=true +org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true +org.eclipse.jdt.core.formatter.comment.format_line_comments=true +org.eclipse.jdt.core.formatter.comment.format_source_code=true +org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true +org.eclipse.jdt.core.formatter.comment.indent_root_tags=true +org.eclipse.jdt.core.formatter.comment.indent_tag_description=false +org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags=do not insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert +org.eclipse.jdt.core.formatter.comment.line_length=80 +org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true +org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true +org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false +org.eclipse.jdt.core.formatter.compact_else_if=true +org.eclipse.jdt.core.formatter.continuation_indentation=2 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 +org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off +org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on +org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false +org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_record_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true +org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_empty_lines=false +org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true +org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false +org.eclipse.jdt.core.formatter.indentation.size=4 +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default=insert +org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert +org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert +org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_not_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert +org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case=insert +org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert +org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_constructor=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_record_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_lines_in_comments=true +org.eclipse.jdt.core.formatter.join_wrapped_lines=true +org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_record_constructor_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false +org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.lineSplit=80 +org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false +org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false +org.eclipse.jdt.core.formatter.number_of_blank_lines_after_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_code_block=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_blank_lines_before_code_block=0 +org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 +org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines +org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines +org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true +org.eclipse.jdt.core.formatter.tabulation.char=tab +org.eclipse.jdt.core.formatter.tabulation.size=4 +org.eclipse.jdt.core.formatter.text_block_indentation=0 +org.eclipse.jdt.core.formatter.use_on_off_tags=false +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false +org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true +org.eclipse.jdt.core.formatter.wrap_before_assertion_message_operator=true +org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false +org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true +org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true +org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true +org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true +org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true +org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true +org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true +org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true +org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true +org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..4185c952ec --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,107 @@ +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +formatter_profile=_PlanPro +formatter_settings_version=20 +org.eclipse.jdt.ui.text.custom_code_templates= +sp_cleanup.add_all=false +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_missing_override_annotations_interface_methods=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=true +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=false +sp_cleanup.always_use_this_for_non_static_method_access=false +sp_cleanup.arrays_fill=false +sp_cleanup.bitwise_conditional_expression=false +sp_cleanup.boolean_literal=false +sp_cleanup.break_loop=false +sp_cleanup.collection_cloning=false +sp_cleanup.comparison_statement=false +sp_cleanup.convert_functional_interfaces=false +sp_cleanup.convert_to_enhanced_for_loop=true +sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false +sp_cleanup.convert_to_switch_expressions=false +sp_cleanup.correct_indentation=false +sp_cleanup.double_negation=false +sp_cleanup.else_if=false +sp_cleanup.embedded_if=false +sp_cleanup.evaluate_nullable=false +sp_cleanup.format_source_code=true +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.hash=false +sp_cleanup.if_condition=false +sp_cleanup.insert_inferred_type_arguments=false +sp_cleanup.instanceof=false +sp_cleanup.join=false +sp_cleanup.lazy_logical_operator=false +sp_cleanup.make_local_variable_final=true +sp_cleanup.make_parameters_final=true +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=true +sp_cleanup.map_cloning=false +sp_cleanup.merge_conditional_blocks=false +sp_cleanup.never_use_blocks=false +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.no_string_creation=false +sp_cleanup.no_super=false +sp_cleanup.number_suffix=false +sp_cleanup.objects_equals=false +sp_cleanup.on_save_use_additional_actions=true +sp_cleanup.organize_imports=true +sp_cleanup.overridden_assignment=false +sp_cleanup.precompile_regex=false +sp_cleanup.primitive_serialization=false +sp_cleanup.pull_up_assignment=false +sp_cleanup.push_down_negation=false +sp_cleanup.qualify_static_field_accesses_with_declaring_class=false +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=true +sp_cleanup.qualify_static_method_accesses_with_declaring_class=false +sp_cleanup.redundant_falling_through_block_end=false +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_redundant_modifiers=false +sp_cleanup.remove_redundant_semicolons=false +sp_cleanup.remove_redundant_type_arguments=true +sp_cleanup.remove_trailing_whitespaces=false +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_array_creation=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=true +sp_cleanup.remove_unused_imports=false +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.simplify_lambda_expression_and_method_ref=false +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=true +sp_cleanup.strictly_equal_or_different=false +sp_cleanup.stringbuilder=false +sp_cleanup.switch=false +sp_cleanup.ternary_operator=false +sp_cleanup.try_with_resource=false +sp_cleanup.use_anonymous_class_creation=false +sp_cleanup.use_autoboxing=false +sp_cleanup.use_blocks=true +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_directly_map_method=false +sp_cleanup.use_lambda=true +sp_cleanup.use_parentheses_in_expressions=true +sp_cleanup.use_this_for_non_static_field_access=false +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true +sp_cleanup.use_this_for_non_static_method_access=false +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true +sp_cleanup.use_unboxing=false +sp_cleanup.use_var=false +sp_cleanup.useless_continue=false +sp_cleanup.useless_return=false diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..3da403a3b8 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=2 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.wst.sse.core.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.wst.sse.core.prefs new file mode 100644 index 0000000000..71baf15b4a --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.wst.sse.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +task-tags/taskPriorities=1,2,1,0 +task-tags/taskTags=TODO,FIXME,XXX,RAP_IMPROVE +task-tags/use-project-settings=true diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs new file mode 100644 index 0000000000..02e65e6ea4 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.xtend.core.Xtend.prefs @@ -0,0 +1,80 @@ +BuilderConfiguration.is_project_specific=true +ValidatorConfiguration.is_project_specific=true +autobuilding=true +blank.line.around.expressions=0 +blank.lines.after.imports=1 +blank.lines.after.last.member=0 +blank.lines.after.packagedecl=1 +blank.lines.before.first.member=0 +blank.lines.between.classes=1 +blank.lines.between.enum.literals=0 +blank.lines.between.fields=0 +blank.lines.between.fields.and.methods=1 +blank.lines.between.imports=0 +blank.lines.between.methods=1 +braces.in.new.line=false +eclipse.preferences.version=1 +generateGeneratedAnnotation=false +generateSuppressWarnings=true +generatedAnnotationComment= +includeDateInGenerated=false +indentation=\t +indentation.length=4 +keep.one.line.methods=true +line.separator=\r\n +line.width.max=80 +newline.after.class.annotations=false +newline.after.constructor.annotations=false +newline.after.field.annotations=false +newline.after.method.annotations=false +newline.after.parameter.annotations=false +org.eclipse.xtend.core.Xtend.useProjectSettings=true +org.eclipse.xtend.core.validation.IssueCodes.api_type_inference=warning +org.eclipse.xtend.core.validation.IssueCodes.dispatch_plain_function_name_clash=warning +org.eclipse.xtend.core.validation.IssueCodes.implicit_return=ignore +org.eclipse.xtend.core.validation.IssueCodes.invalid_operator_signature=error +org.eclipse.xtend.core.validation.IssueCodes.java_doc_linking=org.eclipse.jdt.core.compiler.problem.invalidJavadoc\:ignore +org.eclipse.xtend.core.validation.IssueCodes.orphan_element=warning +org.eclipse.xtend.core.validation.IssueCodes.single_case_function=warning +org.eclipse.xtend.core.validation.IssueCodes.unused_private_member=org.eclipse.jdt.core.compiler.problem.unusedPrivateMember\:warning +org.eclipse.xtend.formatter.version=1 +org.eclipse.xtend.ide.default.eclipse_profile=_PlanPro +org.eclipse.xtext.builder.copyJavaProblems=error +org.eclipse.xtext.xbase.validation.IssueCodes.constant_condition=warning +org.eclipse.xtext.xbase.validation.IssueCodes.deprecated_member_reference=org.eclipse.jdt.core.compiler.problem.deprecation\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.discouraged_reference=org.eclipse.jdt.core.compiler.problem.discouragedReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.equals_with_null=warning +org.eclipse.xtext.xbase.validation.IssueCodes.forbidden_reference=org.eclipse.jdt.core.compiler.problem.forbiddenReference\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_unsued=org.eclipse.jdt.core.compiler.problem.unusedImport\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.import_wildcard_deprecated=warning +org.eclipse.xtext.xbase.validation.IssueCodes.incomplete_cases_on_enum=warning +org.eclipse.xtext.xbase.validation.IssueCodes.java_style_type_cast=error +org.eclipse.xtext.xbase.validation.IssueCodes.null_safe_feature_call_on_primitive_valued_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_cast=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.obsolete_instanceof=org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.operation_without_parentheses=ignore +org.eclipse.xtext.xbase.validation.IssueCodes.suspiciously_overloaded_feature=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unhandled_exception=warning +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_case=error +org.eclipse.xtext.xbase.validation.IssueCodes.unreachable_instance_of=error +org.eclipse.xtext.xbase.validation.IssueCodes.unused_local_variable=org.eclipse.jdt.core.compiler.problem.unusedLocal\:warning +org.eclipse.xtext.xbase.validation.IssueCodes.variable_name_discouraged=warning +outlet.DEFAULT_OUTPUT.cleanDirectory=false +outlet.DEFAULT_OUTPUT.cleanupDerived=true +outlet.DEFAULT_OUTPUT.createDirectory=true +outlet.DEFAULT_OUTPUT.derived=true +outlet.DEFAULT_OUTPUT.directory=xtend-gen +outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true +outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false +outlet.DEFAULT_OUTPUT.keepLocalHistory=false +outlet.DEFAULT_OUTPUT.override=true +outlet.DEFAULT_OUTPUT.sourceFolder.src.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.src.ignore= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.directory= +outlet.DEFAULT_OUTPUT.sourceFolder.xtend-gen.ignore= +outlet.DEFAULT_OUTPUT.userOutputPerSourceFolder= +preserve.blank.lines=1 +preserve.new.lines=true +targetJavaVersion=JAVA17 +useJavaCompilerCompliance=true +whitespace.between.keyword.and.parenthesis=true diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..4dad9d5bda --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF @@ -0,0 +1,33 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Merge Session Extensions +Bundle-SymbolicName: org.eclipse.set.model.temporaryintegration.extensions +Bundle-Version: 1.1.0 +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Require-Bundle: com.google.guava, + org.eclipse.xtext.xbase.lib, + org.eclipse.xtend.lib, + org.eclipse.xtend.lib.macro +Import-Package: org.eclipse.emf.common.command, + org.eclipse.emf.common.util, + org.eclipse.emf.ecore, + org.eclipse.emf.ecore.resource, + org.eclipse.emf.ecore.util, + org.eclipse.emf.ecore.xmi, + org.eclipse.emf.edit.command, + org.eclipse.emf.edit.domain, + org.eclipse.set.basis.constants, + org.eclipse.set.basis.files, + org.eclipse.set.basis.integration, + org.eclipse.set.core.fileservice, + org.eclipse.set.core.services.merge, + org.eclipse.set.model.planpro.Basisobjekte, + org.eclipse.set.model.planpro.PlanPro, + org.eclipse.set.model.simplemerge, + org.eclipse.set.model.simplemerge.extensions, + org.eclipse.set.model.temporaryintegration, + org.eclipse.set.ppmodel.extensions, + org.eclipse.set.utils +Export-Package: org.eclipse.set.model.temporaryintegration.extensions +Bundle-Vendor: Eclipse Signalling Engineering Toolbox + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/build.properties b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/build.properties new file mode 100644 index 0000000000..d8e2f0e92e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/build.properties @@ -0,0 +1,5 @@ +source.. = src/,\ + xtend-gen/ +output.. = bin/ +bin.includes = META-INF/,\ + . diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/plugin.properties b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/plugin.properties new file mode 100644 index 0000000000..e69de29bb2 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml new file mode 100644 index 0000000000..e82a8fbdf8 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + org.eclipse.set + org.eclipse.set.model.temporaryintegration.extensions + 1.1.0 + eclipse-plugin + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend new file mode 100644 index 0000000000..dbdd1d5627 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend @@ -0,0 +1,406 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.extensions + +import java.util.List +import java.util.Map +import org.eclipse.emf.ecore.util.EcoreUtil +import org.eclipse.emf.edit.domain.EditingDomain +import org.eclipse.set.basis.constants.ContainerType +import org.eclipse.set.basis.files.ToolboxFile +import org.eclipse.set.core.services.merge.MergeService +import org.eclipse.set.core.services.merge.MergeService.Context +import org.eclipse.set.core.services.merge.MergeService.ContextProvider +import org.eclipse.set.model.planpro.Basisobjekte.Ur_Objekt +import org.eclipse.set.model.planpro.PlanPro.Container_AttributeGroup +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle +import org.eclipse.set.model.simplemerge.Resolution +import org.eclipse.set.model.simplemerge.SComparison +import org.eclipse.set.model.simplemerge.SMatch +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration +import org.eclipse.set.model.temporaryintegration.extensions.command.MergeCommand +import org.eclipse.set.utils.IntegerGenerator + +import static extension org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensions.* +import static extension org.eclipse.set.model.simplemerge.extensions.ResolutionExtensions.* + +/** + * Extensions for {@link ToolboxTemporaryIntegration}. + * + * @author Schaefer + */ +class TemporaryIntegrationExtensions { + + /** + * Merge the plannings connected to this session. + * + * @param integration this temporary integration + * @param service the merge service to use + * @param contextProvider provides merge context for primary container, secondary container + */ + static def void automaticMerge( + ToolboxTemporaryIntegration integration, + MergeService service, + ContextProvider contextProvider + ) { + if (integration.merged) { + throw new IllegalStateException("Session already merged.") + } + val matchIdGenerator = new IntegerGenerator + + // calculate total work + val initialContext = integration.getInitialMergeContext(contextProvider) + val finalContext = integration.getFinalMergeContext(contextProvider) + + // merge initial + val initialChangeDescription = service.createChangeDescription( + initialContext, + matchIdGenerator + ) + integration.comparisonInitialState = initialChangeDescription.model + service.automaticMerge( + initialContext, + initialChangeDescription + ) + + // merge final + val finalChangeDescription = service.createChangeDescription( + finalContext, + matchIdGenerator + ) + integration.comparisonFinalState = finalChangeDescription.model + service.automaticMerge( + finalContext, + finalChangeDescription + ) + } + + static def void manualMerge( + ToolboxTemporaryIntegration integration, + EditingDomain editingDomain, + SMatch match, + Resolution resolution, + ContextProvider contextProvider + ) { + // find the source planning and source/replaced element GUIDs + var PlanPro_Schnittstelle sourcePlanning + var String sourceGuid + var String replacedElementGuid + switch (resolution) { + case PRIMARY_UNRESOLVED, + case PRIMARY_MANUAL: { + // we use the primary planning and primary guid for unresolved and primary resolutions + sourcePlanning = integration.primaryPlanning + sourceGuid = match.guidPrimary + replacedElementGuid = match.guidSecondary + } + case SECONDARY_MANUAL: { + sourcePlanning = integration.secondaryPlanning + sourceGuid = match.guidSecondary + replacedElementGuid = match.guidPrimary + } + default: { + // we consider *_AUTO resolutions as illegal in the context of a manual merge + throw new IllegalArgumentException(resolution.toString) + } + } + + // the destination planning is the composite planning + val destinationPlanning = integration.compositePlanning + + // whether the match refers to the initial or final container + val containerType = match.type + + // find the source/destination containers + var Container_AttributeGroup sourceContainer + var Container_AttributeGroup destinationContainer + switch (containerType) { + case FINAL: { + sourceContainer = sourcePlanning.LSTPlanungProjekt. + leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandZiel.container + destinationContainer = destinationPlanning.LSTPlanungProjekt. + leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandZiel.container + } + case INITIAL: { + sourceContainer = sourcePlanning.LSTPlanungProjekt. + leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandStart.container + destinationContainer = destinationPlanning.LSTPlanungProjekt. + leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandStart.container + } + default: { + // we consider SINGLE containers as illegal + throw new IllegalArgumentException(containerType.toString) + } + } + + // find the source/replaced elements and containing features + val context = contextProvider.getContext(destinationContainer, + sourceContainer) + val elementProvider = context.configuration.elementProvider + val sourceElement = elementProvider.getElement(sourceContainer, + sourceGuid, match.elementType).orElse(null) as Ur_Objekt + val replacedElement = elementProvider.getElement(destinationContainer, + replacedElementGuid, match.elementType).orElse(null) as Ur_Objekt + val containingFeature = #{sourceElement, replacedElement}.filterNull. + head?.eContainingFeature + + // execute the merge command + val replace = MergeCommand.create( + editingDomain, + destinationContainer, + containingFeature, + replacedElement, + sourceElement, + match, + resolution + ) + editingDomain.commandStack.execute(replace) + } + + /** + * @param session this temporary integration + * + * @return the conflicts of the initial containers + */ + static def List getConflictsInitial( + ToolboxTemporaryIntegration integration) { + if (!integration.merged) { + throw new IllegalStateException("Session not yet merged.") + } + return integration.comparisonInitialState.matches.filter [ + !resolution.automatic + ].toList + } + + static def List getConflictsFinal( + ToolboxTemporaryIntegration integration) { + if (!integration.merged) { + throw new IllegalStateException("Session not yet merged.") + } + return integration.comparisonFinalState.matches.filter [ + !resolution.automatic + ].toList + } + + /** + * @param integration this temporary integration + * @param contextProvider the context provider + * @param type the container type + * + * @return the merge context + */ + static def Context getMergeContext(ToolboxTemporaryIntegration integration, + ContextProvider contextProvider, ContainerType type) { + switch (type) { + case INITIAL: { + return integration.getInitialMergeContext(contextProvider) + } + case FINAL: { + return integration.getFinalMergeContext(contextProvider) + } + default: { + throw new IllegalArgumentException(type.toString) + } + } + } + + private static def Context getInitialMergeContext( + ToolboxTemporaryIntegration integration, + ContextProvider contextProvider) { + val primaryContainer = integration.compositePlanning.LSTPlanungProjekt. + leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandStart.container + val secondaryContainer = integration.secondaryPlanning. + LSTPlanungProjekt.leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandStart. + container + return contextProvider.getContext(primaryContainer, secondaryContainer) + } + + private static def Context getFinalMergeContext( + ToolboxTemporaryIntegration integration, + ContextProvider contextProvider) { + val primaryContainer = integration.compositePlanning.LSTPlanungProjekt. + leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandZiel.container + val secondaryContainer = integration.secondaryPlanning. + LSTPlanungProjekt.leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandZiel. + container + return contextProvider.getContext(primaryContainer, secondaryContainer) + } + + /** + * @param session this temporary integration + * + * @return whether the session was merged + */ + static def boolean isMerged(ToolboxTemporaryIntegration integration) { + if (integration.comparisonInitialState !== null && + integration.comparisonFinalState !== null) { + return true + } + if (integration.comparisonInitialState === null && + integration.comparisonFinalState === null) { + return false + } + throw new IllegalStateException("Illegal merge state.") + } + + /** + * @param session this temporary integration + * + * @return a map of initial and final automatic matches + */ + static def Map> getAutomaticMatches( + ToolboxTemporaryIntegration integration + ) { + return #{ + ContainerType.INITIAL -> + integration.comparisonInitialState.matches.filter [ + resolution.automatic + ].toList, + ContainerType.FINAL -> + integration.comparisonFinalState.matches.filter [ + resolution.automatic + ].toList + } + } + + /** + * @param session this temporary integration + * + * @return a map of initial and final conflict matches + */ + static def Map> getConflictMatches( + ToolboxTemporaryIntegration integration + ) { + return #{ + ContainerType.INITIAL -> + integration.comparisonInitialState.matches.filter [ + !resolution.automatic + ].toList, + ContainerType.FINAL -> + integration.comparisonFinalState.matches.filter [ + !resolution.automatic + ].toList + } + } + + /** + * @param session this temporary integration + * + * @return a map of initial and final open conflict matches + */ + static def Map> getOpenConflictMatches( + ToolboxTemporaryIntegration integration + ) { + return #{ + ContainerType.INITIAL -> + integration.comparisonInitialState.matches.filter [ + resolution === Resolution.PRIMARY_UNRESOLVED + ].toList, + ContainerType.FINAL -> + integration.comparisonFinalState.matches.filter [ + resolution === Resolution.PRIMARY_UNRESOLVED + ].toList + } + } + + /** + * @param session this temporary integration + * + * @return a map of initial and final manual resolved matches + */ + static def Map> getManualResolvedMatches( + ToolboxTemporaryIntegration integration + ) { + return #{ + ContainerType.INITIAL -> + integration.comparisonInitialState.matches.filter [ + resolution.manualResolved + ].toList, + ContainerType.FINAL -> + integration.comparisonFinalState.matches.filter [ + resolution.manualResolved + ].toList + } + } + + static def ToolboxTemporaryIntegration create( + ToolboxFile primaryPlanningToolboxFile, + boolean primaryPlanningWasValid, + ToolboxFile secondaryPlanningToolboxFile, + boolean secondaryPlanningWasValid, + String mergeDir + ) { + // content + val temporaryIntegration = TemporaryintegrationFactory.eINSTANCE. + createToolboxTemporaryIntegration + val primaryPlanning = readFrom(primaryPlanningToolboxFile.resource) + temporaryIntegration.primaryPlanning = EcoreUtil.copy(primaryPlanning) + temporaryIntegration.primaryPlanningFilename = primaryPlanningToolboxFile. + path.fileName.toString + temporaryIntegration.primaryPlanningWasValid = primaryPlanningWasValid + temporaryIntegration.compositePlanning = EcoreUtil.copy(primaryPlanning) + + val secondaryPlanning = readFrom(secondaryPlanningToolboxFile.resource) + temporaryIntegration.secondaryPlanning = EcoreUtil.copy( + secondaryPlanning) + temporaryIntegration.secondaryPlanningFilename = secondaryPlanningToolboxFile. + path.fileName.toString + temporaryIntegration.secondaryPlanningWasValid = secondaryPlanningWasValid + temporaryIntegration.integrationDirectory = mergeDir.toString + + // Retarget ID references to point to the newly created instances + val primaryResource = primaryPlanningToolboxFile. + resource as PlanProResourceImpl + val secondaryResource = secondaryPlanningToolboxFile. + resource as PlanProResourceImpl + // primaryPlanning -> Primary Resource + IDReferenceUtils.retargetIDReferences(primaryPlanning, + temporaryIntegration.primaryPlanning, + primaryResource.invalidIDReferences, + temporaryIntegration.primaryPlanningIDReferences); + + // secondaryPlanning -> Secondary Resource + IDReferenceUtils.retargetIDReferences(secondaryPlanning, + temporaryIntegration.secondaryPlanning, + secondaryResource.invalidIDReferences, + temporaryIntegration.secondaryPlanningIDReferences) + + // compositePlanning -> Both Resources + IDReferenceUtils.retargetIDReferences(primaryPlanning, + temporaryIntegration.compositePlanning, + primaryResource.invalidIDReferences, + temporaryIntegration.compositePlanningIDReferences) + IDReferenceUtils.retargetIDReferences(secondaryPlanning, + temporaryIntegration.compositePlanning, + secondaryResource.invalidIDReferences, + temporaryIntegration.compositePlanningIDReferences); + + return temporaryIntegration + } + + private static def ContainerType getType(SMatch match) { + switch (match.eContainer.eContainingFeature) { + case TemporaryintegrationPackage.eINSTANCE. + toolboxTemporaryIntegration_ComparisonInitialState: { + return ContainerType.INITIAL + } + case TemporaryintegrationPackage.eINSTANCE. + toolboxTemporaryIntegration_ComparisonFinalState: { + return ContainerType.FINAL + } + default: { + throw new IllegalArgumentException(match.toString) + } + } + } +} diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/command/MergeCommand.java b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/command/MergeCommand.java new file mode 100644 index 0000000000..aadac658e2 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/command/MergeCommand.java @@ -0,0 +1,116 @@ +/** + * Copyright (c) 2018 DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.extensions.command; + +import java.util.List; + +import org.eclipse.emf.common.command.Command; +import org.eclipse.emf.common.command.CompoundCommand; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EStructuralFeature; +import org.eclipse.emf.ecore.util.EcoreUtil; +import org.eclipse.emf.edit.command.AddCommand; +import org.eclipse.emf.edit.command.RemoveCommand; +import org.eclipse.emf.edit.command.SetCommand; +import org.eclipse.emf.edit.domain.EditingDomain; +import org.eclipse.set.model.planpro.Basisobjekte.Ur_Objekt; +import org.eclipse.set.model.simplemerge.Resolution; +import org.eclipse.set.model.simplemerge.SMatch; +import org.eclipse.set.model.simplemerge.SimplemergePackage; +import org.eclipse.set.model.simplemerge.extensions.ResolutionExtensions; + +/** + * Describes a manual merge of a single match. + * + * @author Schaefer + */ +public class MergeCommand extends CompoundCommand { + + /** + * Create the merge command. First the old element (which may be the primary + * or secondary element) will be removed from the destination container (if + * it is present). Next a copy of the new element will be added to the + * destination container (if it is not already present). The replacement + * will take place at the given list feature. Finally the new resolution + * will be set for the given match. + * + * @param domain + * the editing domain + * @param destination + * the destination container + * @param listFeature + * the list feature of the destination container + * @param oldElement + * the old element + * @param newElement + * the new element + * @param match + * the match + * @param resolution + * the new resolution + * + * @return the merge command + */ + public static MergeCommand create(final EditingDomain domain, + final EObject destination, final EStructuralFeature listFeature, + final Ur_Objekt oldElement, final Ur_Objekt newElement, + final SMatch match, final Resolution resolution) { + final MergeCommand replaceCommand = new MergeCommand(domain); + + // test if the selection of the resolution changed + if (ResolutionExtensions.isPrimary(resolution) != ResolutionExtensions + .isPrimary(match.getResolution())) { + final List list = (List) destination.eGet(listFeature); + final int index = list.indexOf(oldElement); + replaceCommand.remove(oldElement, destination, listFeature); + replaceCommand.add(newElement, destination, listFeature, index); + } + replaceCommand.setResolution(match, resolution); + return replaceCommand; + } + + private final EditingDomain domain; + + private MergeCommand(final EditingDomain domain) { + super(MergeCommand.class.getSimpleName()); + this.domain = domain; + } + + private void add(final Ur_Objekt newElement, final EObject destination, + final EStructuralFeature listFeature, final int index) { + if (newElement != null) { + if (index >= 0) { + final Command add = AddCommand.create(domain, destination, + listFeature, EcoreUtil.copy(newElement), index); + append(add); + } else { + final Command add = AddCommand.create(domain, destination, + listFeature, EcoreUtil.copy(newElement)); + append(add); + } + } + } + + private void remove(final EObject oldElement, final EObject destination, + final EStructuralFeature listFeature) { + if (oldElement != null) { + final Command remove = RemoveCommand.create(domain, destination, + listFeature, oldElement); + append(remove); + } + } + + private void setResolution(final SMatch match, + final Resolution resolution) { + final Command set = SetCommand.create(domain, match, + SimplemergePackage.eINSTANCE.getSMatch_Resolution(), + resolution); + append(set); + } +} diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/.classpath b/java/bundles/org.eclipse.set.model.temporaryintegration/.classpath new file mode 100644 index 0000000000..81fe078c20 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/.project b/java/bundles/org.eclipse.set.model.temporaryintegration/.project new file mode 100644 index 0000000000..a2f528ea81 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/.project @@ -0,0 +1,34 @@ + + + org.eclipse.set.model.temporaryintegration + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.core.resources.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..3e0729d519 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,128 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullable.secondary= +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=disabled +org.eclipse.jdt.core.compiler.problem.APILeak=warning +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=ignore +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning +org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled +org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.pde.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..40b81612af --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=2 +compilers.p.not-externalized-att=2 +compilers.p.service.component.without.lazyactivation=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..231d77c681 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.set.model.temporaryintegration;singleton:=true +Automatic-Module-Name: org.eclipse.set.model.temporaryintegration +Bundle-Version: 2.6.0 +Bundle-ClassPath: . +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Bundle-RequiredExecutionEnvironment: JavaSE-21 +Export-Package: org.eclipse.set.model.temporaryintegration, + org.eclipse.set.model.temporaryintegration.impl, + org.eclipse.set.model.temporaryintegration.util +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.emf.ecore;visibility:=reexport, + org.eclipse.emf.ecore.xmi;visibility:=reexport, + org.eclipse.set.model.simplemerge;visibility:=reexport, + org.eclipse.set.model.planpro;visibility:=reexport +Bundle-ActivationPolicy: lazy diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/build.properties b/java/bundles/org.eclipse.set.model.temporaryintegration/build.properties new file mode 100644 index 0000000000..4465407fcc --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/build.properties @@ -0,0 +1,10 @@ +# + +bin.includes = .,\ + model/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties +jars.compile.order = . +source.. = src/ +output.. = bin/ diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.aird b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.aird new file mode 100644 index 0000000000..6fa25f6b3f --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.aird @@ -0,0 +1,435 @@ + + + + TemporaryIntegration.ecore + platform:/resource/org.eclipse.set.model.model1902/model/PlanPro.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Basisobjekte.ecore + platform:/resource/org.eclipse.set.model.model1902/model/BasisTypen.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Ansteuerung_Element.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Bahnsteig.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Bedienung.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Block.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Bahnuebergang.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Flankenschutz.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Ortung.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Fahrstrasse.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Geodaten.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Gleis.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Nahbedienbereich.ecore + platform:/resource/org.eclipse.set.model.model1902/model/PZB.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Regelzeichnung.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Schluesselabhaengigkeiten.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Signale.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Weichen_und_Gleissperren.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Zuglenkung.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Zugnummernmeldeanlage.ecore + http://www.eclipse.org/emf/2003/XMLType + http://www.eclipse.org/emf/2002/Ecore + platform:/resource/org.eclipse.set.model.model1902/model/Verweise.ecore + platform:/resource/org.eclipse.set.model.model1902/model/Signalbegriffe_Struktur.ecore + platform:/resource/org.eclipse.set.model.simplemerge/model/simplemerge.ecore + platform:/resource/org.eclipse.set.model.planpro/model/PlanPro.ecore + platform:/resource/org.eclipse.set.model.planpro/model/BasisTypen.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Basisobjekte.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Verweise.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Weichen_und_Gleissperren.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Nahbedienung.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Block.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Fahrstrasse.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Bahnuebergang.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Ansteuerung_Element.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Bedienung.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Balisentechnik_ETCS.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Ortung.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Medien_und_Trassen.ecore + platform:/resource/org.eclipse.set.model.planpro/model/ATO.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Bahnsteig.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Geodaten.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Signale.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Signalbegriffe_Struktur.ecore + platform:/resource/org.eclipse.set.model.planpro/model/PZB.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Gleis.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Flankenschutz.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Layoutinformationen.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Schluesselabhaengigkeiten.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Regelzeichnung.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Zugnummernmeldeanlage.ecore + platform:/resource/org.eclipse.set.model.planpro/model/Zuglenkung.ecore + + + + + + + + + + + + + + + bold + + + + + + + + + + + + + + + + + + bold + + + + + + bold + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + bold + + + + + + + + bold + + + + + + + + + + + + + + + + + + + + + + + + + + bold + + + + + + + + + + + bold + + + + + + + + + + + bold + + + + + + + + + + + + KEEP_LOCATION + KEEP_SIZE + KEEP_RATIO + + + + + + + + + + + + + + + + + + + + + + + + + + + + labelSize + + + labelSize + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore new file mode 100644 index 0000000000..94d5d6ba6d --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel new file mode 100644 index 0000000000..6bb6e7bb92 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel @@ -0,0 +1,41 @@ + + + TemporaryIntegration.ecore + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.properties b/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.properties new file mode 100644 index 0000000000..17691bb31e --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.properties @@ -0,0 +1,4 @@ +# + +pluginName = TemporaryIntegration Model +providerName = Eclipse Technology Project diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml b/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml new file mode 100644 index 0000000000..7cb6988e2c --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml b/java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml new file mode 100644 index 0000000000..efde3c0069 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.eclipse.set + org.eclipse.set.model.temporaryintegration + 1.1.0 + eclipse-plugin + + + ../org.eclipse.set.releng.parent + org.eclipse.set + org.eclipse.set.releng.parent + 0.30.0.1 + + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java new file mode 100644 index 0000000000..c5c1e61a52 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java @@ -0,0 +1,280 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EObject; + +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; + +import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; + +import org.eclipse.set.model.simplemerge.SComparison; + +/** + * + * A representation of the model object 'Temporary Integration'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning Primary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState Comparison Initial State}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState Comparison Final State}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningIDReferences Primary Planning ID References}
  • + *
+ * + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration() + * @model + * @generated + */ +public interface TemporaryIntegration extends EObject { + /** + * Returns the value of the 'Primary Planning' containment reference. + * + * + * @return the value of the 'Primary Planning' containment reference. + * @see #setPrimaryPlanning(PlanPro_Schnittstelle) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanning() + * @model containment="true" required="true" + * @generated + */ + PlanPro_Schnittstelle getPrimaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning Primary Planning}' containment reference. + * + * + * @param value the new value of the 'Primary Planning' containment reference. + * @see #getPrimaryPlanning() + * @generated + */ + void setPrimaryPlanning(PlanPro_Schnittstelle value); + + /** + * Returns the value of the 'Primary Planning Filename' attribute. + * + * + * @return the value of the 'Primary Planning Filename' attribute. + * @see #setPrimaryPlanningFilename(String) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanningFilename() + * @model + * @generated + */ + String getPrimaryPlanningFilename(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}' attribute. + * + * + * @param value the new value of the 'Primary Planning Filename' attribute. + * @see #getPrimaryPlanningFilename() + * @generated + */ + void setPrimaryPlanningFilename(String value); + + /** + * Returns the value of the 'Primary Planning Was Valid' attribute. + * + * + * @return the value of the 'Primary Planning Was Valid' attribute. + * @see #setPrimaryPlanningWasValid(boolean) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanningWasValid() + * @model + * @generated + */ + boolean isPrimaryPlanningWasValid(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}' attribute. + * + * + * @param value the new value of the 'Primary Planning Was Valid' attribute. + * @see #isPrimaryPlanningWasValid() + * @generated + */ + void setPrimaryPlanningWasValid(boolean value); + + /** + * Returns the value of the 'Secondary Planning' containment reference. + * + * + * @return the value of the 'Secondary Planning' containment reference. + * @see #setSecondaryPlanning(PlanPro_Schnittstelle) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryPlanning() + * @model containment="true" required="true" + * @generated + */ + PlanPro_Schnittstelle getSecondaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning Secondary Planning}' containment reference. + * + * + * @param value the new value of the 'Secondary Planning' containment reference. + * @see #getSecondaryPlanning() + * @generated + */ + void setSecondaryPlanning(PlanPro_Schnittstelle value); + + /** + * Returns the value of the 'Secondary Planning Filename' attribute. + * + * + * @return the value of the 'Secondary Planning Filename' attribute. + * @see #setSecondaryPlanningFilename(String) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryPlanningFilename() + * @model + * @generated + */ + String getSecondaryPlanningFilename(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}' attribute. + * + * + * @param value the new value of the 'Secondary Planning Filename' attribute. + * @see #getSecondaryPlanningFilename() + * @generated + */ + void setSecondaryPlanningFilename(String value); + + /** + * Returns the value of the 'Secondary Planning Was Valid' attribute. + * + * + * @return the value of the 'Secondary Planning Was Valid' attribute. + * @see #setSecondaryPlanningWasValid(boolean) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryPlanningWasValid() + * @model + * @generated + */ + boolean isSecondaryPlanningWasValid(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}' attribute. + * + * + * @param value the new value of the 'Secondary Planning Was Valid' attribute. + * @see #isSecondaryPlanningWasValid() + * @generated + */ + void setSecondaryPlanningWasValid(boolean value); + + /** + * Returns the value of the 'Composite Planning' containment reference. + * + * + * @return the value of the 'Composite Planning' containment reference. + * @see #setCompositePlanning(PlanPro_Schnittstelle) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_CompositePlanning() + * @model containment="true" required="true" + * @generated + */ + PlanPro_Schnittstelle getCompositePlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning Composite Planning}' containment reference. + * + * + * @param value the new value of the 'Composite Planning' containment reference. + * @see #getCompositePlanning() + * @generated + */ + void setCompositePlanning(PlanPro_Schnittstelle value); + + /** + * Returns the value of the 'Integration Directory' attribute. + * + * + * @return the value of the 'Integration Directory' attribute. + * @see #setIntegrationDirectory(String) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_IntegrationDirectory() + * @model + * @generated + */ + String getIntegrationDirectory(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}' attribute. + * + * + * @param value the new value of the 'Integration Directory' attribute. + * @see #getIntegrationDirectory() + * @generated + */ + void setIntegrationDirectory(String value); + + /** + * Returns the value of the 'Comparison Initial State' containment reference. + * + * + * @return the value of the 'Comparison Initial State' containment reference. + * @see #setComparisonInitialState(SComparison) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_ComparisonInitialState() + * @model containment="true" + * @generated + */ + SComparison getComparisonInitialState(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState Comparison Initial State}' containment reference. + * + * + * @param value the new value of the 'Comparison Initial State' containment reference. + * @see #getComparisonInitialState() + * @generated + */ + void setComparisonInitialState(SComparison value); + + /** + * Returns the value of the 'Comparison Final State' containment reference. + * + * + * @return the value of the 'Comparison Final State' containment reference. + * @see #setComparisonFinalState(SComparison) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_ComparisonFinalState() + * @model containment="true" + * @generated + */ + SComparison getComparisonFinalState(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState Comparison Final State}' containment reference. + * + * + * @param value the new value of the 'Comparison Final State' containment reference. + * @see #getComparisonFinalState() + * @generated + */ + void setComparisonFinalState(SComparison value); + + /** + * Returns the value of the 'Primary Planning ID References' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass}. + * + * + * @return the value of the 'Primary Planning ID References' containment reference list. + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanningIDReferences() + * @model containment="true" + * @generated + */ + EList getPrimaryPlanningIDReferences(); + +} // TemporaryIntegration diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java new file mode 100644 index 0000000000..ca0d244ed0 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java @@ -0,0 +1,57 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration; + +import org.eclipse.emf.ecore.EFactory; + +/** + * + * The Factory for the model. + * It provides a create method for each non-abstract class of the model. + * + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage + * @generated + */ +public interface TemporaryintegrationFactory extends EFactory { + /** + * The singleton instance of the factory. + * + * + * @generated + */ + TemporaryintegrationFactory eINSTANCE = org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationFactoryImpl.init(); + + /** + * Returns a new object of class 'Temporary Integration'. + * + * + * @return a new object of class 'Temporary Integration'. + * @generated + */ + TemporaryIntegration createTemporaryIntegration(); + + /** + * Returns a new object of class 'Toolbox Temporary Integration'. + * + * + * @return a new object of class 'Toolbox Temporary Integration'. + * @generated + */ + ToolboxTemporaryIntegration createToolboxTemporaryIntegration(); + + /** + * Returns the package supported by this factory. + * + * + * @return the package supported by this factory. + * @generated + */ + TemporaryintegrationPackage getTemporaryintegrationPackage(); + +} //TemporaryintegrationFactory diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java new file mode 100644 index 0000000000..9083dd21fe --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java @@ -0,0 +1,831 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration; + +import org.eclipse.emf.ecore.EAttribute; +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EPackage; +import org.eclipse.emf.ecore.EReference; + +/** + * + * The Package for the model. + * It contains accessors for the meta objects to represent + *
    + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • + *
+ * + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory + * @model kind="package" + * @generated + */ +public interface TemporaryintegrationPackage extends EPackage { + /** + * The package name. + * + * + * @generated + */ + String eNAME = "temporaryintegration"; + + /** + * The package namespace URI. + * + * + * @generated + */ + String eNS_URI = "tag:scheidt-bachmann-st.de,2018-06-29:planpro/temporaryintegration/1.8.0.1"; + + /** + * The package namespace name. + * + * + * @generated + */ + String eNS_PREFIX = "ppixml"; + + /** + * The singleton instance of the package. + * + * + * @generated + */ + TemporaryintegrationPackage eINSTANCE = org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl.init(); + + /** + * The meta object id for the '{@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl Temporary Integration}' class. + * + * + * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl + * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getTemporaryIntegration() + * @generated + */ + int TEMPORARY_INTEGRATION = 0; + + /** + * The feature id for the 'Primary Planning' containment reference. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__PRIMARY_PLANNING = 0; + + /** + * The feature id for the 'Primary Planning Filename' attribute. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = 1; + + /** + * The feature id for the 'Primary Planning Was Valid' attribute. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = 2; + + /** + * The feature id for the 'Secondary Planning' containment reference. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__SECONDARY_PLANNING = 3; + + /** + * The feature id for the 'Secondary Planning Filename' attribute. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = 4; + + /** + * The feature id for the 'Secondary Planning Was Valid' attribute. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = 5; + + /** + * The feature id for the 'Composite Planning' containment reference. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = 6; + + /** + * The feature id for the 'Integration Directory' attribute. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = 7; + + /** + * The feature id for the 'Comparison Initial State' containment reference. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = 8; + + /** + * The feature id for the 'Comparison Final State' containment reference. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = 9; + + /** + * The feature id for the 'Primary Planning ID References' containment reference list. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES = 10; + + /** + * The number of structural features of the 'Temporary Integration' class. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION_FEATURE_COUNT = 11; + + /** + * The number of operations of the 'Temporary Integration' class. + * + * + * @generated + * @ordered + */ + int TEMPORARY_INTEGRATION_OPERATION_COUNT = 0; + + /** + * The meta object id for the '{@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl Toolbox Temporary Integration}' class. + * + * + * @see org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl + * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getToolboxTemporaryIntegration() + * @generated + */ + int TOOLBOX_TEMPORARY_INTEGRATION = 1; + + /** + * The feature id for the 'Primary Planning' containment reference. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING = 0; + + /** + * The feature id for the 'Primary Planning Filename' attribute. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = 1; + + /** + * The feature id for the 'Primary Planning Was Valid' attribute. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = 2; + + /** + * The feature id for the 'Secondary Planning' containment reference. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING = 3; + + /** + * The feature id for the 'Secondary Planning Filename' attribute. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = 4; + + /** + * The feature id for the 'Secondary Planning ID References' containment reference list. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES = 5; + + /** + * The feature id for the 'Secondary Planning Was Valid' attribute. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = 6; + + /** + * The feature id for the 'Composite Planning' containment reference. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = 7; + + /** + * The feature id for the 'Composite Planning ID References' containment reference list. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES = 8; + + /** + * The feature id for the 'Integration Directory' attribute. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = 9; + + /** + * The feature id for the 'Comparison Initial State' containment reference. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = 10; + + /** + * The feature id for the 'Comparison Final State' containment reference. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = 11; + + /** + * The number of structural features of the 'Toolbox Temporary Integration' class. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION_FEATURE_COUNT = 12; + + /** + * The number of operations of the 'Toolbox Temporary Integration' class. + * + * + * @generated + * @ordered + */ + int TOOLBOX_TEMPORARY_INTEGRATION_OPERATION_COUNT = 0; + + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration Temporary Integration}'. + * + * + * @return the meta object for class 'Temporary Integration'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration + * @generated + */ + EClass getTemporaryIntegration(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning Primary Planning}'. + * + * + * @return the meta object for the containment reference 'Primary Planning'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_PrimaryPlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}'. + * + * + * @return the meta object for the attribute 'Primary Planning Filename'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename() + * @see #getTemporaryIntegration() + * @generated + */ + EAttribute getTemporaryIntegration_PrimaryPlanningFilename(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}'. + * + * + * @return the meta object for the attribute 'Primary Planning Was Valid'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid() + * @see #getTemporaryIntegration() + * @generated + */ + EAttribute getTemporaryIntegration_PrimaryPlanningWasValid(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning Secondary Planning}'. + * + * + * @return the meta object for the containment reference 'Secondary Planning'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_SecondaryPlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}'. + * + * + * @return the meta object for the attribute 'Secondary Planning Filename'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename() + * @see #getTemporaryIntegration() + * @generated + */ + EAttribute getTemporaryIntegration_SecondaryPlanningFilename(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}'. + * + * + * @return the meta object for the attribute 'Secondary Planning Was Valid'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid() + * @see #getTemporaryIntegration() + * @generated + */ + EAttribute getTemporaryIntegration_SecondaryPlanningWasValid(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning Composite Planning}'. + * + * + * @return the meta object for the containment reference 'Composite Planning'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_CompositePlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}'. + * + * + * @return the meta object for the attribute 'Integration Directory'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory() + * @see #getTemporaryIntegration() + * @generated + */ + EAttribute getTemporaryIntegration_IntegrationDirectory(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState Comparison Initial State}'. + * + * + * @return the meta object for the containment reference 'Comparison Initial State'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_ComparisonInitialState(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState Comparison Final State}'. + * + * + * @return the meta object for the containment reference 'Comparison Final State'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_ComparisonFinalState(); + + /** + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningIDReferences Primary Planning ID References}'. + * + * + * @return the meta object for the containment reference list 'Primary Planning ID References'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningIDReferences() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_PrimaryPlanningIDReferences(); + + /** + * Returns the meta object for class '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration Toolbox Temporary Integration}'. + * + * + * @return the meta object for class 'Toolbox Temporary Integration'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration + * @generated + */ + EClass getToolboxTemporaryIntegration(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning Primary Planning}'. + * + * + * @return the meta object for the containment reference 'Primary Planning'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EReference getToolboxTemporaryIntegration_PrimaryPlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}'. + * + * + * @return the meta object for the attribute 'Primary Planning Filename'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EAttribute getToolboxTemporaryIntegration_PrimaryPlanningFilename(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}'. + * + * + * @return the meta object for the attribute 'Primary Planning Was Valid'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EAttribute getToolboxTemporaryIntegration_PrimaryPlanningWasValid(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning Secondary Planning}'. + * + * + * @return the meta object for the containment reference 'Secondary Planning'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EReference getToolboxTemporaryIntegration_SecondaryPlanning(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}'. + * + * + * @return the meta object for the attribute 'Secondary Planning Filename'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EAttribute getToolboxTemporaryIntegration_SecondaryPlanningFilename(); + + /** + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningIDReferences Secondary Planning ID References}'. + * + * + * @return the meta object for the containment reference list 'Secondary Planning ID References'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningIDReferences() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EReference getToolboxTemporaryIntegration_SecondaryPlanningIDReferences(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}'. + * + * + * @return the meta object for the attribute 'Secondary Planning Was Valid'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EAttribute getToolboxTemporaryIntegration_SecondaryPlanningWasValid(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning Composite Planning}'. + * + * + * @return the meta object for the containment reference 'Composite Planning'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EReference getToolboxTemporaryIntegration_CompositePlanning(); + + /** + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanningIDReferences Composite Planning ID References}'. + * + * + * @return the meta object for the containment reference list 'Composite Planning ID References'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanningIDReferences() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EReference getToolboxTemporaryIntegration_CompositePlanningIDReferences(); + + /** + * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory Integration Directory}'. + * + * + * @return the meta object for the attribute 'Integration Directory'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EAttribute getToolboxTemporaryIntegration_IntegrationDirectory(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState Comparison Initial State}'. + * + * + * @return the meta object for the containment reference 'Comparison Initial State'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EReference getToolboxTemporaryIntegration_ComparisonInitialState(); + + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState Comparison Final State}'. + * + * + * @return the meta object for the containment reference 'Comparison Final State'. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState() + * @see #getToolboxTemporaryIntegration() + * @generated + */ + EReference getToolboxTemporaryIntegration_ComparisonFinalState(); + + /** + * Returns the factory that creates the instances of the model. + * + * + * @return the factory that creates the instances of the model. + * @generated + */ + TemporaryintegrationFactory getTemporaryintegrationFactory(); + + /** + * + * Defines literals for the meta objects that represent + *
    + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • + *
+ * + * @generated + */ + interface Literals { + /** + * The meta object literal for the '{@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl Temporary Integration}' class. + * + * + * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl + * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getTemporaryIntegration() + * @generated + */ + EClass TEMPORARY_INTEGRATION = eINSTANCE.getTemporaryIntegration(); + + /** + * The meta object literal for the 'Primary Planning' containment reference feature. + * + * + * @generated + */ + EReference TEMPORARY_INTEGRATION__PRIMARY_PLANNING = eINSTANCE.getTemporaryIntegration_PrimaryPlanning(); + + /** + * The meta object literal for the 'Primary Planning Filename' attribute feature. + * + * + * @generated + */ + EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = eINSTANCE.getTemporaryIntegration_PrimaryPlanningFilename(); + + /** + * The meta object literal for the 'Primary Planning Was Valid' attribute feature. + * + * + * @generated + */ + EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_PrimaryPlanningWasValid(); + + /** + * The meta object literal for the 'Secondary Planning' containment reference feature. + * + * + * @generated + */ + EReference TEMPORARY_INTEGRATION__SECONDARY_PLANNING = eINSTANCE.getTemporaryIntegration_SecondaryPlanning(); + + /** + * The meta object literal for the 'Secondary Planning Filename' attribute feature. + * + * + * @generated + */ + EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = eINSTANCE.getTemporaryIntegration_SecondaryPlanningFilename(); + + /** + * The meta object literal for the 'Secondary Planning Was Valid' attribute feature. + * + * + * @generated + */ + EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_SecondaryPlanningWasValid(); + + /** + * The meta object literal for the 'Composite Planning' containment reference feature. + * + * + * @generated + */ + EReference TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = eINSTANCE.getTemporaryIntegration_CompositePlanning(); + + /** + * The meta object literal for the 'Integration Directory' attribute feature. + * + * + * @generated + */ + EAttribute TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = eINSTANCE.getTemporaryIntegration_IntegrationDirectory(); + + /** + * The meta object literal for the 'Comparison Initial State' containment reference feature. + * + * + * @generated + */ + EReference TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonInitialState(); + + /** + * The meta object literal for the 'Comparison Final State' containment reference feature. + * + * + * @generated + */ + EReference TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonFinalState(); + + /** + * The meta object literal for the 'Primary Planning ID References' containment reference list feature. + * + * + * @generated + */ + EReference TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES = eINSTANCE.getTemporaryIntegration_PrimaryPlanningIDReferences(); + + /** + * The meta object literal for the '{@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl Toolbox Temporary Integration}' class. + * + * + * @see org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl + * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getToolboxTemporaryIntegration() + * @generated + */ + EClass TOOLBOX_TEMPORARY_INTEGRATION = eINSTANCE.getToolboxTemporaryIntegration(); + + /** + * The meta object literal for the 'Primary Planning' containment reference feature. + * + * + * @generated + */ + EReference TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING = eINSTANCE.getToolboxTemporaryIntegration_PrimaryPlanning(); + + /** + * The meta object literal for the 'Primary Planning Filename' attribute feature. + * + * + * @generated + */ + EAttribute TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = eINSTANCE.getToolboxTemporaryIntegration_PrimaryPlanningFilename(); + + /** + * The meta object literal for the 'Primary Planning Was Valid' attribute feature. + * + * + * @generated + */ + EAttribute TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = eINSTANCE.getToolboxTemporaryIntegration_PrimaryPlanningWasValid(); + + /** + * The meta object literal for the 'Secondary Planning' containment reference feature. + * + * + * @generated + */ + EReference TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanning(); + + /** + * The meta object literal for the 'Secondary Planning Filename' attribute feature. + * + * + * @generated + */ + EAttribute TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanningFilename(); + + /** + * The meta object literal for the 'Secondary Planning ID References' containment reference list feature. + * + * + * @generated + */ + EReference TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanningIDReferences(); + + /** + * The meta object literal for the 'Secondary Planning Was Valid' attribute feature. + * + * + * @generated + */ + EAttribute TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanningWasValid(); + + /** + * The meta object literal for the 'Composite Planning' containment reference feature. + * + * + * @generated + */ + EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = eINSTANCE.getToolboxTemporaryIntegration_CompositePlanning(); + + /** + * The meta object literal for the 'Composite Planning ID References' containment reference list feature. + * + * + * @generated + */ + EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES = eINSTANCE.getToolboxTemporaryIntegration_CompositePlanningIDReferences(); + + /** + * The meta object literal for the 'Integration Directory' attribute feature. + * + * + * @generated + */ + EAttribute TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = eINSTANCE.getToolboxTemporaryIntegration_IntegrationDirectory(); + + /** + * The meta object literal for the 'Comparison Initial State' containment reference feature. + * + * + * @generated + */ + EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = eINSTANCE.getToolboxTemporaryIntegration_ComparisonInitialState(); + + /** + * The meta object literal for the 'Comparison Final State' containment reference feature. + * + * + * @generated + */ + EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = eINSTANCE.getToolboxTemporaryIntegration_ComparisonFinalState(); + + } + +} //TemporaryintegrationPackage diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java new file mode 100644 index 0000000000..d9edcd0040 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java @@ -0,0 +1,293 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EObject; + +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; + +import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; + +import org.eclipse.set.model.simplemerge.SComparison; + +/** + * + * A representation of the model object 'Toolbox Temporary Integration'. + * + * + *

+ * The following features are supported: + *

+ *
    + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning Primary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningIDReferences Secondary Planning ID References}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanningIDReferences Composite Planning ID References}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory Integration Directory}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState Comparison Initial State}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState Comparison Final State}
  • + *
+ * + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration() + * @model + * @generated + */ +public interface ToolboxTemporaryIntegration extends EObject { + /** + * Returns the value of the 'Primary Planning' containment reference. + * + * + * @return the value of the 'Primary Planning' containment reference. + * @see #setPrimaryPlanning(PlanPro_Schnittstelle) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_PrimaryPlanning() + * @model containment="true" required="true" + * @generated + */ + PlanPro_Schnittstelle getPrimaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning Primary Planning}' containment reference. + * + * + * @param value the new value of the 'Primary Planning' containment reference. + * @see #getPrimaryPlanning() + * @generated + */ + void setPrimaryPlanning(PlanPro_Schnittstelle value); + + /** + * Returns the value of the 'Primary Planning Filename' attribute. + * + * + * @return the value of the 'Primary Planning Filename' attribute. + * @see #setPrimaryPlanningFilename(String) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_PrimaryPlanningFilename() + * @model + * @generated + */ + String getPrimaryPlanningFilename(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}' attribute. + * + * + * @param value the new value of the 'Primary Planning Filename' attribute. + * @see #getPrimaryPlanningFilename() + * @generated + */ + void setPrimaryPlanningFilename(String value); + + /** + * Returns the value of the 'Primary Planning Was Valid' attribute. + * + * + * @return the value of the 'Primary Planning Was Valid' attribute. + * @see #setPrimaryPlanningWasValid(boolean) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_PrimaryPlanningWasValid() + * @model + * @generated + */ + boolean isPrimaryPlanningWasValid(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}' attribute. + * + * + * @param value the new value of the 'Primary Planning Was Valid' attribute. + * @see #isPrimaryPlanningWasValid() + * @generated + */ + void setPrimaryPlanningWasValid(boolean value); + + /** + * Returns the value of the 'Secondary Planning' containment reference. + * + * + * @return the value of the 'Secondary Planning' containment reference. + * @see #setSecondaryPlanning(PlanPro_Schnittstelle) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanning() + * @model containment="true" required="true" + * @generated + */ + PlanPro_Schnittstelle getSecondaryPlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning Secondary Planning}' containment reference. + * + * + * @param value the new value of the 'Secondary Planning' containment reference. + * @see #getSecondaryPlanning() + * @generated + */ + void setSecondaryPlanning(PlanPro_Schnittstelle value); + + /** + * Returns the value of the 'Secondary Planning Filename' attribute. + * + * + * @return the value of the 'Secondary Planning Filename' attribute. + * @see #setSecondaryPlanningFilename(String) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanningFilename() + * @model + * @generated + */ + String getSecondaryPlanningFilename(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}' attribute. + * + * + * @param value the new value of the 'Secondary Planning Filename' attribute. + * @see #getSecondaryPlanningFilename() + * @generated + */ + void setSecondaryPlanningFilename(String value); + + /** + * Returns the value of the 'Secondary Planning ID References' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass}. + * + * + * @return the value of the 'Secondary Planning ID References' containment reference list. + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanningIDReferences() + * @model containment="true" + * @generated + */ + EList getSecondaryPlanningIDReferences(); + + /** + * Returns the value of the 'Secondary Planning Was Valid' attribute. + * + * + * @return the value of the 'Secondary Planning Was Valid' attribute. + * @see #setSecondaryPlanningWasValid(boolean) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanningWasValid() + * @model + * @generated + */ + boolean isSecondaryPlanningWasValid(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}' attribute. + * + * + * @param value the new value of the 'Secondary Planning Was Valid' attribute. + * @see #isSecondaryPlanningWasValid() + * @generated + */ + void setSecondaryPlanningWasValid(boolean value); + + /** + * Returns the value of the 'Composite Planning' containment reference. + * + * + * @return the value of the 'Composite Planning' containment reference. + * @see #setCompositePlanning(PlanPro_Schnittstelle) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_CompositePlanning() + * @model containment="true" required="true" + * @generated + */ + PlanPro_Schnittstelle getCompositePlanning(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning Composite Planning}' containment reference. + * + * + * @param value the new value of the 'Composite Planning' containment reference. + * @see #getCompositePlanning() + * @generated + */ + void setCompositePlanning(PlanPro_Schnittstelle value); + + /** + * Returns the value of the 'Composite Planning ID References' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass}. + * + * + * @return the value of the 'Composite Planning ID References' containment reference list. + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_CompositePlanningIDReferences() + * @model containment="true" + * @generated + */ + EList getCompositePlanningIDReferences(); + + /** + * Returns the value of the 'Integration Directory' attribute. + * + * + * @return the value of the 'Integration Directory' attribute. + * @see #setIntegrationDirectory(String) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_IntegrationDirectory() + * @model + * @generated + */ + String getIntegrationDirectory(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory Integration Directory}' attribute. + * + * + * @param value the new value of the 'Integration Directory' attribute. + * @see #getIntegrationDirectory() + * @generated + */ + void setIntegrationDirectory(String value); + + /** + * Returns the value of the 'Comparison Initial State' containment reference. + * + * + * @return the value of the 'Comparison Initial State' containment reference. + * @see #setComparisonInitialState(SComparison) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_ComparisonInitialState() + * @model containment="true" + * @generated + */ + SComparison getComparisonInitialState(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState Comparison Initial State}' containment reference. + * + * + * @param value the new value of the 'Comparison Initial State' containment reference. + * @see #getComparisonInitialState() + * @generated + */ + void setComparisonInitialState(SComparison value); + + /** + * Returns the value of the 'Comparison Final State' containment reference. + * + * + * @return the value of the 'Comparison Final State' containment reference. + * @see #setComparisonFinalState(SComparison) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_ComparisonFinalState() + * @model containment="true" + * @generated + */ + SComparison getComparisonFinalState(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState Comparison Final State}' containment reference. + * + * + * @param value the new value of the 'Comparison Final State' containment reference. + * @see #getComparisonFinalState() + * @generated + */ + void setComparisonFinalState(SComparison value); + +} // ToolboxTemporaryIntegration diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java new file mode 100644 index 0000000000..bdca5b4b12 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java @@ -0,0 +1,800 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.impl; + +import java.util.Collection; + +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.common.notify.NotificationChain; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.InternalEObject; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.emf.ecore.util.EObjectContainmentEList; +import org.eclipse.emf.ecore.util.InternalEList; + +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; + +import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; + +import org.eclipse.set.model.simplemerge.SComparison; + +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; + +/** + * + * An implementation of the model object 'Temporary Integration'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanning Primary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanningFilename Primary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanningFilename Secondary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getIntegrationDirectory Integration Directory}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonInitialState Comparison Initial State}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonFinalState Comparison Final State}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanningIDReferences Primary Planning ID References}
  • + *
+ * + * @generated + */ +public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container implements TemporaryIntegration { + /** + * The cached value of the '{@link #getPrimaryPlanning() Primary Planning}' containment reference. + * + * + * @see #getPrimaryPlanning() + * @generated + * @ordered + */ + protected PlanPro_Schnittstelle primaryPlanning; + + /** + * The default value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. + * + * + * @see #getPrimaryPlanningFilename() + * @generated + * @ordered + */ + protected static final String PRIMARY_PLANNING_FILENAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. + * + * + * @see #getPrimaryPlanningFilename() + * @generated + * @ordered + */ + protected String primaryPlanningFilename = PRIMARY_PLANNING_FILENAME_EDEFAULT; + + /** + * The default value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. + * + * + * @see #isPrimaryPlanningWasValid() + * @generated + * @ordered + */ + protected static final boolean PRIMARY_PLANNING_WAS_VALID_EDEFAULT = false; + + /** + * The cached value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. + * + * + * @see #isPrimaryPlanningWasValid() + * @generated + * @ordered + */ + protected boolean primaryPlanningWasValid = PRIMARY_PLANNING_WAS_VALID_EDEFAULT; + + /** + * The cached value of the '{@link #getSecondaryPlanning() Secondary Planning}' containment reference. + * + * + * @see #getSecondaryPlanning() + * @generated + * @ordered + */ + protected PlanPro_Schnittstelle secondaryPlanning; + + /** + * The default value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. + * + * + * @see #getSecondaryPlanningFilename() + * @generated + * @ordered + */ + protected static final String SECONDARY_PLANNING_FILENAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. + * + * + * @see #getSecondaryPlanningFilename() + * @generated + * @ordered + */ + protected String secondaryPlanningFilename = SECONDARY_PLANNING_FILENAME_EDEFAULT; + + /** + * The default value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. + * + * + * @see #isSecondaryPlanningWasValid() + * @generated + * @ordered + */ + protected static final boolean SECONDARY_PLANNING_WAS_VALID_EDEFAULT = false; + + /** + * The cached value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. + * + * + * @see #isSecondaryPlanningWasValid() + * @generated + * @ordered + */ + protected boolean secondaryPlanningWasValid = SECONDARY_PLANNING_WAS_VALID_EDEFAULT; + + /** + * The cached value of the '{@link #getCompositePlanning() Composite Planning}' containment reference. + * + * + * @see #getCompositePlanning() + * @generated + * @ordered + */ + protected PlanPro_Schnittstelle compositePlanning; + + /** + * The default value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. + * + * + * @see #getIntegrationDirectory() + * @generated + * @ordered + */ + protected static final String INTEGRATION_DIRECTORY_EDEFAULT = null; + + /** + * The cached value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. + * + * + * @see #getIntegrationDirectory() + * @generated + * @ordered + */ + protected String integrationDirectory = INTEGRATION_DIRECTORY_EDEFAULT; + + /** + * The cached value of the '{@link #getComparisonInitialState() Comparison Initial State}' containment reference. + * + * + * @see #getComparisonInitialState() + * @generated + * @ordered + */ + protected SComparison comparisonInitialState; + + /** + * The cached value of the '{@link #getComparisonFinalState() Comparison Final State}' containment reference. + * + * + * @see #getComparisonFinalState() + * @generated + * @ordered + */ + protected SComparison comparisonFinalState; + + /** + * The cached value of the '{@link #getPrimaryPlanningIDReferences() Primary Planning ID References}' containment reference list. + * + * + * @see #getPrimaryPlanningIDReferences() + * @generated + * @ordered + */ + protected EList primaryPlanningIDReferences; + + /** + * + * + * @generated + */ + protected TemporaryIntegrationImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION; + } + + /** + * + * + * @generated + */ + @Override + public PlanPro_Schnittstelle getPrimaryPlanning() { + return primaryPlanning; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning, NotificationChain msgs) { + PlanPro_Schnittstelle oldPrimaryPlanning = primaryPlanning; + primaryPlanning = newPrimaryPlanning; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, oldPrimaryPlanning, newPrimaryPlanning); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning) { + if (newPrimaryPlanning != primaryPlanning) { + NotificationChain msgs = null; + if (primaryPlanning != null) + msgs = ((InternalEObject)primaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); + if (newPrimaryPlanning != null) + msgs = ((InternalEObject)newPrimaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); + msgs = basicSetPrimaryPlanning(newPrimaryPlanning, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, newPrimaryPlanning, newPrimaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getPrimaryPlanningFilename() { + return primaryPlanningFilename; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryPlanningFilename(String newPrimaryPlanningFilename) { + String oldPrimaryPlanningFilename = primaryPlanningFilename; + primaryPlanningFilename = newPrimaryPlanningFilename; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, oldPrimaryPlanningFilename, primaryPlanningFilename)); + } + + /** + * + * + * @generated + */ + @Override + public boolean isPrimaryPlanningWasValid() { + return primaryPlanningWasValid; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryPlanningWasValid(boolean newPrimaryPlanningWasValid) { + boolean oldPrimaryPlanningWasValid = primaryPlanningWasValid; + primaryPlanningWasValid = newPrimaryPlanningWasValid; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, oldPrimaryPlanningWasValid, primaryPlanningWasValid)); + } + + /** + * + * + * @generated + */ + @Override + public PlanPro_Schnittstelle getSecondaryPlanning() { + return secondaryPlanning; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning, NotificationChain msgs) { + PlanPro_Schnittstelle oldSecondaryPlanning = secondaryPlanning; + secondaryPlanning = newSecondaryPlanning; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, oldSecondaryPlanning, newSecondaryPlanning); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning) { + if (newSecondaryPlanning != secondaryPlanning) { + NotificationChain msgs = null; + if (secondaryPlanning != null) + msgs = ((InternalEObject)secondaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); + if (newSecondaryPlanning != null) + msgs = ((InternalEObject)newSecondaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); + msgs = basicSetSecondaryPlanning(newSecondaryPlanning, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, newSecondaryPlanning, newSecondaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getSecondaryPlanningFilename() { + return secondaryPlanningFilename; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryPlanningFilename(String newSecondaryPlanningFilename) { + String oldSecondaryPlanningFilename = secondaryPlanningFilename; + secondaryPlanningFilename = newSecondaryPlanningFilename; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, oldSecondaryPlanningFilename, secondaryPlanningFilename)); + } + + /** + * + * + * @generated + */ + @Override + public boolean isSecondaryPlanningWasValid() { + return secondaryPlanningWasValid; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryPlanningWasValid(boolean newSecondaryPlanningWasValid) { + boolean oldSecondaryPlanningWasValid = secondaryPlanningWasValid; + secondaryPlanningWasValid = newSecondaryPlanningWasValid; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, oldSecondaryPlanningWasValid, secondaryPlanningWasValid)); + } + + /** + * + * + * @generated + */ + @Override + public PlanPro_Schnittstelle getCompositePlanning() { + return compositePlanning; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetCompositePlanning(PlanPro_Schnittstelle newCompositePlanning, NotificationChain msgs) { + PlanPro_Schnittstelle oldCompositePlanning = compositePlanning; + compositePlanning = newCompositePlanning; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, oldCompositePlanning, newCompositePlanning); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setCompositePlanning(PlanPro_Schnittstelle newCompositePlanning) { + if (newCompositePlanning != compositePlanning) { + NotificationChain msgs = null; + if (compositePlanning != null) + msgs = ((InternalEObject)compositePlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); + if (newCompositePlanning != null) + msgs = ((InternalEObject)newCompositePlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); + msgs = basicSetCompositePlanning(newCompositePlanning, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, newCompositePlanning, newCompositePlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getIntegrationDirectory() { + return integrationDirectory; + } + + /** + * + * + * @generated + */ + @Override + public void setIntegrationDirectory(String newIntegrationDirectory) { + String oldIntegrationDirectory = integrationDirectory; + integrationDirectory = newIntegrationDirectory; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, oldIntegrationDirectory, integrationDirectory)); + } + + /** + * + * + * @generated + */ + @Override + public SComparison getComparisonInitialState() { + return comparisonInitialState; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetComparisonInitialState(SComparison newComparisonInitialState, NotificationChain msgs) { + SComparison oldComparisonInitialState = comparisonInitialState; + comparisonInitialState = newComparisonInitialState; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, oldComparisonInitialState, newComparisonInitialState); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setComparisonInitialState(SComparison newComparisonInitialState) { + if (newComparisonInitialState != comparisonInitialState) { + NotificationChain msgs = null; + if (comparisonInitialState != null) + msgs = ((InternalEObject)comparisonInitialState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); + if (newComparisonInitialState != null) + msgs = ((InternalEObject)newComparisonInitialState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); + msgs = basicSetComparisonInitialState(newComparisonInitialState, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, newComparisonInitialState, newComparisonInitialState)); + } + + /** + * + * + * @generated + */ + @Override + public SComparison getComparisonFinalState() { + return comparisonFinalState; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetComparisonFinalState(SComparison newComparisonFinalState, NotificationChain msgs) { + SComparison oldComparisonFinalState = comparisonFinalState; + comparisonFinalState = newComparisonFinalState; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, oldComparisonFinalState, newComparisonFinalState); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setComparisonFinalState(SComparison newComparisonFinalState) { + if (newComparisonFinalState != comparisonFinalState) { + NotificationChain msgs = null; + if (comparisonFinalState != null) + msgs = ((InternalEObject)comparisonFinalState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); + if (newComparisonFinalState != null) + msgs = ((InternalEObject)newComparisonFinalState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); + msgs = basicSetComparisonFinalState(newComparisonFinalState, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, newComparisonFinalState, newComparisonFinalState)); + } + + /** + * + * + * @generated + */ + @Override + public EList getPrimaryPlanningIDReferences() { + if (primaryPlanningIDReferences == null) { + primaryPlanningIDReferences = new EObjectContainmentEList(ID_PlanPro_Schnittstelle_TypeClass.class, this, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES); + } + return primaryPlanningIDReferences; + } + + /** + * + * + * @generated + */ + @Override + public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { + switch (featureID) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + return basicSetPrimaryPlanning(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + return basicSetSecondaryPlanning(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + return basicSetCompositePlanning(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + return basicSetComparisonInitialState(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + return basicSetComparisonFinalState(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: + return ((InternalEList)getPrimaryPlanningIDReferences()).basicRemove(otherEnd, msgs); + } + return super.eInverseRemove(otherEnd, featureID, msgs); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + return getPrimaryPlanning(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + return getPrimaryPlanningFilename(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + return isPrimaryPlanningWasValid(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + return getSecondaryPlanning(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + return getSecondaryPlanningFilename(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + return isSecondaryPlanningWasValid(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + return getCompositePlanning(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + return getIntegrationDirectory(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + return getComparisonInitialState(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + return getComparisonFinalState(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: + return getPrimaryPlanningIDReferences(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @SuppressWarnings("unchecked") + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + setPrimaryPlanning((PlanPro_Schnittstelle)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + setPrimaryPlanningFilename((String)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + setPrimaryPlanningWasValid((Boolean)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + setSecondaryPlanning((PlanPro_Schnittstelle)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + setSecondaryPlanningFilename((String)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + setSecondaryPlanningWasValid((Boolean)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + setCompositePlanning((PlanPro_Schnittstelle)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + setIntegrationDirectory((String)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + setComparisonInitialState((SComparison)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + setComparisonFinalState((SComparison)newValue); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: + getPrimaryPlanningIDReferences().clear(); + getPrimaryPlanningIDReferences().addAll((Collection)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + setPrimaryPlanning((PlanPro_Schnittstelle)null); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + setPrimaryPlanningFilename(PRIMARY_PLANNING_FILENAME_EDEFAULT); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + setPrimaryPlanningWasValid(PRIMARY_PLANNING_WAS_VALID_EDEFAULT); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + setSecondaryPlanning((PlanPro_Schnittstelle)null); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + setSecondaryPlanningFilename(SECONDARY_PLANNING_FILENAME_EDEFAULT); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + setSecondaryPlanningWasValid(SECONDARY_PLANNING_WAS_VALID_EDEFAULT); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + setCompositePlanning((PlanPro_Schnittstelle)null); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + setIntegrationDirectory(INTEGRATION_DIRECTORY_EDEFAULT); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + setComparisonInitialState((SComparison)null); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + setComparisonFinalState((SComparison)null); + return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: + getPrimaryPlanningIDReferences().clear(); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + return primaryPlanning != null; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + return PRIMARY_PLANNING_FILENAME_EDEFAULT == null ? primaryPlanningFilename != null : !PRIMARY_PLANNING_FILENAME_EDEFAULT.equals(primaryPlanningFilename); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + return primaryPlanningWasValid != PRIMARY_PLANNING_WAS_VALID_EDEFAULT; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + return secondaryPlanning != null; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + return SECONDARY_PLANNING_FILENAME_EDEFAULT == null ? secondaryPlanningFilename != null : !SECONDARY_PLANNING_FILENAME_EDEFAULT.equals(secondaryPlanningFilename); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + return secondaryPlanningWasValid != SECONDARY_PLANNING_WAS_VALID_EDEFAULT; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + return compositePlanning != null; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + return INTEGRATION_DIRECTORY_EDEFAULT == null ? integrationDirectory != null : !INTEGRATION_DIRECTORY_EDEFAULT.equals(integrationDirectory); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + return comparisonInitialState != null; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + return comparisonFinalState != null; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: + return primaryPlanningIDReferences != null && !primaryPlanningIDReferences.isEmpty(); + } + return super.eIsSet(featureID); + } + + /** + * + * + * @generated + */ + @Override + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuilder result = new StringBuilder(super.toString()); + result.append(" (primaryPlanningFilename: "); + result.append(primaryPlanningFilename); + result.append(", primaryPlanningWasValid: "); + result.append(primaryPlanningWasValid); + result.append(", secondaryPlanningFilename: "); + result.append(secondaryPlanningFilename); + result.append(", secondaryPlanningWasValid: "); + result.append(secondaryPlanningWasValid); + result.append(", integrationDirectory: "); + result.append(integrationDirectory); + result.append(')'); + return result.toString(); + } + +} //TemporaryIntegrationImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java new file mode 100644 index 0000000000..2cead42b83 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java @@ -0,0 +1,115 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.impl; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.impl.EFactoryImpl; + +import org.eclipse.emf.ecore.plugin.EcorePlugin; + +import org.eclipse.set.model.temporaryintegration.*; + +/** + * + * An implementation of the model Factory. + * + * @generated + */ +public class TemporaryintegrationFactoryImpl extends EFactoryImpl implements TemporaryintegrationFactory { + /** + * Creates the default factory implementation. + * + * + * @generated + */ + public static TemporaryintegrationFactory init() { + try { + TemporaryintegrationFactory theTemporaryintegrationFactory = (TemporaryintegrationFactory)EPackage.Registry.INSTANCE.getEFactory(TemporaryintegrationPackage.eNS_URI); + if (theTemporaryintegrationFactory != null) { + return theTemporaryintegrationFactory; + } + } + catch (Exception exception) { + EcorePlugin.INSTANCE.log(exception); + } + return new TemporaryintegrationFactoryImpl(); + } + + /** + * Creates an instance of the factory. + * + * + * @generated + */ + public TemporaryintegrationFactoryImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + public EObject create(EClass eClass) { + switch (eClass.getClassifierID()) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION: return createTemporaryIntegration(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION: return createToolboxTemporaryIntegration(); + default: + throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); + } + } + + /** + * + * + * @generated + */ + @Override + public TemporaryIntegration createTemporaryIntegration() { + TemporaryIntegrationImpl temporaryIntegration = new TemporaryIntegrationImpl(); + return temporaryIntegration; + } + + /** + * + * + * @generated + */ + @Override + public ToolboxTemporaryIntegration createToolboxTemporaryIntegration() { + ToolboxTemporaryIntegrationImpl toolboxTemporaryIntegration = new ToolboxTemporaryIntegrationImpl(); + return toolboxTemporaryIntegration; + } + + /** + * + * + * @generated + */ + @Override + public TemporaryintegrationPackage getTemporaryintegrationPackage() { + return (TemporaryintegrationPackage)getEPackage(); + } + + /** + * + * + * @deprecated + * @generated + */ + @Deprecated + public static TemporaryintegrationPackage getPackage() { + return TemporaryintegrationPackage.eINSTANCE; + } + +} //TemporaryintegrationFactoryImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java new file mode 100644 index 0000000000..99558e3bb2 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java @@ -0,0 +1,563 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.impl; + +import org.eclipse.emf.ecore.EAttribute; +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EPackage; +import org.eclipse.emf.ecore.EReference; + +import org.eclipse.emf.ecore.impl.EPackageImpl; + +import org.eclipse.set.model.planpro.ATO.ATOPackage; + +import org.eclipse.set.model.planpro.Ansteuerung_Element.Ansteuerung_ElementPackage; + +import org.eclipse.set.model.planpro.Bahnsteig.BahnsteigPackage; + +import org.eclipse.set.model.planpro.Bahnuebergang.BahnuebergangPackage; + +import org.eclipse.set.model.planpro.Balisentechnik_ETCS.Balisentechnik_ETCSPackage; + +import org.eclipse.set.model.planpro.BasisTypen.BasisTypenPackage; + +import org.eclipse.set.model.planpro.Basisobjekte.BasisobjektePackage; + +import org.eclipse.set.model.planpro.Bedienung.BedienungPackage; + +import org.eclipse.set.model.planpro.Block.BlockPackage; + +import org.eclipse.set.model.planpro.Fahrstrasse.FahrstrassePackage; + +import org.eclipse.set.model.planpro.Flankenschutz.FlankenschutzPackage; + +import org.eclipse.set.model.planpro.Geodaten.GeodatenPackage; + +import org.eclipse.set.model.planpro.Gleis.GleisPackage; + +import org.eclipse.set.model.planpro.Layoutinformationen.LayoutinformationenPackage; + +import org.eclipse.set.model.planpro.Medien_und_Trassen.Medien_und_TrassenPackage; + +import org.eclipse.set.model.planpro.Nahbedienung.NahbedienungPackage; + +import org.eclipse.set.model.planpro.Ortung.OrtungPackage; + +import org.eclipse.set.model.planpro.PZB.PZBPackage; + +import org.eclipse.set.model.planpro.PlanPro.PlanProPackage; + +import org.eclipse.set.model.planpro.Regelzeichnung.RegelzeichnungPackage; + +import org.eclipse.set.model.planpro.Schluesselabhaengigkeiten.SchluesselabhaengigkeitenPackage; + +import org.eclipse.set.model.planpro.Signalbegriffe_Struktur.Signalbegriffe_StrukturPackage; + +import org.eclipse.set.model.planpro.Signale.SignalePackage; + +import org.eclipse.set.model.planpro.Verweise.VerweisePackage; + +import org.eclipse.set.model.planpro.Weichen_und_Gleissperren.Weichen_und_GleissperrenPackage; + +import org.eclipse.set.model.planpro.Zuglenkung.ZuglenkungPackage; + +import org.eclipse.set.model.planpro.Zugnummernmeldeanlage.ZugnummernmeldeanlagePackage; + +import org.eclipse.set.model.simplemerge.SimplemergePackage; + +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory; +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; + +/** + * + * An implementation of the model Package. + * + * @generated + */ +public class TemporaryintegrationPackageImpl extends EPackageImpl implements TemporaryintegrationPackage { + /** + * + * + * @generated + */ + private EClass temporaryIntegrationEClass = null; + + /** + * + * + * @generated + */ + private EClass toolboxTemporaryIntegrationEClass = null; + + /** + * Creates an instance of the model Package, registered with + * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package + * package URI value. + *

Note: the correct way to create the package is via the static + * factory method {@link #init init()}, which also performs + * initialization of the package, or returns the registered package, + * if one already exists. + * + * + * @see org.eclipse.emf.ecore.EPackage.Registry + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#eNS_URI + * @see #init() + * @generated + */ + private TemporaryintegrationPackageImpl() { + super(eNS_URI, TemporaryintegrationFactory.eINSTANCE); + } + /** + * + * + * @generated + */ + private static boolean isInited = false; + + /** + * Creates, registers, and initializes the Package for this model, and for any others upon which it depends. + * + *

This method is used to initialize {@link TemporaryintegrationPackage#eINSTANCE} when that field is accessed. + * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. + * + * + * @see #eNS_URI + * @see #createPackageContents() + * @see #initializePackageContents() + * @generated + */ + public static TemporaryintegrationPackage init() { + if (isInited) return (TemporaryintegrationPackage)EPackage.Registry.INSTANCE.getEPackage(TemporaryintegrationPackage.eNS_URI); + + // Obtain or create and register package + Object registeredTemporaryintegrationPackage = EPackage.Registry.INSTANCE.get(eNS_URI); + TemporaryintegrationPackageImpl theTemporaryintegrationPackage = registeredTemporaryintegrationPackage instanceof TemporaryintegrationPackageImpl ? (TemporaryintegrationPackageImpl)registeredTemporaryintegrationPackage : new TemporaryintegrationPackageImpl(); + + isInited = true; + + // Initialize simple dependencies + SimplemergePackage.eINSTANCE.eClass(); + BasisobjektePackage.eINSTANCE.eClass(); + BasisTypenPackage.eINSTANCE.eClass(); + GeodatenPackage.eINSTANCE.eClass(); + GleisPackage.eINSTANCE.eClass(); + BedienungPackage.eINSTANCE.eClass(); + Ansteuerung_ElementPackage.eINSTANCE.eClass(); + Medien_und_TrassenPackage.eINSTANCE.eClass(); + VerweisePackage.eINSTANCE.eClass(); + ATOPackage.eINSTANCE.eClass(); + PlanProPackage.eINSTANCE.eClass(); + BahnsteigPackage.eINSTANCE.eClass(); + Balisentechnik_ETCSPackage.eINSTANCE.eClass(); + BlockPackage.eINSTANCE.eClass(); + BahnuebergangPackage.eINSTANCE.eClass(); + OrtungPackage.eINSTANCE.eClass(); + FlankenschutzPackage.eINSTANCE.eClass(); + FahrstrassePackage.eINSTANCE.eClass(); + SignalePackage.eINSTANCE.eClass(); + LayoutinformationenPackage.eINSTANCE.eClass(); + NahbedienungPackage.eINSTANCE.eClass(); + PZBPackage.eINSTANCE.eClass(); + RegelzeichnungPackage.eINSTANCE.eClass(); + SchluesselabhaengigkeitenPackage.eINSTANCE.eClass(); + Weichen_und_GleissperrenPackage.eINSTANCE.eClass(); + ZuglenkungPackage.eINSTANCE.eClass(); + ZugnummernmeldeanlagePackage.eINSTANCE.eClass(); + Signalbegriffe_StrukturPackage.eINSTANCE.eClass(); + + // Create package meta-data objects + theTemporaryintegrationPackage.createPackageContents(); + + // Initialize created meta-data + theTemporaryintegrationPackage.initializePackageContents(); + + // Mark meta-data to indicate it can't be changed + theTemporaryintegrationPackage.freeze(); + + // Update the registry and return the package + EPackage.Registry.INSTANCE.put(TemporaryintegrationPackage.eNS_URI, theTemporaryintegrationPackage); + return theTemporaryintegrationPackage; + } + + /** + * + * + * @generated + */ + @Override + public EClass getTemporaryIntegration() { + return temporaryIntegrationEClass; + } + + /** + * + * + * @generated + */ + @Override + public EReference getTemporaryIntegration_PrimaryPlanning() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getTemporaryIntegration_PrimaryPlanningFilename() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(1); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getTemporaryIntegration_PrimaryPlanningWasValid() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(2); + } + + /** + * + * + * @generated + */ + @Override + public EReference getTemporaryIntegration_SecondaryPlanning() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(3); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getTemporaryIntegration_SecondaryPlanningFilename() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(4); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getTemporaryIntegration_SecondaryPlanningWasValid() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(5); + } + + /** + * + * + * @generated + */ + @Override + public EReference getTemporaryIntegration_CompositePlanning() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(6); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getTemporaryIntegration_IntegrationDirectory() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(7); + } + + /** + * + * + * @generated + */ + @Override + public EReference getTemporaryIntegration_ComparisonInitialState() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(8); + } + + /** + * + * + * @generated + */ + @Override + public EReference getTemporaryIntegration_ComparisonFinalState() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(9); + } + + /** + * + * + * @generated + */ + @Override + public EReference getTemporaryIntegration_PrimaryPlanningIDReferences() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(10); + } + + /** + * + * + * @generated + */ + @Override + public EClass getToolboxTemporaryIntegration() { + return toolboxTemporaryIntegrationEClass; + } + + /** + * + * + * @generated + */ + @Override + public EReference getToolboxTemporaryIntegration_PrimaryPlanning() { + return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(0); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getToolboxTemporaryIntegration_PrimaryPlanningFilename() { + return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(1); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getToolboxTemporaryIntegration_PrimaryPlanningWasValid() { + return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(2); + } + + /** + * + * + * @generated + */ + @Override + public EReference getToolboxTemporaryIntegration_SecondaryPlanning() { + return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(3); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getToolboxTemporaryIntegration_SecondaryPlanningFilename() { + return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(4); + } + + /** + * + * + * @generated + */ + @Override + public EReference getToolboxTemporaryIntegration_SecondaryPlanningIDReferences() { + return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(5); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getToolboxTemporaryIntegration_SecondaryPlanningWasValid() { + return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(6); + } + + /** + * + * + * @generated + */ + @Override + public EReference getToolboxTemporaryIntegration_CompositePlanning() { + return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(7); + } + + /** + * + * + * @generated + */ + @Override + public EReference getToolboxTemporaryIntegration_CompositePlanningIDReferences() { + return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(8); + } + + /** + * + * + * @generated + */ + @Override + public EAttribute getToolboxTemporaryIntegration_IntegrationDirectory() { + return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(9); + } + + /** + * + * + * @generated + */ + @Override + public EReference getToolboxTemporaryIntegration_ComparisonInitialState() { + return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(10); + } + + /** + * + * + * @generated + */ + @Override + public EReference getToolboxTemporaryIntegration_ComparisonFinalState() { + return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(11); + } + + /** + * + * + * @generated + */ + @Override + public TemporaryintegrationFactory getTemporaryintegrationFactory() { + return (TemporaryintegrationFactory)getEFactoryInstance(); + } + + /** + * + * + * @generated + */ + private boolean isCreated = false; + + /** + * Creates the meta-model objects for the package. This method is + * guarded to have no affect on any invocation but its first. + * + * + * @generated + */ + public void createPackageContents() { + if (isCreated) return; + isCreated = true; + + // Create classes and their features + temporaryIntegrationEClass = createEClass(TEMPORARY_INTEGRATION); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING); + createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME); + createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING); + createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME); + createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); + createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES); + + toolboxTemporaryIntegrationEClass = createEClass(TOOLBOX_TEMPORARY_INTEGRATION); + createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING); + createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME); + createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID); + createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING); + createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME); + createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES); + createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID); + createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); + createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES); + createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY); + createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); + createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); + } + + /** + * + * + * @generated + */ + private boolean isInitialized = false; + + /** + * Complete the initialization of the package and its meta-model. This + * method is guarded to have no affect on any invocation but its first. + * + * + * @generated + */ + public void initializePackageContents() { + if (isInitialized) return; + isInitialized = true; + + // Initialize package + setName(eNAME); + setNsPrefix(eNS_PREFIX); + setNsURI(eNS_URI); + + // Obtain other dependent packages + PlanProPackage thePlanProPackage = (PlanProPackage)EPackage.Registry.INSTANCE.getEPackage(PlanProPackage.eNS_URI); + SimplemergePackage theSimplemergePackage = (SimplemergePackage)EPackage.Registry.INSTANCE.getEPackage(SimplemergePackage.eNS_URI); + VerweisePackage theVerweisePackage = (VerweisePackage)EPackage.Registry.INSTANCE.getEPackage(VerweisePackage.eNS_URI); + + // Create type parameters + + // Set bounds for type parameters + + // Add supertypes to classes + + // Initialize classes, features, and operations; add parameters + initEClass(temporaryIntegrationEClass, TemporaryIntegration.class, "TemporaryIntegration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEReference(getTemporaryIntegration_PrimaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "primaryPlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTemporaryIntegration_PrimaryPlanningFilename(), ecorePackage.getEString(), "primaryPlanningFilename", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTemporaryIntegration_PrimaryPlanningWasValid(), ecorePackage.getEBoolean(), "primaryPlanningWasValid", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_SecondaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "secondaryPlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTemporaryIntegration_SecondaryPlanningFilename(), ecorePackage.getEString(), "secondaryPlanningFilename", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTemporaryIntegration_SecondaryPlanningWasValid(), ecorePackage.getEBoolean(), "secondaryPlanningWasValid", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_CompositePlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "compositePlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getTemporaryIntegration_IntegrationDirectory(), ecorePackage.getEString(), "integrationDirectory", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_ComparisonInitialState(), theSimplemergePackage.getSComparison(), null, "comparisonInitialState", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_ComparisonFinalState(), theSimplemergePackage.getSComparison(), null, "comparisonFinalState", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_PrimaryPlanningIDReferences(), theVerweisePackage.getID_PlanPro_Schnittstelle_TypeClass(), null, "primaryPlanningIDReferences", null, 0, -1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(toolboxTemporaryIntegrationEClass, ToolboxTemporaryIntegration.class, "ToolboxTemporaryIntegration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEReference(getToolboxTemporaryIntegration_PrimaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "primaryPlanning", null, 1, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getToolboxTemporaryIntegration_PrimaryPlanningFilename(), ecorePackage.getEString(), "primaryPlanningFilename", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getToolboxTemporaryIntegration_PrimaryPlanningWasValid(), ecorePackage.getEBoolean(), "primaryPlanningWasValid", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getToolboxTemporaryIntegration_SecondaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "secondaryPlanning", null, 1, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getToolboxTemporaryIntegration_SecondaryPlanningFilename(), ecorePackage.getEString(), "secondaryPlanningFilename", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getToolboxTemporaryIntegration_SecondaryPlanningIDReferences(), theVerweisePackage.getID_PlanPro_Schnittstelle_TypeClass(), null, "secondaryPlanningIDReferences", null, 0, -1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getToolboxTemporaryIntegration_SecondaryPlanningWasValid(), ecorePackage.getEBoolean(), "secondaryPlanningWasValid", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getToolboxTemporaryIntegration_CompositePlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "compositePlanning", null, 1, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getToolboxTemporaryIntegration_CompositePlanningIDReferences(), theVerweisePackage.getID_PlanPro_Schnittstelle_TypeClass(), null, "compositePlanningIDReferences", null, 0, -1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getToolboxTemporaryIntegration_IntegrationDirectory(), ecorePackage.getEString(), "integrationDirectory", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getToolboxTemporaryIntegration_ComparisonInitialState(), theSimplemergePackage.getSComparison(), null, "comparisonInitialState", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getToolboxTemporaryIntegration_ComparisonFinalState(), theSimplemergePackage.getSComparison(), null, "comparisonFinalState", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + // Create resource + createResource(eNS_URI); + } + +} //TemporaryintegrationPackageImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java new file mode 100644 index 0000000000..db659dc5a2 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java @@ -0,0 +1,837 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.impl; + +import java.util.Collection; + +import org.eclipse.emf.common.notify.Notification; +import org.eclipse.emf.common.notify.NotificationChain; + +import org.eclipse.emf.common.util.EList; + +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.InternalEObject; + +import org.eclipse.emf.ecore.impl.ENotificationImpl; +import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; + +import org.eclipse.emf.ecore.util.EObjectContainmentEList; +import org.eclipse.emf.ecore.util.InternalEList; + +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; + +import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; + +import org.eclipse.set.model.simplemerge.SComparison; + +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; + +/** + * + * An implementation of the model object 'Toolbox Temporary Integration'. + * + *

+ * The following features are implemented: + *

+ *
    + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getPrimaryPlanning Primary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getPrimaryPlanningFilename Primary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getSecondaryPlanningFilename Secondary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getSecondaryPlanningIDReferences Secondary Planning ID References}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getCompositePlanningIDReferences Composite Planning ID References}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getIntegrationDirectory Integration Directory}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getComparisonInitialState Comparison Initial State}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getComparisonFinalState Comparison Final State}
  • + *
+ * + * @generated + */ +public class ToolboxTemporaryIntegrationImpl extends MinimalEObjectImpl.Container implements ToolboxTemporaryIntegration { + /** + * The cached value of the '{@link #getPrimaryPlanning() Primary Planning}' containment reference. + * + * + * @see #getPrimaryPlanning() + * @generated + * @ordered + */ + protected PlanPro_Schnittstelle primaryPlanning; + + /** + * The default value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. + * + * + * @see #getPrimaryPlanningFilename() + * @generated + * @ordered + */ + protected static final String PRIMARY_PLANNING_FILENAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. + * + * + * @see #getPrimaryPlanningFilename() + * @generated + * @ordered + */ + protected String primaryPlanningFilename = PRIMARY_PLANNING_FILENAME_EDEFAULT; + + /** + * The default value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. + * + * + * @see #isPrimaryPlanningWasValid() + * @generated + * @ordered + */ + protected static final boolean PRIMARY_PLANNING_WAS_VALID_EDEFAULT = false; + + /** + * The cached value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. + * + * + * @see #isPrimaryPlanningWasValid() + * @generated + * @ordered + */ + protected boolean primaryPlanningWasValid = PRIMARY_PLANNING_WAS_VALID_EDEFAULT; + + /** + * The cached value of the '{@link #getSecondaryPlanning() Secondary Planning}' containment reference. + * + * + * @see #getSecondaryPlanning() + * @generated + * @ordered + */ + protected PlanPro_Schnittstelle secondaryPlanning; + + /** + * The default value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. + * + * + * @see #getSecondaryPlanningFilename() + * @generated + * @ordered + */ + protected static final String SECONDARY_PLANNING_FILENAME_EDEFAULT = null; + + /** + * The cached value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. + * + * + * @see #getSecondaryPlanningFilename() + * @generated + * @ordered + */ + protected String secondaryPlanningFilename = SECONDARY_PLANNING_FILENAME_EDEFAULT; + + /** + * The cached value of the '{@link #getSecondaryPlanningIDReferences() Secondary Planning ID References}' containment reference list. + * + * + * @see #getSecondaryPlanningIDReferences() + * @generated + * @ordered + */ + protected EList secondaryPlanningIDReferences; + + /** + * The default value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. + * + * + * @see #isSecondaryPlanningWasValid() + * @generated + * @ordered + */ + protected static final boolean SECONDARY_PLANNING_WAS_VALID_EDEFAULT = false; + + /** + * The cached value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. + * + * + * @see #isSecondaryPlanningWasValid() + * @generated + * @ordered + */ + protected boolean secondaryPlanningWasValid = SECONDARY_PLANNING_WAS_VALID_EDEFAULT; + + /** + * The cached value of the '{@link #getCompositePlanning() Composite Planning}' containment reference. + * + * + * @see #getCompositePlanning() + * @generated + * @ordered + */ + protected PlanPro_Schnittstelle compositePlanning; + + /** + * The cached value of the '{@link #getCompositePlanningIDReferences() Composite Planning ID References}' containment reference list. + * + * + * @see #getCompositePlanningIDReferences() + * @generated + * @ordered + */ + protected EList compositePlanningIDReferences; + + /** + * The default value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. + * + * + * @see #getIntegrationDirectory() + * @generated + * @ordered + */ + protected static final String INTEGRATION_DIRECTORY_EDEFAULT = null; + + /** + * The cached value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. + * + * + * @see #getIntegrationDirectory() + * @generated + * @ordered + */ + protected String integrationDirectory = INTEGRATION_DIRECTORY_EDEFAULT; + + /** + * The cached value of the '{@link #getComparisonInitialState() Comparison Initial State}' containment reference. + * + * + * @see #getComparisonInitialState() + * @generated + * @ordered + */ + protected SComparison comparisonInitialState; + + /** + * The cached value of the '{@link #getComparisonFinalState() Comparison Final State}' containment reference. + * + * + * @see #getComparisonFinalState() + * @generated + * @ordered + */ + protected SComparison comparisonFinalState; + + /** + * + * + * @generated + */ + protected ToolboxTemporaryIntegrationImpl() { + super(); + } + + /** + * + * + * @generated + */ + @Override + protected EClass eStaticClass() { + return TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION; + } + + /** + * + * + * @generated + */ + @Override + public PlanPro_Schnittstelle getPrimaryPlanning() { + return primaryPlanning; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning, NotificationChain msgs) { + PlanPro_Schnittstelle oldPrimaryPlanning = primaryPlanning; + primaryPlanning = newPrimaryPlanning; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, oldPrimaryPlanning, newPrimaryPlanning); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning) { + if (newPrimaryPlanning != primaryPlanning) { + NotificationChain msgs = null; + if (primaryPlanning != null) + msgs = ((InternalEObject)primaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); + if (newPrimaryPlanning != null) + msgs = ((InternalEObject)newPrimaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); + msgs = basicSetPrimaryPlanning(newPrimaryPlanning, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, newPrimaryPlanning, newPrimaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getPrimaryPlanningFilename() { + return primaryPlanningFilename; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryPlanningFilename(String newPrimaryPlanningFilename) { + String oldPrimaryPlanningFilename = primaryPlanningFilename; + primaryPlanningFilename = newPrimaryPlanningFilename; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, oldPrimaryPlanningFilename, primaryPlanningFilename)); + } + + /** + * + * + * @generated + */ + @Override + public boolean isPrimaryPlanningWasValid() { + return primaryPlanningWasValid; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryPlanningWasValid(boolean newPrimaryPlanningWasValid) { + boolean oldPrimaryPlanningWasValid = primaryPlanningWasValid; + primaryPlanningWasValid = newPrimaryPlanningWasValid; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, oldPrimaryPlanningWasValid, primaryPlanningWasValid)); + } + + /** + * + * + * @generated + */ + @Override + public PlanPro_Schnittstelle getSecondaryPlanning() { + return secondaryPlanning; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning, NotificationChain msgs) { + PlanPro_Schnittstelle oldSecondaryPlanning = secondaryPlanning; + secondaryPlanning = newSecondaryPlanning; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, oldSecondaryPlanning, newSecondaryPlanning); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning) { + if (newSecondaryPlanning != secondaryPlanning) { + NotificationChain msgs = null; + if (secondaryPlanning != null) + msgs = ((InternalEObject)secondaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); + if (newSecondaryPlanning != null) + msgs = ((InternalEObject)newSecondaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); + msgs = basicSetSecondaryPlanning(newSecondaryPlanning, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, newSecondaryPlanning, newSecondaryPlanning)); + } + + /** + * + * + * @generated + */ + @Override + public String getSecondaryPlanningFilename() { + return secondaryPlanningFilename; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryPlanningFilename(String newSecondaryPlanningFilename) { + String oldSecondaryPlanningFilename = secondaryPlanningFilename; + secondaryPlanningFilename = newSecondaryPlanningFilename; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, oldSecondaryPlanningFilename, secondaryPlanningFilename)); + } + + /** + * + * + * @generated + */ + @Override + public EList getSecondaryPlanningIDReferences() { + if (secondaryPlanningIDReferences == null) { + secondaryPlanningIDReferences = new EObjectContainmentEList(ID_PlanPro_Schnittstelle_TypeClass.class, this, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES); + } + return secondaryPlanningIDReferences; + } + + /** + * + * + * @generated + */ + @Override + public boolean isSecondaryPlanningWasValid() { + return secondaryPlanningWasValid; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryPlanningWasValid(boolean newSecondaryPlanningWasValid) { + boolean oldSecondaryPlanningWasValid = secondaryPlanningWasValid; + secondaryPlanningWasValid = newSecondaryPlanningWasValid; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, oldSecondaryPlanningWasValid, secondaryPlanningWasValid)); + } + + /** + * + * + * @generated + */ + @Override + public PlanPro_Schnittstelle getCompositePlanning() { + return compositePlanning; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetCompositePlanning(PlanPro_Schnittstelle newCompositePlanning, NotificationChain msgs) { + PlanPro_Schnittstelle oldCompositePlanning = compositePlanning; + compositePlanning = newCompositePlanning; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, oldCompositePlanning, newCompositePlanning); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setCompositePlanning(PlanPro_Schnittstelle newCompositePlanning) { + if (newCompositePlanning != compositePlanning) { + NotificationChain msgs = null; + if (compositePlanning != null) + msgs = ((InternalEObject)compositePlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); + if (newCompositePlanning != null) + msgs = ((InternalEObject)newCompositePlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); + msgs = basicSetCompositePlanning(newCompositePlanning, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, newCompositePlanning, newCompositePlanning)); + } + + /** + * + * + * @generated + */ + @Override + public EList getCompositePlanningIDReferences() { + if (compositePlanningIDReferences == null) { + compositePlanningIDReferences = new EObjectContainmentEList(ID_PlanPro_Schnittstelle_TypeClass.class, this, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES); + } + return compositePlanningIDReferences; + } + + /** + * + * + * @generated + */ + @Override + public String getIntegrationDirectory() { + return integrationDirectory; + } + + /** + * + * + * @generated + */ + @Override + public void setIntegrationDirectory(String newIntegrationDirectory) { + String oldIntegrationDirectory = integrationDirectory; + integrationDirectory = newIntegrationDirectory; + if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, oldIntegrationDirectory, integrationDirectory)); + } + + /** + * + * + * @generated + */ + @Override + public SComparison getComparisonInitialState() { + return comparisonInitialState; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetComparisonInitialState(SComparison newComparisonInitialState, NotificationChain msgs) { + SComparison oldComparisonInitialState = comparisonInitialState; + comparisonInitialState = newComparisonInitialState; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, oldComparisonInitialState, newComparisonInitialState); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setComparisonInitialState(SComparison newComparisonInitialState) { + if (newComparisonInitialState != comparisonInitialState) { + NotificationChain msgs = null; + if (comparisonInitialState != null) + msgs = ((InternalEObject)comparisonInitialState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); + if (newComparisonInitialState != null) + msgs = ((InternalEObject)newComparisonInitialState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); + msgs = basicSetComparisonInitialState(newComparisonInitialState, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, newComparisonInitialState, newComparisonInitialState)); + } + + /** + * + * + * @generated + */ + @Override + public SComparison getComparisonFinalState() { + return comparisonFinalState; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetComparisonFinalState(SComparison newComparisonFinalState, NotificationChain msgs) { + SComparison oldComparisonFinalState = comparisonFinalState; + comparisonFinalState = newComparisonFinalState; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, oldComparisonFinalState, newComparisonFinalState); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setComparisonFinalState(SComparison newComparisonFinalState) { + if (newComparisonFinalState != comparisonFinalState) { + NotificationChain msgs = null; + if (comparisonFinalState != null) + msgs = ((InternalEObject)comparisonFinalState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); + if (newComparisonFinalState != null) + msgs = ((InternalEObject)newComparisonFinalState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); + msgs = basicSetComparisonFinalState(newComparisonFinalState, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, newComparisonFinalState, newComparisonFinalState)); + } + + /** + * + * + * @generated + */ + @Override + public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { + switch (featureID) { + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + return basicSetPrimaryPlanning(null, msgs); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + return basicSetSecondaryPlanning(null, msgs); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: + return ((InternalEList)getSecondaryPlanningIDReferences()).basicRemove(otherEnd, msgs); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + return basicSetCompositePlanning(null, msgs); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: + return ((InternalEList)getCompositePlanningIDReferences()).basicRemove(otherEnd, msgs); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + return basicSetComparisonInitialState(null, msgs); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + return basicSetComparisonFinalState(null, msgs); + } + return super.eInverseRemove(otherEnd, featureID, msgs); + } + + /** + * + * + * @generated + */ + @Override + public Object eGet(int featureID, boolean resolve, boolean coreType) { + switch (featureID) { + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + return getPrimaryPlanning(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + return getPrimaryPlanningFilename(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + return isPrimaryPlanningWasValid(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + return getSecondaryPlanning(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + return getSecondaryPlanningFilename(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: + return getSecondaryPlanningIDReferences(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + return isSecondaryPlanningWasValid(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + return getCompositePlanning(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: + return getCompositePlanningIDReferences(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + return getIntegrationDirectory(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + return getComparisonInitialState(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + return getComparisonFinalState(); + } + return super.eGet(featureID, resolve, coreType); + } + + /** + * + * + * @generated + */ + @SuppressWarnings("unchecked") + @Override + public void eSet(int featureID, Object newValue) { + switch (featureID) { + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + setPrimaryPlanning((PlanPro_Schnittstelle)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + setPrimaryPlanningFilename((String)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + setPrimaryPlanningWasValid((Boolean)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + setSecondaryPlanning((PlanPro_Schnittstelle)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + setSecondaryPlanningFilename((String)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: + getSecondaryPlanningIDReferences().clear(); + getSecondaryPlanningIDReferences().addAll((Collection)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + setSecondaryPlanningWasValid((Boolean)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + setCompositePlanning((PlanPro_Schnittstelle)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: + getCompositePlanningIDReferences().clear(); + getCompositePlanningIDReferences().addAll((Collection)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + setIntegrationDirectory((String)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + setComparisonInitialState((SComparison)newValue); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + setComparisonFinalState((SComparison)newValue); + return; + } + super.eSet(featureID, newValue); + } + + /** + * + * + * @generated + */ + @Override + public void eUnset(int featureID) { + switch (featureID) { + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + setPrimaryPlanning((PlanPro_Schnittstelle)null); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + setPrimaryPlanningFilename(PRIMARY_PLANNING_FILENAME_EDEFAULT); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + setPrimaryPlanningWasValid(PRIMARY_PLANNING_WAS_VALID_EDEFAULT); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + setSecondaryPlanning((PlanPro_Schnittstelle)null); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + setSecondaryPlanningFilename(SECONDARY_PLANNING_FILENAME_EDEFAULT); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: + getSecondaryPlanningIDReferences().clear(); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + setSecondaryPlanningWasValid(SECONDARY_PLANNING_WAS_VALID_EDEFAULT); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + setCompositePlanning((PlanPro_Schnittstelle)null); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: + getCompositePlanningIDReferences().clear(); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + setIntegrationDirectory(INTEGRATION_DIRECTORY_EDEFAULT); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + setComparisonInitialState((SComparison)null); + return; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + setComparisonFinalState((SComparison)null); + return; + } + super.eUnset(featureID); + } + + /** + * + * + * @generated + */ + @Override + public boolean eIsSet(int featureID) { + switch (featureID) { + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: + return primaryPlanning != null; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: + return PRIMARY_PLANNING_FILENAME_EDEFAULT == null ? primaryPlanningFilename != null : !PRIMARY_PLANNING_FILENAME_EDEFAULT.equals(primaryPlanningFilename); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: + return primaryPlanningWasValid != PRIMARY_PLANNING_WAS_VALID_EDEFAULT; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: + return secondaryPlanning != null; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: + return SECONDARY_PLANNING_FILENAME_EDEFAULT == null ? secondaryPlanningFilename != null : !SECONDARY_PLANNING_FILENAME_EDEFAULT.equals(secondaryPlanningFilename); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: + return secondaryPlanningIDReferences != null && !secondaryPlanningIDReferences.isEmpty(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: + return secondaryPlanningWasValid != SECONDARY_PLANNING_WAS_VALID_EDEFAULT; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: + return compositePlanning != null; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: + return compositePlanningIDReferences != null && !compositePlanningIDReferences.isEmpty(); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: + return INTEGRATION_DIRECTORY_EDEFAULT == null ? integrationDirectory != null : !INTEGRATION_DIRECTORY_EDEFAULT.equals(integrationDirectory); + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: + return comparisonInitialState != null; + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: + return comparisonFinalState != null; + } + return super.eIsSet(featureID); + } + + /** + * + * + * @generated + */ + @Override + public String toString() { + if (eIsProxy()) return super.toString(); + + StringBuilder result = new StringBuilder(super.toString()); + result.append(" (primaryPlanningFilename: "); + result.append(primaryPlanningFilename); + result.append(", primaryPlanningWasValid: "); + result.append(primaryPlanningWasValid); + result.append(", secondaryPlanningFilename: "); + result.append(secondaryPlanningFilename); + result.append(", secondaryPlanningWasValid: "); + result.append(secondaryPlanningWasValid); + result.append(", integrationDirectory: "); + result.append(integrationDirectory); + result.append(')'); + return result.toString(); + } + +} //ToolboxTemporaryIntegrationImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java new file mode 100644 index 0000000000..fc14161d4d --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java @@ -0,0 +1,144 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.util; + +import org.eclipse.emf.common.notify.Adapter; +import org.eclipse.emf.common.notify.Notifier; + +import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl; + +import org.eclipse.emf.ecore.EObject; + +import org.eclipse.set.model.temporaryintegration.*; + +/** + * + * The Adapter Factory for the model. + * It provides an adapter createXXX method for each class of the model. + * + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage + * @generated + */ +public class TemporaryintegrationAdapterFactory extends AdapterFactoryImpl { + /** + * The cached model package. + * + * + * @generated + */ + protected static TemporaryintegrationPackage modelPackage; + + /** + * Creates an instance of the adapter factory. + * + * + * @generated + */ + public TemporaryintegrationAdapterFactory() { + if (modelPackage == null) { + modelPackage = TemporaryintegrationPackage.eINSTANCE; + } + } + + /** + * Returns whether this factory is applicable for the type of the object. + * + * This implementation returns true if the object is either the model's package or is an instance object of the model. + * + * @return whether this factory is applicable for the type of the object. + * @generated + */ + @Override + public boolean isFactoryForType(Object object) { + if (object == modelPackage) { + return true; + } + if (object instanceof EObject) { + return ((EObject)object).eClass().getEPackage() == modelPackage; + } + return false; + } + + /** + * The switch that delegates to the createXXX methods. + * + * + * @generated + */ + protected TemporaryintegrationSwitch modelSwitch = + new TemporaryintegrationSwitch() { + @Override + public Adapter caseTemporaryIntegration(TemporaryIntegration object) { + return createTemporaryIntegrationAdapter(); + } + @Override + public Adapter caseToolboxTemporaryIntegration(ToolboxTemporaryIntegration object) { + return createToolboxTemporaryIntegrationAdapter(); + } + @Override + public Adapter defaultCase(EObject object) { + return createEObjectAdapter(); + } + }; + + /** + * Creates an adapter for the target. + * + * + * @param target the object to adapt. + * @return the adapter for the target. + * @generated + */ + @Override + public Adapter createAdapter(Notifier target) { + return modelSwitch.doSwitch((EObject)target); + } + + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration Temporary Integration}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration + * @generated + */ + public Adapter createTemporaryIntegrationAdapter() { + return null; + } + + /** + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration Toolbox Temporary Integration}'. + * + * This default implementation returns null so that we can easily ignore cases; + * it's useful to ignore a case when inheritance will catch all the cases anyway. + * + * @return the new adapter. + * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration + * @generated + */ + public Adapter createToolboxTemporaryIntegrationAdapter() { + return null; + } + + /** + * Creates a new adapter for the default case. + * + * This default implementation returns null. + * + * @return the new adapter. + * @generated + */ + public Adapter createEObjectAdapter() { + return null; + } + +} //TemporaryintegrationAdapterFactory diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java new file mode 100644 index 0000000000..b40ab83cac --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java @@ -0,0 +1,47 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.util; + +import org.eclipse.emf.common.util.URI; + +import org.eclipse.emf.ecore.resource.Resource; + +import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl; + +/** + * + * The Resource Factory associated with the package. + * + * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl + * @generated + */ +public class TemporaryintegrationResourceFactoryImpl extends ResourceFactoryImpl { + /** + * Creates an instance of the resource factory. + * + * + * @generated + */ + public TemporaryintegrationResourceFactoryImpl() { + super(); + } + + /** + * Creates an instance of the resource. + * + * + * @generated + */ + @Override + public Resource createResource(URI uri) { + Resource result = new TemporaryintegrationResourceImpl(uri); + return result; + } + +} //TemporaryintegrationResourceFactoryImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java new file mode 100644 index 0000000000..76969cc9ce --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java @@ -0,0 +1,34 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.util; + +import org.eclipse.emf.common.util.URI; + +import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; + +/** + * + * The Resource associated with the package. + * + * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceFactoryImpl + * @generated + */ +public class TemporaryintegrationResourceImpl extends XMLResourceImpl { + /** + * Creates an instance of the resource. + * + * + * @param uri the URI of the new resource. + * @generated + */ + public TemporaryintegrationResourceImpl(URI uri) { + super(uri); + } + +} //TemporaryintegrationResourceImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java new file mode 100644 index 0000000000..f5ac7cefdc --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java @@ -0,0 +1,137 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.util; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.util.Switch; + +import org.eclipse.set.model.temporaryintegration.*; + +/** + * + * The Switch for the model's inheritance hierarchy. + * It supports the call {@link #doSwitch(EObject) doSwitch(object)} + * to invoke the caseXXX method for each class of the model, + * starting with the actual class of the object + * and proceeding up the inheritance hierarchy + * until a non-null result is returned, + * which is the result of the switch. + * + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage + * @generated + */ +public class TemporaryintegrationSwitch extends Switch { + /** + * The cached model package + * + * + * @generated + */ + protected static TemporaryintegrationPackage modelPackage; + + /** + * Creates an instance of the switch. + * + * + * @generated + */ + public TemporaryintegrationSwitch() { + if (modelPackage == null) { + modelPackage = TemporaryintegrationPackage.eINSTANCE; + } + } + + /** + * Checks whether this is a switch for the given package. + * + * + * @param ePackage the package in question. + * @return whether this is a switch for the given package. + * @generated + */ + @Override + protected boolean isSwitchFor(EPackage ePackage) { + return ePackage == modelPackage; + } + + /** + * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. + * + * + * @return the first non-null result returned by a caseXXX call. + * @generated + */ + @Override + protected T doSwitch(int classifierID, EObject theEObject) { + switch (classifierID) { + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION: { + TemporaryIntegration temporaryIntegration = (TemporaryIntegration)theEObject; + T result = caseTemporaryIntegration(temporaryIntegration); + if (result == null) result = defaultCase(theEObject); + return result; + } + case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION: { + ToolboxTemporaryIntegration toolboxTemporaryIntegration = (ToolboxTemporaryIntegration)theEObject; + T result = caseToolboxTemporaryIntegration(toolboxTemporaryIntegration); + if (result == null) result = defaultCase(theEObject); + return result; + } + default: return defaultCase(theEObject); + } + } + + /** + * Returns the result of interpreting the object as an instance of 'Temporary Integration'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Temporary Integration'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseTemporaryIntegration(TemporaryIntegration object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'Toolbox Temporary Integration'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Toolbox Temporary Integration'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseToolboxTemporaryIntegration(ToolboxTemporaryIntegration object) { + return null; + } + + /** + * Returns the result of interpreting the object as an instance of 'EObject'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch, but this is the last case anyway. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'EObject'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) + * @generated + */ + @Override + public T defaultCase(EObject object) { + return null; + } + +} //TemporaryintegrationSwitch diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java new file mode 100644 index 0000000000..3fceaa9405 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java @@ -0,0 +1,56 @@ +/** + * Copyright (c) {Jahr} DB Netz AG and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + */ +package org.eclipse.set.model.temporaryintegration.util; + +import java.util.Map; + +import org.eclipse.emf.ecore.EPackage; + +import org.eclipse.emf.ecore.resource.Resource; + +import org.eclipse.emf.ecore.xmi.util.XMLProcessor; + +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; + +/** + * This class contains helper methods to serialize and deserialize XML documents + * + * + * @generated + */ +public class TemporaryintegrationXMLProcessor extends XMLProcessor { + + /** + * Public constructor to instantiate the helper. + * + * + * @generated + */ + public TemporaryintegrationXMLProcessor() { + super((EPackage.Registry.INSTANCE)); + TemporaryintegrationPackage.eINSTANCE.eClass(); + } + + /** + * Register for "*" and "xml" file extensions the TemporaryintegrationResourceFactoryImpl factory. + * + * + * @generated + */ + @Override + protected Map getRegistrations() { + if (registrations == null) { + super.getRegistrations(); + registrations.put(XML_EXTENSION, new TemporaryintegrationResourceFactoryImpl()); + registrations.put(STAR_EXTENSION, new TemporaryintegrationResourceFactoryImpl()); + } + return registrations; + } + +} //TemporaryintegrationXMLProcessor diff --git a/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend b/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend index 8cfb7122f9..1785f9671f 100644 --- a/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend +++ b/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend @@ -19,8 +19,10 @@ import java.util.Set import javax.xml.datatype.DatatypeConfigurationException import javax.xml.datatype.DatatypeFactory import javax.xml.datatype.XMLGregorianCalendar +import org.eclipse.emf.common.util.Diagnostic import org.eclipse.emf.ecore.EObject import org.eclipse.emf.ecore.resource.Resource +import org.eclipse.emf.ecore.util.Diagnostician import org.eclipse.emf.ecore.util.EcoreUtil import org.eclipse.emf.ecore.xmi.XMLResource import org.eclipse.emf.edit.command.SetCommand @@ -52,6 +54,7 @@ import org.eclipse.set.utils.ToolboxConfiguration import static extension org.eclipse.set.ppmodel.extensions.EObjectExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* +import static extension org.eclipse.set.utils.StringExtensions.* /** * Extensions for {@link PlanPro_Schnittstelle}. @@ -208,9 +211,10 @@ class PlanProSchnittstelleExtensions { copy.LSTPlanungProjekt.leadingPlanungGruppe.LSTPlanungEinzel. anhangMaterialBesonders ) - destination.LSTPlanungProjekt.leadingPlanungGruppe.LSTPlanungEinzel.anhangVzG. - addAll( - copy.LSTPlanungProjekt.leadingPlanungGruppe.LSTPlanungEinzel.anhangVzG + destination.LSTPlanungProjekt.leadingPlanungGruppe.LSTPlanungEinzel. + anhangVzG.addAll( + copy.LSTPlanungProjekt.leadingPlanungGruppe.LSTPlanungEinzel. + anhangVzG ) destination.LSTPlanungProjekt.leadingPlanungGruppe. LSTPlanungEinzel.planungEAllg = copy.LSTPlanungProjekt. @@ -221,10 +225,11 @@ class PlanProSchnittstelleExtensions { destination.LSTPlanungProjekt.leadingPlanungGruppe.planungGAllg = copy. LSTPlanungProjekt.leadingPlanungGruppe.planungGAllg destination.LSTPlanungProjekt. - leadingPlanungGruppe.planungGFuehrendeStrecke = copy.LSTPlanungProjekt. - leadingPlanungGruppe.planungGFuehrendeStrecke - destination.LSTPlanungProjekt.leadingPlanungGruppe.planungGSchriftfeld = copy. - LSTPlanungProjekt.leadingPlanungGruppe.planungGSchriftfeld + leadingPlanungGruppe.planungGFuehrendeStrecke = copy. + LSTPlanungProjekt.leadingPlanungGruppe.planungGFuehrendeStrecke + destination.LSTPlanungProjekt. + leadingPlanungGruppe.planungGSchriftfeld = copy.LSTPlanungProjekt. + leadingPlanungGruppe.planungGSchriftfeld destination.LSTPlanungProjekt.planungPAllg = copy.LSTPlanungProjekt. planungPAllg @@ -351,88 +356,88 @@ class PlanProSchnittstelleExtensions { static def Optional getBauphase( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.bauphase?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.bauphase?.wert ) } static def Optional getBauzustandKurzbezeichnung( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.bauzustandKurzbezeichnung?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.bauzustandKurzbezeichnung?.wert ) } static def Optional getDatumAbschlussEinzel( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.datumAbschlussEinzel?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.datumAbschlussEinzel?.wert ) } static def Optional getIndexAusgabe( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.indexAusgabe?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.indexAusgabe?.wert ) } static def Optional getInformativ( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.informativ?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.informativ?.wert ) } static def Optional getLaufendeNummerAusgabe( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.laufendeNummerAusgabe?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.laufendeNummerAusgabe?.wert ) } static def Optional getPlanungArt( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.planungEArt?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.planungEArt?.wert ) } static def Optional getPlanungPhase( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - planungEAllg?.planungPhase?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.planungEAllg?.planungPhase?.wert ) } static def Optional getDatumAbschlussGruppe( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.planungGAllg?. - datumAbschlussGruppe?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + planungGAllg?.datumAbschlussGruppe?.wert ) } static def Optional getPlanProXSDVersion( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.planungGAllg?. - planProXSDVersion?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + planungGAllg?.planProXSDVersion?.wert ) } static def Optional getVerantwortlicheStelleDB( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.planungGAllg?. - verantwortlicheStelleDB?.wert + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + planungGAllg?.verantwortlicheStelleDB?.wert ) } @@ -530,14 +535,14 @@ class PlanProSchnittstelleExtensions { static def Optional getLSTPlanungEinzelIdentitaet( PlanPro_Schnittstelle schnittstelle) { return Optional.ofNullable( - schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.LSTPlanungEinzel?. - identitaet?.wert) + schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + LSTPlanungEinzel?.identitaet?.wert) } static def Optional getLSTPlanungGruppeIdentitaet( PlanPro_Schnittstelle schnittstelle) { - val wert = schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?.identitaet?. - wert + val wert = schnittstelle?.LSTPlanungProjekt?.leadingPlanungGruppe?. + identitaet?.wert return Optional.ofNullable(wert) } @@ -834,4 +839,36 @@ class PlanProSchnittstelleExtensions { newAusgabeFachdaten.LSTZustandStart = copyContainer return newSchnittstelle } + + /** + * Update a planning for the primary planning of a planning integration. + * This will update several attributes used to derive the path of the model. + * + * @param schnittstelle the PlanPro Schnittstelle + */ + static def void updateForIntegrationCopy( + PlanPro_Schnittstelle schnittstelle, EditingDomain domain) { + + // update Kurzbezeichnung Bauzustand + val kurzbezeichnung = schnittstelle.bauzustandKurzbezeichnung.orElse("") + val kurzbezeichnungShort1 = kurzbezeichnung.shortenBy(1) + val kurzbezeichnungShort2 = kurzbezeichnung.shortenBy(2) + val kurzbezeichnung_G = '''«kurzbezeichnung»_G''' + val kurzbezeichnungShort1_G = '''«kurzbezeichnungShort1»_G''' + val kurzbezeichnungShort2_G = '''«kurzbezeichnungShort2»_G''' + val bauzustandKurzbezeichnung = schnittstelle.LSTPlanungProjekt. + leadingPlanungGruppe.LSTPlanungEinzel.planungEAllg. + bauzustandKurzbezeichnung + bauzustandKurzbezeichnung.wert = kurzbezeichnung_G + var Diagnostic diagnostic = Diagnostician.INSTANCE.validate( + bauzustandKurzbezeichnung); + if (diagnostic.getSeverity() != Diagnostic.OK) { + bauzustandKurzbezeichnung.wert = kurzbezeichnungShort1_G + diagnostic = Diagnostician.INSTANCE.validate( + bauzustandKurzbezeichnung); + if (diagnostic.getSeverity() != Diagnostic.OK) { + bauzustandKurzbezeichnung.wert = kurzbezeichnungShort2_G + } + } + } } From 8e5544ca39682edc59748079cefcb98946f5c661 Mon Sep 17 00:00:00 2001 From: TruongQuangSB Date: Fri, 6 Mar 2026 17:07:25 +0100 Subject: [PATCH 02/13] active merge part --- .../core/fileservice/IDReferenceUtils.java | 24 ++++++++ .../.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 6 +- .../META-INF/MANIFEST.MF | 6 +- .../PlanProMergeFormsDescriptionService.java | 7 +-- .../service/parts/PlanProMergeFormsPart.java | 22 ++++---- .../validation/session/ModelSession.java | 40 ++++++------- .../org.eclipse.set.feature/feature.xml | 24 ++++++++ .../TemporaryIntegrationExtensions.xtend | 56 ++++++++++--------- 9 files changed, 120 insertions(+), 67 deletions(-) create mode 100644 java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/IDReferenceUtils.java diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/IDReferenceUtils.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/IDReferenceUtils.java new file mode 100644 index 0000000000..5c1e8e7587 --- /dev/null +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/IDReferenceUtils.java @@ -0,0 +1,24 @@ +/** + * Copyright (c) 2026 DB InfraGO AG and others + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + * + */ +package org.eclipse.set.core.fileservice; + +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; + +/** + * + */ +public class IDReferenceUtils { + + public static void retargetIDReferences(final PlanPro_Schnittstelle source, + final PlanPro_Schnittstelle target) { + + } +} diff --git a/java/bundles/org.eclipse.set.feature.integration/.classpath b/java/bundles/org.eclipse.set.feature.integration/.classpath index 5bfb3c3990..2605d96cf9 100644 --- a/java/bundles/org.eclipse.set.feature.integration/.classpath +++ b/java/bundles/org.eclipse.set.feature.integration/.classpath @@ -1,6 +1,6 @@ - + diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs index 00f607eee8..58b2448f42 100644 --- a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs @@ -9,9 +9,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.compliance=21 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -126,7 +126,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=enabled -org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.compiler.source=21 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF index f0b8ddf46f..09d9ec84a4 100644 --- a/java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.feature.integration/META-INF/MANIFEST.MF @@ -2,8 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Toolbox Integration Bundle-SymbolicName: org.eclipse.set.feature.integration;singleton:=true -Bundle-Version: 1.1.0 -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-Version: 2.6.0.qualifier +Automatic-Module-Name: org.eclipse.set.feature.projectdata +Bundle-RequiredExecutionEnvironment: JavaSE-21 Bundle-Vendor: Eclipse Signalling Engineering Toolbox Require-Bundle: com.google.guava, org.eclipse.xtext.xbase.lib, @@ -86,5 +87,6 @@ Import-Package: javax.inject;version="1.0.0", org.osgi.service.component.annotations;version="1.3.0", org.slf4j;version="1.7.2" Bundle-ActivationPolicy: lazy +Bundle-Localization: OSGI-INF/l10n/bundle Service-Component: OSGI-INF/org.eclipse.set.feature.integration.service.SimpleMergeService.xml, OSGI-INF/org.eclipse.set.feature.integration.descriptions.PlanProMergeFormsDescriptionService.xml diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java index 54e9cb273d..9942a6ce2e 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java @@ -14,7 +14,6 @@ import org.eclipse.e4.core.contexts.ContextInjectionFactory; import org.eclipse.e4.core.contexts.IEclipseContext; import org.eclipse.e4.core.services.nls.Translation; -import org.eclipse.set.basis.constants.PlanProFileNature; import org.eclipse.set.basis.part.PartDescription; import org.eclipse.set.basis.viewgroups.ToolboxViewGroup; import org.eclipse.set.core.services.part.PartDescriptionService; @@ -27,7 +26,7 @@ * * @author Schaefer */ -@Component +@Component(service = PartDescriptionService.class) public class PlanProMergeFormsDescriptionService implements PartDescriptionService { private static class InjectionHelper { @@ -47,7 +46,7 @@ public PartDescription getDescription(final IEclipseContext context) { .make(InjectionHelper.class, context); return new PartDescription( // ID - this.getClass().getName(), + "org.eclipse.set.feature.integration.servive.parts.PlanProMergeFormsPart", // contributionURI "bundleclass://org.eclipse.set.feature.integration/org.eclipse.set.feature.integration.service.parts.PlanProMergeFormsPart", //$NON-NLS-1$ // toolboxViewName @@ -57,7 +56,7 @@ public PartDescription getDescription(final IEclipseContext context) { // toolboxViewType getToolboxViewGroup(), // defaultForNature - PlanProFileNature.INTEGRATION, + null, // toolboxViewNeedsLoadedModel true, // toolboxViewNeedsXsdValidation diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java index 3198f4c5f2..0920f7f01c 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -60,7 +60,6 @@ import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; -import org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions; import org.eclipse.set.utils.RefreshAction; import org.eclipse.set.utils.SelectableAction; @@ -192,16 +191,17 @@ private ToolboxFile createTemporaryToolboxFile(final String mergeDir, mergeDirFileNameExtension, ToolboxFileRole.TEMPORARY_INTEGRATION); temporaryFile.setTemporaryDirectory(session.getTempDir()); - temporaryFile.getResource().getContents().add(newTemporaryIntegration); - if (temporaryFile - .getResource() instanceof final TemporaryintegrationResourceImpl resource) { - resource.getTransformPrimaryInvalidIDReferences().addAll( - newTemporaryIntegration.getPrimaryPlanningIDReferences()); - resource.getTransformSecondaryInvalidIDReferences().addAll( - newTemporaryIntegration.getSecondaryPlanningIDReferences()); - resource.getTransformCompositeInvalidIDReferences().addAll( - newTemporaryIntegration.getCompositePlanningIDReferences()); - } + // temporaryFile.getPlanProResource().getContents().add(newTemporaryIntegration); + // if (temporaryFile + // .getResource() instanceof final TemporaryintegrationResourceImpl + // resource) { + // resource.getTransformPrimaryInvalidIDReferences().addAll( + // newTemporaryIntegration.getPrimaryPlanningIDReferences()); + // resource.getTransformSecondaryInvalidIDReferences().addAll( + // newTemporaryIntegration.getSecondaryPlanningIDReferences()); + // resource.getTransformCompositeInvalidIDReferences().addAll( + // newTemporaryIntegration.getCompositePlanningIDReferences()); + // } try { temporaryFile.copyAllMedia(getConvertedPrimaryPlanning()); diff --git a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java index 21a4e18896..9739d65617 100644 --- a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java +++ b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java @@ -43,6 +43,7 @@ import org.eclipse.set.basis.Pair; import org.eclipse.set.basis.ProjectInitializationData; import org.eclipse.set.basis.ToolboxPaths; +import org.eclipse.set.basis.Wrapper; import org.eclipse.set.basis.constants.ContainerType; import org.eclipse.set.basis.constants.ExportType; import org.eclipse.set.basis.constants.PlanProFileNature; @@ -726,29 +727,29 @@ public void switchToMergeMode( throws IOException, UserAbortion { if (isMergeMode()) { throw new IllegalStateException("Session already in merge mode."); //$NON-NLS-1$ } + } + // remember the original planning final PlanPro_Schnittstelle + final PlanPro_Schnittstelle originalPlanning = getPlanProSchnittstelle(); + final ToolboxFile originalFile = getToolboxFile(); + toolboxFile = temporaryToolboxFile; - // remember the original planning final PlanPro_Schnittstelle - final PlanPro_Schnittstelle originalPlanning = getPlanProSchnittstelle(); - final ToolboxFile originalFile = getToolboxFile(); - toolboxFile = temporaryToolboxFile; - - // save temporaryIntegration = newTemporaryIntegration; - setPlanProSchnittstelle( - newTemporaryIntegration.getCompositePlanning()); - final Wrapper userAbortion = new Wrapper<>(); - Display.getDefault().syncExec(new Runnable() { + // save temporaryIntegration = newTemporaryIntegration; + setPlanProSchnittstelle(newTemporaryIntegration.getCompositePlanning()); + final Wrapper userAbortion = new Wrapper<>(); + Display.getDefault().syncExec(new Runnable() { - @Override - public void run() { - try { - save(shell, false); - } catch (final UserAbortion e) { - userAbortion.setValue(e); - } + @Override + public void run() { + try { + save(shell, false); + } catch (final UserAbortion e) { + userAbortion.setValue(e); } - }); + } + }); - // test for abortion if (userAbortion.getValue() != null) { + // test for abortion + if (userAbortion.getValue() != null) { temporaryIntegration = null; setPlanProSchnittstelle(originalPlanning); toolboxFile.close(); @@ -756,7 +757,6 @@ public void run() { revert(); throw userAbortion.getValue(); } - // change role of temporary integration to session file originalFile.close(); toolboxFile.close(); diff --git a/java/bundles/org.eclipse.set.feature/feature.xml b/java/bundles/org.eclipse.set.feature/feature.xml index 810ae9aa9c..6265a9657d 100644 --- a/java/bundles/org.eclipse.set.feature/feature.xml +++ b/java/bundles/org.eclipse.set.feature/feature.xml @@ -1454,4 +1454,28 @@ http://www.eclipse.org/legal/epl-v20.html id="bcutil" version="0.0.0"/> + + + + + + + + + + + + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend index dbdd1d5627..cd96ef4e41 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend @@ -33,6 +33,7 @@ import static extension org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleE import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensions.* import static extension org.eclipse.set.model.simplemerge.extensions.ResolutionExtensions.* +import org.eclipse.set.core.fileservice.ToolboxIDResolver /** * Extensions for {@link ToolboxTemporaryIntegration}. @@ -343,14 +344,14 @@ class TemporaryIntegrationExtensions { // content val temporaryIntegration = TemporaryintegrationFactory.eINSTANCE. createToolboxTemporaryIntegration - val primaryPlanning = readFrom(primaryPlanningToolboxFile.resource) + val primaryPlanning = readFrom(primaryPlanningToolboxFile.planProResource) temporaryIntegration.primaryPlanning = EcoreUtil.copy(primaryPlanning) temporaryIntegration.primaryPlanningFilename = primaryPlanningToolboxFile. path.fileName.toString temporaryIntegration.primaryPlanningWasValid = primaryPlanningWasValid temporaryIntegration.compositePlanning = EcoreUtil.copy(primaryPlanning) - val secondaryPlanning = readFrom(secondaryPlanningToolboxFile.resource) + val secondaryPlanning = readFrom(secondaryPlanningToolboxFile.planProResource) temporaryIntegration.secondaryPlanning = EcoreUtil.copy( secondaryPlanning) temporaryIntegration.secondaryPlanningFilename = secondaryPlanningToolboxFile. @@ -359,31 +360,34 @@ class TemporaryIntegrationExtensions { temporaryIntegration.integrationDirectory = mergeDir.toString // Retarget ID references to point to the newly created instances - val primaryResource = primaryPlanningToolboxFile. - resource as PlanProResourceImpl - val secondaryResource = secondaryPlanningToolboxFile. - resource as PlanProResourceImpl +// val primaryResource = primaryPlanningToolboxFile. +// planProResource +// val secondaryResource = secondaryPlanningToolboxFile. +// planProResource + ToolboxIDResolver.resolveIDReferences(temporaryIntegration.primaryPlanning) + ToolboxIDResolver.resolveIDReferences(temporaryIntegration.secondaryPlanning) + ToolboxIDResolver.resolveIDReferences(temporaryIntegration.compositePlanning) // primaryPlanning -> Primary Resource - IDReferenceUtils.retargetIDReferences(primaryPlanning, - temporaryIntegration.primaryPlanning, - primaryResource.invalidIDReferences, - temporaryIntegration.primaryPlanningIDReferences); - - // secondaryPlanning -> Secondary Resource - IDReferenceUtils.retargetIDReferences(secondaryPlanning, - temporaryIntegration.secondaryPlanning, - secondaryResource.invalidIDReferences, - temporaryIntegration.secondaryPlanningIDReferences) - - // compositePlanning -> Both Resources - IDReferenceUtils.retargetIDReferences(primaryPlanning, - temporaryIntegration.compositePlanning, - primaryResource.invalidIDReferences, - temporaryIntegration.compositePlanningIDReferences) - IDReferenceUtils.retargetIDReferences(secondaryPlanning, - temporaryIntegration.compositePlanning, - secondaryResource.invalidIDReferences, - temporaryIntegration.compositePlanningIDReferences); +// IDReferenceUtils.retargetIDReferences(primaryPlanning, +// temporaryIntegration.primaryPlanning, +// primaryResource.invalidIDReferences, +// temporaryIntegration.primaryPlanningIDReferences); +// +// // secondaryPlanning -> Secondary Resource +// IDReferenceUtils.retargetIDReferences(secondaryPlanning, +// temporaryIntegration.secondaryPlanning, +// secondaryResource.invalidIDReferences, +// temporaryIntegration.secondaryPlanningIDReferences) +// +// // compositePlanning -> Both Resources +// IDReferenceUtils.retargetIDReferences(primaryPlanning, +// temporaryIntegration.compositePlanning, +// primaryResource.invalidIDReferences, +// temporaryIntegration.compositePlanningIDReferences) +// IDReferenceUtils.retargetIDReferences(secondaryPlanning, +// temporaryIntegration.compositePlanning, +// secondaryResource.invalidIDReferences, +// temporaryIntegration.compositePlanningIDReferences); return temporaryIntegration } From 4b1bb8aa4219ca83b5f28304bf0f02bfd15af93e Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Wed, 11 Mar 2026 14:07:31 +0100 Subject: [PATCH 03/13] TemporayIntegrationResource --- .../META-INF/MANIFEST.MF | 2 + .../eclipse/set/basis/files}/GuidCache.xtend | 5 +- .../TemporaryIntegrationFileResoutce.java | 132 ++++++++++++++++++ .../eclipse/set/basis/files/ToolboxFile.java | 4 + .../set/basis/files}/ToolboxIDResolver.java | 2 +- .../org.eclipse.set.core/META-INF/MANIFEST.MF | 2 + .../core/fileservice/PlainToolboxFile.java | 8 ++ .../fileservice/ToolboxFileServiceImpl.java | 1 + .../fileservice/ZippedPlanProToolboxFile.java | 16 +++ .../service/parts/PlanProMergeFormsPart.java | 23 +-- .../ppimport/ImportModelHandler.java | 2 +- .../utils/AbstractImportGroup.java | 2 +- .../TemporaryintegrationResourceImpl.java | 18 +-- .../unittest/utils/AbstractToolboxTest.java | 2 +- .../set/utils/ToolboxConfiguration.java | 2 +- 15 files changed, 193 insertions(+), 28 deletions(-) rename java/bundles/{org.eclipse.set.core/src/org/eclipse/set/core/fileservice => org.eclipse.set.basis/src/org/eclipse/set/basis/files}/GuidCache.xtend (98%) create mode 100644 java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java rename java/bundles/{org.eclipse.set.core/src/org/eclipse/set/core/fileservice => org.eclipse.set.basis/src/org/eclipse/set/basis/files}/ToolboxIDResolver.java (99%) diff --git a/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF index 948067ebc9..4042b4ca5c 100644 --- a/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.basis/META-INF/MANIFEST.MF @@ -57,7 +57,9 @@ Import-Package: com.google.common.collect, org.eclipse.jface.text.rules, org.eclipse.jface.window, org.eclipse.osgi.util, + org.eclipse.set.model.simplemerge, org.eclipse.set.model.temporaryintegration, + org.eclipse.set.model.temporaryintegration.util, org.eclipse.set.model.validationreport, org.eclipse.set.model.zipmanifest, org.eclipse.set.ppmodel.extensions.container, diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/GuidCache.xtend b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/GuidCache.xtend similarity index 98% rename from java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/GuidCache.xtend rename to java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/GuidCache.xtend index b8b88ac002..301f941cc7 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/GuidCache.xtend +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/GuidCache.xtend @@ -6,17 +6,16 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html */ -package org.eclipse.set.core.fileservice +package org.eclipse.set.basis.files import java.util.HashMap import java.util.Map import org.eclipse.emf.ecore.EObject import org.eclipse.set.model.planpro.Basisobjekte.Ur_Objekt +import org.eclipse.set.model.planpro.Layoutinformationen.PlanPro_Layoutinfo import org.eclipse.set.model.planpro.PlanPro.Ausgabe_Fachdaten import org.eclipse.set.model.planpro.PlanPro.Container_AttributeGroup import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle -import org.eclipse.set.core.fileservice.GuidCache.ContainerType -import org.eclipse.set.model.planpro.Layoutinformationen.PlanPro_Layoutinfo /** * Guid to Object cache for faster lookups diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java new file mode 100644 index 0000000000..de9101d488 --- /dev/null +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java @@ -0,0 +1,132 @@ +/** + * Copyright (c) 2026 DB InfraGO AG and others + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.set.basis.files; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.util.Map; + +import org.eclipse.emf.common.util.URI; +import org.eclipse.emf.ecore.util.EcoreUtil; +import org.eclipse.emf.ecore.xmi.XMLHelper; +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; + +public class TemporaryIntegrationFileResoutce extends PlanProFileResource { + public TemporaryIntegrationFileResoutce(final URI uri) { + this(uri, null); + } + + /** + * Creates an instance of the resource. + * + * @param uri + * the URI of the new resource. + * @param xmlHelper + * the {@link XMLHelper} + * @generated + */ + public TemporaryIntegrationFileResoutce(final URI uri, + final XMLHelper xmlHelper) { + super(uri, xmlHelper); + } + + @Override + public void doLoad(final InputStream inputStream, final Map options) + throws IOException { + try { + super.doLoad(inputStream, defaultDeleteOptions); + } finally { + if (getContents().isEmpty()) { + return; + } + + if (getContents() + .get(0) instanceof final TemporaryIntegration tmpInt) { + final ToolboxTemporaryIntegration toolboxTemporaryInt = TemporaryintegrationFactory.eINSTANCE + .createToolboxTemporaryIntegration(); + final PlanPro_Schnittstelle primaryPlanning = tmpInt + .getPrimaryPlanning(); + ToolboxIDResolver.resolveIDReferences(primaryPlanning); + toolboxTemporaryInt.setPrimaryPlanning(primaryPlanning); + + final PlanPro_Schnittstelle secondaryPlanning = tmpInt + .getSecondaryPlanning(); + ToolboxIDResolver.resolveIDReferences(secondaryPlanning); + toolboxTemporaryInt.setSecondaryPlanning(secondaryPlanning); + + final PlanPro_Schnittstelle compositePlanning = tmpInt + .getCompositePlanning(); + ToolboxIDResolver.resolveIDReferences(compositePlanning); + toolboxTemporaryInt.setCompositePlanning(compositePlanning); + + // Copy other attributes + toolboxTemporaryInt.setPrimaryPlanningFilename( + tmpInt.getPrimaryPlanningFilename()); + toolboxTemporaryInt.setPrimaryPlanningWasValid( + tmpInt.isPrimaryPlanningWasValid()); + toolboxTemporaryInt.setSecondaryPlanningFilename( + tmpInt.getSecondaryPlanningFilename()); + toolboxTemporaryInt.setSecondaryPlanningWasValid( + tmpInt.isSecondaryPlanningWasValid()); + toolboxTemporaryInt.setIntegrationDirectory( + tmpInt.getIntegrationDirectory()); + toolboxTemporaryInt.setComparisonInitialState( + EcoreUtil.copy(tmpInt.getComparisonInitialState())); + toolboxTemporaryInt.setComparisonFinalState( + EcoreUtil.copy(tmpInt.getComparisonFinalState())); + + EcoreUtil.replace(tmpInt, toolboxTemporaryInt); + } + } + } + + @Override + public void doSave(final OutputStream outputStream, final Map options) + throws IOException { + if (getContents().isEmpty()) { + super.doSave(outputStream, options); + } + + if (getContents() + .getFirst() instanceof final ToolboxTemporaryIntegration toolboxInt) { + final TemporaryIntegration tmpInt = TemporaryintegrationFactory.eINSTANCE + .createTemporaryIntegration(); + tmpInt.setPrimaryPlanning(toolboxInt.getPrimaryPlanning()); + tmpInt.setSecondaryPlanning(toolboxInt.getSecondaryPlanning()); + tmpInt.setCompositePlanning(toolboxInt.getCompositePlanning()); + + // Copy other attributes + tmpInt.setPrimaryPlanningFilename( + toolboxInt.getPrimaryPlanningFilename()); + tmpInt.setPrimaryPlanningWasValid( + toolboxInt.isPrimaryPlanningWasValid()); + tmpInt.setSecondaryPlanningFilename( + toolboxInt.getSecondaryPlanningFilename()); + tmpInt.setSecondaryPlanningWasValid( + toolboxInt.isSecondaryPlanningWasValid()); + tmpInt.setIntegrationDirectory( + toolboxInt.getIntegrationDirectory()); + tmpInt.setComparisonInitialState( + EcoreUtil.copy(toolboxInt.getComparisonInitialState())); + tmpInt.setComparisonFinalState( + EcoreUtil.copy(toolboxInt.getComparisonFinalState())); + + // Swap, save and restore + EcoreUtil.replace(toolboxInt, tmpInt); + super.doSave(outputStream, options); + EcoreUtil.replace(tmpInt, toolboxInt); + } + } +} diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java index c0a0988fde..2e1a102e3b 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java @@ -16,6 +16,7 @@ import org.eclipse.emf.edit.domain.EditingDomain; import org.eclipse.set.basis.PlanProXMLNode; import org.eclipse.set.basis.guid.Guid; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; /** * Abstraction from concrete file format. @@ -299,4 +300,7 @@ public static interface Format { */ void setResourcePath(Resource resource, Path path); + ToolboxFile createTemporaryToolboxFile(final String mergerDir, + final ToolboxTemporaryIntegration newTemporaryIntegration); + } diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxIDResolver.java similarity index 99% rename from java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java rename to java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxIDResolver.java index 3ddd5c963a..d64411c2fe 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxIDResolver.java @@ -7,7 +7,7 @@ * * SPDX-License-Identifier: EPL-2.0 */ -package org.eclipse.set.core.fileservice; +package org.eclipse.set.basis.files; import java.util.Optional; diff --git a/java/bundles/org.eclipse.set.core/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.core/META-INF/MANIFEST.MF index 0f96117bd9..4960594dd4 100644 --- a/java/bundles/org.eclipse.set.core/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.core/META-INF/MANIFEST.MF @@ -86,6 +86,8 @@ Import-Package: com.fasterxml.jackson.annotation, org.eclipse.set.core.services.version, org.eclipse.set.core.services.viewmodel, org.eclipse.set.custom.extensions, + org.eclipse.set.model.temporaryintegration, + org.eclipse.set.model.temporaryintegration.util, org.eclipse.set.model.validationreport, org.eclipse.set.model.zipmanifest, org.eclipse.set.ppmodel.extensions, diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java index cc16d942f0..b5b7196c6e 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java @@ -22,11 +22,13 @@ import org.eclipse.set.basis.files.PlanProFileResource; import org.eclipse.set.basis.files.ToolboxFile; import org.eclipse.set.basis.files.ToolboxFileRole; +import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.basis.guid.Guid; import org.eclipse.set.core.services.Services; import org.eclipse.set.core.services.session.SessionService; import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.util.PlanProResourceImpl; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; /** * Toolbox file support for plain files. @@ -229,4 +231,10 @@ public void openLayout() throws IOException { public ToolboxFileRole getRole() { return role; } + + @Override + public ToolboxFile createTemporaryToolboxFile(final String mergerDir, + final ToolboxTemporaryIntegration newTemporaryIntegration) { + throw new UnsupportedOperationException(); + } } diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java index 94152a1332..b11a036814 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java @@ -20,6 +20,7 @@ import org.eclipse.set.basis.files.ToolboxFile.Format; import org.eclipse.set.basis.files.ToolboxFileAC; import org.eclipse.set.basis.files.ToolboxFileRole; +import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.core.services.files.ToolboxFileFormatService; import org.eclipse.set.core.services.files.ToolboxFileService; import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java index 79f8bfc3e7..8ab92b3b4e 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java @@ -33,10 +33,13 @@ import org.eclipse.set.basis.files.PlanProFileResource; import org.eclipse.set.basis.files.ToolboxFile; import org.eclipse.set.basis.files.ToolboxFileRole; +import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.basis.guid.Guid; import org.eclipse.set.core.services.Services; import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.PlanProPackage; +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; +import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; import org.eclipse.set.model.zipmanifest.Manifest; /** @@ -53,6 +56,7 @@ public class ZippedPlanProToolboxFile extends AbstractToolboxFile { private static final String TRASH_CAN = "trash"; //$NON-NLS-1$ private static final String ZIP_SEPARATOR = "/"; //$NON-NLS-1$ private static final String LAYOUT_RESOURCE_TYPE_NAME = "layout"; //$NON-NLS-1$ + private static final String TEMPORARY_RESOURCE_TYPE_NAME = "temporary"; //$NON-NLS-1$ private static void deleteDir(final Path directory) throws IOException { if (Files.exists(directory)) { @@ -518,4 +522,16 @@ public PlanProFileResource getPlanProResource() { public PlanProFileResource getLayoutResource() { return getResource(LAYOUT_RESOURCE_TYPE_NAME); } + + @Override + public ToolboxFile createTemporaryToolboxFile(final String mergerDir, + final ToolboxTemporaryIntegration newTemporaryIntegration) { + final PlanProFileResource newResource = new PlanProFileResource( + URI.createURI(TemporaryintegrationPackage.eNS_URI)); + editingDomain.getResourceSet().getResources().add(newResource); + newResource.setEncoding(ENCODING); + setResource(TEMPORARY_RESOURCE_TYPE_NAME, newResource); + newResource.getContents().add(newTemporaryIntegration); + return null; + } } diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java index 0920f7f01c..2c74bae2a2 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -60,6 +60,7 @@ import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; +import org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions; import org.eclipse.set.utils.RefreshAction; import org.eclipse.set.utils.SelectableAction; @@ -191,17 +192,17 @@ private ToolboxFile createTemporaryToolboxFile(final String mergeDir, mergeDirFileNameExtension, ToolboxFileRole.TEMPORARY_INTEGRATION); temporaryFile.setTemporaryDirectory(session.getTempDir()); - // temporaryFile.getPlanProResource().getContents().add(newTemporaryIntegration); - // if (temporaryFile - // .getResource() instanceof final TemporaryintegrationResourceImpl - // resource) { - // resource.getTransformPrimaryInvalidIDReferences().addAll( - // newTemporaryIntegration.getPrimaryPlanningIDReferences()); - // resource.getTransformSecondaryInvalidIDReferences().addAll( - // newTemporaryIntegration.getSecondaryPlanningIDReferences()); - // resource.getTransformCompositeInvalidIDReferences().addAll( - // newTemporaryIntegration.getCompositePlanningIDReferences()); - // } + temporaryFile.getPlanProResource().getContents() + .add(newTemporaryIntegration); + if (temporaryFile + .getResource() instanceof final TemporaryintegrationResourceImpl resource) { + resource.getTransformPrimaryInvalidIDReferences().addAll( + newTemporaryIntegration.getPrimaryPlanningIDReferences()); + resource.getTransformSecondaryInvalidIDReferences().addAll( + newTemporaryIntegration.getSecondaryPlanningIDReferences()); + resource.getTransformCompositeInvalidIDReferences().addAll( + newTemporaryIntegration.getCompositePlanningIDReferences()); + } try { temporaryFile.copyAllMedia(getConvertedPrimaryPlanning()); diff --git a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java index 2692103340..1cb2906959 100644 --- a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java +++ b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java @@ -38,8 +38,8 @@ import org.eclipse.set.basis.IModelSession; import org.eclipse.set.basis.Pair; import org.eclipse.set.basis.files.ToolboxFile; +import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.basis.guid.Guid; -import org.eclipse.set.core.fileservice.ToolboxIDResolver; import org.eclipse.set.feature.projectdata.ppimport.control.ImportModelControl.ImportTarget; import org.eclipse.set.feature.projectdata.utils.ImportComboFileField; import org.eclipse.set.feature.projectdata.utils.ServiceProvider; diff --git a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java index 6f7ee42895..a6b784e401 100644 --- a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java +++ b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java @@ -15,7 +15,7 @@ import org.eclipse.set.basis.constants.Events; import org.eclipse.set.basis.exceptions.UserAbortion; import org.eclipse.set.basis.files.ToolboxFileRole; -import org.eclipse.set.core.fileservice.ToolboxIDResolver; +import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.utils.events.EditingCompleted; import org.eclipse.set.utils.events.ToolboxEvents; import org.eclipse.swt.SWT; diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java index 76969cc9ce..5dd747e03f 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java @@ -9,26 +9,26 @@ package org.eclipse.set.model.temporaryintegration.util; import org.eclipse.emf.common.util.URI; - import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; /** - * - * The Resource associated with the package. + * The Resource associated with the package. * + * * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceFactoryImpl * @generated */ public class TemporaryintegrationResourceImpl extends XMLResourceImpl { /** - * Creates an instance of the resource. - * - * - * @param uri the URI of the new resource. + * Creates an instance of the resource. + * + * @param uri + * the URI of the new resource. * @generated */ - public TemporaryintegrationResourceImpl(URI uri) { + public TemporaryintegrationResourceImpl(final URI uri) { super(uri); } -} //TemporaryintegrationResourceImpl +} // TemporaryintegrationResourceImpl diff --git a/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java b/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java index 3200576910..0d9fd4e9d0 100644 --- a/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java +++ b/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java @@ -33,8 +33,8 @@ import org.eclipse.emf.ecore.xmi.IllegalValueException; import org.eclipse.emf.ecore.xmi.XMLResource; import org.eclipse.set.basis.files.PlanProFileResource; +import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.core.fileservice.PlanProXMLHelper; -import org.eclipse.set.core.fileservice.ToolboxIDResolver; import org.eclipse.set.core.modelservice.PlanningAccessServiceImpl; import org.eclipse.set.core.services.Services; import org.eclipse.set.core.services.cache.NoCacheService; diff --git a/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java b/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java index 83e6d6d52a..c5f93f5983 100644 --- a/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java +++ b/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java @@ -134,7 +134,7 @@ public static String getShortName() { */ public static boolean isDevelopmentMode() { return Boolean.parseBoolean(System.getProperty( - ToolboxProperties.DEVELOPMENT_MODE, Boolean.TRUE.toString())); + ToolboxProperties.DEVELOPMENT_MODE, Boolean.FALSE.toString())); } /** From 4701240d670a685f06aec49dedc7fcb5d3e028f4 Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Wed, 11 Mar 2026 17:27:34 +0100 Subject: [PATCH 04/13] Remove ToolboxTemporaryIntegration --- .../org/eclipse/set/basis/IModelSession.java | 6 +- .../set/basis/constants/ToolboxConstants.java | 5 + .../TemporaryIntegrationFileResoutce.java | 132 --- .../eclipse/set/basis/files/ToolboxFile.java | 11 +- .../set/basis/files/ToolboxFileRole.java | 4 +- .../META-INF/MANIFEST.MF | 1 + .../services/files/ToolboxFileService.java | 9 + .../set/core/fileservice}/GuidCache.xtend | 2 +- .../core/fileservice/PlainToolboxFile.java | 5 +- .../fileservice/ToolboxFileServiceImpl.java | 16 +- .../core/fileservice}/ToolboxIDResolver.java | 2 +- .../fileservice/ZippedPlanProToolboxFile.java | 29 +- ...ssionToIntegrationViewTransformation.xtend | 5 +- .../service/actions/ConflictsTableAction.java | 6 +- .../service/actions/ShowAttachmentAction.java | 4 +- .../service/parts/PlanProMergeFormsPart.java | 46 +- .../ppimport/ImportModelHandler.java | 2 +- .../utils/AbstractImportGroup.java | 2 +- .../validation/session/ModelSession.java | 8 +- .../extensions/SMatchExtensions.xtend | 20 +- ...ation_compositeyout_PlanPro_Layoutinfo.gif | Bin 0 -> 223 bytes ...ation_primaryLayout_PlanPro_Layoutinfo.gif | Bin 0 -> 223 bytes ...ion_secondaryLayout_PlanPro_Layoutinfo.gif | Bin 0 -> 223 bytes .../plugin.properties | 3 + .../plugin.xml | 2 +- .../TemporaryIntegrationEditPlugin.java | 11 +- .../TemporaryIntegrationItemProvider.java | 46 +- ...integrationItemProviderAdapterFactory.java | 35 +- ...olboxTemporaryIntegrationItemProvider.java | 406 --------- .../TemporaryIntegrationExtensions.xtend | 68 +- .../model/TemporaryIntegration.ecore | 38 +- .../model/TemporaryIntegration.genmodel | 20 +- .../plugin.xml | 2 +- .../TemporaryIntegration.java | 99 ++- .../TemporaryintegrationFactory.java | 20 +- .../TemporaryintegrationPackage.java | 475 ++-------- .../ToolboxTemporaryIntegration.java | 293 ------ .../impl/TemporaryIntegrationImpl.java | 262 ++++-- .../impl/TemporaryintegrationFactoryImpl.java | 23 +- .../impl/TemporaryintegrationPackageImpl.java | 205 +---- .../impl/ToolboxTemporaryIntegrationImpl.java | 837 ------------------ .../TemporaryintegrationAdapterFactory.java | 152 ++-- ...mporaryintegrationResourceFactoryImpl.java | 40 +- .../TemporaryintegrationResourceImpl.java | 11 +- .../util/TemporaryintegrationSwitch.java | 32 +- .../TemporaryintegrationXMLProcessor.java | 11 +- .../unittest/utils/AbstractToolboxTest.java | 2 +- 47 files changed, 697 insertions(+), 2711 deletions(-) delete mode 100644 java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java rename java/bundles/{org.eclipse.set.basis/src/org/eclipse/set/basis/files => org.eclipse.set.core/src/org/eclipse/set/core/fileservice}/GuidCache.xtend (99%) rename java/bundles/{org.eclipse.set.basis/src/org/eclipse/set/basis/files => org.eclipse.set.core/src/org/eclipse/set/core/fileservice}/ToolboxIDResolver.java (99%) create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_compositeyout_PlanPro_Layoutinfo.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_primaryLayout_PlanPro_Layoutinfo.gif create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_secondaryLayout_PlanPro_Layoutinfo.gif delete mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/ToolboxTemporaryIntegrationItemProvider.java delete mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java delete mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java index 8e3cbcdb22..6e79f85c82 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/IModelSession.java @@ -28,7 +28,7 @@ import org.eclipse.set.basis.files.ToolboxFile; import org.eclipse.set.model.planpro.Layoutinformationen.PlanPro_Layoutinfo; import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.ppmodel.extensions.container.MultiContainer_AttributeGroup; import org.eclipse.swt.widgets.Shell; @@ -335,9 +335,9 @@ enum SaveFixResult { */ SaveFixResult getSaveFixResult(); - Optional getTemporaryIntegration(); + Optional getTemporaryIntegration(); - void switchToMergeMode(ToolboxTemporaryIntegration newTemporaryIntegration, + void switchToMergeMode(TemporaryIntegration newTemporaryIntegration, String mergeDir, Shell shell, ToolboxFile temporaryToolboxFile) throws IOException, UserAbortion; } diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/constants/ToolboxConstants.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/constants/ToolboxConstants.java index 4454fb2e51..e072a485b2 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/constants/ToolboxConstants.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/constants/ToolboxConstants.java @@ -237,6 +237,11 @@ public interface CacheId { */ public static final String TOOLBOX_DIRECTORY_NAME_TEMPORARY_INTEGRATION = "tempintegrationfile"; + /** + * The name for the temporary directory of a toolbox file used as a + * mergeplanning. + */ + public static final String TOOLBOX_DIRECTORY_NAME_MERGE_PLANNING = "mergeplanning"; /** * The id of the validation part. */ diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java deleted file mode 100644 index de9101d488..0000000000 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/TemporaryIntegrationFileResoutce.java +++ /dev/null @@ -1,132 +0,0 @@ -/** - * Copyright (c) 2026 DB InfraGO AG and others - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0. - * - * SPDX-License-Identifier: EPL-2.0 - */ -package org.eclipse.set.basis.files; - -import java.io.IOException; -import java.io.InputStream; -import java.io.OutputStream; -import java.util.Map; - -import org.eclipse.emf.common.util.URI; -import org.eclipse.emf.ecore.util.EcoreUtil; -import org.eclipse.emf.ecore.xmi.XMLHelper; -import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; -import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; -import org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; - -public class TemporaryIntegrationFileResoutce extends PlanProFileResource { - public TemporaryIntegrationFileResoutce(final URI uri) { - this(uri, null); - } - - /** - * Creates an instance of the resource. - * - * @param uri - * the URI of the new resource. - * @param xmlHelper - * the {@link XMLHelper} - * @generated - */ - public TemporaryIntegrationFileResoutce(final URI uri, - final XMLHelper xmlHelper) { - super(uri, xmlHelper); - } - - @Override - public void doLoad(final InputStream inputStream, final Map options) - throws IOException { - try { - super.doLoad(inputStream, defaultDeleteOptions); - } finally { - if (getContents().isEmpty()) { - return; - } - - if (getContents() - .get(0) instanceof final TemporaryIntegration tmpInt) { - final ToolboxTemporaryIntegration toolboxTemporaryInt = TemporaryintegrationFactory.eINSTANCE - .createToolboxTemporaryIntegration(); - final PlanPro_Schnittstelle primaryPlanning = tmpInt - .getPrimaryPlanning(); - ToolboxIDResolver.resolveIDReferences(primaryPlanning); - toolboxTemporaryInt.setPrimaryPlanning(primaryPlanning); - - final PlanPro_Schnittstelle secondaryPlanning = tmpInt - .getSecondaryPlanning(); - ToolboxIDResolver.resolveIDReferences(secondaryPlanning); - toolboxTemporaryInt.setSecondaryPlanning(secondaryPlanning); - - final PlanPro_Schnittstelle compositePlanning = tmpInt - .getCompositePlanning(); - ToolboxIDResolver.resolveIDReferences(compositePlanning); - toolboxTemporaryInt.setCompositePlanning(compositePlanning); - - // Copy other attributes - toolboxTemporaryInt.setPrimaryPlanningFilename( - tmpInt.getPrimaryPlanningFilename()); - toolboxTemporaryInt.setPrimaryPlanningWasValid( - tmpInt.isPrimaryPlanningWasValid()); - toolboxTemporaryInt.setSecondaryPlanningFilename( - tmpInt.getSecondaryPlanningFilename()); - toolboxTemporaryInt.setSecondaryPlanningWasValid( - tmpInt.isSecondaryPlanningWasValid()); - toolboxTemporaryInt.setIntegrationDirectory( - tmpInt.getIntegrationDirectory()); - toolboxTemporaryInt.setComparisonInitialState( - EcoreUtil.copy(tmpInt.getComparisonInitialState())); - toolboxTemporaryInt.setComparisonFinalState( - EcoreUtil.copy(tmpInt.getComparisonFinalState())); - - EcoreUtil.replace(tmpInt, toolboxTemporaryInt); - } - } - } - - @Override - public void doSave(final OutputStream outputStream, final Map options) - throws IOException { - if (getContents().isEmpty()) { - super.doSave(outputStream, options); - } - - if (getContents() - .getFirst() instanceof final ToolboxTemporaryIntegration toolboxInt) { - final TemporaryIntegration tmpInt = TemporaryintegrationFactory.eINSTANCE - .createTemporaryIntegration(); - tmpInt.setPrimaryPlanning(toolboxInt.getPrimaryPlanning()); - tmpInt.setSecondaryPlanning(toolboxInt.getSecondaryPlanning()); - tmpInt.setCompositePlanning(toolboxInt.getCompositePlanning()); - - // Copy other attributes - tmpInt.setPrimaryPlanningFilename( - toolboxInt.getPrimaryPlanningFilename()); - tmpInt.setPrimaryPlanningWasValid( - toolboxInt.isPrimaryPlanningWasValid()); - tmpInt.setSecondaryPlanningFilename( - toolboxInt.getSecondaryPlanningFilename()); - tmpInt.setSecondaryPlanningWasValid( - toolboxInt.isSecondaryPlanningWasValid()); - tmpInt.setIntegrationDirectory( - toolboxInt.getIntegrationDirectory()); - tmpInt.setComparisonInitialState( - EcoreUtil.copy(toolboxInt.getComparisonInitialState())); - tmpInt.setComparisonFinalState( - EcoreUtil.copy(toolboxInt.getComparisonFinalState())); - - // Swap, save and restore - EcoreUtil.replace(toolboxInt, tmpInt); - super.doSave(outputStream, options); - EcoreUtil.replace(tmpInt, toolboxInt); - } - } -} diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java index 2e1a102e3b..4b7689134a 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java @@ -16,7 +16,7 @@ import org.eclipse.emf.edit.domain.EditingDomain; import org.eclipse.set.basis.PlanProXMLNode; import org.eclipse.set.basis.guid.Guid; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; /** * Abstraction from concrete file format. @@ -189,6 +189,11 @@ public static interface Format { */ PlanProFileResource getLayoutResource(); + /** + * @return the {@link TemporaryIntegration} resource + */ + PlanProFileResource getTemporaryResource(); + /** * @return the {@link ToolboxFileRole} */ @@ -299,8 +304,4 @@ public static interface Format { * @param path */ void setResourcePath(Resource resource, Path path); - - ToolboxFile createTemporaryToolboxFile(final String mergerDir, - final ToolboxTemporaryIntegration newTemporaryIntegration); - } diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java index 82f717a6c0..5acc800447 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFileRole.java @@ -59,7 +59,7 @@ public enum ToolboxFileRole { /** * */ - SECONDARY_PLANNING; + MERGE_PLANNING; /** * Translates the role name into a directory name @@ -74,6 +74,8 @@ public String toDirectoryName() { case FIRST_PLANNING_TO_IMPORT -> ToolboxConstants.TOOLBOX_DIRECTORY_NAME_FIRST_PLANNING_TO_IMPORT; case SECOND_PLANNING_TO_IMPORT -> ToolboxConstants.TOOLBOX_DIRECTORY_NAME_SECOND_PLANNING_TO_IMPORT; case COMPARE_PLANNING -> ToolboxConstants.TOOLBOX_DIRECTORY_NAME_COMPARE_PLANNING; + case TEMPORARY_INTEGRATION -> ToolboxConstants.TOOLBOX_DIRECTORY_NAME_TEMPORARY_INTEGRATION; + case MERGE_PLANNING -> ToolboxConstants.TOOLBOX_DIRECTORY_NAME_MERGE_PLANNING; default -> ToolboxConstants.TOOLBOX_DIRECTORY_NAME_SESSION; }; } diff --git a/java/bundles/org.eclipse.set.core.services/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.core.services/META-INF/MANIFEST.MF index 8a16cab11a..a9fc546f6a 100644 --- a/java/bundles/org.eclipse.set.core.services/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.core.services/META-INF/MANIFEST.MF @@ -77,6 +77,7 @@ Import-Package: com.fasterxml.jackson.databind, org.eclipse.set.basis.ui, org.eclipse.set.basis.viewgroups, org.eclipse.set.model.siteplan, + org.eclipse.set.model.temporaryintegration, org.eclipse.set.model.validationreport, org.eclipse.set.ppmodel.extensions.container, org.locationtech.jts.geom;version="1.19.0" diff --git a/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java b/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java index 4d2d22b36b..c65aa4d41b 100644 --- a/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java +++ b/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java @@ -15,6 +15,7 @@ import org.eclipse.set.basis.files.ToolboxFile.Format; import org.eclipse.set.basis.files.ToolboxFileAC; import org.eclipse.set.basis.files.ToolboxFileRole; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; /** * This service can provide toolbox files. @@ -93,4 +94,12 @@ ToolboxFile convertFormat(ToolboxFile toolboxFile, ToolboxFileRole role, * @return the toolbox file for the path */ ToolboxFileAC loadAC(Path path, ToolboxFileRole role); + + /** + * @param path + * @param tmpInt + * @return + */ + ToolboxFile createTemporaryToolboxFile(Path path, + TemporaryIntegration tmpInt); } diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/GuidCache.xtend b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/GuidCache.xtend similarity index 99% rename from java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/GuidCache.xtend rename to java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/GuidCache.xtend index 301f941cc7..da25fcc6d3 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/GuidCache.xtend +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/GuidCache.xtend @@ -6,7 +6,7 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html */ -package org.eclipse.set.basis.files +package org.eclipse.set.core.fileservice import java.util.HashMap import java.util.Map diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java index b5b7196c6e..1d101f74a2 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java @@ -22,13 +22,11 @@ import org.eclipse.set.basis.files.PlanProFileResource; import org.eclipse.set.basis.files.ToolboxFile; import org.eclipse.set.basis.files.ToolboxFileRole; -import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.basis.guid.Guid; import org.eclipse.set.core.services.Services; import org.eclipse.set.core.services.session.SessionService; import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.util.PlanProResourceImpl; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; /** * Toolbox file support for plain files. @@ -233,8 +231,7 @@ public ToolboxFileRole getRole() { } @Override - public ToolboxFile createTemporaryToolboxFile(final String mergerDir, - final ToolboxTemporaryIntegration newTemporaryIntegration) { + public PlanProFileResource getTemporaryResource() { throw new UnsupportedOperationException(); } } diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java index b11a036814..6a6ca0e74e 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java @@ -20,12 +20,12 @@ import org.eclipse.set.basis.files.ToolboxFile.Format; import org.eclipse.set.basis.files.ToolboxFileAC; import org.eclipse.set.basis.files.ToolboxFileRole; -import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.core.services.files.ToolboxFileFormatService; import org.eclipse.set.core.services.files.ToolboxFileService; import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.PlanProFactory; import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.ppmodel.extensions.DocumentRootExtensions; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions; import org.osgi.service.component.annotations.Component; @@ -151,6 +151,20 @@ public ToolboxFileAC loadAC(final Path path, final ToolboxFileRole role) { return new ToolboxFileAC(load(path, role)); } + @Override + public ToolboxFile createTemporaryToolboxFile(final Path path, + final TemporaryIntegration tmpInt) { + final Path mergeDirFileNameExtension = PathExtensions.replaceExtension( + path, + extensionsForCategory( + ToolboxConstants.EXTENSION_CATEGORY_PPMERGE) + .getFirst()); + final ToolboxFile tmpToolboxfile = load(mergeDirFileNameExtension, + ToolboxFileRole.TEMPORARY_INTEGRATION); + tmpToolboxfile.getTemporaryResource().getContents().add(tmpInt); + return tmpToolboxfile; + } + /** * @param format * the toolbox file format service diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxIDResolver.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java similarity index 99% rename from java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxIDResolver.java rename to java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java index d64411c2fe..3ddd5c963a 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxIDResolver.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java @@ -7,7 +7,7 @@ * * SPDX-License-Identifier: EPL-2.0 */ -package org.eclipse.set.basis.files; +package org.eclipse.set.core.fileservice; import java.util.Optional; diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java index 8ab92b3b4e..b24b056870 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java @@ -33,13 +33,12 @@ import org.eclipse.set.basis.files.PlanProFileResource; import org.eclipse.set.basis.files.ToolboxFile; import org.eclipse.set.basis.files.ToolboxFileRole; -import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.basis.guid.Guid; import org.eclipse.set.core.services.Services; import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.PlanProPackage; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; import org.eclipse.set.model.zipmanifest.Manifest; /** @@ -106,8 +105,14 @@ private static File newFile(final Path dir, final ZipEntry entry) ZippedPlanProToolboxFile(final Format format, final EditingDomain editingDomain, final ToolboxFileRole role) { this(null, format, editingDomain, false, role); - setResource(TECHNICAL_RESOURCE_TYPE_NAME, createPlanProResource()); - setResource(LAYOUT_RESOURCE_TYPE_NAME, createPlanProResource()); + if (role != ToolboxFileRole.TEMPORARY_INTEGRATION) { + setResource(TECHNICAL_RESOURCE_TYPE_NAME, createPlanProResource()); + setResource(LAYOUT_RESOURCE_TYPE_NAME, createPlanProResource()); + } else { + setResource(TEMPORARY_RESOURCE_TYPE_NAME, + createTemporatyResource()); + } + } /** @@ -166,6 +171,15 @@ private PlanProFileResource createPlanProResource() { return newResource; } + private PlanProFileResource createTemporatyResource() { + final PlanProFileResource newResource = new PlanProFileResource( + URI.createURI(TemporaryintegrationPackage.eNS_URI)); + editingDomain.getResourceSet().getResources().add(newResource); + + newResource.setEncoding(ENCODING); + return newResource; + } + @Override public void close() throws IOException { super.close(); @@ -524,8 +538,13 @@ public PlanProFileResource getLayoutResource() { } @Override + public PlanProFileResource getTemporaryResource() { + return getResource(TEMPORARY_RESOURCE_TYPE_NAME); + } + public ToolboxFile createTemporaryToolboxFile(final String mergerDir, - final ToolboxTemporaryIntegration newTemporaryIntegration) { + final TemporaryIntegration newTemporaryIntegration) { + final PlanProFileResource newResource = new PlanProFileResource( URI.createURI(TemporaryintegrationPackage.eNS_URI)); editingDomain.getResourceSet().getResources().add(newResource); diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend index 47bd9cfb61..d1cff681ae 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/SessionToIntegrationViewTransformation.xtend @@ -27,7 +27,6 @@ import org.eclipse.set.model.integrationview.ObjectQuantity import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle import org.eclipse.set.model.simplemerge.SMatch import org.eclipse.set.model.temporaryintegration.TemporaryIntegration -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration import static extension org.eclipse.set.model.simplemerge.extensions.ResolutionExtensions.* import static extension org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions.* @@ -210,7 +209,7 @@ class SessionToIntegrationViewTransformation { private def Conflict transformToConflict( SMatch match, ContainerType type, - ToolboxTemporaryIntegration integration + TemporaryIntegration integration ) { val conflict = transformToConflictCreate(match, type, integration) @@ -294,7 +293,7 @@ class SessionToIntegrationViewTransformation { transformToConflictCreate( SMatch match, ContainerType type, - ToolboxTemporaryIntegration integration + TemporaryIntegration integration ) { } diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java index 39e4bdc575..a3a2f52116 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java @@ -30,7 +30,7 @@ import org.eclipse.set.model.integrationview.Conflict; import org.eclipse.set.model.simplemerge.Resolution; import org.eclipse.set.model.simplemerge.SMatch; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; import org.eclipse.swt.widgets.Menu; import org.eclipse.swt.widgets.Table; @@ -63,7 +63,7 @@ public ResolveSelectedAction(final String text, @Override public void run() { - final ToolboxTemporaryIntegration temporaryIntegration = session + final TemporaryIntegration temporaryIntegration = session .getTemporaryIntegration().get(); final StructuredSelection selection = (StructuredSelection) tableViewer .getSelection(); @@ -106,7 +106,7 @@ public ResolveUnresolvedAction(final String text, @Override public void run() { - final ToolboxTemporaryIntegration temporaryIntegration = session + final TemporaryIntegration temporaryIntegration = session .getTemporaryIntegration().get(); final Map> selection = TemporaryIntegrationExtensions .getOpenConflictMatches(temporaryIntegration); diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java index f98380ce66..f0cbccf783 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ShowAttachmentAction.java @@ -36,7 +36,7 @@ import org.eclipse.set.model.planpro.Basisobjekte.Anhang; import org.eclipse.set.model.simplemerge.SMatch; import org.eclipse.set.model.simplemerge.extensions.SMatchExtensions; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; import org.eclipse.set.ppmodel.extensions.AnhangExtensions; import org.eclipse.swt.widgets.Menu; @@ -180,7 +180,7 @@ protected Optional getSelectedAttachment(final boolean isPrimary) { final SMatch match = transformation.getMatch(conflict); final ContainerType containerType = SMatchExtensions .getContainerType(match); - final ToolboxTemporaryIntegration integration = SMatchExtensions + final TemporaryIntegration integration = SMatchExtensions .getIntegration(match); final Context context = TemporaryIntegrationExtensions .getMergeContext(integration, contextProvider, containerType); diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java index 2c74bae2a2..450e846977 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -30,11 +30,9 @@ import org.eclipse.set.basis.IModelSession; import org.eclipse.set.basis.constants.ContainerType; import org.eclipse.set.basis.constants.Events; -import org.eclipse.set.basis.constants.ToolboxConstants; import org.eclipse.set.basis.constants.ValidationResult; import org.eclipse.set.basis.constants.ValidationResult.Outcome; import org.eclipse.set.basis.exceptions.UserAbortion; -import org.eclipse.set.basis.extensions.PathExtensions; import org.eclipse.set.basis.files.SetFormat; import org.eclipse.set.basis.files.ToolboxFile; import org.eclipse.set.basis.files.ToolboxFileRole; @@ -58,9 +56,7 @@ import org.eclipse.set.model.simplemerge.SComparison; import org.eclipse.set.model.simplemerge.SMatch; import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; import org.eclipse.set.model.temporaryintegration.extensions.TemporaryIntegrationExtensions; -import org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions; import org.eclipse.set.utils.RefreshAction; import org.eclipse.set.utils.SelectableAction; @@ -180,30 +176,13 @@ private boolean allConflictsResolved() { } private ToolboxFile createTemporaryToolboxFile(final String mergeDir, - final ToolboxTemporaryIntegration newTemporaryIntegration) { + final TemporaryIntegration newTemporaryIntegration) { final Path mergeDirFileName = Paths.get(mergeDir, session.getToolboxFile().getPath().getFileName().toString()); - final Path mergeDirFileNameExtension = PathExtensions - .replaceExtension(mergeDirFileName, - fileService.extensionsForCategory( - ToolboxConstants.EXTENSION_CATEGORY_PPMERGE) - .get(0)); - final ToolboxFile temporaryFile = fileService.load( - mergeDirFileNameExtension, - ToolboxFileRole.TEMPORARY_INTEGRATION); + final ToolboxFile temporaryFile = fileService + .createTemporaryToolboxFile(mergeDirFileName, + newTemporaryIntegration); temporaryFile.setTemporaryDirectory(session.getTempDir()); - temporaryFile.getPlanProResource().getContents() - .add(newTemporaryIntegration); - if (temporaryFile - .getResource() instanceof final TemporaryintegrationResourceImpl resource) { - resource.getTransformPrimaryInvalidIDReferences().addAll( - newTemporaryIntegration.getPrimaryPlanningIDReferences()); - resource.getTransformSecondaryInvalidIDReferences().addAll( - newTemporaryIntegration.getSecondaryPlanningIDReferences()); - resource.getTransformCompositeInvalidIDReferences().addAll( - newTemporaryIntegration.getCompositePlanningIDReferences()); - } - try { temporaryFile.copyAllMedia(getConvertedPrimaryPlanning()); temporaryFile.copyAllMedia(secondaryPlanningToolboxfile); @@ -226,7 +205,7 @@ private void mergeModel(final IProgressMonitor monitor) IProgressMonitor.UNKNOWN); final String mergeDir = mergeView.getIntegrationDirectory(); final ToolboxFile primaryPlanningToolboxFile = getConvertedPrimaryPlanning(); - final ToolboxTemporaryIntegration temporaryIntegration = TemporaryIntegrationExtensions + final TemporaryIntegration temporaryIntegration = TemporaryIntegrationExtensions .create(primaryPlanningToolboxFile, session.getValidationResult(PlanPro_Schnittstelle.class) .getOutcome() == Outcome.VALID, @@ -301,7 +280,7 @@ public void selected(final SelectionEvent e) { if (openFile.isPresent()) { final Path path = openFile.get(); secondaryPlanningToolboxfile = fileService.load(path, - ToolboxFileRole.SECONDARY_PLANNING); + ToolboxFileRole.MERGE_PLANNING); secondaryPlanningToolboxfile .setTemporaryDirectory(session.getTempDir()); final List validationResultList = new ArrayList<>(); @@ -313,11 +292,14 @@ public void selected(final SelectionEvent e) { .filter(valid -> valid.getValidatedSourceClass() .equals(PlanPro_Schnittstelle.class)) .findFirst().orElse(null); - secondaryPlanningToolboxfile = fileService.convertFormat( - secondaryPlanningToolboxfile, - ToolboxFileRole.SECONDARY_PLANNING, - session.getTempDir(), - SetFormat.createZippedPlanPro()); + if (!secondaryPlanningToolboxfile.getFormat() + .isZippedPlanPro()) { + secondaryPlanningToolboxfile = fileService + .convertFormat(secondaryPlanningToolboxfile, + ToolboxFileRole.MERGE_PLANNING, + session.getTempDir(), + SetFormat.createZippedPlanPro()); + } // possible states final boolean canNotLoad = secondaryPlanning == null; diff --git a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java index 1cb2906959..2692103340 100644 --- a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java +++ b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/ppimport/ImportModelHandler.java @@ -38,8 +38,8 @@ import org.eclipse.set.basis.IModelSession; import org.eclipse.set.basis.Pair; import org.eclipse.set.basis.files.ToolboxFile; -import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.basis.guid.Guid; +import org.eclipse.set.core.fileservice.ToolboxIDResolver; import org.eclipse.set.feature.projectdata.ppimport.control.ImportModelControl.ImportTarget; import org.eclipse.set.feature.projectdata.utils.ImportComboFileField; import org.eclipse.set.feature.projectdata.utils.ServiceProvider; diff --git a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java index a6b784e401..6f7ee42895 100644 --- a/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java +++ b/java/bundles/org.eclipse.set.feature.projectdata/src/org/eclipse/set/feature/projectdata/utils/AbstractImportGroup.java @@ -15,7 +15,7 @@ import org.eclipse.set.basis.constants.Events; import org.eclipse.set.basis.exceptions.UserAbortion; import org.eclipse.set.basis.files.ToolboxFileRole; -import org.eclipse.set.basis.files.ToolboxIDResolver; +import org.eclipse.set.core.fileservice.ToolboxIDResolver; import org.eclipse.set.utils.events.EditingCompleted; import org.eclipse.set.utils.events.ToolboxEvents; import org.eclipse.swt.SWT; diff --git a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java index 9739d65617..2975630ab4 100644 --- a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java +++ b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java @@ -79,7 +79,7 @@ import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.PlanProFactory; import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.ppmodel.extensions.DocumentRootExtensions; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleDebugExtensions; import org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions; @@ -179,7 +179,7 @@ private static String getSessionsSubDir() { /* * TODO(1.10.0.1): Readd once temporary integrations are reenabled private */ - ToolboxTemporaryIntegration temporaryIntegration; + TemporaryIntegration temporaryIntegration; private final ToolboxPaths toolboxPaths; private boolean wasDirty = false; protected final Shell mainWindow; @@ -541,7 +541,7 @@ public Path getTempDir() { * */ @Override - public Optional getTemporaryIntegration() { + public Optional getTemporaryIntegration() { return Optional.ofNullable(temporaryIntegration); } @@ -721,7 +721,7 @@ public void setReportSavedDialogSuppressed(final int kind, @Override public void switchToMergeMode( - final ToolboxTemporaryIntegration newTemporaryIntegration, + final TemporaryIntegration newTemporaryIntegration, final String mergeDir, final Shell shell, final ToolboxFile temporaryToolboxFile) throws IOException, UserAbortion { diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend b/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend index 44ada0dafd..e2700f62e4 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/src/org/eclipse/set/model/simplemerge/extensions/SMatchExtensions.xtend @@ -8,14 +8,14 @@ */ package org.eclipse.set.model.simplemerge.extensions -import org.eclipse.set.basis.constants.ContainerType -import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage -import org.eclipse.set.core.services.merge.MergeService.Context import java.util.List import java.util.Optional import org.eclipse.emf.ecore.EObject -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration +import org.eclipse.set.basis.constants.ContainerType +import org.eclipse.set.core.services.merge.MergeService.Context import org.eclipse.set.model.simplemerge.SMatch +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage /** * Extensions for {@link SMatch}. @@ -73,29 +73,29 @@ class SMatchExtensions { val containingFeature = match.eContainer.eContainingFeature if (containingFeature === TemporaryintegrationPackage.eINSTANCE. - toolboxTemporaryIntegration_ComparisonInitialState) { + temporaryIntegration_ComparisonInitialState) { return ContainerType.INITIAL } if (containingFeature === TemporaryintegrationPackage.eINSTANCE. - toolboxTemporaryIntegration_ComparisonFinalState) { + temporaryIntegration_ComparisonFinalState) { return ContainerType.FINAL } throw new IllegalArgumentException(match.toString) } - static def ToolboxTemporaryIntegration getIntegration(SMatch match) { + static def TemporaryIntegration getIntegration(SMatch match) { return getIntegrationDispatch(match) } - private static def dispatch ToolboxTemporaryIntegration getIntegrationDispatch( - ToolboxTemporaryIntegration object + private static def dispatch TemporaryIntegration getIntegrationDispatch( + TemporaryIntegration object ) { return object } - private static def dispatch ToolboxTemporaryIntegration getIntegrationDispatch( + private static def dispatch TemporaryIntegration getIntegrationDispatch( EObject object ) { return object.eContainer.integrationDispatch diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_compositeyout_PlanPro_Layoutinfo.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_compositeyout_PlanPro_Layoutinfo.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd91b677ddc43c77f980a1a82d5364d7f5c52192 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXxOvoMNiMow6rr04hMEkR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau^f?%@% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_primaryLayout_PlanPro_Layoutinfo.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_primaryLayout_PlanPro_Layoutinfo.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd91b677ddc43c77f980a1a82d5364d7f5c52192 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXxOvoMNiMow6rr04hMEkR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau^f?%@% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_secondaryLayout_PlanPro_Layoutinfo.gif b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/icons/full/ctool16/CreateTemporaryIntegration_secondaryLayout_PlanPro_Layoutinfo.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd91b677ddc43c77f980a1a82d5364d7f5c52192 GIT binary patch literal 223 zcmZ?wbhEHb6krfwIKsg2|NsB{_xIb|$1^Z6G_AQ7+;hybc#TeE+yDRZ^W*LR-?wjQ zXxOvoMNiMow6rr04hMEkR|BH0la$wW$uDh^npY_{vqbpc-}gZD_w#um`tyA8@4L-F z(;z_cCkrEpr2`^Bb~3QWC@A!$MB1q_%shK|%7v|y`kVVEm3SI|HtD&RJxNncyYLM_VN?#B7ItOPMvhKV$e~$@9knC5Y#aHMZ$+gC)=48Cb-GpXsNlKt9ANidOkx= OO;c)PQ?{xigEau^f?%@% literal 0 HcmV?d00001 diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.properties b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.properties index 45f7c4635a..a333a5f552 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.properties +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.properties @@ -6029,3 +6029,6 @@ _UI_ENUMLinieSubart_ENUMLinie_Subart_breit_literal = breit _UI_ENUMLinieSubart_ENUMLinie_Subart_extrabreit_literal = extrabreit _UI_ENUMLinieSubart_ENUMLinie_Subart_schmal_literal = schmal _UI_TemporaryIntegration_primaryPlanningIDReferences_feature = Primary Planning ID References +_UI_TemporaryIntegration_primaryLayout_feature = Primary Layout +_UI_TemporaryIntegration_secondaryLayout_feature = Secondary Layout +_UI_TemporaryIntegration_compositeyout_feature = Compositeyout diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.xml b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.xml index c76a41de28..fb82c4097c 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.xml +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/plugin.xml @@ -9,7 +9,7 @@ - * - * @generated - */ - protected void addPrimaryPlanningWasValidPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_ToolboxTemporaryIntegration_primaryPlanningWasValid_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_primaryPlanningWasValid_feature", "_UI_ToolboxTemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, - true, - false, - false, - ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, - null, - null)); - } - - /** - * This adds a property descriptor for the Secondary Planning Filename feature. - * - * - * @generated - */ - protected void addSecondaryPlanningFilenamePropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_ToolboxTemporaryIntegration_secondaryPlanningFilename_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_secondaryPlanningFilename_feature", "_UI_ToolboxTemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); - } - - /** - * This adds a property descriptor for the Secondary Planning ID References feature. - * - * - * @generated - */ - protected void addSecondaryPlanningIDReferencesPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_ToolboxTemporaryIntegration_secondaryPlanningIDReferences_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_secondaryPlanningIDReferences_feature", "_UI_ToolboxTemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES, - true, - false, - false, - null, - null, - null)); - } - - /** - * This adds a property descriptor for the Secondary Planning Was Valid feature. - * - * - * @generated - */ - protected void addSecondaryPlanningWasValidPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_ToolboxTemporaryIntegration_secondaryPlanningWasValid_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_secondaryPlanningWasValid_feature", "_UI_ToolboxTemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, - true, - false, - false, - ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, - null, - null)); - } - - /** - * This adds a property descriptor for the Composite Planning ID References feature. - * - * - * @generated - */ - protected void addCompositePlanningIDReferencesPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_ToolboxTemporaryIntegration_compositePlanningIDReferences_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_compositePlanningIDReferences_feature", "_UI_ToolboxTemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES, - true, - false, - false, - null, - null, - null)); - } - - /** - * This adds a property descriptor for the Integration Directory feature. - * - * - * @generated - */ - protected void addIntegrationDirectoryPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_ToolboxTemporaryIntegration_integrationDirectory_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_ToolboxTemporaryIntegration_integrationDirectory_feature", "_UI_ToolboxTemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); - } - - /** - * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an - * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or - * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. - * - * - * @generated - */ - @Override - public Collection getChildrenFeatures(Object object) { - if (childrenFeatures == null) { - super.getChildrenFeatures(object); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); - } - return childrenFeatures; - } - - /** - * - * - * @generated - */ - @Override - protected EStructuralFeature getChildFeature(Object object, Object child) { - // Check the type of the specified child object and return the proper feature to use for - // adding (see {@link AddCommand}) it as a child. - - return super.getChildFeature(object, child); - } - - /** - * This returns ToolboxTemporaryIntegration.gif. - * - * - * @generated - */ - @Override - public Object getImage(Object object) { - return overlayImage(object, getResourceLocator().getImage("full/obj16/ToolboxTemporaryIntegration")); - } - - /** - * This returns the label text for the adapted class. - * - * - * @generated - */ - @Override - public String getText(Object object) { - String label = ((ToolboxTemporaryIntegration)object).getPrimaryPlanningFilename(); - return label == null || label.length() == 0 ? - getString("_UI_ToolboxTemporaryIntegration_type") : - getString("_UI_ToolboxTemporaryIntegration_type") + " " + label; - } - - - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * - * @generated - */ - @Override - public void notifyChanged(Notification notification) { - updateChildren(notification); - - switch (notification.getFeatureID(ToolboxTemporaryIntegration.class)) { - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); - return; - } - super.notifyChanged(notification); - } - - /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * - * @generated - */ - @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { - super.collectNewChildDescriptors(newChildDescriptors, object); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, - PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, - PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, - PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, - SimplemergeFactory.eINSTANCE.createSComparison())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, - SimplemergeFactory.eINSTANCE.createSComparison())); - } - - /** - * This returns the label text for {@link org.eclipse.emf.edit.command.CreateChildCommand}. - * - * - * @generated - */ - @Override - public String getCreateChildText(Object owner, Object feature, Object child, Collection selection) { - Object childFeature = feature; - Object childObject = child; - - boolean qualify = - childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING || - childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING || - childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING || - childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE || - childFeature == TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE; - - if (qualify) { - return getString - ("_UI_CreateChild_text2", - new Object[] { getTypeText(childObject), getFeatureText(childFeature), getTypeText(owner) }); - } - return super.getCreateChildText(owner, feature, child, selection); - } - - /** - * Return the resource locator for this item provider's resources. - * - * - * @generated - */ - @Override - public ResourceLocator getResourceLocator() { - return TemporaryIntegrationEditPlugin.INSTANCE; - } - -} diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend index cd96ef4e41..2ec92d5dd4 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/src/org/eclipse/set/model/temporaryintegration/extensions/TemporaryIntegrationExtensions.xtend @@ -14,6 +14,7 @@ import org.eclipse.emf.ecore.util.EcoreUtil import org.eclipse.emf.edit.domain.EditingDomain import org.eclipse.set.basis.constants.ContainerType import org.eclipse.set.basis.files.ToolboxFile +import org.eclipse.set.core.fileservice.ToolboxIDResolver import org.eclipse.set.core.services.merge.MergeService import org.eclipse.set.core.services.merge.MergeService.Context import org.eclipse.set.core.services.merge.MergeService.ContextProvider @@ -23,20 +24,19 @@ import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle import org.eclipse.set.model.simplemerge.Resolution import org.eclipse.set.model.simplemerge.SComparison import org.eclipse.set.model.simplemerge.SMatch +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration import org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration import org.eclipse.set.model.temporaryintegration.extensions.command.MergeCommand import org.eclipse.set.utils.IntegerGenerator +import static extension org.eclipse.set.model.simplemerge.extensions.ResolutionExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions.* -import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensions.* -import static extension org.eclipse.set.model.simplemerge.extensions.ResolutionExtensions.* -import org.eclipse.set.core.fileservice.ToolboxIDResolver +import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* /** - * Extensions for {@link ToolboxTemporaryIntegration}. + * Extensions for {@link TemporaryIntegration}. * * @author Schaefer */ @@ -50,7 +50,7 @@ class TemporaryIntegrationExtensions { * @param contextProvider provides merge context for primary container, secondary container */ static def void automaticMerge( - ToolboxTemporaryIntegration integration, + TemporaryIntegration integration, MergeService service, ContextProvider contextProvider ) { @@ -87,7 +87,7 @@ class TemporaryIntegrationExtensions { } static def void manualMerge( - ToolboxTemporaryIntegration integration, + TemporaryIntegration integration, EditingDomain editingDomain, SMatch match, Resolution resolution, @@ -174,7 +174,7 @@ class TemporaryIntegrationExtensions { * @return the conflicts of the initial containers */ static def List getConflictsInitial( - ToolboxTemporaryIntegration integration) { + TemporaryIntegration integration) { if (!integration.merged) { throw new IllegalStateException("Session not yet merged.") } @@ -184,7 +184,7 @@ class TemporaryIntegrationExtensions { } static def List getConflictsFinal( - ToolboxTemporaryIntegration integration) { + TemporaryIntegration integration) { if (!integration.merged) { throw new IllegalStateException("Session not yet merged.") } @@ -200,7 +200,7 @@ class TemporaryIntegrationExtensions { * * @return the merge context */ - static def Context getMergeContext(ToolboxTemporaryIntegration integration, + static def Context getMergeContext(TemporaryIntegration integration, ContextProvider contextProvider, ContainerType type) { switch (type) { case INITIAL: { @@ -216,7 +216,7 @@ class TemporaryIntegrationExtensions { } private static def Context getInitialMergeContext( - ToolboxTemporaryIntegration integration, + TemporaryIntegration integration, ContextProvider contextProvider) { val primaryContainer = integration.compositePlanning.LSTPlanungProjekt. leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandStart.container @@ -227,7 +227,7 @@ class TemporaryIntegrationExtensions { } private static def Context getFinalMergeContext( - ToolboxTemporaryIntegration integration, + TemporaryIntegration integration, ContextProvider contextProvider) { val primaryContainer = integration.compositePlanning.LSTPlanungProjekt. leadingPlanungGruppe.LSTPlanungEinzel.LSTZustandZiel.container @@ -242,7 +242,7 @@ class TemporaryIntegrationExtensions { * * @return whether the session was merged */ - static def boolean isMerged(ToolboxTemporaryIntegration integration) { + static def boolean isMerged(TemporaryIntegration integration) { if (integration.comparisonInitialState !== null && integration.comparisonFinalState !== null) { return true @@ -260,7 +260,7 @@ class TemporaryIntegrationExtensions { * @return a map of initial and final automatic matches */ static def Map> getAutomaticMatches( - ToolboxTemporaryIntegration integration + TemporaryIntegration integration ) { return #{ ContainerType.INITIAL -> @@ -280,7 +280,7 @@ class TemporaryIntegrationExtensions { * @return a map of initial and final conflict matches */ static def Map> getConflictMatches( - ToolboxTemporaryIntegration integration + TemporaryIntegration integration ) { return #{ ContainerType.INITIAL -> @@ -300,7 +300,7 @@ class TemporaryIntegrationExtensions { * @return a map of initial and final open conflict matches */ static def Map> getOpenConflictMatches( - ToolboxTemporaryIntegration integration + TemporaryIntegration integration ) { return #{ ContainerType.INITIAL -> @@ -320,7 +320,7 @@ class TemporaryIntegrationExtensions { * @return a map of initial and final manual resolved matches */ static def Map> getManualResolvedMatches( - ToolboxTemporaryIntegration integration + TemporaryIntegration integration ) { return #{ ContainerType.INITIAL -> @@ -334,7 +334,7 @@ class TemporaryIntegrationExtensions { } } - static def ToolboxTemporaryIntegration create( + static def TemporaryIntegration create( ToolboxFile primaryPlanningToolboxFile, boolean primaryPlanningWasValid, ToolboxFile secondaryPlanningToolboxFile, @@ -343,7 +343,7 @@ class TemporaryIntegrationExtensions { ) { // content val temporaryIntegration = TemporaryintegrationFactory.eINSTANCE. - createToolboxTemporaryIntegration + createTemporaryIntegration val primaryPlanning = readFrom(primaryPlanningToolboxFile.planProResource) temporaryIntegration.primaryPlanning = EcoreUtil.copy(primaryPlanning) temporaryIntegration.primaryPlanningFilename = primaryPlanningToolboxFile. @@ -359,35 +359,9 @@ class TemporaryIntegrationExtensions { temporaryIntegration.secondaryPlanningWasValid = secondaryPlanningWasValid temporaryIntegration.integrationDirectory = mergeDir.toString - // Retarget ID references to point to the newly created instances -// val primaryResource = primaryPlanningToolboxFile. -// planProResource -// val secondaryResource = secondaryPlanningToolboxFile. -// planProResource ToolboxIDResolver.resolveIDReferences(temporaryIntegration.primaryPlanning) ToolboxIDResolver.resolveIDReferences(temporaryIntegration.secondaryPlanning) ToolboxIDResolver.resolveIDReferences(temporaryIntegration.compositePlanning) - // primaryPlanning -> Primary Resource -// IDReferenceUtils.retargetIDReferences(primaryPlanning, -// temporaryIntegration.primaryPlanning, -// primaryResource.invalidIDReferences, -// temporaryIntegration.primaryPlanningIDReferences); -// -// // secondaryPlanning -> Secondary Resource -// IDReferenceUtils.retargetIDReferences(secondaryPlanning, -// temporaryIntegration.secondaryPlanning, -// secondaryResource.invalidIDReferences, -// temporaryIntegration.secondaryPlanningIDReferences) -// -// // compositePlanning -> Both Resources -// IDReferenceUtils.retargetIDReferences(primaryPlanning, -// temporaryIntegration.compositePlanning, -// primaryResource.invalidIDReferences, -// temporaryIntegration.compositePlanningIDReferences) -// IDReferenceUtils.retargetIDReferences(secondaryPlanning, -// temporaryIntegration.compositePlanning, -// secondaryResource.invalidIDReferences, -// temporaryIntegration.compositePlanningIDReferences); return temporaryIntegration } @@ -395,11 +369,11 @@ class TemporaryIntegrationExtensions { private static def ContainerType getType(SMatch match) { switch (match.eContainer.eContainingFeature) { case TemporaryintegrationPackage.eINSTANCE. - toolboxTemporaryIntegration_ComparisonInitialState: { + temporaryIntegration_ComparisonInitialState: { return ContainerType.INITIAL } case TemporaryintegrationPackage.eINSTANCE. - toolboxTemporaryIntegration_ComparisonFinalState: { + temporaryIntegration_ComparisonFinalState: { return ContainerType.FINAL } default: { diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore index 94d5d6ba6d..b0f8f18024 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.ecore @@ -1,6 +1,6 @@ - - - - - - - - - - - - - + - - + + + - - - - - - - - - - - - - - - diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml b/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml index 7cb6988e2c..54da767919 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/plugin.xml @@ -9,7 +9,7 @@ diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java index c5c1e61a52..1bd0c612c2 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryIntegration.java @@ -1,20 +1,19 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration; -import org.eclipse.emf.common.util.EList; - import org.eclipse.emf.ecore.EObject; -import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; +import org.eclipse.set.model.planpro.Layoutinformationen.PlanPro_Layoutinfo; -import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; +import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; import org.eclipse.set.model.simplemerge.SComparison; @@ -29,15 +28,17 @@ *
    *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning Primary Planning}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout Primary Layout}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout Secondary Layout}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout Compositeyout}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState Comparison Initial State}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState Comparison Final State}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningIDReferences Primary Planning ID References}
  • *
* * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration() @@ -89,6 +90,28 @@ public interface TemporaryIntegration extends EObject { */ void setPrimaryPlanningFilename(String value); + /** + * Returns the value of the 'Primary Layout' containment reference. + * + * + * @return the value of the 'Primary Layout' containment reference. + * @see #setPrimaryLayout(PlanPro_Layoutinfo) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryLayout() + * @model containment="true" + * @generated + */ + PlanPro_Layoutinfo getPrimaryLayout(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout Primary Layout}' containment reference. + * + * + * @param value the new value of the 'Primary Layout' containment reference. + * @see #getPrimaryLayout() + * @generated + */ + void setPrimaryLayout(PlanPro_Layoutinfo value); + /** * Returns the value of the 'Primary Planning Was Valid' attribute. * @@ -133,6 +156,28 @@ public interface TemporaryIntegration extends EObject { */ void setSecondaryPlanning(PlanPro_Schnittstelle value); + /** + * Returns the value of the 'Secondary Layout' containment reference. + * + * + * @return the value of the 'Secondary Layout' containment reference. + * @see #setSecondaryLayout(PlanPro_Layoutinfo) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryLayout() + * @model containment="true" + * @generated + */ + PlanPro_Layoutinfo getSecondaryLayout(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout Secondary Layout}' containment reference. + * + * + * @param value the new value of the 'Secondary Layout' containment reference. + * @see #getSecondaryLayout() + * @generated + */ + void setSecondaryLayout(PlanPro_Layoutinfo value); + /** * Returns the value of the 'Secondary Planning Filename' attribute. * @@ -199,6 +244,28 @@ public interface TemporaryIntegration extends EObject { */ void setCompositePlanning(PlanPro_Schnittstelle value); + /** + * Returns the value of the 'Compositeyout' containment reference. + * + * + * @return the value of the 'Compositeyout' containment reference. + * @see #setCompositeyout(PlanPro_Layoutinfo) + * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_Compositeyout() + * @model containment="true" + * @generated + */ + PlanPro_Layoutinfo getCompositeyout(); + + /** + * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout Compositeyout}' containment reference. + * + * + * @param value the new value of the 'Compositeyout' containment reference. + * @see #getCompositeyout() + * @generated + */ + void setCompositeyout(PlanPro_Layoutinfo value); + /** * Returns the value of the 'Integration Directory' attribute. * @@ -265,16 +332,4 @@ public interface TemporaryIntegration extends EObject { */ void setComparisonFinalState(SComparison value); - /** - * Returns the value of the 'Primary Planning ID References' containment reference list. - * The list contents are of type {@link org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass}. - * - * - * @return the value of the 'Primary Planning ID References' containment reference list. - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanningIDReferences() - * @model containment="true" - * @generated - */ - EList getPrimaryPlanningIDReferences(); - } // TemporaryIntegration diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java index ca0d244ed0..60dc74299b 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java @@ -1,10 +1,11 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration; @@ -36,15 +37,6 @@ public interface TemporaryintegrationFactory extends EFactory { */ TemporaryIntegration createTemporaryIntegration(); - /** - * Returns a new object of class 'Toolbox Temporary Integration'. - * - * - * @return a new object of class 'Toolbox Temporary Integration'. - * @generated - */ - ToolboxTemporaryIntegration createToolboxTemporaryIntegration(); - /** * Returns the package supported by this factory. * diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java index 9083dd21fe..b9f79db829 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java @@ -1,10 +1,11 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration; @@ -44,7 +45,7 @@ public interface TemporaryintegrationPackage extends EPackage { * * @generated */ - String eNS_URI = "tag:scheidt-bachmann-st.de,2018-06-29:planpro/temporaryintegration/1.8.0.1"; + String eNS_URI = "tag:scheidt-bachmann-st.de,2026-03-11:planpro/temporaryintegration/1.10.0.3"; /** * The package namespace name. @@ -91,131 +92,13 @@ public interface TemporaryintegrationPackage extends EPackage { int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = 1; /** - * The feature id for the 'Primary Planning Was Valid' attribute. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = 2; - - /** - * The feature id for the 'Secondary Planning' containment reference. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__SECONDARY_PLANNING = 3; - - /** - * The feature id for the 'Secondary Planning Filename' attribute. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = 4; - - /** - * The feature id for the 'Secondary Planning Was Valid' attribute. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = 5; - - /** - * The feature id for the 'Composite Planning' containment reference. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = 6; - - /** - * The feature id for the 'Integration Directory' attribute. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = 7; - - /** - * The feature id for the 'Comparison Initial State' containment reference. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = 8; - - /** - * The feature id for the 'Comparison Final State' containment reference. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = 9; - - /** - * The feature id for the 'Primary Planning ID References' containment reference list. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES = 10; - - /** - * The number of structural features of the 'Temporary Integration' class. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION_FEATURE_COUNT = 11; - - /** - * The number of operations of the 'Temporary Integration' class. - * - * - * @generated - * @ordered - */ - int TEMPORARY_INTEGRATION_OPERATION_COUNT = 0; - - /** - * The meta object id for the '{@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl Toolbox Temporary Integration}' class. - * - * - * @see org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl - * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getToolboxTemporaryIntegration() - * @generated - */ - int TOOLBOX_TEMPORARY_INTEGRATION = 1; - - /** - * The feature id for the 'Primary Planning' containment reference. - * - * - * @generated - * @ordered - */ - int TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING = 0; - - /** - * The feature id for the 'Primary Planning Filename' attribute. + * The feature id for the 'Primary Layout' containment reference. * * * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = 1; + int TEMPORARY_INTEGRATION__PRIMARY_LAYOUT = 2; /** * The feature id for the 'Primary Planning Was Valid' attribute. @@ -224,7 +107,7 @@ public interface TemporaryintegrationPackage extends EPackage { * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = 2; + int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = 3; /** * The feature id for the 'Secondary Planning' containment reference. @@ -233,25 +116,25 @@ public interface TemporaryintegrationPackage extends EPackage { * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING = 3; + int TEMPORARY_INTEGRATION__SECONDARY_PLANNING = 4; /** - * The feature id for the 'Secondary Planning Filename' attribute. + * The feature id for the 'Secondary Layout' containment reference. * * * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = 4; + int TEMPORARY_INTEGRATION__SECONDARY_LAYOUT = 5; /** - * The feature id for the 'Secondary Planning ID References' containment reference list. + * The feature id for the 'Secondary Planning Filename' attribute. * * * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES = 5; + int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = 6; /** * The feature id for the 'Secondary Planning Was Valid' attribute. @@ -260,7 +143,7 @@ public interface TemporaryintegrationPackage extends EPackage { * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = 6; + int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = 7; /** * The feature id for the 'Composite Planning' containment reference. @@ -269,16 +152,16 @@ public interface TemporaryintegrationPackage extends EPackage { * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = 7; + int TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = 8; /** - * The feature id for the 'Composite Planning ID References' containment reference list. + * The feature id for the 'Compositeyout' containment reference. * * * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES = 8; + int TEMPORARY_INTEGRATION__COMPOSITEYOUT = 9; /** * The feature id for the 'Integration Directory' attribute. @@ -287,7 +170,7 @@ public interface TemporaryintegrationPackage extends EPackage { * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = 9; + int TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = 10; /** * The feature id for the 'Comparison Initial State' containment reference. @@ -296,7 +179,7 @@ public interface TemporaryintegrationPackage extends EPackage { * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = 10; + int TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = 11; /** * The feature id for the 'Comparison Final State' containment reference. @@ -305,25 +188,25 @@ public interface TemporaryintegrationPackage extends EPackage { * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = 11; + int TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = 12; /** - * The number of structural features of the 'Toolbox Temporary Integration' class. + * The number of structural features of the 'Temporary Integration' class. * * * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION_FEATURE_COUNT = 12; + int TEMPORARY_INTEGRATION_FEATURE_COUNT = 13; /** - * The number of operations of the 'Toolbox Temporary Integration' class. + * The number of operations of the 'Temporary Integration' class. * * * @generated * @ordered */ - int TOOLBOX_TEMPORARY_INTEGRATION_OPERATION_COUNT = 0; + int TEMPORARY_INTEGRATION_OPERATION_COUNT = 0; /** @@ -358,6 +241,17 @@ public interface TemporaryintegrationPackage extends EPackage { */ EAttribute getTemporaryIntegration_PrimaryPlanningFilename(); + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout Primary Layout}'. + * + * + * @return the meta object for the containment reference 'Primary Layout'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_PrimaryLayout(); + /** * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}'. * @@ -380,6 +274,17 @@ public interface TemporaryintegrationPackage extends EPackage { */ EReference getTemporaryIntegration_SecondaryPlanning(); + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout Secondary Layout}'. + * + * + * @return the meta object for the containment reference 'Secondary Layout'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_SecondaryLayout(); + /** * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}'. * @@ -413,6 +318,17 @@ public interface TemporaryintegrationPackage extends EPackage { */ EReference getTemporaryIntegration_CompositePlanning(); + /** + * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout Compositeyout}'. + * + * + * @return the meta object for the containment reference 'Compositeyout'. + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout() + * @see #getTemporaryIntegration() + * @generated + */ + EReference getTemporaryIntegration_Compositeyout(); + /** * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}'. * @@ -446,159 +362,6 @@ public interface TemporaryintegrationPackage extends EPackage { */ EReference getTemporaryIntegration_ComparisonFinalState(); - /** - * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningIDReferences Primary Planning ID References}'. - * - * - * @return the meta object for the containment reference list 'Primary Planning ID References'. - * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningIDReferences() - * @see #getTemporaryIntegration() - * @generated - */ - EReference getTemporaryIntegration_PrimaryPlanningIDReferences(); - - /** - * Returns the meta object for class '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration Toolbox Temporary Integration}'. - * - * - * @return the meta object for class 'Toolbox Temporary Integration'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration - * @generated - */ - EClass getToolboxTemporaryIntegration(); - - /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning Primary Planning}'. - * - * - * @return the meta object for the containment reference 'Primary Planning'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EReference getToolboxTemporaryIntegration_PrimaryPlanning(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}'. - * - * - * @return the meta object for the attribute 'Primary Planning Filename'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EAttribute getToolboxTemporaryIntegration_PrimaryPlanningFilename(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}'. - * - * - * @return the meta object for the attribute 'Primary Planning Was Valid'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EAttribute getToolboxTemporaryIntegration_PrimaryPlanningWasValid(); - - /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning Secondary Planning}'. - * - * - * @return the meta object for the containment reference 'Secondary Planning'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EReference getToolboxTemporaryIntegration_SecondaryPlanning(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}'. - * - * - * @return the meta object for the attribute 'Secondary Planning Filename'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EAttribute getToolboxTemporaryIntegration_SecondaryPlanningFilename(); - - /** - * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningIDReferences Secondary Planning ID References}'. - * - * - * @return the meta object for the containment reference list 'Secondary Planning ID References'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningIDReferences() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EReference getToolboxTemporaryIntegration_SecondaryPlanningIDReferences(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}'. - * - * - * @return the meta object for the attribute 'Secondary Planning Was Valid'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EAttribute getToolboxTemporaryIntegration_SecondaryPlanningWasValid(); - - /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning Composite Planning}'. - * - * - * @return the meta object for the containment reference 'Composite Planning'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EReference getToolboxTemporaryIntegration_CompositePlanning(); - - /** - * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanningIDReferences Composite Planning ID References}'. - * - * - * @return the meta object for the containment reference list 'Composite Planning ID References'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanningIDReferences() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EReference getToolboxTemporaryIntegration_CompositePlanningIDReferences(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory Integration Directory}'. - * - * - * @return the meta object for the attribute 'Integration Directory'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EAttribute getToolboxTemporaryIntegration_IntegrationDirectory(); - - /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState Comparison Initial State}'. - * - * - * @return the meta object for the containment reference 'Comparison Initial State'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EReference getToolboxTemporaryIntegration_ComparisonInitialState(); - - /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState Comparison Final State}'. - * - * - * @return the meta object for the containment reference 'Comparison Final State'. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState() - * @see #getToolboxTemporaryIntegration() - * @generated - */ - EReference getToolboxTemporaryIntegration_ComparisonFinalState(); - /** * Returns the factory that creates the instances of the model. * @@ -649,102 +412,12 @@ interface Literals { EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = eINSTANCE.getTemporaryIntegration_PrimaryPlanningFilename(); /** - * The meta object literal for the 'Primary Planning Was Valid' attribute feature. - * - * - * @generated - */ - EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_PrimaryPlanningWasValid(); - - /** - * The meta object literal for the 'Secondary Planning' containment reference feature. + * The meta object literal for the 'Primary Layout' containment reference feature. * * * @generated */ - EReference TEMPORARY_INTEGRATION__SECONDARY_PLANNING = eINSTANCE.getTemporaryIntegration_SecondaryPlanning(); - - /** - * The meta object literal for the 'Secondary Planning Filename' attribute feature. - * - * - * @generated - */ - EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = eINSTANCE.getTemporaryIntegration_SecondaryPlanningFilename(); - - /** - * The meta object literal for the 'Secondary Planning Was Valid' attribute feature. - * - * - * @generated - */ - EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_SecondaryPlanningWasValid(); - - /** - * The meta object literal for the 'Composite Planning' containment reference feature. - * - * - * @generated - */ - EReference TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = eINSTANCE.getTemporaryIntegration_CompositePlanning(); - - /** - * The meta object literal for the 'Integration Directory' attribute feature. - * - * - * @generated - */ - EAttribute TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = eINSTANCE.getTemporaryIntegration_IntegrationDirectory(); - - /** - * The meta object literal for the 'Comparison Initial State' containment reference feature. - * - * - * @generated - */ - EReference TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonInitialState(); - - /** - * The meta object literal for the 'Comparison Final State' containment reference feature. - * - * - * @generated - */ - EReference TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonFinalState(); - - /** - * The meta object literal for the 'Primary Planning ID References' containment reference list feature. - * - * - * @generated - */ - EReference TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES = eINSTANCE.getTemporaryIntegration_PrimaryPlanningIDReferences(); - - /** - * The meta object literal for the '{@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl Toolbox Temporary Integration}' class. - * - * - * @see org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl - * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getToolboxTemporaryIntegration() - * @generated - */ - EClass TOOLBOX_TEMPORARY_INTEGRATION = eINSTANCE.getToolboxTemporaryIntegration(); - - /** - * The meta object literal for the 'Primary Planning' containment reference feature. - * - * - * @generated - */ - EReference TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING = eINSTANCE.getToolboxTemporaryIntegration_PrimaryPlanning(); - - /** - * The meta object literal for the 'Primary Planning Filename' attribute feature. - * - * - * @generated - */ - EAttribute TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = eINSTANCE.getToolboxTemporaryIntegration_PrimaryPlanningFilename(); + EReference TEMPORARY_INTEGRATION__PRIMARY_LAYOUT = eINSTANCE.getTemporaryIntegration_PrimaryLayout(); /** * The meta object literal for the 'Primary Planning Was Valid' attribute feature. @@ -752,7 +425,7 @@ interface Literals { * * @generated */ - EAttribute TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = eINSTANCE.getToolboxTemporaryIntegration_PrimaryPlanningWasValid(); + EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_PrimaryPlanningWasValid(); /** * The meta object literal for the 'Secondary Planning' containment reference feature. @@ -760,23 +433,23 @@ interface Literals { * * @generated */ - EReference TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanning(); + EReference TEMPORARY_INTEGRATION__SECONDARY_PLANNING = eINSTANCE.getTemporaryIntegration_SecondaryPlanning(); /** - * The meta object literal for the 'Secondary Planning Filename' attribute feature. + * The meta object literal for the 'Secondary Layout' containment reference feature. * * * @generated */ - EAttribute TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanningFilename(); + EReference TEMPORARY_INTEGRATION__SECONDARY_LAYOUT = eINSTANCE.getTemporaryIntegration_SecondaryLayout(); /** - * The meta object literal for the 'Secondary Planning ID References' containment reference list feature. + * The meta object literal for the 'Secondary Planning Filename' attribute feature. * * * @generated */ - EReference TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanningIDReferences(); + EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = eINSTANCE.getTemporaryIntegration_SecondaryPlanningFilename(); /** * The meta object literal for the 'Secondary Planning Was Valid' attribute feature. @@ -784,7 +457,7 @@ interface Literals { * * @generated */ - EAttribute TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = eINSTANCE.getToolboxTemporaryIntegration_SecondaryPlanningWasValid(); + EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_SecondaryPlanningWasValid(); /** * The meta object literal for the 'Composite Planning' containment reference feature. @@ -792,15 +465,15 @@ interface Literals { * * @generated */ - EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = eINSTANCE.getToolboxTemporaryIntegration_CompositePlanning(); + EReference TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = eINSTANCE.getTemporaryIntegration_CompositePlanning(); /** - * The meta object literal for the 'Composite Planning ID References' containment reference list feature. + * The meta object literal for the 'Compositeyout' containment reference feature. * * * @generated */ - EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES = eINSTANCE.getToolboxTemporaryIntegration_CompositePlanningIDReferences(); + EReference TEMPORARY_INTEGRATION__COMPOSITEYOUT = eINSTANCE.getTemporaryIntegration_Compositeyout(); /** * The meta object literal for the 'Integration Directory' attribute feature. @@ -808,7 +481,7 @@ interface Literals { * * @generated */ - EAttribute TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = eINSTANCE.getToolboxTemporaryIntegration_IntegrationDirectory(); + EAttribute TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = eINSTANCE.getTemporaryIntegration_IntegrationDirectory(); /** * The meta object literal for the 'Comparison Initial State' containment reference feature. @@ -816,7 +489,7 @@ interface Literals { * * @generated */ - EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = eINSTANCE.getToolboxTemporaryIntegration_ComparisonInitialState(); + EReference TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonInitialState(); /** * The meta object literal for the 'Comparison Final State' containment reference feature. @@ -824,7 +497,7 @@ interface Literals { * * @generated */ - EReference TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = eINSTANCE.getToolboxTemporaryIntegration_ComparisonFinalState(); + EReference TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonFinalState(); } diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java deleted file mode 100644 index d9edcd0040..0000000000 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/ToolboxTemporaryIntegration.java +++ /dev/null @@ -1,293 +0,0 @@ -/** - * Copyright (c) {Jahr} DB Netz AG and others. - * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html - */ -package org.eclipse.set.model.temporaryintegration; - -import org.eclipse.emf.common.util.EList; - -import org.eclipse.emf.ecore.EObject; - -import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; - -import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; - -import org.eclipse.set.model.simplemerge.SComparison; - -/** - * - * A representation of the model object 'Toolbox Temporary Integration'. - * - * - *

- * The following features are supported: - *

- *
    - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning Primary Planning}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning Secondary Planning}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningIDReferences Secondary Planning ID References}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning Composite Planning}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanningIDReferences Composite Planning ID References}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory Integration Directory}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState Comparison Initial State}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState Comparison Final State}
  • - *
- * - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration() - * @model - * @generated - */ -public interface ToolboxTemporaryIntegration extends EObject { - /** - * Returns the value of the 'Primary Planning' containment reference. - * - * - * @return the value of the 'Primary Planning' containment reference. - * @see #setPrimaryPlanning(PlanPro_Schnittstelle) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_PrimaryPlanning() - * @model containment="true" required="true" - * @generated - */ - PlanPro_Schnittstelle getPrimaryPlanning(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanning Primary Planning}' containment reference. - * - * - * @param value the new value of the 'Primary Planning' containment reference. - * @see #getPrimaryPlanning() - * @generated - */ - void setPrimaryPlanning(PlanPro_Schnittstelle value); - - /** - * Returns the value of the 'Primary Planning Filename' attribute. - * - * - * @return the value of the 'Primary Planning Filename' attribute. - * @see #setPrimaryPlanningFilename(String) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_PrimaryPlanningFilename() - * @model - * @generated - */ - String getPrimaryPlanningFilename(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}' attribute. - * - * - * @param value the new value of the 'Primary Planning Filename' attribute. - * @see #getPrimaryPlanningFilename() - * @generated - */ - void setPrimaryPlanningFilename(String value); - - /** - * Returns the value of the 'Primary Planning Was Valid' attribute. - * - * - * @return the value of the 'Primary Planning Was Valid' attribute. - * @see #setPrimaryPlanningWasValid(boolean) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_PrimaryPlanningWasValid() - * @model - * @generated - */ - boolean isPrimaryPlanningWasValid(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}' attribute. - * - * - * @param value the new value of the 'Primary Planning Was Valid' attribute. - * @see #isPrimaryPlanningWasValid() - * @generated - */ - void setPrimaryPlanningWasValid(boolean value); - - /** - * Returns the value of the 'Secondary Planning' containment reference. - * - * - * @return the value of the 'Secondary Planning' containment reference. - * @see #setSecondaryPlanning(PlanPro_Schnittstelle) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanning() - * @model containment="true" required="true" - * @generated - */ - PlanPro_Schnittstelle getSecondaryPlanning(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanning Secondary Planning}' containment reference. - * - * - * @param value the new value of the 'Secondary Planning' containment reference. - * @see #getSecondaryPlanning() - * @generated - */ - void setSecondaryPlanning(PlanPro_Schnittstelle value); - - /** - * Returns the value of the 'Secondary Planning Filename' attribute. - * - * - * @return the value of the 'Secondary Planning Filename' attribute. - * @see #setSecondaryPlanningFilename(String) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanningFilename() - * @model - * @generated - */ - String getSecondaryPlanningFilename(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}' attribute. - * - * - * @param value the new value of the 'Secondary Planning Filename' attribute. - * @see #getSecondaryPlanningFilename() - * @generated - */ - void setSecondaryPlanningFilename(String value); - - /** - * Returns the value of the 'Secondary Planning ID References' containment reference list. - * The list contents are of type {@link org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass}. - * - * - * @return the value of the 'Secondary Planning ID References' containment reference list. - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanningIDReferences() - * @model containment="true" - * @generated - */ - EList getSecondaryPlanningIDReferences(); - - /** - * Returns the value of the 'Secondary Planning Was Valid' attribute. - * - * - * @return the value of the 'Secondary Planning Was Valid' attribute. - * @see #setSecondaryPlanningWasValid(boolean) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_SecondaryPlanningWasValid() - * @model - * @generated - */ - boolean isSecondaryPlanningWasValid(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}' attribute. - * - * - * @param value the new value of the 'Secondary Planning Was Valid' attribute. - * @see #isSecondaryPlanningWasValid() - * @generated - */ - void setSecondaryPlanningWasValid(boolean value); - - /** - * Returns the value of the 'Composite Planning' containment reference. - * - * - * @return the value of the 'Composite Planning' containment reference. - * @see #setCompositePlanning(PlanPro_Schnittstelle) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_CompositePlanning() - * @model containment="true" required="true" - * @generated - */ - PlanPro_Schnittstelle getCompositePlanning(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getCompositePlanning Composite Planning}' containment reference. - * - * - * @param value the new value of the 'Composite Planning' containment reference. - * @see #getCompositePlanning() - * @generated - */ - void setCompositePlanning(PlanPro_Schnittstelle value); - - /** - * Returns the value of the 'Composite Planning ID References' containment reference list. - * The list contents are of type {@link org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass}. - * - * - * @return the value of the 'Composite Planning ID References' containment reference list. - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_CompositePlanningIDReferences() - * @model containment="true" - * @generated - */ - EList getCompositePlanningIDReferences(); - - /** - * Returns the value of the 'Integration Directory' attribute. - * - * - * @return the value of the 'Integration Directory' attribute. - * @see #setIntegrationDirectory(String) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_IntegrationDirectory() - * @model - * @generated - */ - String getIntegrationDirectory(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getIntegrationDirectory Integration Directory}' attribute. - * - * - * @param value the new value of the 'Integration Directory' attribute. - * @see #getIntegrationDirectory() - * @generated - */ - void setIntegrationDirectory(String value); - - /** - * Returns the value of the 'Comparison Initial State' containment reference. - * - * - * @return the value of the 'Comparison Initial State' containment reference. - * @see #setComparisonInitialState(SComparison) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_ComparisonInitialState() - * @model containment="true" - * @generated - */ - SComparison getComparisonInitialState(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonInitialState Comparison Initial State}' containment reference. - * - * - * @param value the new value of the 'Comparison Initial State' containment reference. - * @see #getComparisonInitialState() - * @generated - */ - void setComparisonInitialState(SComparison value); - - /** - * Returns the value of the 'Comparison Final State' containment reference. - * - * - * @return the value of the 'Comparison Final State' containment reference. - * @see #setComparisonFinalState(SComparison) - * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getToolboxTemporaryIntegration_ComparisonFinalState() - * @model containment="true" - * @generated - */ - SComparison getComparisonFinalState(); - - /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration#getComparisonFinalState Comparison Final State}' containment reference. - * - * - * @param value the new value of the 'Comparison Final State' containment reference. - * @see #getComparisonFinalState() - * @generated - */ - void setComparisonFinalState(SComparison value); - -} // ToolboxTemporaryIntegration diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java index bdca5b4b12..c71ad26cce 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java @@ -1,33 +1,27 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.impl; -import java.util.Collection; - import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain; -import org.eclipse.emf.common.util.EList; - import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; -import org.eclipse.emf.ecore.util.EObjectContainmentEList; -import org.eclipse.emf.ecore.util.InternalEList; +import org.eclipse.set.model.planpro.Layoutinformationen.PlanPro_Layoutinfo; import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; -import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; - import org.eclipse.set.model.simplemerge.SComparison; import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; @@ -43,15 +37,17 @@ *
    *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanning Primary Planning}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanningFilename Primary Planning Filename}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryLayout Primary Layout}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanning Secondary Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryLayout Secondary Layout}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanningFilename Secondary Planning Filename}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getCompositePlanning Composite Planning}
  • + *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getCompositeyout Compositeyout}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getIntegrationDirectory Integration Directory}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonInitialState Comparison Initial State}
  • *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonFinalState Comparison Final State}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanningIDReferences Primary Planning ID References}
  • *
* * @generated @@ -87,6 +83,16 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple */ protected String primaryPlanningFilename = PRIMARY_PLANNING_FILENAME_EDEFAULT; + /** + * The cached value of the '{@link #getPrimaryLayout() Primary Layout}' containment reference. + * + * + * @see #getPrimaryLayout() + * @generated + * @ordered + */ + protected PlanPro_Layoutinfo primaryLayout; + /** * The default value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. * @@ -117,6 +123,16 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple */ protected PlanPro_Schnittstelle secondaryPlanning; + /** + * The cached value of the '{@link #getSecondaryLayout() Secondary Layout}' containment reference. + * + * + * @see #getSecondaryLayout() + * @generated + * @ordered + */ + protected PlanPro_Layoutinfo secondaryLayout; + /** * The default value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. * @@ -167,6 +183,16 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple */ protected PlanPro_Schnittstelle compositePlanning; + /** + * The cached value of the '{@link #getCompositeyout() Compositeyout}' containment reference. + * + * + * @see #getCompositeyout() + * @generated + * @ordered + */ + protected PlanPro_Layoutinfo compositeyout; + /** * The default value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. * @@ -207,16 +233,6 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple */ protected SComparison comparisonFinalState; - /** - * The cached value of the '{@link #getPrimaryPlanningIDReferences() Primary Planning ID References}' containment reference list. - * - * - * @see #getPrimaryPlanningIDReferences() - * @generated - * @ordered - */ - protected EList primaryPlanningIDReferences; - /** * * @@ -304,6 +320,51 @@ public void setPrimaryPlanningFilename(String newPrimaryPlanningFilename) { eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, oldPrimaryPlanningFilename, primaryPlanningFilename)); } + /** + * + * + * @generated + */ + @Override + public PlanPro_Layoutinfo getPrimaryLayout() { + return primaryLayout; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetPrimaryLayout(PlanPro_Layoutinfo newPrimaryLayout, NotificationChain msgs) { + PlanPro_Layoutinfo oldPrimaryLayout = primaryLayout; + primaryLayout = newPrimaryLayout; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, oldPrimaryLayout, newPrimaryLayout); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setPrimaryLayout(PlanPro_Layoutinfo newPrimaryLayout) { + if (newPrimaryLayout != primaryLayout) { + NotificationChain msgs = null; + if (primaryLayout != null) + msgs = ((InternalEObject)primaryLayout).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, null, msgs); + if (newPrimaryLayout != null) + msgs = ((InternalEObject)newPrimaryLayout).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, null, msgs); + msgs = basicSetPrimaryLayout(newPrimaryLayout, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, newPrimaryLayout, newPrimaryLayout)); + } + /** * * @@ -372,6 +433,51 @@ else if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, newSecondaryPlanning, newSecondaryPlanning)); } + /** + * + * + * @generated + */ + @Override + public PlanPro_Layoutinfo getSecondaryLayout() { + return secondaryLayout; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetSecondaryLayout(PlanPro_Layoutinfo newSecondaryLayout, NotificationChain msgs) { + PlanPro_Layoutinfo oldSecondaryLayout = secondaryLayout; + secondaryLayout = newSecondaryLayout; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, oldSecondaryLayout, newSecondaryLayout); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setSecondaryLayout(PlanPro_Layoutinfo newSecondaryLayout) { + if (newSecondaryLayout != secondaryLayout) { + NotificationChain msgs = null; + if (secondaryLayout != null) + msgs = ((InternalEObject)secondaryLayout).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, null, msgs); + if (newSecondaryLayout != null) + msgs = ((InternalEObject)newSecondaryLayout).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, null, msgs); + msgs = basicSetSecondaryLayout(newSecondaryLayout, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, newSecondaryLayout, newSecondaryLayout)); + } + /** * * @@ -463,6 +569,51 @@ else if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, newCompositePlanning, newCompositePlanning)); } + /** + * + * + * @generated + */ + @Override + public PlanPro_Layoutinfo getCompositeyout() { + return compositeyout; + } + + /** + * + * + * @generated + */ + public NotificationChain basicSetCompositeyout(PlanPro_Layoutinfo newCompositeyout, NotificationChain msgs) { + PlanPro_Layoutinfo oldCompositeyout = compositeyout; + compositeyout = newCompositeyout; + if (eNotificationRequired()) { + ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, oldCompositeyout, newCompositeyout); + if (msgs == null) msgs = notification; else msgs.add(notification); + } + return msgs; + } + + /** + * + * + * @generated + */ + @Override + public void setCompositeyout(PlanPro_Layoutinfo newCompositeyout) { + if (newCompositeyout != compositeyout) { + NotificationChain msgs = null; + if (compositeyout != null) + msgs = ((InternalEObject)compositeyout).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, null, msgs); + if (newCompositeyout != null) + msgs = ((InternalEObject)newCompositeyout).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, null, msgs); + msgs = basicSetCompositeyout(newCompositeyout, msgs); + if (msgs != null) msgs.dispatch(); + } + else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, newCompositeyout, newCompositeyout)); + } + /** * * @@ -576,19 +727,6 @@ else if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, newComparisonFinalState, newComparisonFinalState)); } - /** - * - * - * @generated - */ - @Override - public EList getPrimaryPlanningIDReferences() { - if (primaryPlanningIDReferences == null) { - primaryPlanningIDReferences = new EObjectContainmentEList(ID_PlanPro_Schnittstelle_TypeClass.class, this, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES); - } - return primaryPlanningIDReferences; - } - /** * * @@ -599,16 +737,20 @@ public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, switch (featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: return basicSetPrimaryPlanning(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: + return basicSetPrimaryLayout(null, msgs); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: return basicSetSecondaryPlanning(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: + return basicSetSecondaryLayout(null, msgs); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: return basicSetCompositePlanning(null, msgs); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: + return basicSetCompositeyout(null, msgs); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: return basicSetComparisonInitialState(null, msgs); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: return basicSetComparisonFinalState(null, msgs); - case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: - return ((InternalEList)getPrimaryPlanningIDReferences()).basicRemove(otherEnd, msgs); } return super.eInverseRemove(otherEnd, featureID, msgs); } @@ -625,24 +767,28 @@ public Object eGet(int featureID, boolean resolve, boolean coreType) { return getPrimaryPlanning(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: return getPrimaryPlanningFilename(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: + return getPrimaryLayout(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: return isPrimaryPlanningWasValid(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: return getSecondaryPlanning(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: + return getSecondaryLayout(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: return getSecondaryPlanningFilename(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: return isSecondaryPlanningWasValid(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: return getCompositePlanning(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: + return getCompositeyout(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: return getIntegrationDirectory(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: return getComparisonInitialState(); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: return getComparisonFinalState(); - case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: - return getPrimaryPlanningIDReferences(); } return super.eGet(featureID, resolve, coreType); } @@ -652,7 +798,6 @@ public Object eGet(int featureID, boolean resolve, boolean coreType) { * * @generated */ - @SuppressWarnings("unchecked") @Override public void eSet(int featureID, Object newValue) { switch (featureID) { @@ -662,12 +807,18 @@ public void eSet(int featureID, Object newValue) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: setPrimaryPlanningFilename((String)newValue); return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: + setPrimaryLayout((PlanPro_Layoutinfo)newValue); + return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: setPrimaryPlanningWasValid((Boolean)newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: setSecondaryPlanning((PlanPro_Schnittstelle)newValue); return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: + setSecondaryLayout((PlanPro_Layoutinfo)newValue); + return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: setSecondaryPlanningFilename((String)newValue); return; @@ -677,6 +828,9 @@ public void eSet(int featureID, Object newValue) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: setCompositePlanning((PlanPro_Schnittstelle)newValue); return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: + setCompositeyout((PlanPro_Layoutinfo)newValue); + return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: setIntegrationDirectory((String)newValue); return; @@ -686,10 +840,6 @@ public void eSet(int featureID, Object newValue) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: setComparisonFinalState((SComparison)newValue); return; - case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: - getPrimaryPlanningIDReferences().clear(); - getPrimaryPlanningIDReferences().addAll((Collection)newValue); - return; } super.eSet(featureID, newValue); } @@ -708,12 +858,18 @@ public void eUnset(int featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: setPrimaryPlanningFilename(PRIMARY_PLANNING_FILENAME_EDEFAULT); return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: + setPrimaryLayout((PlanPro_Layoutinfo)null); + return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: setPrimaryPlanningWasValid(PRIMARY_PLANNING_WAS_VALID_EDEFAULT); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: setSecondaryPlanning((PlanPro_Schnittstelle)null); return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: + setSecondaryLayout((PlanPro_Layoutinfo)null); + return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: setSecondaryPlanningFilename(SECONDARY_PLANNING_FILENAME_EDEFAULT); return; @@ -723,6 +879,9 @@ public void eUnset(int featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: setCompositePlanning((PlanPro_Schnittstelle)null); return; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: + setCompositeyout((PlanPro_Layoutinfo)null); + return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: setIntegrationDirectory(INTEGRATION_DIRECTORY_EDEFAULT); return; @@ -732,9 +891,6 @@ public void eUnset(int featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: setComparisonFinalState((SComparison)null); return; - case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: - getPrimaryPlanningIDReferences().clear(); - return; } super.eUnset(featureID); } @@ -751,24 +907,28 @@ public boolean eIsSet(int featureID) { return primaryPlanning != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: return PRIMARY_PLANNING_FILENAME_EDEFAULT == null ? primaryPlanningFilename != null : !PRIMARY_PLANNING_FILENAME_EDEFAULT.equals(primaryPlanningFilename); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: + return primaryLayout != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: return primaryPlanningWasValid != PRIMARY_PLANNING_WAS_VALID_EDEFAULT; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: return secondaryPlanning != null; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: + return secondaryLayout != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: return SECONDARY_PLANNING_FILENAME_EDEFAULT == null ? secondaryPlanningFilename != null : !SECONDARY_PLANNING_FILENAME_EDEFAULT.equals(secondaryPlanningFilename); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: return secondaryPlanningWasValid != SECONDARY_PLANNING_WAS_VALID_EDEFAULT; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: return compositePlanning != null; + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: + return compositeyout != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: return INTEGRATION_DIRECTORY_EDEFAULT == null ? integrationDirectory != null : !INTEGRATION_DIRECTORY_EDEFAULT.equals(integrationDirectory); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: return comparisonInitialState != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: return comparisonFinalState != null; - case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES: - return primaryPlanningIDReferences != null && !primaryPlanningIDReferences.isEmpty(); } return super.eIsSet(featureID); } diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java index 2cead42b83..c4c073e691 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java @@ -1,10 +1,11 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.impl; @@ -63,7 +64,6 @@ public TemporaryintegrationFactoryImpl() { public EObject create(EClass eClass) { switch (eClass.getClassifierID()) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION: return createTemporaryIntegration(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION: return createToolboxTemporaryIntegration(); default: throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); } @@ -80,17 +80,6 @@ public TemporaryIntegration createTemporaryIntegration() { return temporaryIntegration; } - /** - * - * - * @generated - */ - @Override - public ToolboxTemporaryIntegration createToolboxTemporaryIntegration() { - ToolboxTemporaryIntegrationImpl toolboxTemporaryIntegration = new ToolboxTemporaryIntegrationImpl(); - return toolboxTemporaryIntegration; - } - /** * * diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java index 99558e3bb2..6758234441 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java @@ -1,10 +1,11 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.impl; @@ -74,7 +75,6 @@ import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory; import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; /** * @@ -90,13 +90,6 @@ public class TemporaryintegrationPackageImpl extends EPackageImpl implements Tem */ private EClass temporaryIntegrationEClass = null; - /** - * - * - * @generated - */ - private EClass toolboxTemporaryIntegrationEClass = null; - /** * Creates an instance of the model Package, registered with * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package @@ -223,8 +216,8 @@ public EAttribute getTemporaryIntegration_PrimaryPlanningFilename() { * @generated */ @Override - public EAttribute getTemporaryIntegration_PrimaryPlanningWasValid() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(2); + public EReference getTemporaryIntegration_PrimaryLayout() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(2); } /** @@ -233,8 +226,8 @@ public EAttribute getTemporaryIntegration_PrimaryPlanningWasValid() { * @generated */ @Override - public EReference getTemporaryIntegration_SecondaryPlanning() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(3); + public EAttribute getTemporaryIntegration_PrimaryPlanningWasValid() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(3); } /** @@ -243,8 +236,8 @@ public EReference getTemporaryIntegration_SecondaryPlanning() { * @generated */ @Override - public EAttribute getTemporaryIntegration_SecondaryPlanningFilename() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(4); + public EReference getTemporaryIntegration_SecondaryPlanning() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(4); } /** @@ -253,8 +246,8 @@ public EAttribute getTemporaryIntegration_SecondaryPlanningFilename() { * @generated */ @Override - public EAttribute getTemporaryIntegration_SecondaryPlanningWasValid() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(5); + public EReference getTemporaryIntegration_SecondaryLayout() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(5); } /** @@ -263,8 +256,8 @@ public EAttribute getTemporaryIntegration_SecondaryPlanningWasValid() { * @generated */ @Override - public EReference getTemporaryIntegration_CompositePlanning() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(6); + public EAttribute getTemporaryIntegration_SecondaryPlanningFilename() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(6); } /** @@ -273,7 +266,7 @@ public EReference getTemporaryIntegration_CompositePlanning() { * @generated */ @Override - public EAttribute getTemporaryIntegration_IntegrationDirectory() { + public EAttribute getTemporaryIntegration_SecondaryPlanningWasValid() { return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(7); } @@ -283,7 +276,7 @@ public EAttribute getTemporaryIntegration_IntegrationDirectory() { * @generated */ @Override - public EReference getTemporaryIntegration_ComparisonInitialState() { + public EReference getTemporaryIntegration_CompositePlanning() { return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(8); } @@ -293,7 +286,7 @@ public EReference getTemporaryIntegration_ComparisonInitialState() { * @generated */ @Override - public EReference getTemporaryIntegration_ComparisonFinalState() { + public EReference getTemporaryIntegration_Compositeyout() { return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(9); } @@ -303,118 +296,8 @@ public EReference getTemporaryIntegration_ComparisonFinalState() { * @generated */ @Override - public EReference getTemporaryIntegration_PrimaryPlanningIDReferences() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(10); - } - - /** - * - * - * @generated - */ - @Override - public EClass getToolboxTemporaryIntegration() { - return toolboxTemporaryIntegrationEClass; - } - - /** - * - * - * @generated - */ - @Override - public EReference getToolboxTemporaryIntegration_PrimaryPlanning() { - return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(0); - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getToolboxTemporaryIntegration_PrimaryPlanningFilename() { - return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(1); - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getToolboxTemporaryIntegration_PrimaryPlanningWasValid() { - return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(2); - } - - /** - * - * - * @generated - */ - @Override - public EReference getToolboxTemporaryIntegration_SecondaryPlanning() { - return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(3); - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getToolboxTemporaryIntegration_SecondaryPlanningFilename() { - return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(4); - } - - /** - * - * - * @generated - */ - @Override - public EReference getToolboxTemporaryIntegration_SecondaryPlanningIDReferences() { - return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(5); - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getToolboxTemporaryIntegration_SecondaryPlanningWasValid() { - return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(6); - } - - /** - * - * - * @generated - */ - @Override - public EReference getToolboxTemporaryIntegration_CompositePlanning() { - return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(7); - } - - /** - * - * - * @generated - */ - @Override - public EReference getToolboxTemporaryIntegration_CompositePlanningIDReferences() { - return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(8); - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getToolboxTemporaryIntegration_IntegrationDirectory() { - return (EAttribute)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(9); + public EAttribute getTemporaryIntegration_IntegrationDirectory() { + return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(10); } /** @@ -423,8 +306,8 @@ public EAttribute getToolboxTemporaryIntegration_IntegrationDirectory() { * @generated */ @Override - public EReference getToolboxTemporaryIntegration_ComparisonInitialState() { - return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(10); + public EReference getTemporaryIntegration_ComparisonInitialState() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(11); } /** @@ -433,8 +316,8 @@ public EReference getToolboxTemporaryIntegration_ComparisonInitialState() { * @generated */ @Override - public EReference getToolboxTemporaryIntegration_ComparisonFinalState() { - return (EReference)toolboxTemporaryIntegrationEClass.getEStructuralFeatures().get(11); + public EReference getTemporaryIntegration_ComparisonFinalState() { + return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(12); } /** @@ -469,29 +352,17 @@ public void createPackageContents() { temporaryIntegrationEClass = createEClass(TEMPORARY_INTEGRATION); createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING); createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_LAYOUT); createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID); createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_LAYOUT); createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME); createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID); createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); + createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPOSITEYOUT); createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY); createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_ID_REFERENCES); - - toolboxTemporaryIntegrationEClass = createEClass(TOOLBOX_TEMPORARY_INTEGRATION); - createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING); - createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME); - createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID); - createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING); - createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME); - createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES); - createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID); - createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); - createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES); - createEAttribute(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY); - createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); - createEReference(toolboxTemporaryIntegrationEClass, TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); } /** @@ -519,8 +390,8 @@ public void initializePackageContents() { // Obtain other dependent packages PlanProPackage thePlanProPackage = (PlanProPackage)EPackage.Registry.INSTANCE.getEPackage(PlanProPackage.eNS_URI); + LayoutinformationenPackage theLayoutinformationenPackage = (LayoutinformationenPackage)EPackage.Registry.INSTANCE.getEPackage(LayoutinformationenPackage.eNS_URI); SimplemergePackage theSimplemergePackage = (SimplemergePackage)EPackage.Registry.INSTANCE.getEPackage(SimplemergePackage.eNS_URI); - VerweisePackage theVerweisePackage = (VerweisePackage)EPackage.Registry.INSTANCE.getEPackage(VerweisePackage.eNS_URI); // Create type parameters @@ -532,29 +403,17 @@ public void initializePackageContents() { initEClass(temporaryIntegrationEClass, TemporaryIntegration.class, "TemporaryIntegration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); initEReference(getTemporaryIntegration_PrimaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "primaryPlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getTemporaryIntegration_PrimaryPlanningFilename(), ecorePackage.getEString(), "primaryPlanningFilename", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_PrimaryLayout(), theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, "primaryLayout", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getTemporaryIntegration_PrimaryPlanningWasValid(), ecorePackage.getEBoolean(), "primaryPlanningWasValid", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEReference(getTemporaryIntegration_SecondaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "secondaryPlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_SecondaryLayout(), theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, "secondaryLayout", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getTemporaryIntegration_SecondaryPlanningFilename(), ecorePackage.getEString(), "secondaryPlanningFilename", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getTemporaryIntegration_SecondaryPlanningWasValid(), ecorePackage.getEBoolean(), "secondaryPlanningWasValid", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEReference(getTemporaryIntegration_CompositePlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "compositePlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_Compositeyout(), theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, "compositeyout", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getTemporaryIntegration_IntegrationDirectory(), ecorePackage.getEString(), "integrationDirectory", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEReference(getTemporaryIntegration_ComparisonInitialState(), theSimplemergePackage.getSComparison(), null, "comparisonInitialState", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEReference(getTemporaryIntegration_ComparisonFinalState(), theSimplemergePackage.getSComparison(), null, "comparisonFinalState", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_PrimaryPlanningIDReferences(), theVerweisePackage.getID_PlanPro_Schnittstelle_TypeClass(), null, "primaryPlanningIDReferences", null, 0, -1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - - initEClass(toolboxTemporaryIntegrationEClass, ToolboxTemporaryIntegration.class, "ToolboxTemporaryIntegration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEReference(getToolboxTemporaryIntegration_PrimaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "primaryPlanning", null, 1, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getToolboxTemporaryIntegration_PrimaryPlanningFilename(), ecorePackage.getEString(), "primaryPlanningFilename", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getToolboxTemporaryIntegration_PrimaryPlanningWasValid(), ecorePackage.getEBoolean(), "primaryPlanningWasValid", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getToolboxTemporaryIntegration_SecondaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "secondaryPlanning", null, 1, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getToolboxTemporaryIntegration_SecondaryPlanningFilename(), ecorePackage.getEString(), "secondaryPlanningFilename", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getToolboxTemporaryIntegration_SecondaryPlanningIDReferences(), theVerweisePackage.getID_PlanPro_Schnittstelle_TypeClass(), null, "secondaryPlanningIDReferences", null, 0, -1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getToolboxTemporaryIntegration_SecondaryPlanningWasValid(), ecorePackage.getEBoolean(), "secondaryPlanningWasValid", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getToolboxTemporaryIntegration_CompositePlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "compositePlanning", null, 1, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getToolboxTemporaryIntegration_CompositePlanningIDReferences(), theVerweisePackage.getID_PlanPro_Schnittstelle_TypeClass(), null, "compositePlanningIDReferences", null, 0, -1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getToolboxTemporaryIntegration_IntegrationDirectory(), ecorePackage.getEString(), "integrationDirectory", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getToolboxTemporaryIntegration_ComparisonInitialState(), theSimplemergePackage.getSComparison(), null, "comparisonInitialState", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getToolboxTemporaryIntegration_ComparisonFinalState(), theSimplemergePackage.getSComparison(), null, "comparisonFinalState", null, 0, 1, ToolboxTemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); // Create resource createResource(eNS_URI); diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java deleted file mode 100644 index db659dc5a2..0000000000 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/ToolboxTemporaryIntegrationImpl.java +++ /dev/null @@ -1,837 +0,0 @@ -/** - * Copyright (c) {Jahr} DB Netz AG and others. - * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html - */ -package org.eclipse.set.model.temporaryintegration.impl; - -import java.util.Collection; - -import org.eclipse.emf.common.notify.Notification; -import org.eclipse.emf.common.notify.NotificationChain; - -import org.eclipse.emf.common.util.EList; - -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.InternalEObject; - -import org.eclipse.emf.ecore.impl.ENotificationImpl; -import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; - -import org.eclipse.emf.ecore.util.EObjectContainmentEList; -import org.eclipse.emf.ecore.util.InternalEList; - -import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; - -import org.eclipse.set.model.planpro.Verweise.ID_PlanPro_Schnittstelle_TypeClass; - -import org.eclipse.set.model.simplemerge.SComparison; - -import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; -import org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration; - -/** - * - * An implementation of the model object 'Toolbox Temporary Integration'. - * - *

- * The following features are implemented: - *

- *
    - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getPrimaryPlanning Primary Planning}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getPrimaryPlanningFilename Primary Planning Filename}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#isPrimaryPlanningWasValid Primary Planning Was Valid}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getSecondaryPlanning Secondary Planning}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getSecondaryPlanningFilename Secondary Planning Filename}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getSecondaryPlanningIDReferences Secondary Planning ID References}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#isSecondaryPlanningWasValid Secondary Planning Was Valid}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getCompositePlanning Composite Planning}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getCompositePlanningIDReferences Composite Planning ID References}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getIntegrationDirectory Integration Directory}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getComparisonInitialState Comparison Initial State}
  • - *
  • {@link org.eclipse.set.model.temporaryintegration.impl.ToolboxTemporaryIntegrationImpl#getComparisonFinalState Comparison Final State}
  • - *
- * - * @generated - */ -public class ToolboxTemporaryIntegrationImpl extends MinimalEObjectImpl.Container implements ToolboxTemporaryIntegration { - /** - * The cached value of the '{@link #getPrimaryPlanning() Primary Planning}' containment reference. - * - * - * @see #getPrimaryPlanning() - * @generated - * @ordered - */ - protected PlanPro_Schnittstelle primaryPlanning; - - /** - * The default value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. - * - * - * @see #getPrimaryPlanningFilename() - * @generated - * @ordered - */ - protected static final String PRIMARY_PLANNING_FILENAME_EDEFAULT = null; - - /** - * The cached value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. - * - * - * @see #getPrimaryPlanningFilename() - * @generated - * @ordered - */ - protected String primaryPlanningFilename = PRIMARY_PLANNING_FILENAME_EDEFAULT; - - /** - * The default value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. - * - * - * @see #isPrimaryPlanningWasValid() - * @generated - * @ordered - */ - protected static final boolean PRIMARY_PLANNING_WAS_VALID_EDEFAULT = false; - - /** - * The cached value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. - * - * - * @see #isPrimaryPlanningWasValid() - * @generated - * @ordered - */ - protected boolean primaryPlanningWasValid = PRIMARY_PLANNING_WAS_VALID_EDEFAULT; - - /** - * The cached value of the '{@link #getSecondaryPlanning() Secondary Planning}' containment reference. - * - * - * @see #getSecondaryPlanning() - * @generated - * @ordered - */ - protected PlanPro_Schnittstelle secondaryPlanning; - - /** - * The default value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. - * - * - * @see #getSecondaryPlanningFilename() - * @generated - * @ordered - */ - protected static final String SECONDARY_PLANNING_FILENAME_EDEFAULT = null; - - /** - * The cached value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. - * - * - * @see #getSecondaryPlanningFilename() - * @generated - * @ordered - */ - protected String secondaryPlanningFilename = SECONDARY_PLANNING_FILENAME_EDEFAULT; - - /** - * The cached value of the '{@link #getSecondaryPlanningIDReferences() Secondary Planning ID References}' containment reference list. - * - * - * @see #getSecondaryPlanningIDReferences() - * @generated - * @ordered - */ - protected EList secondaryPlanningIDReferences; - - /** - * The default value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. - * - * - * @see #isSecondaryPlanningWasValid() - * @generated - * @ordered - */ - protected static final boolean SECONDARY_PLANNING_WAS_VALID_EDEFAULT = false; - - /** - * The cached value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. - * - * - * @see #isSecondaryPlanningWasValid() - * @generated - * @ordered - */ - protected boolean secondaryPlanningWasValid = SECONDARY_PLANNING_WAS_VALID_EDEFAULT; - - /** - * The cached value of the '{@link #getCompositePlanning() Composite Planning}' containment reference. - * - * - * @see #getCompositePlanning() - * @generated - * @ordered - */ - protected PlanPro_Schnittstelle compositePlanning; - - /** - * The cached value of the '{@link #getCompositePlanningIDReferences() Composite Planning ID References}' containment reference list. - * - * - * @see #getCompositePlanningIDReferences() - * @generated - * @ordered - */ - protected EList compositePlanningIDReferences; - - /** - * The default value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. - * - * - * @see #getIntegrationDirectory() - * @generated - * @ordered - */ - protected static final String INTEGRATION_DIRECTORY_EDEFAULT = null; - - /** - * The cached value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. - * - * - * @see #getIntegrationDirectory() - * @generated - * @ordered - */ - protected String integrationDirectory = INTEGRATION_DIRECTORY_EDEFAULT; - - /** - * The cached value of the '{@link #getComparisonInitialState() Comparison Initial State}' containment reference. - * - * - * @see #getComparisonInitialState() - * @generated - * @ordered - */ - protected SComparison comparisonInitialState; - - /** - * The cached value of the '{@link #getComparisonFinalState() Comparison Final State}' containment reference. - * - * - * @see #getComparisonFinalState() - * @generated - * @ordered - */ - protected SComparison comparisonFinalState; - - /** - * - * - * @generated - */ - protected ToolboxTemporaryIntegrationImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() { - return TemporaryintegrationPackage.Literals.TOOLBOX_TEMPORARY_INTEGRATION; - } - - /** - * - * - * @generated - */ - @Override - public PlanPro_Schnittstelle getPrimaryPlanning() { - return primaryPlanning; - } - - /** - * - * - * @generated - */ - public NotificationChain basicSetPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning, NotificationChain msgs) { - PlanPro_Schnittstelle oldPrimaryPlanning = primaryPlanning; - primaryPlanning = newPrimaryPlanning; - if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, oldPrimaryPlanning, newPrimaryPlanning); - if (msgs == null) msgs = notification; else msgs.add(notification); - } - return msgs; - } - - /** - * - * - * @generated - */ - @Override - public void setPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning) { - if (newPrimaryPlanning != primaryPlanning) { - NotificationChain msgs = null; - if (primaryPlanning != null) - msgs = ((InternalEObject)primaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); - if (newPrimaryPlanning != null) - msgs = ((InternalEObject)newPrimaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); - msgs = basicSetPrimaryPlanning(newPrimaryPlanning, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING, newPrimaryPlanning, newPrimaryPlanning)); - } - - /** - * - * - * @generated - */ - @Override - public String getPrimaryPlanningFilename() { - return primaryPlanningFilename; - } - - /** - * - * - * @generated - */ - @Override - public void setPrimaryPlanningFilename(String newPrimaryPlanningFilename) { - String oldPrimaryPlanningFilename = primaryPlanningFilename; - primaryPlanningFilename = newPrimaryPlanningFilename; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, oldPrimaryPlanningFilename, primaryPlanningFilename)); - } - - /** - * - * - * @generated - */ - @Override - public boolean isPrimaryPlanningWasValid() { - return primaryPlanningWasValid; - } - - /** - * - * - * @generated - */ - @Override - public void setPrimaryPlanningWasValid(boolean newPrimaryPlanningWasValid) { - boolean oldPrimaryPlanningWasValid = primaryPlanningWasValid; - primaryPlanningWasValid = newPrimaryPlanningWasValid; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, oldPrimaryPlanningWasValid, primaryPlanningWasValid)); - } - - /** - * - * - * @generated - */ - @Override - public PlanPro_Schnittstelle getSecondaryPlanning() { - return secondaryPlanning; - } - - /** - * - * - * @generated - */ - public NotificationChain basicSetSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning, NotificationChain msgs) { - PlanPro_Schnittstelle oldSecondaryPlanning = secondaryPlanning; - secondaryPlanning = newSecondaryPlanning; - if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, oldSecondaryPlanning, newSecondaryPlanning); - if (msgs == null) msgs = notification; else msgs.add(notification); - } - return msgs; - } - - /** - * - * - * @generated - */ - @Override - public void setSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning) { - if (newSecondaryPlanning != secondaryPlanning) { - NotificationChain msgs = null; - if (secondaryPlanning != null) - msgs = ((InternalEObject)secondaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); - if (newSecondaryPlanning != null) - msgs = ((InternalEObject)newSecondaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); - msgs = basicSetSecondaryPlanning(newSecondaryPlanning, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING, newSecondaryPlanning, newSecondaryPlanning)); - } - - /** - * - * - * @generated - */ - @Override - public String getSecondaryPlanningFilename() { - return secondaryPlanningFilename; - } - - /** - * - * - * @generated - */ - @Override - public void setSecondaryPlanningFilename(String newSecondaryPlanningFilename) { - String oldSecondaryPlanningFilename = secondaryPlanningFilename; - secondaryPlanningFilename = newSecondaryPlanningFilename; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, oldSecondaryPlanningFilename, secondaryPlanningFilename)); - } - - /** - * - * - * @generated - */ - @Override - public EList getSecondaryPlanningIDReferences() { - if (secondaryPlanningIDReferences == null) { - secondaryPlanningIDReferences = new EObjectContainmentEList(ID_PlanPro_Schnittstelle_TypeClass.class, this, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES); - } - return secondaryPlanningIDReferences; - } - - /** - * - * - * @generated - */ - @Override - public boolean isSecondaryPlanningWasValid() { - return secondaryPlanningWasValid; - } - - /** - * - * - * @generated - */ - @Override - public void setSecondaryPlanningWasValid(boolean newSecondaryPlanningWasValid) { - boolean oldSecondaryPlanningWasValid = secondaryPlanningWasValid; - secondaryPlanningWasValid = newSecondaryPlanningWasValid; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, oldSecondaryPlanningWasValid, secondaryPlanningWasValid)); - } - - /** - * - * - * @generated - */ - @Override - public PlanPro_Schnittstelle getCompositePlanning() { - return compositePlanning; - } - - /** - * - * - * @generated - */ - public NotificationChain basicSetCompositePlanning(PlanPro_Schnittstelle newCompositePlanning, NotificationChain msgs) { - PlanPro_Schnittstelle oldCompositePlanning = compositePlanning; - compositePlanning = newCompositePlanning; - if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, oldCompositePlanning, newCompositePlanning); - if (msgs == null) msgs = notification; else msgs.add(notification); - } - return msgs; - } - - /** - * - * - * @generated - */ - @Override - public void setCompositePlanning(PlanPro_Schnittstelle newCompositePlanning) { - if (newCompositePlanning != compositePlanning) { - NotificationChain msgs = null; - if (compositePlanning != null) - msgs = ((InternalEObject)compositePlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); - if (newCompositePlanning != null) - msgs = ((InternalEObject)newCompositePlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); - msgs = basicSetCompositePlanning(newCompositePlanning, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, newCompositePlanning, newCompositePlanning)); - } - - /** - * - * - * @generated - */ - @Override - public EList getCompositePlanningIDReferences() { - if (compositePlanningIDReferences == null) { - compositePlanningIDReferences = new EObjectContainmentEList(ID_PlanPro_Schnittstelle_TypeClass.class, this, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES); - } - return compositePlanningIDReferences; - } - - /** - * - * - * @generated - */ - @Override - public String getIntegrationDirectory() { - return integrationDirectory; - } - - /** - * - * - * @generated - */ - @Override - public void setIntegrationDirectory(String newIntegrationDirectory) { - String oldIntegrationDirectory = integrationDirectory; - integrationDirectory = newIntegrationDirectory; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, oldIntegrationDirectory, integrationDirectory)); - } - - /** - * - * - * @generated - */ - @Override - public SComparison getComparisonInitialState() { - return comparisonInitialState; - } - - /** - * - * - * @generated - */ - public NotificationChain basicSetComparisonInitialState(SComparison newComparisonInitialState, NotificationChain msgs) { - SComparison oldComparisonInitialState = comparisonInitialState; - comparisonInitialState = newComparisonInitialState; - if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, oldComparisonInitialState, newComparisonInitialState); - if (msgs == null) msgs = notification; else msgs.add(notification); - } - return msgs; - } - - /** - * - * - * @generated - */ - @Override - public void setComparisonInitialState(SComparison newComparisonInitialState) { - if (newComparisonInitialState != comparisonInitialState) { - NotificationChain msgs = null; - if (comparisonInitialState != null) - msgs = ((InternalEObject)comparisonInitialState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); - if (newComparisonInitialState != null) - msgs = ((InternalEObject)newComparisonInitialState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); - msgs = basicSetComparisonInitialState(newComparisonInitialState, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, newComparisonInitialState, newComparisonInitialState)); - } - - /** - * - * - * @generated - */ - @Override - public SComparison getComparisonFinalState() { - return comparisonFinalState; - } - - /** - * - * - * @generated - */ - public NotificationChain basicSetComparisonFinalState(SComparison newComparisonFinalState, NotificationChain msgs) { - SComparison oldComparisonFinalState = comparisonFinalState; - comparisonFinalState = newComparisonFinalState; - if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, oldComparisonFinalState, newComparisonFinalState); - if (msgs == null) msgs = notification; else msgs.add(notification); - } - return msgs; - } - - /** - * - * - * @generated - */ - @Override - public void setComparisonFinalState(SComparison newComparisonFinalState) { - if (newComparisonFinalState != comparisonFinalState) { - NotificationChain msgs = null; - if (comparisonFinalState != null) - msgs = ((InternalEObject)comparisonFinalState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); - if (newComparisonFinalState != null) - msgs = ((InternalEObject)newComparisonFinalState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); - msgs = basicSetComparisonFinalState(newComparisonFinalState, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, newComparisonFinalState, newComparisonFinalState)); - } - - /** - * - * - * @generated - */ - @Override - public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { - switch (featureID) { - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - return basicSetPrimaryPlanning(null, msgs); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - return basicSetSecondaryPlanning(null, msgs); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: - return ((InternalEList)getSecondaryPlanningIDReferences()).basicRemove(otherEnd, msgs); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - return basicSetCompositePlanning(null, msgs); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: - return ((InternalEList)getCompositePlanningIDReferences()).basicRemove(otherEnd, msgs); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - return basicSetComparisonInitialState(null, msgs); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - return basicSetComparisonFinalState(null, msgs); - } - return super.eInverseRemove(otherEnd, featureID, msgs); - } - - /** - * - * - * @generated - */ - @Override - public Object eGet(int featureID, boolean resolve, boolean coreType) { - switch (featureID) { - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - return getPrimaryPlanning(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: - return getPrimaryPlanningFilename(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: - return isPrimaryPlanningWasValid(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - return getSecondaryPlanning(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - return getSecondaryPlanningFilename(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: - return getSecondaryPlanningIDReferences(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: - return isSecondaryPlanningWasValid(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - return getCompositePlanning(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: - return getCompositePlanningIDReferences(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - return getIntegrationDirectory(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - return getComparisonInitialState(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - return getComparisonFinalState(); - } - return super.eGet(featureID, resolve, coreType); - } - - /** - * - * - * @generated - */ - @SuppressWarnings("unchecked") - @Override - public void eSet(int featureID, Object newValue) { - switch (featureID) { - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - setPrimaryPlanning((PlanPro_Schnittstelle)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: - setPrimaryPlanningFilename((String)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: - setPrimaryPlanningWasValid((Boolean)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - setSecondaryPlanning((PlanPro_Schnittstelle)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - setSecondaryPlanningFilename((String)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: - getSecondaryPlanningIDReferences().clear(); - getSecondaryPlanningIDReferences().addAll((Collection)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: - setSecondaryPlanningWasValid((Boolean)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - setCompositePlanning((PlanPro_Schnittstelle)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: - getCompositePlanningIDReferences().clear(); - getCompositePlanningIDReferences().addAll((Collection)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - setIntegrationDirectory((String)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - setComparisonInitialState((SComparison)newValue); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - setComparisonFinalState((SComparison)newValue); - return; - } - super.eSet(featureID, newValue); - } - - /** - * - * - * @generated - */ - @Override - public void eUnset(int featureID) { - switch (featureID) { - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - setPrimaryPlanning((PlanPro_Schnittstelle)null); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: - setPrimaryPlanningFilename(PRIMARY_PLANNING_FILENAME_EDEFAULT); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: - setPrimaryPlanningWasValid(PRIMARY_PLANNING_WAS_VALID_EDEFAULT); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - setSecondaryPlanning((PlanPro_Schnittstelle)null); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - setSecondaryPlanningFilename(SECONDARY_PLANNING_FILENAME_EDEFAULT); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: - getSecondaryPlanningIDReferences().clear(); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: - setSecondaryPlanningWasValid(SECONDARY_PLANNING_WAS_VALID_EDEFAULT); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - setCompositePlanning((PlanPro_Schnittstelle)null); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: - getCompositePlanningIDReferences().clear(); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - setIntegrationDirectory(INTEGRATION_DIRECTORY_EDEFAULT); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - setComparisonInitialState((SComparison)null); - return; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - setComparisonFinalState((SComparison)null); - return; - } - super.eUnset(featureID); - } - - /** - * - * - * @generated - */ - @Override - public boolean eIsSet(int featureID) { - switch (featureID) { - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - return primaryPlanning != null; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: - return PRIMARY_PLANNING_FILENAME_EDEFAULT == null ? primaryPlanningFilename != null : !PRIMARY_PLANNING_FILENAME_EDEFAULT.equals(primaryPlanningFilename); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: - return primaryPlanningWasValid != PRIMARY_PLANNING_WAS_VALID_EDEFAULT; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - return secondaryPlanning != null; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - return SECONDARY_PLANNING_FILENAME_EDEFAULT == null ? secondaryPlanningFilename != null : !SECONDARY_PLANNING_FILENAME_EDEFAULT.equals(secondaryPlanningFilename); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_ID_REFERENCES: - return secondaryPlanningIDReferences != null && !secondaryPlanningIDReferences.isEmpty(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: - return secondaryPlanningWasValid != SECONDARY_PLANNING_WAS_VALID_EDEFAULT; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - return compositePlanning != null; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPOSITE_PLANNING_ID_REFERENCES: - return compositePlanningIDReferences != null && !compositePlanningIDReferences.isEmpty(); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - return INTEGRATION_DIRECTORY_EDEFAULT == null ? integrationDirectory != null : !INTEGRATION_DIRECTORY_EDEFAULT.equals(integrationDirectory); - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - return comparisonInitialState != null; - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - return comparisonFinalState != null; - } - return super.eIsSet(featureID); - } - - /** - * - * - * @generated - */ - @Override - public String toString() { - if (eIsProxy()) return super.toString(); - - StringBuilder result = new StringBuilder(super.toString()); - result.append(" (primaryPlanningFilename: "); - result.append(primaryPlanningFilename); - result.append(", primaryPlanningWasValid: "); - result.append(primaryPlanningWasValid); - result.append(", secondaryPlanningFilename: "); - result.append(secondaryPlanningFilename); - result.append(", secondaryPlanningWasValid: "); - result.append(secondaryPlanningWasValid); - result.append(", integrationDirectory: "); - result.append(integrationDirectory); - result.append(')'); - return result.toString(); - } - -} //ToolboxTemporaryIntegrationImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java index fc14161d4d..c69e992893 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java @@ -1,144 +1,126 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.util; import org.eclipse.emf.common.notify.Adapter; import org.eclipse.emf.common.notify.Notifier; - import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl; - import org.eclipse.emf.ecore.EObject; - -import org.eclipse.set.model.temporaryintegration.*; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; +import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; /** - * - * The Adapter Factory for the model. - * It provides an adapter createXXX method for each class of the model. - * + * The Adapter Factory for the model. It provides + * an adapter createXXX method for each class of the model. + * * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage * @generated */ public class TemporaryintegrationAdapterFactory extends AdapterFactoryImpl { /** - * The cached model package. - * - * + * The cached model package. + * * @generated */ protected static TemporaryintegrationPackage modelPackage; /** - * Creates an instance of the adapter factory. - * - * + * The switch that delegates to the createXXX methods. + * * @generated */ - public TemporaryintegrationAdapterFactory() { - if (modelPackage == null) { - modelPackage = TemporaryintegrationPackage.eINSTANCE; + protected TemporaryintegrationSwitch modelSwitch = new TemporaryintegrationSwitch<>() { + @Override + public Adapter caseTemporaryIntegration(final TemporaryIntegration object) { + return createTemporaryIntegrationAdapter(); } - } - /** - * Returns whether this factory is applicable for the type of the object. - * - * This implementation returns true if the object is either the model's package or is an instance object of the model. - * - * @return whether this factory is applicable for the type of the object. - * @generated - */ - @Override - public boolean isFactoryForType(Object object) { - if (object == modelPackage) { - return true; + @Override + public Adapter defaultCase(final EObject object) { + return createEObjectAdapter(); } - if (object instanceof EObject) { - return ((EObject)object).eClass().getEPackage() == modelPackage; - } - return false; - } + }; /** - * The switch that delegates to the createXXX methods. - * - * + * Creates an instance of the adapter factory. + * * @generated */ - protected TemporaryintegrationSwitch modelSwitch = - new TemporaryintegrationSwitch() { - @Override - public Adapter caseTemporaryIntegration(TemporaryIntegration object) { - return createTemporaryIntegrationAdapter(); - } - @Override - public Adapter caseToolboxTemporaryIntegration(ToolboxTemporaryIntegration object) { - return createToolboxTemporaryIntegrationAdapter(); - } - @Override - public Adapter defaultCase(EObject object) { - return createEObjectAdapter(); - } - }; + public TemporaryintegrationAdapterFactory() { + if (modelPackage == null) { + modelPackage = TemporaryintegrationPackage.eINSTANCE; + } + } /** - * Creates an adapter for the target. - * + * Creates an adapter for the target. * - * @param target the object to adapt. + * + * @param target + * the object to adapt. * @return the adapter for the target. * @generated */ @Override - public Adapter createAdapter(Notifier target) { - return modelSwitch.doSwitch((EObject)target); + public Adapter createAdapter(final Notifier target) { + return modelSwitch.doSwitch((EObject) target); } - /** - * Creates a new adapter for an object of class '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration Temporary Integration}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * + * Creates a new adapter for the default case. This + * default implementation returns null. + * * @return the new adapter. - * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration * @generated */ - public Adapter createTemporaryIntegrationAdapter() { + public Adapter createEObjectAdapter() { return null; } /** - * Creates a new adapter for an object of class '{@link org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration Toolbox Temporary Integration}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration + * Temporary Integration}'. This default + * implementation returns null so that we can easily ignore cases; it's + * useful to ignore a case when inheritance will catch all the cases anyway. * + * * @return the new adapter. - * @see org.eclipse.set.model.temporaryintegration.ToolboxTemporaryIntegration + * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration * @generated */ - public Adapter createToolboxTemporaryIntegrationAdapter() { + public Adapter createTemporaryIntegrationAdapter() { return null; } /** - * Creates a new adapter for the default case. - * - * This default implementation returns null. - * - * @return the new adapter. + * Returns whether this factory is applicable for the type of the object. + * This implementation returns true if + * the object is either the model's package or is an instance object of the + * model. + * + * @return whether this factory is applicable for the type of the object. * @generated */ - public Adapter createEObjectAdapter() { - return null; + @Override + public boolean isFactoryForType(final Object object) { + if (object == modelPackage) { + return true; + } + if (object instanceof EObject) { + return ((EObject) object).eClass().getEPackage() == modelPackage; + } + return false; } -} //TemporaryintegrationAdapterFactory +} // TemporaryintegrationAdapterFactory diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java index b40ab83cac..0074eefa0c 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java @@ -1,31 +1,31 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.util; import org.eclipse.emf.common.util.URI; - import org.eclipse.emf.ecore.resource.Resource; - import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl; /** - * - * The Resource Factory associated with the package. - * + * The Resource Factory associated with the + * package. + * * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl * @generated */ -public class TemporaryintegrationResourceFactoryImpl extends ResourceFactoryImpl { +public class TemporaryintegrationResourceFactoryImpl + extends ResourceFactoryImpl { /** - * Creates an instance of the resource factory. - * - * + * Creates an instance of the resource factory. + * * @generated */ public TemporaryintegrationResourceFactoryImpl() { @@ -33,15 +33,15 @@ public TemporaryintegrationResourceFactoryImpl() { } /** - * Creates an instance of the resource. - * - * + * Creates an instance of the resource. + * * @generated */ @Override - public Resource createResource(URI uri) { - Resource result = new TemporaryintegrationResourceImpl(uri); + public Resource createResource(final URI uri) { + final Resource result = new TemporaryintegrationResourceImpl(uri); return result; } -} //TemporaryintegrationResourceFactoryImpl +} // TemporaryintegrationResourceFactoryImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java index 5dd747e03f..bbfec449a0 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java @@ -1,10 +1,11 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.util; diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java index f5ac7cefdc..0d6b1a1e42 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java @@ -1,10 +1,11 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.util; @@ -78,12 +79,6 @@ protected T doSwitch(int classifierID, EObject theEObject) { if (result == null) result = defaultCase(theEObject); return result; } - case TemporaryintegrationPackage.TOOLBOX_TEMPORARY_INTEGRATION: { - ToolboxTemporaryIntegration toolboxTemporaryIntegration = (ToolboxTemporaryIntegration)theEObject; - T result = caseToolboxTemporaryIntegration(toolboxTemporaryIntegration); - if (result == null) result = defaultCase(theEObject); - return result; - } default: return defaultCase(theEObject); } } @@ -103,21 +98,6 @@ public T caseTemporaryIntegration(TemporaryIntegration object) { return null; } - /** - * Returns the result of interpreting the object as an instance of 'Toolbox Temporary Integration'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Toolbox Temporary Integration'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T caseToolboxTemporaryIntegration(ToolboxTemporaryIntegration object) { - return null; - } - /** * Returns the result of interpreting the object as an instance of 'EObject'. * diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java index 3fceaa9405..649bfaa91c 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java @@ -1,10 +1,11 @@ /** - * Copyright (c) {Jahr} DB Netz AG and others. + * Copyright (c) 2026 DB InfraGO AG and others * - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v20.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.set.model.temporaryintegration.util; diff --git a/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java b/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java index 0d9fd4e9d0..3200576910 100644 --- a/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java +++ b/java/bundles/org.eclipse.set.unittest.utils/src/org/eclipse/set/unittest/utils/AbstractToolboxTest.java @@ -33,8 +33,8 @@ import org.eclipse.emf.ecore.xmi.IllegalValueException; import org.eclipse.emf.ecore.xmi.XMLResource; import org.eclipse.set.basis.files.PlanProFileResource; -import org.eclipse.set.basis.files.ToolboxIDResolver; import org.eclipse.set.core.fileservice.PlanProXMLHelper; +import org.eclipse.set.core.fileservice.ToolboxIDResolver; import org.eclipse.set.core.modelservice.PlanningAccessServiceImpl; import org.eclipse.set.core.services.Services; import org.eclipse.set.core.services.cache.NoCacheService; From 1f1738411d464984c14441eb89f70ca52194a662 Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Wed, 11 Mar 2026 17:46:04 +0100 Subject: [PATCH 05/13] Test merge --- .../core/fileservice/ToolboxFileServiceImpl.java | 1 + .../core/fileservice/ZippedPlanProToolboxFile.java | 13 ++++++++++--- .../service/parts/PlanProMergeFormsPart.java | 10 +++++++++- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java index 6a6ca0e74e..282e51b840 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java @@ -74,6 +74,7 @@ public ToolboxFile convertFormat(final ToolboxFile toolboxFile, newToolboxFile = convertToZipped(role); newPath = PathExtensions.replaceExtension(newPath, ToolboxConstants.EXTENSION_PLANPRO); + newToolboxFile.setTemporaryDirectory(tempDir); } else if (format.isPlain()) { newToolboxFile = convertToPlain(role); newPath = PathExtensions.replaceExtension(newPath, diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java index b24b056870..99cc499006 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java @@ -110,7 +110,7 @@ private static File newFile(final Path dir, final ZipEntry entry) setResource(LAYOUT_RESOURCE_TYPE_NAME, createPlanProResource()); } else { setResource(TEMPORARY_RESOURCE_TYPE_NAME, - createTemporatyResource()); + createTemporaryResource()); } } @@ -171,7 +171,7 @@ private PlanProFileResource createPlanProResource() { return newResource; } - private PlanProFileResource createTemporatyResource() { + private PlanProFileResource createTemporaryResource() { final PlanProFileResource newResource = new PlanProFileResource( URI.createURI(TemporaryintegrationPackage.eNS_URI)); editingDomain.getResourceSet().getResources().add(newResource); @@ -539,7 +539,14 @@ public PlanProFileResource getLayoutResource() { @Override public PlanProFileResource getTemporaryResource() { - return getResource(TEMPORARY_RESOURCE_TYPE_NAME); + final PlanProFileResource resource = getResource( + TEMPORARY_RESOURCE_TYPE_NAME); + if (resource == null) { + final PlanProFileResource temporaryResource = createTemporaryResource(); + setResource(TEMPORARY_RESOURCE_TYPE_NAME, temporaryResource); + return temporaryResource; + } + return resource; } public ToolboxFile createTemporaryToolboxFile(final String mergerDir, diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java index 450e846977..125929ea5a 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -194,6 +194,10 @@ private ToolboxFile createTemporaryToolboxFile(final String mergeDir, } private ToolboxFile getConvertedPrimaryPlanning() { + if (session.getToolboxFile().getFormat().isZippedPlanPro()) { + return session.getToolboxFile(); + } + return fileService.convertFormat(session.getToolboxFile(), ToolboxFileRole.SESSION, session.getTempDir(), SetFormat.createZippedPlanPro()); @@ -284,14 +288,18 @@ public void selected(final SelectionEvent e) { secondaryPlanningToolboxfile .setTemporaryDirectory(session.getTempDir()); final List validationResultList = new ArrayList<>(); - final ModelContents model = modelLoader.loadModelSync( + final ModelContents modelSync = modelLoader.loadModelSync( secondaryPlanningToolboxfile, validationResultList::add, shell); + secondaryPlanning = modelSync.schnittStelle(); final ValidationResult validationResult = validationResultList .stream() .filter(valid -> valid.getValidatedSourceClass() .equals(PlanPro_Schnittstelle.class)) .findFirst().orElse(null); + if (validationResult == null) { + return; + } if (!secondaryPlanningToolboxfile.getFormat() .isZippedPlanPro()) { secondaryPlanningToolboxfile = fileService From 4bad7a60ef4804f580389108ca6a503a2b2a158a Mon Sep 17 00:00:00 2001 From: TruongQuangSB Date: Fri, 13 Mar 2026 16:36:12 +0100 Subject: [PATCH 06/13] Complete reactive Merge function --- .../eclipse/set/basis/files/ToolboxFile.java | 6 -- .../services/files/ToolboxFileService.java | 3 +- .../core/fileservice/AbstractToolboxFile.java | 8 ++- .../core/fileservice/PlainToolboxFile.java | 5 -- .../fileservice/ToolboxFileServiceImpl.java | 11 ++- .../core/fileservice/ToolboxIDResolver.java | 6 ++ .../fileservice/ZippedPlanProToolboxFile.java | 68 +++++++++++-------- .../service/parts/PlanProMergeFormsPart.java | 7 +- .../service/ValidationServiceImpl.java | 6 ++ .../validation/session/ModelSession.java | 48 ++++++------- .../META-INF/MANIFEST.MF | 1 + .../PlanProSchnittstelleExtensions.xtend | 3 + 12 files changed, 98 insertions(+), 74 deletions(-) diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java index 4b7689134a..b3be1336dd 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/files/ToolboxFile.java @@ -16,7 +16,6 @@ import org.eclipse.emf.edit.domain.EditingDomain; import org.eclipse.set.basis.PlanProXMLNode; import org.eclipse.set.basis.guid.Guid; -import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; /** * Abstraction from concrete file format. @@ -189,11 +188,6 @@ public static interface Format { */ PlanProFileResource getLayoutResource(); - /** - * @return the {@link TemporaryIntegration} resource - */ - PlanProFileResource getTemporaryResource(); - /** * @return the {@link ToolboxFileRole} */ diff --git a/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java b/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java index c65aa4d41b..24461e78e7 100644 --- a/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java +++ b/java/bundles/org.eclipse.set.core.services/src/org/eclipse/set/core/services/files/ToolboxFileService.java @@ -97,9 +97,10 @@ ToolboxFile convertFormat(ToolboxFile toolboxFile, ToolboxFileRole role, /** * @param path + * @param tempDir * @param tmpInt * @return */ - ToolboxFile createTemporaryToolboxFile(Path path, + ToolboxFile createTemporaryToolboxFile(Path path, Path tempDir, TemporaryIntegration tmpInt); } diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/AbstractToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/AbstractToolboxFile.java index 7b53b1f991..e871ef840b 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/AbstractToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/AbstractToolboxFile.java @@ -171,8 +171,12 @@ public DocumentRoot getPlanProDocumentRoot() { if (contents.isEmpty()) { return null; } - return (org.eclipse.set.model.planpro.PlanPro.DocumentRoot) contents - .getFirst(); + + if (contents + .getFirst() instanceof final org.eclipse.set.model.planpro.PlanPro.DocumentRoot documentRoot) { + return documentRoot; + } + return null; } @Override diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java index 1d101f74a2..cc16d942f0 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/PlainToolboxFile.java @@ -229,9 +229,4 @@ public void openLayout() throws IOException { public ToolboxFileRole getRole() { return role; } - - @Override - public PlanProFileResource getTemporaryResource() { - throw new UnsupportedOperationException(); - } } diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java index 282e51b840..40651e0f64 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxFileServiceImpl.java @@ -154,15 +154,20 @@ public ToolboxFileAC loadAC(final Path path, final ToolboxFileRole role) { @Override public ToolboxFile createTemporaryToolboxFile(final Path path, - final TemporaryIntegration tmpInt) { + final Path tmpDir, final TemporaryIntegration tmpInt) { final Path mergeDirFileNameExtension = PathExtensions.replaceExtension( path, extensionsForCategory( ToolboxConstants.EXTENSION_CATEGORY_PPMERGE) .getFirst()); - final ToolboxFile tmpToolboxfile = load(mergeDirFileNameExtension, + + final ToolboxFile tmpToolboxfile = create( + SetFormat.createTemporaryIntegration(), ToolboxFileRole.TEMPORARY_INTEGRATION); - tmpToolboxfile.getTemporaryResource().getContents().add(tmpInt); + tmpToolboxfile.setTemporaryDirectory(tmpDir); + tmpToolboxfile.setPath(mergeDirFileNameExtension); + tmpToolboxfile.getPlanProResource().getContents().add(tmpInt); + return tmpToolboxfile; } diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java index 3ddd5c963a..72da0b4856 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ToolboxIDResolver.java @@ -47,6 +47,9 @@ private ToolboxIDResolver(final PlanPro_Layoutinfo model) { * the model */ public static void resolveIDReferences(final PlanPro_Schnittstelle model) { + if (model == null) { + return; + } resolveIDReferences(model, new ToolboxIDResolver(model)); } @@ -58,6 +61,9 @@ public static void resolveIDReferences(final PlanPro_Schnittstelle model) { * the model */ public static void resolveIDReferences(final PlanPro_Layoutinfo model) { + if (model == null) { + return; + } resolveIDReferences(model, new ToolboxIDResolver(model)); } diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java index 99cc499006..253db8eaca 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java @@ -55,7 +55,6 @@ public class ZippedPlanProToolboxFile extends AbstractToolboxFile { private static final String TRASH_CAN = "trash"; //$NON-NLS-1$ private static final String ZIP_SEPARATOR = "/"; //$NON-NLS-1$ private static final String LAYOUT_RESOURCE_TYPE_NAME = "layout"; //$NON-NLS-1$ - private static final String TEMPORARY_RESOURCE_TYPE_NAME = "temporary"; //$NON-NLS-1$ private static void deleteDir(final Path directory) throws IOException { if (Files.exists(directory)) { @@ -105,11 +104,11 @@ private static File newFile(final Path dir, final ZipEntry entry) ZippedPlanProToolboxFile(final Format format, final EditingDomain editingDomain, final ToolboxFileRole role) { this(null, format, editingDomain, false, role); - if (role != ToolboxFileRole.TEMPORARY_INTEGRATION) { + if (!format.isTemporaryIntegration()) { setResource(TECHNICAL_RESOURCE_TYPE_NAME, createPlanProResource()); setResource(LAYOUT_RESOURCE_TYPE_NAME, createPlanProResource()); } else { - setResource(TEMPORARY_RESOURCE_TYPE_NAME, + setResource(TECHNICAL_RESOURCE_TYPE_NAME, createTemporaryResource()); } @@ -328,6 +327,10 @@ public boolean isLoadable() { @Override public void openModel() throws IOException { + if (format.isTemporaryIntegration()) { + openTemporaryModel(); + return; + } if (isLoadable()) { generateMD5CheckSum(); unzip(); @@ -343,6 +346,32 @@ public void openModel() throws IOException { } } + private void openTemporaryModel() throws IOException { + if (isLoadable()) { + generateMD5CheckSum(); + unzip(); + loadResource(getModelPath(), editingDomain, + Services.getPlanProVersionService()); + if (getPlanProResource().getContents() + .getFirst() instanceof final TemporaryIntegration tmpInt) { + ToolboxIDResolver + .resolveIDReferences(tmpInt.getCompositePlanning()); + ToolboxIDResolver + .resolveIDReferences(tmpInt.getPrimaryPlanning()); + ToolboxIDResolver + .resolveIDReferences(tmpInt.getSecondaryPlanning()); + ToolboxIDResolver + .resolveIDReferences(tmpInt.getPrimaryLayout()); + ToolboxIDResolver + .resolveIDReferences(tmpInt.getSecondaryLayout()); + ToolboxIDResolver + .resolveIDReferences(tmpInt.getCompositeyout()); + } + } else { + throw new IllegalStateException("Toolbox file not loadable."); //$NON-NLS-1$ + } + } + @Override public void openLayout() throws IOException { if (Files.exists(getLayoutPath())) { @@ -523,8 +552,13 @@ URI getManifestUri() { @Override protected String getContentType(final Path modelPath) { - return modelPath == null ? TECHNICAL_RESOURCE_TYPE_NAME - : PathExtensions.getBaseFileName(modelPath); + final String baseFileName = PathExtensions.getBaseFileName(modelPath); + return switch (baseFileName) { + case TECHNICAL_RESOURCE_TYPE_NAME -> TECHNICAL_RESOURCE_TYPE_NAME; + case LAYOUT_RESOURCE_TYPE_NAME -> LAYOUT_RESOURCE_TYPE_NAME; + default -> throw new UnsupportedOperationException( + "Unsupported content with file name: " + baseFileName); //$NON-NLS-1$ + }; } @Override @@ -536,28 +570,4 @@ public PlanProFileResource getPlanProResource() { public PlanProFileResource getLayoutResource() { return getResource(LAYOUT_RESOURCE_TYPE_NAME); } - - @Override - public PlanProFileResource getTemporaryResource() { - final PlanProFileResource resource = getResource( - TEMPORARY_RESOURCE_TYPE_NAME); - if (resource == null) { - final PlanProFileResource temporaryResource = createTemporaryResource(); - setResource(TEMPORARY_RESOURCE_TYPE_NAME, temporaryResource); - return temporaryResource; - } - return resource; - } - - public ToolboxFile createTemporaryToolboxFile(final String mergerDir, - final TemporaryIntegration newTemporaryIntegration) { - - final PlanProFileResource newResource = new PlanProFileResource( - URI.createURI(TemporaryintegrationPackage.eNS_URI)); - editingDomain.getResourceSet().getResources().add(newResource); - newResource.setEncoding(ENCODING); - setResource(TEMPORARY_RESOURCE_TYPE_NAME, newResource); - newResource.getContents().add(newTemporaryIntegration); - return null; - } } diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java index 125929ea5a..cf7255d191 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -181,8 +181,7 @@ private ToolboxFile createTemporaryToolboxFile(final String mergeDir, session.getToolboxFile().getPath().getFileName().toString()); final ToolboxFile temporaryFile = fileService .createTemporaryToolboxFile(mergeDirFileName, - newTemporaryIntegration); - temporaryFile.setTemporaryDirectory(session.getTempDir()); + session.getTempDir(), newTemporaryIntegration); try { temporaryFile.copyAllMedia(getConvertedPrimaryPlanning()); temporaryFile.copyAllMedia(secondaryPlanningToolboxfile); @@ -231,6 +230,7 @@ private void mergeModel(final IProgressMonitor monitor) session.switchToMergeMode(temporaryIntegration, mergeDir, shell, toolboxFile); secondaryPlanningToolboxfile.close(); + setOutdated(true); } catch (final IOException | UserAbortion e) { throw new InvocationTargetException(e); } @@ -491,8 +491,7 @@ protected void mergeModelProgress() { final ProgressMonitorDialog progressMonitorDialog = new ProgressMonitorDialog( shell); progressMonitorDialog.run(true, false, this::mergeModel); - getBroker().send(Events.MODEL_CHANGED, - session.getPlanProSchnittstelle()); + getBroker().send(Events.MODEL_CHANGED, session); } catch (final InvocationTargetException | InterruptedException e) { final Throwable cause = e.getCause(); if (!(cause instanceof UserAbortion)) { diff --git a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/service/ValidationServiceImpl.java b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/service/ValidationServiceImpl.java index 46822a24e4..e0c93bc169 100644 --- a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/service/ValidationServiceImpl.java +++ b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/service/ValidationServiceImpl.java @@ -33,6 +33,7 @@ import org.eclipse.set.model.planpro.Layoutinformationen.PlanPro_Layoutinfo; import org.eclipse.set.model.planpro.PlanPro.DocumentRoot; import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle; +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration; import org.xml.sax.ErrorHandler; import org.xml.sax.SAXException; import org.xml.sax.SAXNotRecognizedException; @@ -82,6 +83,11 @@ private void validateSchnittstelle(final ToolboxFile toolboxFile, .getPlanProDocumentRoot(); if (planProSourceModel != null) { emfValidation(planProSourceModel.getPlanProSchnittstelle(), result); + } else if (toolboxFile.getFormat().isTemporaryIntegration() + && toolboxFile.getPlanProResource() + .getContents() + .getFirst() instanceof final TemporaryIntegration tmpInt) { + emfValidation(tmpInt.getCompositePlanning(), result); } customValidation(toolboxFile, result, FileType.Model); } diff --git a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java index 2975630ab4..64a16d3cea 100644 --- a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java +++ b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java @@ -390,17 +390,19 @@ public void exitMergeMode(final Shell shell) if (!isMergeMode()) { throw new IllegalStateException("Session not in merge mode."); //$NON-NLS-1$ } - /* - * TODO(1.10.0.1): Readd once temporary integrations are reenabled // - * warning, if there were some invalid input plannings if - * (!temporaryIntegration.isPrimaryPlanningWasValid() || - * !temporaryIntegration.isSecondaryPlanningWasValid()) { if - * (!serviceProvider.dialogService - * .createCompositePlanningWithInvalidInput(shell, - * temporaryIntegration.isPrimaryPlanningWasValid(), - * temporaryIntegration .isSecondaryPlanningWasValid())) { throw new - * UserAbortion(); } } - */ + + // TODO(1.10.0.1): Readd once temporary integrations are reenabled // + // warning, if there were some invalid input plannings + if (!temporaryIntegration.isPrimaryPlanningWasValid() + || !temporaryIntegration.isSecondaryPlanningWasValid()) { + if (!serviceProvider.dialogService + .createCompositePlanningWithInvalidInput(shell, + temporaryIntegration.isPrimaryPlanningWasValid(), + temporaryIntegration + .isSecondaryPlanningWasValid())) { + throw new UserAbortion(); + } + } // find model path final Format mergedFileFormat = sessionService.getMergedFileFormat(); @@ -632,11 +634,7 @@ public boolean isLoaded() { @Override public boolean isMergeMode() { - /* - * TODO(1.10.0.1): Readd once temporary integrations are reenabled - * return temporaryIntegration != null; - */ - return false; + return temporaryIntegration != null; } @Override @@ -795,14 +793,16 @@ private void createTempDir() { } private void readMergeModel() throws IOException { - toolboxFile.openModel(); - /* - * TODO(1.10.0.1): Readd once temporary integrations are reenabled - * temporaryIntegration = (ToolboxTemporaryIntegration) toolboxFile - * .getResource().getContents().get(0); - * setPlanProSchnittstelle(temporaryIntegration.getCompositePlanning()); - * validationResult.setValidationSupported(false); - */ + final ModelContents modelContent = serviceProvider.modelLoader + .loadModel(toolboxFile, this::setValidationResult); + temporaryIntegration = (TemporaryIntegration) toolboxFile + .getPlanProResource() + .getContents() + .get(0); + setPlanProSchnittstelle(modelContent.schnittStelle()); + getValidationResult(PlanPro_Schnittstelle.class) + .setValidationSupported(false); + } private void removeContentAdapter(final EObject object) { diff --git a/java/bundles/org.eclipse.set.ppmodel.extensions/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.ppmodel.extensions/META-INF/MANIFEST.MF index 49d3038a71..c879860fcb 100644 --- a/java/bundles/org.eclipse.set.ppmodel.extensions/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.ppmodel.extensions/META-INF/MANIFEST.MF @@ -47,6 +47,7 @@ Import-Package: jakarta.inject;version="1.0.0", org.eclipse.set.core.services.version, org.eclipse.set.core.services.viewmodel, org.eclipse.set.model.tablemodel, + org.eclipse.set.model.temporaryintegration, org.eclipse.set.model.titlebox, org.eclipse.set.model.titlebox.extensions, org.eclipse.set.model.validationreport, diff --git a/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend b/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend index 1785f9671f..bb75b4a589 100644 --- a/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend +++ b/java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/PlanProSchnittstelleExtensions.xtend @@ -55,6 +55,7 @@ import static extension org.eclipse.set.ppmodel.extensions.EObjectExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* import static extension org.eclipse.set.utils.StringExtensions.* +import org.eclipse.set.model.temporaryintegration.TemporaryIntegration /** * Extensions for {@link PlanPro_Schnittstelle}. @@ -331,6 +332,8 @@ class PlanProSchnittstelleExtensions { val root = contents.head if (root instanceof DocumentRoot) { return root.planProSchnittstelle + } else if (root instanceof TemporaryIntegration) { + return root.compositePlanning } throw new IllegalArgumentException( "Ressource contains no PlanPro model with the requested version." From 4851f0e2ec4268d129ce39f88e364aa5292d8ea8 Mon Sep 17 00:00:00 2001 From: TruongQuangSB Date: Fri, 13 Mar 2026 17:45:02 +0100 Subject: [PATCH 07/13] Update plugin pom --- .../testToolboxFile/.pid | 1 + .../pom.xml | 6 +- .../.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 8 +- .../META-INF/MANIFEST.MF | 4 +- .../pom.xml | 6 +- .../.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 8 +- .../META-INF/MANIFEST.MF | 4 +- .../pom.xml | 6 +- .../.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 8 +- .../META-INF/MANIFEST.MF | 4 +- .../pom.xml | 6 +- .../.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 391 +---------------- .../.settings/org.eclipse.jdt.ui.prefs | 3 +- .../META-INF/MANIFEST.MF | 4 +- .../pom.xml | 26 +- .../.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 8 +- .../META-INF/MANIFEST.MF | 4 +- .../org.eclipse.set.model.simplemerge/pom.xml | 6 +- .../pom.xml | 17 + .../.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 395 ------------------ .../.settings/org.eclipse.jdt.ui.prefs | 3 +- .../META-INF/MANIFEST.MF | 4 +- .../pom.xml | 25 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 6 +- pom.xml | 9 + 32 files changed, 112 insertions(+), 864 deletions(-) create mode 100644 java/bundles/org.eclipse.set.core.test/testToolboxFile/.pid create mode 100644 java/bundles/org.eclipse.set.model.temporaryintegration.edit/pom.xml diff --git a/java/bundles/org.eclipse.set.core.test/testToolboxFile/.pid b/java/bundles/org.eclipse.set.core.test/testToolboxFile/.pid new file mode 100644 index 0000000000..a498c5cc51 --- /dev/null +++ b/java/bundles/org.eclipse.set.core.test/testToolboxFile/.pid @@ -0,0 +1 @@ +19132 \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.feature.integration/pom.xml b/java/bundles/org.eclipse.set.feature.integration/pom.xml index 545de46b4a..54f7d87e91 100644 --- a/java/bundles/org.eclipse.set.feature.integration/pom.xml +++ b/java/bundles/org.eclipse.set.feature.integration/pom.xml @@ -5,13 +5,13 @@ org.eclipse.set org.eclipse.set.feature.integration - 1.1.0 + 2.6.0-SNAPSHOT eclipse-plugin - ../org.eclipse.set.releng.parent + ../../.. org.eclipse.set org.eclipse.set.releng.parent - 0.30.0.1 + 2.6.0-SNAPSHOT \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/.classpath b/java/bundles/org.eclipse.set.model.integrationview.edit/.classpath index 1a821310bd..97bf0dc637 100644 --- a/java/bundles/org.eclipse.set.model.integrationview.edit/.classpath +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/.classpath @@ -1,7 +1,7 @@ - + diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs index 0bff0d8b9b..ac6713cbaf 100644 --- a/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/.settings/org.eclipse.jdt.core.prefs @@ -10,9 +10,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.compliance=21 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -124,5 +124,5 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=21 diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF index 502ce25ff4..59acb2affb 100644 --- a/java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/META-INF/MANIFEST.MF @@ -3,12 +3,12 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.set.model.integrationview.edit;singleton:=true Automatic-Module-Name: org.eclipse.set.model.integrationview.edit -Bundle-Version: 1.1.0 +Bundle-Version: 2.6.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.set.model.integrationview.provider.IntegrationviewEditPlugin$Implementation Bundle-Vendor: Eclipse Signalling Engineering Toolbox Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: org.eclipse.set.model.integrationview.provider Require-Bundle: org.eclipse.core.runtime, org.eclipse.set.model.integrationview;visibility:=reexport, diff --git a/java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml b/java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml index 559055c9ee..8353520d8b 100644 --- a/java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml +++ b/java/bundles/org.eclipse.set.model.integrationview.edit/pom.xml @@ -5,13 +5,13 @@ org.eclipse.set org.eclipse.set.model.integrationview.edit - 1.1.0 + 2.6.0-SNAPSHOT eclipse-plugin - ../org.eclipse.set.releng.parent + ../../.. org.eclipse.set org.eclipse.set.releng.parent - 0.30.0.1 + 2.6.0-SNAPSHOT \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.integrationview/.classpath b/java/bundles/org.eclipse.set.model.integrationview/.classpath index 81fe078c20..375961e4d6 100644 --- a/java/bundles/org.eclipse.set.model.integrationview/.classpath +++ b/java/bundles/org.eclipse.set.model.integrationview/.classpath @@ -1,6 +1,6 @@ - + diff --git a/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs index 0abfdef512..20833bfe5d 100644 --- a/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.model.integrationview/.settings/org.eclipse.jdt.core.prefs @@ -10,9 +10,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.compliance=21 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -124,5 +124,5 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=21 diff --git a/java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF index e84950d15a..18ca6a5adb 100644 --- a/java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.integrationview/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.set.model.integrationview;singleton:=true Automatic-Module-Name: org.eclipse.set.model.integrationview -Bundle-Version: 1.1.0 +Bundle-Version: 2.6.0.qualifier Bundle-ClassPath: . Bundle-Vendor: Eclipse Signalling Engineering Toolbox Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: org.eclipse.set.model.integrationview, org.eclipse.set.model.integrationview.impl, org.eclipse.set.model.integrationview.util diff --git a/java/bundles/org.eclipse.set.model.integrationview/pom.xml b/java/bundles/org.eclipse.set.model.integrationview/pom.xml index 134e791207..300e03d45e 100644 --- a/java/bundles/org.eclipse.set.model.integrationview/pom.xml +++ b/java/bundles/org.eclipse.set.model.integrationview/pom.xml @@ -5,13 +5,13 @@ org.eclipse.set org.eclipse.set.model.integrationview - 1.1.0 + 2.6.0-SNAPSHOT eclipse-plugin - ../org.eclipse.set.releng.parent + ../../.. org.eclipse.set org.eclipse.set.releng.parent - 0.30.0.1 + 2.6.0-SNAPSHOT \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath b/java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath index 1a821310bd..97bf0dc637 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/.classpath @@ -1,7 +1,7 @@ - + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs index 5a85f054b0..37b5965b6c 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/.settings/org.eclipse.jdt.core.prefs @@ -7,9 +7,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.compliance=21 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -114,5 +114,5 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=21 diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF index a3a20d1284..e8f02737a0 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF @@ -3,12 +3,12 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.set.model.simplemerge.edit;singleton:=true Automatic-Module-Name: org.eclipse.set.model.simplemerge.edit -Bundle-Version: 1.1.0 +Bundle-Version: 2.6.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.set.model.simplemerge.provider.SimplemergeEditPlugin$Implementation Bundle-Vendor: Eclipse Signalling Engineering Toolbox Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: org.eclipse.set.model.simplemerge.provider, org.eclipse.set.model.simplemerge.provider Require-Bundle: org.eclipse.core.runtime, diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml b/java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml index b6c2880d30..bcdc6590ac 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/pom.xml @@ -5,13 +5,13 @@ org.eclipse.set org.eclipse.set.model.simplemerge.edit - 1.1.0 + 2.6.0-SNAPSHOT eclipse-plugin - ../org.eclipse.set.releng.parent + ../../.. org.eclipse.set org.eclipse.set.releng.parent - 0.30.0.1 + 2.6.0-SNAPSHOT \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath index 5bfb3c3990..2605d96cf9 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.classpath @@ -1,6 +1,6 @@ - + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs index 00f607eee8..ec3f1ba380 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.core.prefs @@ -9,9 +9,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.compliance=21 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -126,390 +126,5 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=enabled -org.eclipse.jdt.core.compiler.source=17 -org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false -org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 -org.eclipse.jdt.core.formatter.align_type_members_on_columns=false -org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false -org.eclipse.jdt.core.formatter.align_with_spaces=false -org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_enum_constant=0 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter=0 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type=49 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_assertion_message=0 -org.eclipse.jdt.core.formatter.alignment_for_assignment=0 -org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 -org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0 -org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 -org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_module_statements=16 -org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 -org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_record_components=16 -org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0 -org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0 -org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16 -org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_type_annotations=0 -org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 -org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 -org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 -org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_after_last_class_body_declaration=0 -org.eclipse.jdt.core.formatter.blank_lines_after_package=1 -org.eclipse.jdt.core.formatter.blank_lines_before_abstract_method=1 -org.eclipse.jdt.core.formatter.blank_lines_before_field=0 -org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 -org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 -org.eclipse.jdt.core.formatter.blank_lines_before_method=1 -org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 -org.eclipse.jdt.core.formatter.blank_lines_before_package=0 -org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 -org.eclipse.jdt.core.formatter.blank_lines_between_statement_group_in_switch=0 -org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 -org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_record_constructor=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_record_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=false -org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false -org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position=false -org.eclipse.jdt.core.formatter.comment.format_block_comments=true -org.eclipse.jdt.core.formatter.comment.format_header=false -org.eclipse.jdt.core.formatter.comment.format_html=true -org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true -org.eclipse.jdt.core.formatter.comment.format_line_comments=true -org.eclipse.jdt.core.formatter.comment.format_source_code=true -org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true -org.eclipse.jdt.core.formatter.comment.indent_root_tags=true -org.eclipse.jdt.core.formatter.comment.indent_tag_description=false -org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags=do not insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert -org.eclipse.jdt.core.formatter.comment.line_length=80 -org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true -org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true -org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false -org.eclipse.jdt.core.formatter.compact_else_if=true -org.eclipse.jdt.core.formatter.continuation_indentation=2 -org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 -org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off -org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on -org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false -org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_record_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true -org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_empty_lines=false -org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true -org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false -org.eclipse.jdt.core.formatter.indentation.size=4 -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_case=insert -org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default=insert -org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert -org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert -org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_not_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_record_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert -org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert -org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case=insert -org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default=insert -org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_record_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert -org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_constructor=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_record_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert -org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert -org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.join_lines_in_comments=true -org.eclipse.jdt.core.formatter.join_wrapped_lines=true -org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false -org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false -org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false -org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_record_constructor_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false -org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false -org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false -org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false -org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false -org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.lineSplit=80 -org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false -org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false -org.eclipse.jdt.core.formatter.number_of_blank_lines_after_code_block=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_code_block=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_code_block=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_method_body=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_before_code_block=0 -org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 -org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines -org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true -org.eclipse.jdt.core.formatter.tabulation.char=tab -org.eclipse.jdt.core.formatter.tabulation.size=4 -org.eclipse.jdt.core.formatter.text_block_indentation=0 -org.eclipse.jdt.core.formatter.use_on_off_tags=false -org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false -org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true -org.eclipse.jdt.core.formatter.wrap_before_assertion_message_operator=true -org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false -org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true -org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true -org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true -org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true -org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true -org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true -org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true -org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true -org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true +org.eclipse.jdt.core.compiler.source=21 org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs index 4185c952ec..e874df51f3 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/.settings/org.eclipse.jdt.ui.prefs @@ -1,7 +1,6 @@ eclipse.preferences.version=1 editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -formatter_profile=_PlanPro -formatter_settings_version=20 +formatter_settings_version=23 org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_all=false sp_cleanup.add_default_serial_version_id=true diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF index bbb7117fde..776f5cfa7e 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/META-INF/MANIFEST.MF @@ -2,8 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Simple Merge Model Extensions Bundle-SymbolicName: org.eclipse.set.model.simplemerge.extensions -Bundle-Version: 1.1.0 -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-Version: 2.6.0.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-21 Require-Bundle: com.google.guava, org.eclipse.xtext.xbase.lib, org.eclipse.xtend.lib, diff --git a/java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml b/java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml index 17763cf58e..6f4c717029 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml +++ b/java/bundles/org.eclipse.set.model.simplemerge.extensions/pom.xml @@ -1,15 +1,17 @@ - 4.0.0 - - ../org.eclipse.set.releng.parent - org.eclipse.set - org.eclipse.set.releng.parent - 0.30.0.1 - - org.eclipse.set - org.eclipse.set.model.simplemerge.extensions - 1.1.0 - eclipse-plugin + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + ../../.. + org.eclipse.set + org.eclipse.set.releng.parent + 2.6.0-SNAPSHOT + + + org.eclipse.set + org.eclipse.set.model.simplemerge.extensions + 2.6.0-SNAPSHOT + eclipse-plugin \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.simplemerge/.classpath b/java/bundles/org.eclipse.set.model.simplemerge/.classpath index 81fe078c20..375961e4d6 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/.classpath +++ b/java/bundles/org.eclipse.set.model.simplemerge/.classpath @@ -1,6 +1,6 @@ - + diff --git a/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs index 72b3a3724c..0c46f85157 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.model.simplemerge/.settings/org.eclipse.jdt.core.prefs @@ -7,9 +7,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.compliance=21 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate @@ -114,5 +114,5 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=17 +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=21 diff --git a/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF index 77a428f71e..e586bbfd2c 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF @@ -3,9 +3,9 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.set.model.simplemerge;singleton:=true Automatic-Module-Name: org.eclipse.set.model.simplemerge -Bundle-Version: 1.1.0 +Bundle-Version: 2.6.0.qualifier Bundle-ClassPath: . -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: org.eclipse.set.model.simplemerge, org.eclipse.set.model.simplemerge.impl, org.eclipse.set.model.simplemerge.util diff --git a/java/bundles/org.eclipse.set.model.simplemerge/pom.xml b/java/bundles/org.eclipse.set.model.simplemerge/pom.xml index 213f46febf..1ed72558c2 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/pom.xml +++ b/java/bundles/org.eclipse.set.model.simplemerge/pom.xml @@ -5,13 +5,13 @@ org.eclipse.set org.eclipse.set.model.simplemerge - 1.1.0 + 2.6.0-SNAPSHOT eclipse-plugin - ../org.eclipse.set.releng.parent + ../../.. org.eclipse.set org.eclipse.set.releng.parent - 0.30.0.1 + 2.6.0-SNAPSHOT \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/pom.xml b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/pom.xml new file mode 100644 index 0000000000..1db30b6834 --- /dev/null +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.eclipse.set + org.eclipse.set.model.temporaryintegration.edit + 2.6.0-SNAPSHOT + eclipse-plugin + + + ../../.. + org.eclipse.set + org.eclipse.set.releng.parent + 2.6.0-SNAPSHOT + + \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath index 5bfb3c3990..2605d96cf9 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.classpath @@ -1,6 +1,6 @@ - + diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs index 00f607eee8..4e44dd4ba9 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.core.prefs @@ -9,12 +9,6 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=17 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.doc.comment.support=enabled org.eclipse.jdt.core.compiler.problem.APILeak=warning org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning @@ -27,7 +21,6 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore org.eclipse.jdt.core.compiler.problem.emptyStatement=warning -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning @@ -86,7 +79,6 @@ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warn org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=warning org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled @@ -125,391 +117,4 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=enabled -org.eclipse.jdt.core.compiler.source=17 -org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false -org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 -org.eclipse.jdt.core.formatter.align_type_members_on_columns=false -org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false -org.eclipse.jdt.core.formatter.align_with_spaces=false -org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_enum_constant=0 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package=49 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter=0 -org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type=49 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_assertion_message=0 -org.eclipse.jdt.core.formatter.alignment_for_assignment=0 -org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 -org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0 -org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 -org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_module_statements=16 -org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 -org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16 -org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_record_components=16 -org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0 -org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0 -org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16 -org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_type_annotations=0 -org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 -org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 -org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 -org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_after_last_class_body_declaration=0 -org.eclipse.jdt.core.formatter.blank_lines_after_package=1 -org.eclipse.jdt.core.formatter.blank_lines_before_abstract_method=1 -org.eclipse.jdt.core.formatter.blank_lines_before_field=0 -org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 -org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 -org.eclipse.jdt.core.formatter.blank_lines_before_method=1 -org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 -org.eclipse.jdt.core.formatter.blank_lines_before_package=0 -org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 -org.eclipse.jdt.core.formatter.blank_lines_between_statement_group_in_switch=0 -org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 -org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_record_constructor=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_record_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=false -org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false -org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position=false -org.eclipse.jdt.core.formatter.comment.format_block_comments=true -org.eclipse.jdt.core.formatter.comment.format_header=false -org.eclipse.jdt.core.formatter.comment.format_html=true -org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true -org.eclipse.jdt.core.formatter.comment.format_line_comments=true -org.eclipse.jdt.core.formatter.comment.format_source_code=true -org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true -org.eclipse.jdt.core.formatter.comment.indent_root_tags=true -org.eclipse.jdt.core.formatter.comment.indent_tag_description=false -org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags=do not insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert -org.eclipse.jdt.core.formatter.comment.line_length=80 -org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true -org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true -org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false -org.eclipse.jdt.core.formatter.compact_else_if=true -org.eclipse.jdt.core.formatter.continuation_indentation=2 -org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 -org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off -org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on -org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false -org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_record_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true -org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_empty_lines=false -org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true -org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false -org.eclipse.jdt.core.formatter.indentation.size=4 -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_case=insert -org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default=insert -org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert -org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert -org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_not_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_record_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert -org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert -org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case=insert -org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default=insert -org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_record_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert -org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_constructor=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_record_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert -org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert -org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.join_lines_in_comments=true -org.eclipse.jdt.core.formatter.join_wrapped_lines=true -org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false -org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false -org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false -org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_record_constructor_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false -org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false -org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false -org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false -org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false -org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never -org.eclipse.jdt.core.formatter.lineSplit=80 -org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false -org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false -org.eclipse.jdt.core.formatter.number_of_blank_lines_after_code_block=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_code_block=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_code_block=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_method_body=0 -org.eclipse.jdt.core.formatter.number_of_blank_lines_before_code_block=0 -org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 -org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines -org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines -org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true -org.eclipse.jdt.core.formatter.tabulation.char=tab -org.eclipse.jdt.core.formatter.tabulation.size=4 -org.eclipse.jdt.core.formatter.text_block_indentation=0 -org.eclipse.jdt.core.formatter.use_on_off_tags=false -org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false -org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true -org.eclipse.jdt.core.formatter.wrap_before_assertion_message_operator=true -org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false -org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true -org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true -org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true -org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true -org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true -org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true -org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true -org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true -org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs index 4185c952ec..e874df51f3 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/.settings/org.eclipse.jdt.ui.prefs @@ -1,7 +1,6 @@ eclipse.preferences.version=1 editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -formatter_profile=_PlanPro -formatter_settings_version=20 +formatter_settings_version=23 org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_all=false sp_cleanup.add_default_serial_version_id=true diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF index 4dad9d5bda..ff6315a2aa 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/META-INF/MANIFEST.MF @@ -2,8 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Merge Session Extensions Bundle-SymbolicName: org.eclipse.set.model.temporaryintegration.extensions -Bundle-Version: 1.1.0 -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-Version: 2.6.0.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-21 Require-Bundle: com.google.guava, org.eclipse.xtext.xbase.lib, org.eclipse.xtend.lib, diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml index e82a8fbdf8..cdfaf17645 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.extensions/pom.xml @@ -1,15 +1,16 @@ - 4.0.0 - - ../org.eclipse.set.releng.parent - org.eclipse.set - org.eclipse.set.releng.parent - 0.30.0.1 - - org.eclipse.set - org.eclipse.set.model.temporaryintegration.extensions - 1.1.0 - eclipse-plugin + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + ../../.. + org.eclipse.set + org.eclipse.set.releng.parent + 2.6.0-SNAPSHOT + + org.eclipse.set + org.eclipse.set.model.temporaryintegration.extensions + 2.6.0-SNAPSHOT + eclipse-plugin \ No newline at end of file diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF index 231d77c681..6ba12f7613 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.set.model.temporaryintegration;singleton:=true Automatic-Module-Name: org.eclipse.set.model.temporaryintegration -Bundle-Version: 2.6.0 +Bundle-Version: 2.6.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml b/java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml index efde3c0069..af86b39b50 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/pom.xml @@ -5,13 +5,13 @@ org.eclipse.set org.eclipse.set.model.temporaryintegration - 1.1.0 + 2.6.0-SNAPSHOT eclipse-plugin - ../org.eclipse.set.releng.parent + ../../.. org.eclipse.set org.eclipse.set.releng.parent - 0.30.0.1 + 2.6.0-SNAPSHOT \ No newline at end of file diff --git a/pom.xml b/pom.xml index b2959ad0d3..f3ea18593c 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,7 @@ java/bundles/org.eclipse.set.feature.siteplan.test java/bundles/org.eclipse.set.feature.overviewplan java/bundles/org.eclipse.set.feature.projectdata + java/bundles/org.eclipse.set.feature.integration java/bundles/org.eclipse.set.i18n.ecore.nl_de java/bundles/org.eclipse.set.i18n.ecp.categorization.nl_de java/bundles/org.eclipse.set.i18n.ecp.core.nl_de @@ -81,6 +82,14 @@ java/bundles/org.eclipse.set.model.plazmodel java/bundles/org.eclipse.set.model.plazmodel.edit java/bundles/org.eclipse.set.model.siteplan + java/bundles/org.eclipse.set.model.integrationview + java/bundles/org.eclipse.set.model.integrationview.edit + java/bundles/org.eclipse.set.model.simplemerge + java/bundles/org.eclipse.set.model.simplemerge.edit + java/bundles/org.eclipse.set.model.simplemerge.extensions + java/bundles/org.eclipse.set.model.temporaryintegration + java/bundles/org.eclipse.set.model.temporaryintegration.edit + java/bundles/org.eclipse.set.model.temporaryintegration.extensions java/bundles/org.eclipse.set.nattable.utils java/bundles/org.eclipse.set.pdf.utils From db602f91590ee55ba2033a1c9390f1af299ff65c Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Tue, 17 Mar 2026 15:05:27 +0100 Subject: [PATCH 08/13] Fix create merge file exception --- .../org/eclipse/set/basis/extensions/PathExtensions.xtend | 2 +- .../set/core/fileservice/ZippedPlanProToolboxFile.java | 4 ++++ .../integration/service/actions/ConflictsTableAction.java | 3 +-- .../integration/service/parts/PlanProMergeFormsPart.java | 5 ++--- .../org.eclipse.set.feature.validation/META-INF/MANIFEST.MF | 6 +++--- .../set/feature/validation/session/ModelSession.java | 5 +++-- 6 files changed, 14 insertions(+), 11 deletions(-) diff --git a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/extensions/PathExtensions.xtend b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/extensions/PathExtensions.xtend index 8b4113a2f8..67682f7b4d 100644 --- a/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/extensions/PathExtensions.xtend +++ b/java/bundles/org.eclipse.set.basis/src/org/eclipse/set/basis/extensions/PathExtensions.xtend @@ -74,7 +74,7 @@ class PathExtensions { } static def String getBaseFileName(Path path) { - return path.fileName.toString.replaceFirst("\\.[^.]*$", "") + return path?.fileName?.toString?.replaceFirst("\\.[^.]*$", "") } /** diff --git a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java index 253db8eaca..25acdc2bfd 100644 --- a/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java +++ b/java/bundles/org.eclipse.set.core/src/org/eclipse/set/core/fileservice/ZippedPlanProToolboxFile.java @@ -388,6 +388,10 @@ public void openLayout() throws IOException { public void save() throws IOException { resources.forEach((contentName, resource) -> { try { + // TODO: layout merge isn't complete + if (resource.getContents().isEmpty()) { + return; + } saveResource(resource); } catch (final IOException e) { throw new RuntimeException(e); diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java index a3a2f52116..7fd291ffd9 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java @@ -117,8 +117,7 @@ public void run() { session.getEditingDomain(), match, resolution, contextProvider)); - eventBroker.send(Events.MODEL_CHANGED, - session.getPlanProSchnittstelle()); + eventBroker.send(Events.MODEL_CHANGED, session); transformation.transform(session, Optional.empty(), Optional.empty(), Optional.empty()); updateButtonAction.get(); diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java index cf7255d191..72b98ef8fd 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -392,7 +392,7 @@ public void selected(final SelectionEvent e) { // test validation result session.refreshValidation(); - if (session.getValidationResult(TemporaryIntegration.class) + if (session.getValidationResult(PlanPro_Schnittstelle.class) .getOutcome() == Outcome.INVALID) { if (!getDialogService().loadInvalidModel(shell, session .getToolboxFile().getPath().toString())) { @@ -540,8 +540,7 @@ void save() { try { session.save(getToolboxShell()); updateButtonStates(); - getBroker().send(Events.MODEL_CHANGED, - session.getPlanProSchnittstelle()); + getBroker().send(Events.MODEL_CHANGED, session); } catch (final UserAbortion e) { // We continue normally after an user abortion } diff --git a/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF index c4d677474b..4ed4dd42c4 100644 --- a/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.feature.validation/META-INF/MANIFEST.MF @@ -11,8 +11,8 @@ Import-Package: com.google.common.base;version="15.0.0", jakarta.annotation, jakarta.inject;version="1.0.0", org.apache.commons.io;version="2.2.0", - org.apache.commons.text, org.apache.commons.io.filefilter;version="2.15.0", + org.apache.commons.text, org.apache.poi;version="5.0.0", org.eclipse.core.runtime;version="3.5.0", org.eclipse.e4.core.contexts;version="1.7.0", @@ -68,6 +68,7 @@ Import-Package: com.google.common.base;version="15.0.0", org.eclipse.set.core.services.viewmodel, org.eclipse.set.model.tablemodel, org.eclipse.set.model.tablemodel.extensions, + org.eclipse.set.model.temporaryintegration, org.eclipse.set.model.validationreport, org.eclipse.set.nattable.utils, org.eclipse.set.ppmodel.extensions, @@ -96,8 +97,7 @@ Require-Bundle: com.google.guava, org.eclipse.nebula.widgets.nattable.extension.nebula, org.eclipse.set.utils.table, org.eclipse.set.ppmodel.extensions, - org.eclipse.set.model.planpro, - org.eclipse.set.model.temporaryintegration;bundle-version="[2.6.0,3.0.0)" + org.eclipse.set.model.planpro Export-Package: org.eclipse.set.feature.validation, org.eclipse.set.feature.validation.report, org.eclipse.set.feature.validation.service, diff --git a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java index 64a16d3cea..e28bf83517 100644 --- a/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java +++ b/java/bundles/org.eclipse.set.feature.validation/src/org/eclipse/set/feature/validation/session/ModelSession.java @@ -446,8 +446,9 @@ public void exitMergeMode(final Shell shell) // delete temporary integration /* * TODO(1.10.0.1): Readd once temporary integrations are reenabled - * temporaryIntegration = null; + * */ + temporaryIntegration = null; mergeFile.delete(true); // change role of composite planning file to session @@ -792,7 +793,7 @@ private void createTempDir() { } } - private void readMergeModel() throws IOException { + private void readMergeModel() { final ModelContents modelContent = serviceProvider.modelLoader .loadModel(toolboxFile, this::setValidationResult); temporaryIntegration = (TemporaryIntegration) toolboxFile From 4b4afb57baa3df06534cb37568890eb2fdf82676 Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Tue, 17 Mar 2026 15:06:14 +0100 Subject: [PATCH 09/13] Move Merge function zu dev mode --- .../descriptions/PlanProMergeFormsDescriptionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java index 9942a6ce2e..c2a46e064f 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/descriptions/PlanProMergeFormsDescriptionService.java @@ -79,6 +79,6 @@ public PartDescription getDescription(final IEclipseContext context) { @Override public ToolboxViewGroup getToolboxViewGroup() { - return SetViewGroups.getEdit(); + return SetViewGroups.getDevelopment(); } } From 83d03cd44aab5590298da993e1764249fd4cc297 Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Tue, 17 Mar 2026 15:15:10 +0100 Subject: [PATCH 10/13] Fix formatting --- .../.settings/org.eclipse.jdt.core.prefs | 19 +- .../.settings/org.eclipse.jdt.ui.prefs | 2 +- .../integration/ExitMergeModeReferences.java | 5 +- .../service/actions/ConflictsTableAction.java | 10 +- .../service/parts/PlanProMergeFormsPart.java | 18 +- .../provider/SComparisonItemProvider.java | 108 +++---- .../provider/SMatchItemProvider.java | 216 +++++++------- .../provider/SimplemergeEditPlugin.java | 50 ++-- ...SimplemergeItemProviderAdapterFactory.java | 133 +++++---- .../set/model/simplemerge/Resolution.java | 194 +++++++------ .../set/model/simplemerge/SComparison.java | 19 +- .../eclipse/set/model/simplemerge/SMatch.java | 108 ++++--- .../model/simplemerge/SimplemergeFactory.java | 32 +-- .../model/simplemerge/SimplemergePackage.java | 270 ++++++++++-------- .../simplemerge/impl/SComparisonImpl.java | 62 ++-- .../model/simplemerge/impl/SMatchImpl.java | 194 +++++++------ .../impl/SimplemergeFactoryImpl.java | 93 +++--- .../impl/SimplemergePackageImpl.java | 189 +++++++----- .../util/SimplemergeAdapterFactory.java | 105 +++---- .../simplemerge/util/SimplemergeSwitch.java | 107 +++---- 20 files changed, 1035 insertions(+), 899 deletions(-) diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs index 58b2448f42..a57328347d 100644 --- a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.core.prefs @@ -127,8 +127,10 @@ org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning org.eclipse.jdt.core.compiler.release=enabled org.eclipse.jdt.core.compiler.source=21 +org.eclipse.jdt.core.formatter.align_arrows_in_switch_on_columns=false org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 +org.eclipse.jdt.core.formatter.align_selector_in_method_invocation_on_expression_first_line=false org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false org.eclipse.jdt.core.formatter.align_with_spaces=false @@ -156,6 +158,8 @@ org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_switch_case_with_arrow=0 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_switch_case_with_colon=0 org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_module_statements=16 @@ -164,16 +168,18 @@ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_permitted_types_in_type_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_record_components=16 org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=80 org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0 org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_switch_case_with_arrow=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_type_annotations=0 @@ -199,6 +205,7 @@ org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case_after_arrow=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line @@ -218,6 +225,7 @@ org.eclipse.jdt.core.formatter.comment.format_header=false org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true +org.eclipse.jdt.core.formatter.comment.format_markdown_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=true org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true @@ -225,6 +233,7 @@ org.eclipse.jdt.core.formatter.comment.indent_tag_description=false org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags=do not insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert +org.eclipse.jdt.core.formatter.comment.javadoc_do_not_separate_block_tags=false org.eclipse.jdt.core.formatter.comment.line_length=80 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true @@ -246,7 +255,7 @@ org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert @@ -297,6 +306,7 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arg org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_permitted_types=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions=insert @@ -388,6 +398,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_ar org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_permitted_types=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions=do not insert @@ -451,6 +462,7 @@ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_line_comments=false org.eclipse.jdt.core.formatter.join_lines_in_comments=true org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never @@ -471,6 +483,8 @@ org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false +org.eclipse.jdt.core.formatter.keep_switch_body_block_on_one_line=one_line_never +org.eclipse.jdt.core.formatter.keep_switch_case_with_arrow_on_one_line=one_line_never org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never org.eclipse.jdt.core.formatter.lineSplit=80 @@ -511,5 +525,6 @@ org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true +org.eclipse.jdt.core.formatter.wrap_before_switch_case_arrow_operator=false org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter diff --git a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs index 4185c952ec..3bdae0cc02 100644 --- a/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs +++ b/java/bundles/org.eclipse.set.feature.integration/.settings/org.eclipse.jdt.ui.prefs @@ -1,7 +1,7 @@ eclipse.preferences.version=1 editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true formatter_profile=_PlanPro -formatter_settings_version=20 +formatter_settings_version=23 org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_all=false sp_cleanup.add_default_serial_version_id=true diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java index 96229f32fe..628ba9432d 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/ExitMergeModeReferences.java @@ -15,7 +15,6 @@ import org.eclipse.emf.ecp.view.spi.model.VDomainModelReference; import org.eclipse.emf.ecp.view.spi.model.VFeaturePathDomainModelReference; import org.eclipse.emf.ecp.view.spi.model.VViewFactory; - import org.eclipse.set.model.integrationview.IntegrationviewPackage; /** @@ -30,8 +29,8 @@ public Set getNeededDomainModelReferences() { final Set references = new LinkedHashSet<>(); final VFeaturePathDomainModelReference reference = VViewFactory.eINSTANCE .createFeaturePathDomainModelReference(); - reference.setDomainModelEFeature( - IntegrationviewPackage.eINSTANCE.getIntegrationView_CompositePlanning()); + reference.setDomainModelEFeature(IntegrationviewPackage.eINSTANCE + .getIntegrationView_CompositePlanning()); references.add(reference); return references; } diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java index 7fd291ffd9..461f31d947 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/actions/ConflictsTableAction.java @@ -64,7 +64,8 @@ public ResolveSelectedAction(final String text, @Override public void run() { final TemporaryIntegration temporaryIntegration = session - .getTemporaryIntegration().get(); + .getTemporaryIntegration() + .get(); final StructuredSelection selection = (StructuredSelection) tableViewer .getSelection(); Arrays.stream(selection.toArray()) @@ -107,10 +108,13 @@ public ResolveUnresolvedAction(final String text, @Override public void run() { final TemporaryIntegration temporaryIntegration = session - .getTemporaryIntegration().get(); + .getTemporaryIntegration() + .get(); final Map> selection = TemporaryIntegrationExtensions .getOpenConflictMatches(temporaryIntegration); - selection.entrySet().stream().map(entry -> entry.getValue()) + selection.entrySet() + .stream() + .map(entry -> entry.getValue()) .flatMap(List::stream) .forEach(match -> TemporaryIntegrationExtensions .manualMerge(temporaryIntegration, diff --git a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java index 72b98ef8fd..82e502fa1d 100644 --- a/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java +++ b/java/bundles/org.eclipse.set.feature.integration/src/org/eclipse/set/feature/integration/service/parts/PlanProMergeFormsPart.java @@ -169,8 +169,10 @@ private boolean allConflictsResolved() { .getOpenConflictMatches( session.getTemporaryIntegration().get()); @SuppressWarnings("boxing") - final Set nonZeroSizes = openConflictMatches.values().stream() - .map(l -> l.size()).filter(i -> i > 0) + final Set nonZeroSizes = openConflictMatches.values() + .stream() + .map(l -> l.size()) + .filter(i -> i > 0) .collect(Collectors.toSet()); return nonZeroSizes.isEmpty(); } @@ -263,7 +265,8 @@ protected void createFormsView(final Composite parent) // create merge view transformation = new SessionToIntegrationViewTransformation(messages, nameService); - final Path mergeDir = getModelSession().getToolboxFile().getPath() + final Path mergeDir = getModelSession().getToolboxFile() + .getPath() .getParent(); mergeView = transformation.transform(getModelSession(), Optional.empty(), Optional.empty(), @@ -296,7 +299,8 @@ public void selected(final SelectionEvent e) { .stream() .filter(valid -> valid.getValidatedSourceClass() .equals(PlanPro_Schnittstelle.class)) - .findFirst().orElse(null); + .findFirst() + .orElse(null); if (validationResult == null) { return; } @@ -394,8 +398,10 @@ public void selected(final SelectionEvent e) { session.refreshValidation(); if (session.getValidationResult(PlanPro_Schnittstelle.class) .getOutcome() == Outcome.INVALID) { - if (!getDialogService().loadInvalidModel(shell, session - .getToolboxFile().getPath().toString())) { + if (!getDialogService().loadInvalidModel(shell, + session.getToolboxFile() + .getPath() + .toString())) { session.close(); return; } diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java index e4a4b3b021..204838754f 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java @@ -8,7 +8,6 @@ */ package org.eclipse.set.model.simplemerge.provider; - import java.util.Collection; import java.util.List; @@ -33,23 +32,19 @@ import org.eclipse.set.model.simplemerge.SimplemergePackage; /** - * This is the item provider adapter for a {@link org.eclipse.set.model.simplemerge.SComparison} object. - * - * + * This is the item provider adapter for a + * {@link org.eclipse.set.model.simplemerge.SComparison} object. + * * @generated */ -public class SComparisonItemProvider - extends ItemProviderAdapter - implements - IEditingDomainItemProvider, - IStructuredItemContentProvider, - ITreeItemContentProvider, - IItemLabelProvider, - IItemPropertySource { +public class SComparisonItemProvider extends ItemProviderAdapter + implements IEditingDomainItemProvider, IStructuredItemContentProvider, + ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { /** - * This constructs an instance from a factory and a notifier. - * - * + * This constructs an instance from a factory and a notifier. + * * @generated */ public SComparisonItemProvider(AdapterFactory adapterFactory) { @@ -57,9 +52,9 @@ public SComparisonItemProvider(AdapterFactory adapterFactory) { } /** - * This returns the property descriptors for the adapted class. - * - * + * This returns the property descriptors for the adapted class. + * * @generated */ @Override @@ -72,50 +67,56 @@ public List getPropertyDescriptors(Object object) { } /** - * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an - * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or - * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. - * - * + * This specifies how to implement {@link #getChildren} and is used to + * deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, + * {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in + * {@link #createCommand}. + * * @generated */ @Override - public Collection getChildrenFeatures(Object object) { + public Collection getChildrenFeatures( + Object object) { if (childrenFeatures == null) { super.getChildrenFeatures(object); - childrenFeatures.add(SimplemergePackage.Literals.SCOMPARISON__MATCHES); + childrenFeatures + .add(SimplemergePackage.Literals.SCOMPARISON__MATCHES); } return childrenFeatures; } /** - * - * + * + * * @generated */ @Override protected EStructuralFeature getChildFeature(Object object, Object child) { - // Check the type of the specified child object and return the proper feature to use for + // Check the type of the specified child object and return the proper + // feature to use for // adding (see {@link AddCommand}) it as a child. return super.getChildFeature(object, child); } /** - * This returns SComparison.gif. - * - * + * This returns SComparison.gif. + * * @generated */ @Override public Object getImage(Object object) { - return overlayImage(object, getResourceLocator().getImage("full/obj16/SComparison")); + return overlayImage(object, + getResourceLocator().getImage("full/obj16/SComparison")); } /** - * This returns the label text for the adapted class. - * - * + * This returns the label text for the adapted class. + * * @generated */ @Override @@ -123,12 +124,12 @@ public String getText(Object object) { return getString("_UI_SComparison_type"); } - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * + * This handles model notifications by calling {@link #updateChildren} to + * update any cached children and by creating a viewer notification, which + * it passes to {@link #fireNotifyChanged}. + * * @generated */ @Override @@ -137,33 +138,34 @@ public void notifyChanged(Notification notification) { switch (notification.getFeatureID(SComparison.class)) { case SimplemergePackage.SCOMPARISON__MATCHES: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); + fireNotifyChanged(new ViewerNotification(notification, + notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); } /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s + * describing the children that can be created under this object. + * * @generated */ @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + protected void collectNewChildDescriptors( + Collection newChildDescriptors, Object object) { super.collectNewChildDescriptors(newChildDescriptors, object); - newChildDescriptors.add - (createChildParameter - (SimplemergePackage.Literals.SCOMPARISON__MATCHES, - SimplemergeFactory.eINSTANCE.createSMatch())); + newChildDescriptors.add(createChildParameter( + SimplemergePackage.Literals.SCOMPARISON__MATCHES, + SimplemergeFactory.eINSTANCE.createSMatch())); } /** - * Return the resource locator for this item provider's resources. - * - * + * Return the resource locator for this item provider's resources. + * * @generated */ @Override diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java index abb39b6b67..102de36e1f 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java @@ -8,7 +8,6 @@ */ package org.eclipse.set.model.simplemerge.provider; - import java.util.Collection; import java.util.List; @@ -32,23 +31,19 @@ import org.eclipse.set.model.simplemerge.SimplemergePackage; /** - * This is the item provider adapter for a {@link org.eclipse.set.model.simplemerge.SMatch} object. - * - * + * This is the item provider adapter for a + * {@link org.eclipse.set.model.simplemerge.SMatch} object. + * * @generated */ -public class SMatchItemProvider - extends ItemProviderAdapter - implements - IEditingDomainItemProvider, - IStructuredItemContentProvider, - ITreeItemContentProvider, - IItemLabelProvider, - IItemPropertySource { +public class SMatchItemProvider extends ItemProviderAdapter + implements IEditingDomainItemProvider, IStructuredItemContentProvider, + ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { /** - * This constructs an instance from a factory and a notifier. - * - * + * This constructs an instance from a factory and a notifier. + * * @generated */ public SMatchItemProvider(AdapterFactory adapterFactory) { @@ -56,9 +51,9 @@ public SMatchItemProvider(AdapterFactory adapterFactory) { } /** - * This returns the property descriptors for the adapted class. - * - * + * This returns the property descriptors for the adapted class. + * * @generated */ @Override @@ -76,144 +71,123 @@ public List getPropertyDescriptors(Object object) { } /** - * This adds a property descriptor for the Id feature. - * - * + * This adds a property descriptor for the Id feature. + * * @generated */ protected void addIdPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_id_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_SMatch_id_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__ID, - true, - false, - false, - ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), getString("_UI_SMatch_id_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_SMatch_id_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__ID, true, false, false, + ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null)); } /** - * This adds a property descriptor for the Guid Primary feature. - * - * + * This adds a property descriptor for the Guid Primary feature. + * * @generated */ protected void addGuidPrimaryPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_guidPrimary_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_SMatch_guidPrimary_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__GUID_PRIMARY, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_guidPrimary_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_SMatch_guidPrimary_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__GUID_PRIMARY, true, false, + false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** - * This adds a property descriptor for the Guid Secondary feature. - * - * + * This adds a property descriptor for the Guid Secondary feature. + * * @generated */ protected void addGuidSecondaryPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_guidSecondary_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_SMatch_guidSecondary_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__GUID_SECONDARY, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_guidSecondary_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_SMatch_guidSecondary_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__GUID_SECONDARY, true, false, + false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** - * This adds a property descriptor for the Resolution feature. - * - * + * This adds a property descriptor for the Resolution feature. + * * @generated */ protected void addResolutionPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_resolution_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_SMatch_resolution_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__RESOLUTION, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_resolution_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_SMatch_resolution_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__RESOLUTION, true, false, + false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** - * This adds a property descriptor for the Element Type feature. - * - * + * This adds a property descriptor for the Element Type feature. + * * @generated */ protected void addElementTypePropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_elementType_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_SMatch_elementType_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__ELEMENT_TYPE, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_elementType_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_SMatch_elementType_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__ELEMENT_TYPE, true, false, + false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** - * This returns SMatch.gif. - * - * + * This returns SMatch.gif. + * * @generated */ @Override public Object getImage(Object object) { - return overlayImage(object, getResourceLocator().getImage("full/obj16/SMatch")); + return overlayImage(object, + getResourceLocator().getImage("full/obj16/SMatch")); } /** - * This returns the label text for the adapted class. - * - * + * This returns the label text for the adapted class. + * * @generated */ @Override public String getText(Object object) { - SMatch sMatch = (SMatch)object; + SMatch sMatch = (SMatch) object; return getString("_UI_SMatch_type") + " " + sMatch.getId(); } - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * + * This handles model notifications by calling {@link #updateChildren} to + * update any cached children and by creating a viewer notification, which + * it passes to {@link #fireNotifyChanged}. + * * @generated */ @Override @@ -226,28 +200,30 @@ public void notifyChanged(Notification notification) { case SimplemergePackage.SMATCH__GUID_SECONDARY: case SimplemergePackage.SMATCH__RESOLUTION: case SimplemergePackage.SMATCH__ELEMENT_TYPE: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + fireNotifyChanged(new ViewerNotification(notification, + notification.getNotifier(), false, true)); return; } super.notifyChanged(notification); } /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s + * describing the children that can be created under this object. + * * @generated */ @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + protected void collectNewChildDescriptors( + Collection newChildDescriptors, Object object) { super.collectNewChildDescriptors(newChildDescriptors, object); } /** - * Return the resource locator for this item provider's resources. - * - * + * Return the resource locator for this item provider's resources. + * * @generated */ @Override diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java index 695c42d03f..bb884171d4 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java @@ -13,44 +13,41 @@ import org.eclipse.emf.common.util.ResourceLocator; /** - * This is the central singleton for the Simplemerge edit plugin. - * - * + * This is the central singleton for the Simplemerge edit plugin. + * * @generated */ public final class SimplemergeEditPlugin extends EMFPlugin { /** - * Keep track of the singleton. - * - * + * Keep track of the singleton. + * * @generated */ public static final SimplemergeEditPlugin INSTANCE = new SimplemergeEditPlugin(); /** - * Keep track of the singleton. - * - * + * Keep track of the singleton. + * * @generated */ private static Implementation plugin; /** - * Create the instance. - * - * + * Create the instance. + * * @generated */ public SimplemergeEditPlugin() { - super - (new ResourceLocator [] { - }); + super(new ResourceLocator[] {}); } /** - * Returns the singleton instance of the Eclipse plugin. - * - * + * Returns the singleton instance of the Eclipse plugin. + * * @return the singleton instance. * @generated */ @@ -60,9 +57,9 @@ public ResourceLocator getPluginResourceLocator() { } /** - * Returns the singleton instance of the Eclipse plugin. - * - * + * Returns the singleton instance of the Eclipse plugin. + * * @return the singleton instance. * @generated */ @@ -71,16 +68,15 @@ public static Implementation getPlugin() { } /** - * The actual implementation of the Eclipse Plugin. - * - * + * The actual implementation of the Eclipse Plugin. + * * @generated */ public static class Implementation extends EclipsePlugin { /** - * Creates an instance. - * - * + * Creates an instance. + * * @generated */ public Implementation() { diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java index 9c87a0a2f4..803bee6f51 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java @@ -30,43 +30,48 @@ import org.eclipse.set.model.simplemerge.util.SimplemergeAdapterFactory; /** - * This is the factory that is used to provide the interfaces needed to support Viewers. - * The adapters generated by this factory convert EMF adapter notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. - * The adapters also support Eclipse property sheets. - * Note that most of the adapters are shared among multiple instances. - * - * + * This is the factory that is used to provide the interfaces needed to support + * Viewers. The adapters generated by this factory convert EMF adapter + * notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. The + * adapters also support Eclipse property sheets. Note that most of the adapters + * are shared among multiple instances. + * * @generated */ -public class SimplemergeItemProviderAdapterFactory extends SimplemergeAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { +public class SimplemergeItemProviderAdapterFactory + extends SimplemergeAdapterFactory + implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { /** - * This keeps track of the root adapter factory that delegates to this adapter factory. - * - * + * This keeps track of the root adapter factory that delegates to this + * adapter factory. + * * @generated */ protected ComposedAdapterFactory parentAdapterFactory; /** - * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. - * - * + * This is used to implement + * {@link org.eclipse.emf.edit.provider.IChangeNotifier}. + * * @generated */ protected IChangeNotifier changeNotifier = new ChangeNotifier(); /** - * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. - * - * + * This keeps track of all the supported types checked by + * {@link #isFactoryForType isFactoryForType}. + * * @generated */ protected Collection supportedTypes = new ArrayList(); /** - * This constructs an instance. - * - * + * This constructs an instance. + * * @generated */ public SimplemergeItemProviderAdapterFactory() { @@ -78,17 +83,19 @@ public SimplemergeItemProviderAdapterFactory() { } /** - * This keeps track of the one adapter used for all {@link org.eclipse.set.model.simplemerge.SComparison} instances. - * - * + * This keeps track of the one adapter used for all + * {@link org.eclipse.set.model.simplemerge.SComparison} instances. + * * @generated */ protected SComparisonItemProvider sComparisonItemProvider; /** - * This creates an adapter for a {@link org.eclipse.set.model.simplemerge.SComparison}. - * - * + * This creates an adapter for a + * {@link org.eclipse.set.model.simplemerge.SComparison}. + * * @generated */ @Override @@ -101,17 +108,19 @@ public Adapter createSComparisonAdapter() { } /** - * This keeps track of the one adapter used for all {@link org.eclipse.set.model.simplemerge.SMatch} instances. - * - * + * This keeps track of the one adapter used for all + * {@link org.eclipse.set.model.simplemerge.SMatch} instances. + * * @generated */ protected SMatchItemProvider sMatchItemProvider; /** - * This creates an adapter for a {@link org.eclipse.set.model.simplemerge.SMatch}. - * + * This creates an adapter for a + * {@link org.eclipse.set.model.simplemerge.SMatch}. * + * * @generated */ @Override @@ -124,30 +133,32 @@ public Adapter createSMatchAdapter() { } /** - * This returns the root adapter factory that contains this factory. - * - * + * This returns the root adapter factory that contains this factory. + * * @generated */ @Override public ComposeableAdapterFactory getRootAdapterFactory() { - return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory(); + return parentAdapterFactory == null ? this + : parentAdapterFactory.getRootAdapterFactory(); } /** - * This sets the composed adapter factory that contains this factory. - * - * + * This sets the composed adapter factory that contains this factory. + * * @generated */ @Override - public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) { + public void setParentAdapterFactory( + ComposedAdapterFactory parentAdapterFactory) { this.parentAdapterFactory = parentAdapterFactory; } /** - * - * + * + * * @generated */ @Override @@ -156,9 +167,9 @@ public boolean isFactoryForType(Object type) { } /** - * This implementation substitutes the factory itself as the key for the adapter. - * - * + * This implementation substitutes the factory itself as the key for the + * adapter. + * * @generated */ @Override @@ -167,15 +178,16 @@ public Adapter adapt(Notifier notifier, Object type) { } /** - * - * + * + * * @generated */ @Override public Object adapt(Object object, Object type) { if (isFactoryForType(type)) { Object adapter = super.adapt(object, type); - if (!(type instanceof Class) || (((Class)type).isInstance(adapter))) { + if (!(type instanceof Class) + || (((Class) type).isInstance(adapter))) { return adapter; } } @@ -184,9 +196,8 @@ public Object adapt(Object object, Object type) { } /** - * This adds a listener. - * - * + * This adds a listener. + * * @generated */ @Override @@ -195,9 +206,8 @@ public void addListener(INotifyChangedListener notifyChangedListener) { } /** - * This removes a listener. - * - * + * This removes a listener. + * * @generated */ @Override @@ -206,9 +216,10 @@ public void removeListener(INotifyChangedListener notifyChangedListener) { } /** - * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. - * - * + * This delegates to {@link #changeNotifier} and to + * {@link #parentAdapterFactory}. + * * @generated */ @Override @@ -221,15 +232,17 @@ public void fireNotifyChanged(Notification notification) { } /** - * This disposes all of the item providers created by this factory. - * - * + * This disposes all of the item providers created by this factory. + * * @generated */ @Override public void dispose() { - if (sComparisonItemProvider != null) sComparisonItemProvider.dispose(); - if (sMatchItemProvider != null) sMatchItemProvider.dispose(); + if (sComparisonItemProvider != null) + sComparisonItemProvider.dispose(); + if (sMatchItemProvider != null) + sMatchItemProvider.dispose(); } } diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java index ee4e0b8b8b..a07e1075be 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java @@ -15,19 +15,19 @@ import org.eclipse.emf.common.util.Enumerator; /** - * - * A representation of the literals of the enumeration 'Resolution', - * and utility methods for working with them. - * + * A representation of the literals of the enumeration + * 'Resolution', and utility methods for working with them. + * * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getResolution() * @model * @generated */ public enum Resolution implements Enumerator { /** - * The 'PRIMARY UNRESOLVED' literal object. - * - * + * The 'PRIMARY UNRESOLVED' literal object. + * * @see #PRIMARY_UNRESOLVED_VALUE * @generated * @ordered @@ -35,9 +35,9 @@ public enum Resolution implements Enumerator { PRIMARY_UNRESOLVED(0, "PRIMARY_UNRESOLVED", "PRIMARY_UNRESOLVED"), /** - * The 'PRIMARY AUTO' literal object. - * - * + * The 'PRIMARY AUTO' literal object. + * * @see #PRIMARY_AUTO_VALUE * @generated * @ordered @@ -45,9 +45,9 @@ public enum Resolution implements Enumerator { PRIMARY_AUTO(1, "PRIMARY_AUTO", "PRIMARY_AUTO"), /** - * The 'PRIMARY MANUAL' literal object. - * - * + * The 'PRIMARY MANUAL' literal object. + * * @see #PRIMARY_MANUAL_VALUE * @generated * @ordered @@ -55,9 +55,9 @@ public enum Resolution implements Enumerator { PRIMARY_MANUAL(2, "PRIMARY_MANUAL", "PRIMARY_MANUAL"), /** - * The 'SECONDARY AUTO' literal object. - * - * + * The 'SECONDARY AUTO' literal object. + * * @see #SECONDARY_AUTO_VALUE * @generated * @ordered @@ -65,9 +65,9 @@ public enum Resolution implements Enumerator { SECONDARY_AUTO(3, "SECONDARY_AUTO", "SECONDARY_AUTO"), /** - * The 'SECONDARY MANUAL' literal object. - * - * + * The 'SECONDARY MANUAL' literal object. + * * @see #SECONDARY_MANUAL_VALUE * @generated * @ordered @@ -75,13 +75,14 @@ public enum Resolution implements Enumerator { SECONDARY_MANUAL(4, "SECONDARY_MANUAL", "SECONDARY_MANUAL"); /** - * The 'PRIMARY UNRESOLVED' literal value. - * + * The 'PRIMARY UNRESOLVED' literal value. *

- * If the meaning of 'PRIMARY UNRESOLVED' literal object isn't clear, - * there really should be more of a description here... + * If the meaning of 'PRIMARY UNRESOLVED' literal object + * isn't clear, there really should be more of a description here... *

* + * * @see #PRIMARY_UNRESOLVED * @model * @generated @@ -90,13 +91,13 @@ public enum Resolution implements Enumerator { public static final int PRIMARY_UNRESOLVED_VALUE = 0; /** - * The 'PRIMARY AUTO' literal value. - * + * The 'PRIMARY AUTO' literal value. *

- * If the meaning of 'PRIMARY AUTO' literal object isn't clear, - * there really should be more of a description here... + * If the meaning of 'PRIMARY AUTO' literal object isn't + * clear, there really should be more of a description here... *

* + * * @see #PRIMARY_AUTO * @model * @generated @@ -105,13 +106,14 @@ public enum Resolution implements Enumerator { public static final int PRIMARY_AUTO_VALUE = 1; /** - * The 'PRIMARY MANUAL' literal value. - * + * The 'PRIMARY MANUAL' literal value. *

- * If the meaning of 'PRIMARY MANUAL' literal object isn't clear, - * there really should be more of a description here... + * If the meaning of 'PRIMARY MANUAL' literal object isn't + * clear, there really should be more of a description here... *

* + * * @see #PRIMARY_MANUAL * @model * @generated @@ -120,13 +122,14 @@ public enum Resolution implements Enumerator { public static final int PRIMARY_MANUAL_VALUE = 2; /** - * The 'SECONDARY AUTO' literal value. - * + * The 'SECONDARY AUTO' literal value. *

- * If the meaning of 'SECONDARY AUTO' literal object isn't clear, - * there really should be more of a description here... + * If the meaning of 'SECONDARY AUTO' literal object isn't + * clear, there really should be more of a description here... *

* + * * @see #SECONDARY_AUTO * @model * @generated @@ -135,13 +138,14 @@ public enum Resolution implements Enumerator { public static final int SECONDARY_AUTO_VALUE = 3; /** - * The 'SECONDARY MANUAL' literal value. - * + * The 'SECONDARY MANUAL' literal value. *

- * If the meaning of 'SECONDARY MANUAL' literal object isn't clear, - * there really should be more of a description here... + * If the meaning of 'SECONDARY MANUAL' literal object isn't + * clear, there really should be more of a description here... *

* + * * @see #SECONDARY_MANUAL * @model * @generated @@ -150,33 +154,30 @@ public enum Resolution implements Enumerator { public static final int SECONDARY_MANUAL_VALUE = 4; /** - * An array of all the 'Resolution' enumerators. - * - * + * An array of all the 'Resolution' enumerators. + * * @generated */ - private static final Resolution[] VALUES_ARRAY = - new Resolution[] { - PRIMARY_UNRESOLVED, - PRIMARY_AUTO, - PRIMARY_MANUAL, - SECONDARY_AUTO, - SECONDARY_MANUAL, - }; + private static final Resolution[] VALUES_ARRAY = new Resolution[] { + PRIMARY_UNRESOLVED, PRIMARY_AUTO, PRIMARY_MANUAL, SECONDARY_AUTO, + SECONDARY_MANUAL, }; /** - * A public read-only list of all the 'Resolution' enumerators. - * - * + * A public read-only list of all the 'Resolution' + * enumerators. + * * @generated */ - public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY)); + public static final List VALUES = Collections + .unmodifiableList(Arrays.asList(VALUES_ARRAY)); /** - * Returns the 'Resolution' literal with the specified literal value. - * - * - * @param literal the literal. + * Returns the 'Resolution' literal with the specified + * literal value. + * + * @param literal + * the literal. * @return the matching enumerator or null. * @generated */ @@ -192,9 +193,10 @@ public static Resolution get(String literal) { /** * Returns the 'Resolution' literal with the specified name. - * - * - * @param name the name. + * + * + * @param name + * the name. * @return the matching enumerator or null. * @generated */ @@ -209,49 +211,55 @@ public static Resolution getByName(String name) { } /** - * Returns the 'Resolution' literal with the specified integer value. - * - * - * @param value the integer value. + * Returns the 'Resolution' literal with the specified + * integer value. + * + * @param value + * the integer value. * @return the matching enumerator or null. * @generated */ public static Resolution get(int value) { switch (value) { - case PRIMARY_UNRESOLVED_VALUE: return PRIMARY_UNRESOLVED; - case PRIMARY_AUTO_VALUE: return PRIMARY_AUTO; - case PRIMARY_MANUAL_VALUE: return PRIMARY_MANUAL; - case SECONDARY_AUTO_VALUE: return SECONDARY_AUTO; - case SECONDARY_MANUAL_VALUE: return SECONDARY_MANUAL; + case PRIMARY_UNRESOLVED_VALUE: + return PRIMARY_UNRESOLVED; + case PRIMARY_AUTO_VALUE: + return PRIMARY_AUTO; + case PRIMARY_MANUAL_VALUE: + return PRIMARY_MANUAL; + case SECONDARY_AUTO_VALUE: + return SECONDARY_AUTO; + case SECONDARY_MANUAL_VALUE: + return SECONDARY_MANUAL; } return null; } /** - * - * + * + * * @generated */ private final int value; /** - * - * + * + * * @generated */ private final String name; /** - * - * + * + * * @generated */ private final String literal; /** - * Only this class can construct instances. - * - * + * Only this class can construct instances. + * * @generated */ private Resolution(int value, String name, String literal) { @@ -261,44 +269,44 @@ private Resolution(int value, String name, String literal) { } /** - * - * + * + * * @generated */ @Override public int getValue() { - return value; + return value; } /** - * - * + * + * * @generated */ @Override public String getName() { - return name; + return name; } /** - * - * + * + * * @generated */ @Override public String getLiteral() { - return literal; + return literal; } /** - * Returns the literal value of the enumerator, which is its string representation. - * - * + * Returns the literal value of the enumerator, which is its string + * representation. + * * @generated */ @Override public String toString() { return literal; } - -} //Resolution + +} // Resolution diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java index 4b918719e5..964c23644d 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java @@ -13,15 +13,15 @@ import org.eclipse.emf.ecore.EObject; /** - * - * A representation of the model object 'SComparison'. - * + * A representation of the model object + * 'SComparison'. * *

* The following features are supported: *

*
    - *
  • {@link org.eclipse.set.model.simplemerge.SComparison#getMatches Matches}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SComparison#getMatches + * Matches}
  • *
* * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSComparison() @@ -30,14 +30,15 @@ */ public interface SComparison extends EObject { /** - * Returns the value of the 'Matches' containment reference list. - * The list contents are of type {@link org.eclipse.set.model.simplemerge.SMatch}. - * + * Returns the value of the 'Matches' containment reference + * list. The list contents are of type + * {@link org.eclipse.set.model.simplemerge.SMatch}. *

- * If the meaning of the 'Matches' containment reference list isn't clear, - * there really should be more of a description here... + * If the meaning of the 'Matches' containment reference list isn't + * clear, there really should be more of a description here... *

* + * * @return the value of the 'Matches' containment reference list. * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSComparison_Matches() * @model containment="true" diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java index 88fbdcc99c..23e284395c 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java @@ -11,19 +11,22 @@ import org.eclipse.emf.ecore.EObject; /** - * - * A representation of the model object 'SMatch'. - * + * A representation of the model object + * 'SMatch'. * *

* The following features are supported: *

*
    - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getId Id}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getId Id}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid + * Primary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid + * Secondary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getResolution + * Resolution}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getElementType + * Element Type}
  • *
* * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch() @@ -32,13 +35,14 @@ */ public interface SMatch extends EObject { /** - * Returns the value of the 'Id' attribute. - * + * Returns the value of the 'Id' attribute. *

- * If the meaning of the 'Id' attribute isn't clear, - * there really should be more of a description here... + * If the meaning of the 'Id' attribute isn't clear, there really + * should be more of a description here... *

* + * * @return the value of the 'Id' attribute. * @see #setId(int) * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_Id() @@ -48,23 +52,26 @@ public interface SMatch extends EObject { int getId(); /** - * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}' attribute. - * - * - * @param value the new value of the 'Id' attribute. + * Sets the value of the + * '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}' + * attribute. + * + * @param value + * the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(int value); /** - * Returns the value of the 'Guid Primary' attribute. - * + * Returns the value of the 'Guid Primary' attribute. *

* If the meaning of the 'Guid Primary' attribute isn't clear, * there really should be more of a description here... *

* + * * @return the value of the 'Guid Primary' attribute. * @see #setGuidPrimary(String) * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_GuidPrimary() @@ -74,23 +81,26 @@ public interface SMatch extends EObject { String getGuidPrimary(); /** - * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}' attribute. - * - * - * @param value the new value of the 'Guid Primary' attribute. + * Sets the value of the + * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid + * Primary}' attribute. + * + * @param value + * the new value of the 'Guid Primary' attribute. * @see #getGuidPrimary() * @generated */ void setGuidPrimary(String value); /** - * Returns the value of the 'Guid Secondary' attribute. - * + * Returns the value of the 'Guid Secondary' attribute. *

* If the meaning of the 'Guid Secondary' attribute isn't clear, * there really should be more of a description here... *

* + * * @return the value of the 'Guid Secondary' attribute. * @see #setGuidSecondary(String) * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_GuidSecondary() @@ -100,24 +110,29 @@ public interface SMatch extends EObject { String getGuidSecondary(); /** - * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}' attribute. - * - * - * @param value the new value of the 'Guid Secondary' attribute. + * Sets the value of the + * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary + * Guid Secondary}' attribute. + * + * @param value + * the new value of the 'Guid Secondary' attribute. * @see #getGuidSecondary() * @generated */ void setGuidSecondary(String value); /** - * Returns the value of the 'Resolution' attribute. - * The literals are from the enumeration {@link org.eclipse.set.model.simplemerge.Resolution}. - * + * Returns the value of the 'Resolution' attribute. The + * literals are from the enumeration + * {@link org.eclipse.set.model.simplemerge.Resolution}. *

- * If the meaning of the 'Resolution' attribute isn't clear, - * there really should be more of a description here... + * If the meaning of the 'Resolution' attribute isn't clear, there + * really should be more of a description here... *

* + * * @return the value of the 'Resolution' attribute. * @see org.eclipse.set.model.simplemerge.Resolution * @see #setResolution(Resolution) @@ -128,10 +143,13 @@ public interface SMatch extends EObject { Resolution getResolution(); /** - * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}' attribute. - * - * - * @param value the new value of the 'Resolution' attribute. + * Sets the value of the + * '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution + * Resolution}' attribute. + * + * @param value + * the new value of the 'Resolution' attribute. * @see org.eclipse.set.model.simplemerge.Resolution * @see #getResolution() * @generated @@ -139,13 +157,14 @@ public interface SMatch extends EObject { void setResolution(Resolution value); /** - * Returns the value of the 'Element Type' attribute. - * + * Returns the value of the 'Element Type' attribute. *

* If the meaning of the 'Element Type' attribute isn't clear, * there really should be more of a description here... *

* + * * @return the value of the 'Element Type' attribute. * @see #setElementType(String) * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch_ElementType() @@ -155,10 +174,13 @@ public interface SMatch extends EObject { String getElementType(); /** - * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}' attribute. - * - * - * @param value the new value of the 'Element Type' attribute. + * Sets the value of the + * '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType + * Element Type}' attribute. + * + * @param value + * the new value of the 'Element Type' attribute. * @see #getElementType() * @generated */ diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java index 297fafe5dc..2eb109c83e 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java @@ -11,47 +11,47 @@ import org.eclipse.emf.ecore.EFactory; /** - * - * The Factory for the model. - * It provides a create method for each non-abstract class of the model. - * + * The Factory for the model. It provides a + * create method for each non-abstract class of the model. + * * @see org.eclipse.set.model.simplemerge.SimplemergePackage * @generated */ public interface SimplemergeFactory extends EFactory { /** - * The singleton instance of the factory. - * - * + * The singleton instance of the factory. + * * @generated */ - SimplemergeFactory eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergeFactoryImpl.init(); + SimplemergeFactory eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergeFactoryImpl + .init(); /** - * Returns a new object of class 'SComparison'. - * - * + * Returns a new object of class 'SComparison'. + * * @return a new object of class 'SComparison'. * @generated */ SComparison createSComparison(); /** - * Returns a new object of class 'SMatch'. - * + * Returns a new object of class 'SMatch'. * + * * @return a new object of class 'SMatch'. * @generated */ SMatch createSMatch(); /** - * Returns the package supported by this factory. - * + * Returns the package supported by this factory. * + * * @return the package supported by this factory. * @generated */ SimplemergePackage getSimplemergePackage(); -} //SimplemergeFactory +} // SimplemergeFactory diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java index ec05c2f41a..12bc4a7ac5 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java @@ -15,58 +15,58 @@ import org.eclipse.emf.ecore.EReference; /** - * - * The Package for the model. - * It contains accessors for the meta objects to represent + * The Package for the model. It contains + * accessors for the meta objects to represent *
    - *
  • each class,
  • - *
  • each feature of each class,
  • - *
  • each operation of each class,
  • - *
  • each enum,
  • - *
  • and each data type
  • + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • *
* + * * @see org.eclipse.set.model.simplemerge.SimplemergeFactory * @model kind="package" * @generated */ public interface SimplemergePackage extends EPackage { /** - * The package name. - * - * + * The package name. + * * @generated */ String eNAME = "simplemerge"; /** - * The package namespace URI. - * - * + * The package namespace URI. + * * @generated */ String eNS_URI = "tag:scheidt-bachmann-st.de,2018-05-30:planpro/tsm"; /** - * The package namespace name. - * - * + * The package namespace name. + * * @generated */ String eNS_PREFIX = "tsm"; /** - * The singleton instance of the package. - * - * + * The singleton instance of the package. + * * @generated */ - SimplemergePackage eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl.init(); + SimplemergePackage eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl + .init(); /** - * The meta object id for the '{@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl SComparison}' class. - * - * + * The meta object id for the + * '{@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl + * SComparison}' class. + * * @see org.eclipse.set.model.simplemerge.impl.SComparisonImpl * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSComparison() * @generated @@ -74,9 +74,9 @@ public interface SimplemergePackage extends EPackage { int SCOMPARISON = 0; /** - * The feature id for the 'Matches' containment reference list. - * - * + * The feature id for the 'Matches' containment reference + * list. + * * @generated * @ordered */ @@ -84,26 +84,27 @@ public interface SimplemergePackage extends EPackage { /** * The number of structural features of the 'SComparison' class. - * - * + * + * * @generated * @ordered */ int SCOMPARISON_FEATURE_COUNT = 1; /** - * The number of operations of the 'SComparison' class. - * - * + * The number of operations of the 'SComparison' class. + * * @generated * @ordered */ int SCOMPARISON_OPERATION_COUNT = 0; /** - * The meta object id for the '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl SMatch}' class. - * - * + * The meta object id for the + * '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl + * SMatch}' class. + * * @see org.eclipse.set.model.simplemerge.impl.SMatchImpl * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSMatch() * @generated @@ -111,83 +112,84 @@ public interface SimplemergePackage extends EPackage { int SMATCH = 1; /** - * The feature id for the 'Id' attribute. - * - * + * The feature id for the 'Id' attribute. + * * @generated * @ordered */ int SMATCH__ID = 0; /** - * The feature id for the 'Guid Primary' attribute. - * - * + * The feature id for the 'Guid Primary' attribute. + * * @generated * @ordered */ int SMATCH__GUID_PRIMARY = 1; /** - * The feature id for the 'Guid Secondary' attribute. - * - * + * The feature id for the 'Guid Secondary' attribute. + * * @generated * @ordered */ int SMATCH__GUID_SECONDARY = 2; /** - * The feature id for the 'Resolution' attribute. - * - * + * The feature id for the 'Resolution' attribute. + * * @generated * @ordered */ int SMATCH__RESOLUTION = 3; /** - * The feature id for the 'Element Type' attribute. - * - * + * The feature id for the 'Element Type' attribute. + * * @generated * @ordered */ int SMATCH__ELEMENT_TYPE = 4; /** - * The number of structural features of the 'SMatch' class. - * - * + * The number of structural features of the 'SMatch' class. + * * @generated * @ordered */ int SMATCH_FEATURE_COUNT = 5; /** - * The number of operations of the 'SMatch' class. - * - * + * The number of operations of the 'SMatch' class. + * * @generated * @ordered */ int SMATCH_OPERATION_COUNT = 0; /** - * The meta object id for the '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}' enum. - * - * + * The meta object id for the + * '{@link org.eclipse.set.model.simplemerge.Resolution + * Resolution}' enum. + * * @see org.eclipse.set.model.simplemerge.Resolution * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getResolution() * @generated */ int RESOLUTION = 2; - /** - * Returns the meta object for class '{@link org.eclipse.set.model.simplemerge.SComparison SComparison}'. - * - * + * Returns the meta object for class + * '{@link org.eclipse.set.model.simplemerge.SComparison + * SComparison}'. + * * @return the meta object for class 'SComparison'. * @see org.eclipse.set.model.simplemerge.SComparison * @generated @@ -195,10 +197,12 @@ public interface SimplemergePackage extends EPackage { EClass getSComparison(); /** - * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.simplemerge.SComparison#getMatches Matches}'. - * - * - * @return the meta object for the containment reference list 'Matches'. + * Returns the meta object for the containment reference list + * '{@link org.eclipse.set.model.simplemerge.SComparison#getMatches + * Matches}'. + * + * @return the meta object for the containment reference list + * 'Matches'. * @see org.eclipse.set.model.simplemerge.SComparison#getMatches() * @see #getSComparison() * @generated @@ -206,9 +210,10 @@ public interface SimplemergePackage extends EPackage { EReference getSComparison_Matches(); /** - * Returns the meta object for class '{@link org.eclipse.set.model.simplemerge.SMatch SMatch}'. - * - * + * Returns the meta object for class + * '{@link org.eclipse.set.model.simplemerge.SMatch SMatch}'. + * * @return the meta object for class 'SMatch'. * @see org.eclipse.set.model.simplemerge.SMatch * @generated @@ -216,9 +221,10 @@ public interface SimplemergePackage extends EPackage { EClass getSMatch(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}'. - * - * + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}'. + * + * * @return the meta object for the attribute 'Id'. * @see org.eclipse.set.model.simplemerge.SMatch#getId() * @see #getSMatch() @@ -227,9 +233,10 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_Id(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}'. - * - * + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid + * Primary}'. + * * @return the meta object for the attribute 'Guid Primary'. * @see org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary() * @see #getSMatch() @@ -238,9 +245,10 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_GuidPrimary(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}'. - * - * + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary + * Guid Secondary}'. + * * @return the meta object for the attribute 'Guid Secondary'. * @see org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary() * @see #getSMatch() @@ -249,9 +257,10 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_GuidSecondary(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}'. - * - * + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution + * Resolution}'. + * * @return the meta object for the attribute 'Resolution'. * @see org.eclipse.set.model.simplemerge.SMatch#getResolution() * @see #getSMatch() @@ -260,9 +269,10 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_Resolution(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}'. - * - * + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType + * Element Type}'. + * * @return the meta object for the attribute 'Element Type'. * @see org.eclipse.set.model.simplemerge.SMatch#getElementType() * @see #getSMatch() @@ -271,9 +281,10 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_ElementType(); /** - * Returns the meta object for enum '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}'. - * - * + * Returns the meta object for enum + * '{@link org.eclipse.set.model.simplemerge.Resolution + * Resolution}'. + * * @return the meta object for enum 'Resolution'. * @see org.eclipse.set.model.simplemerge.Resolution * @generated @@ -281,32 +292,35 @@ public interface SimplemergePackage extends EPackage { EEnum getResolution(); /** - * Returns the factory that creates the instances of the model. - * - * + * Returns the factory that creates the instances of the model. + * * @return the factory that creates the instances of the model. * @generated */ SimplemergeFactory getSimplemergeFactory(); /** - * - * Defines literals for the meta objects that represent + * Defines literals for the meta objects that + * represent *
    - *
  • each class,
  • - *
  • each feature of each class,
  • - *
  • each operation of each class,
  • - *
  • each enum,
  • - *
  • and each data type
  • + *
  • each class,
  • + *
  • each feature of each class,
  • + *
  • each operation of each class,
  • + *
  • each enum,
  • + *
  • and each data type
  • *
* + * * @generated */ interface Literals { /** - * The meta object literal for the '{@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl SComparison}' class. - * - * + * The meta object literal for the + * '{@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl + * SComparison}' class. + * * @see org.eclipse.set.model.simplemerge.impl.SComparisonImpl * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSComparison() * @generated @@ -314,17 +328,19 @@ interface Literals { EClass SCOMPARISON = eINSTANCE.getSComparison(); /** - * The meta object literal for the 'Matches' containment reference list feature. - * - * + * The meta object literal for the 'Matches' containment + * reference list feature. + * * @generated */ EReference SCOMPARISON__MATCHES = eINSTANCE.getSComparison_Matches(); /** - * The meta object literal for the '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl SMatch}' class. - * - * + * The meta object literal for the + * '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl + * SMatch}' class. + * * @see org.eclipse.set.model.simplemerge.impl.SMatchImpl * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSMatch() * @generated @@ -332,49 +348,51 @@ interface Literals { EClass SMATCH = eINSTANCE.getSMatch(); /** - * The meta object literal for the 'Id' attribute feature. - * - * + * The meta object literal for the 'Id' attribute + * feature. + * * @generated */ EAttribute SMATCH__ID = eINSTANCE.getSMatch_Id(); /** - * The meta object literal for the 'Guid Primary' attribute feature. - * - * + * The meta object literal for the 'Guid Primary' + * attribute feature. + * * @generated */ EAttribute SMATCH__GUID_PRIMARY = eINSTANCE.getSMatch_GuidPrimary(); /** - * The meta object literal for the 'Guid Secondary' attribute feature. - * - * + * The meta object literal for the 'Guid Secondary' + * attribute feature. + * * @generated */ EAttribute SMATCH__GUID_SECONDARY = eINSTANCE.getSMatch_GuidSecondary(); /** - * The meta object literal for the 'Resolution' attribute feature. - * - * + * The meta object literal for the 'Resolution' + * attribute feature. + * * @generated */ EAttribute SMATCH__RESOLUTION = eINSTANCE.getSMatch_Resolution(); /** - * The meta object literal for the 'Element Type' attribute feature. - * - * + * The meta object literal for the 'Element Type' + * attribute feature. + * * @generated */ EAttribute SMATCH__ELEMENT_TYPE = eINSTANCE.getSMatch_ElementType(); /** - * The meta object literal for the '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}' enum. - * - * + * The meta object literal for the + * '{@link org.eclipse.set.model.simplemerge.Resolution + * Resolution}' enum. + * * @see org.eclipse.set.model.simplemerge.Resolution * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getResolution() * @generated @@ -383,4 +401,4 @@ interface Literals { } -} //SimplemergePackage +} // SimplemergePackage diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java index d5fb504462..cda2c2cde8 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java @@ -27,23 +27,24 @@ import org.eclipse.set.model.simplemerge.SimplemergePackage; /** - * - * An implementation of the model object 'SComparison'. - * + * An implementation of the model object + * 'SComparison'. *

* The following features are implemented: *

*
    - *
  • {@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl#getMatches Matches}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl#getMatches + * Matches}
  • *
* * @generated */ -public class SComparisonImpl extends MinimalEObjectImpl.Container implements SComparison { +public class SComparisonImpl extends MinimalEObjectImpl.Container + implements SComparison { /** - * The cached value of the '{@link #getMatches() Matches}' containment reference list. - * - * + * The cached value of the '{@link #getMatches() Matches}' + * containment reference list. + * * @see #getMatches() * @generated * @ordered @@ -51,8 +52,8 @@ public class SComparisonImpl extends MinimalEObjectImpl.Container implements SCo protected EList matches; /** - * - * + * + * * @generated */ protected SComparisonImpl() { @@ -60,8 +61,8 @@ protected SComparisonImpl() { } /** - * - * + * + * * @generated */ @Override @@ -70,35 +71,38 @@ protected EClass eStaticClass() { } /** - * - * + * + * * @generated */ @Override public EList getMatches() { if (matches == null) { - matches = new EObjectContainmentEList(SMatch.class, this, SimplemergePackage.SCOMPARISON__MATCHES); + matches = new EObjectContainmentEList(SMatch.class, this, + SimplemergePackage.SCOMPARISON__MATCHES); } return matches; } /** - * - * + * + * * @generated */ @Override - public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { + public NotificationChain eInverseRemove(InternalEObject otherEnd, + int featureID, NotificationChain msgs) { switch (featureID) { case SimplemergePackage.SCOMPARISON__MATCHES: - return ((InternalEList)getMatches()).basicRemove(otherEnd, msgs); + return ((InternalEList) getMatches()).basicRemove(otherEnd, + msgs); } return super.eInverseRemove(otherEnd, featureID, msgs); } /** - * - * + * + * * @generated */ @Override @@ -111,8 +115,8 @@ public Object eGet(int featureID, boolean resolve, boolean coreType) { } /** - * - * + * + * * @generated */ @SuppressWarnings("unchecked") @@ -121,15 +125,15 @@ public void eSet(int featureID, Object newValue) { switch (featureID) { case SimplemergePackage.SCOMPARISON__MATCHES: getMatches().clear(); - getMatches().addAll((Collection)newValue); + getMatches().addAll((Collection) newValue); return; } super.eSet(featureID, newValue); } /** - * - * + * + * * @generated */ @Override @@ -143,8 +147,8 @@ public void eUnset(int featureID) { } /** - * - * + * + * * @generated */ @Override @@ -156,4 +160,4 @@ public boolean eIsSet(int featureID) { return super.eIsSet(featureID); } -} //SComparisonImpl +} // SComparisonImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java index 44db73c296..74c5e85533 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java @@ -20,27 +20,31 @@ import org.eclipse.set.model.simplemerge.SimplemergePackage; /** - * - * An implementation of the model object 'SMatch'. - * + * An implementation of the model object + * 'SMatch'. *

* The following features are implemented: *

*
    - *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getId Id}
  • - *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidPrimary Guid Primary}
  • - *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidSecondary Guid Secondary}
  • - *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getResolution Resolution}
  • - *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getElementType Element Type}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getId + * Id}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidPrimary + * Guid Primary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidSecondary + * Guid Secondary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getResolution + * Resolution}
  • + *
  • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getElementType + * Element Type}
  • *
* * @generated */ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { /** - * The default value of the '{@link #getId() Id}' attribute. - * - * + * The default value of the '{@link #getId() Id}' attribute. + * * @see #getId() * @generated * @ordered @@ -48,9 +52,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final int ID_EDEFAULT = 0; /** - * The cached value of the '{@link #getId() Id}' attribute. - * - * + * The cached value of the '{@link #getId() Id}' attribute. + * * @see #getId() * @generated * @ordered @@ -58,9 +62,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected int id = ID_EDEFAULT; /** - * The default value of the '{@link #getGuidPrimary() Guid Primary}' attribute. - * - * + * The default value of the '{@link #getGuidPrimary() Guid + * Primary}' attribute. + * * @see #getGuidPrimary() * @generated * @ordered @@ -68,9 +72,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final String GUID_PRIMARY_EDEFAULT = null; /** - * The cached value of the '{@link #getGuidPrimary() Guid Primary}' attribute. - * - * + * The cached value of the '{@link #getGuidPrimary() Guid Primary}' + * attribute. + * * @see #getGuidPrimary() * @generated * @ordered @@ -78,9 +82,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected String guidPrimary = GUID_PRIMARY_EDEFAULT; /** - * The default value of the '{@link #getGuidSecondary() Guid Secondary}' attribute. - * - * + * The default value of the '{@link #getGuidSecondary() Guid + * Secondary}' attribute. + * * @see #getGuidSecondary() * @generated * @ordered @@ -88,9 +92,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final String GUID_SECONDARY_EDEFAULT = null; /** - * The cached value of the '{@link #getGuidSecondary() Guid Secondary}' attribute. - * - * + * The cached value of the '{@link #getGuidSecondary() Guid + * Secondary}' attribute. + * * @see #getGuidSecondary() * @generated * @ordered @@ -98,9 +102,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected String guidSecondary = GUID_SECONDARY_EDEFAULT; /** - * The default value of the '{@link #getResolution() Resolution}' attribute. - * - * + * The default value of the '{@link #getResolution() Resolution}' + * attribute. + * * @see #getResolution() * @generated * @ordered @@ -108,9 +112,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final Resolution RESOLUTION_EDEFAULT = Resolution.PRIMARY_UNRESOLVED; /** - * The cached value of the '{@link #getResolution() Resolution}' attribute. - * - * + * The cached value of the '{@link #getResolution() Resolution}' + * attribute. + * * @see #getResolution() * @generated * @ordered @@ -118,9 +122,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected Resolution resolution = RESOLUTION_EDEFAULT; /** - * The default value of the '{@link #getElementType() Element Type}' attribute. - * - * + * The default value of the '{@link #getElementType() Element + * Type}' attribute. + * * @see #getElementType() * @generated * @ordered @@ -128,9 +132,9 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final String ELEMENT_TYPE_EDEFAULT = null; /** - * The cached value of the '{@link #getElementType() Element Type}' attribute. - * - * + * The cached value of the '{@link #getElementType() Element Type}' + * attribute. + * * @see #getElementType() * @generated * @ordered @@ -138,8 +142,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected String elementType = ELEMENT_TYPE_EDEFAULT; /** - * - * + * + * * @generated */ protected SMatchImpl() { @@ -147,8 +151,8 @@ protected SMatchImpl() { } /** - * - * + * + * * @generated */ @Override @@ -157,8 +161,8 @@ protected EClass eStaticClass() { } /** - * - * + * + * * @generated */ @Override @@ -167,8 +171,8 @@ public int getId() { } /** - * - * + * + * * @generated */ @Override @@ -176,12 +180,13 @@ public void setId(int newId) { int oldId = id; id = newId; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__ID, oldId, id)); + eNotify(new ENotificationImpl(this, Notification.SET, + SimplemergePackage.SMATCH__ID, oldId, id)); } /** - * - * + * + * * @generated */ @Override @@ -190,8 +195,8 @@ public String getGuidPrimary() { } /** - * - * + * + * * @generated */ @Override @@ -199,12 +204,14 @@ public void setGuidPrimary(String newGuidPrimary) { String oldGuidPrimary = guidPrimary; guidPrimary = newGuidPrimary; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__GUID_PRIMARY, oldGuidPrimary, guidPrimary)); + eNotify(new ENotificationImpl(this, Notification.SET, + SimplemergePackage.SMATCH__GUID_PRIMARY, oldGuidPrimary, + guidPrimary)); } /** - * - * + * + * * @generated */ @Override @@ -213,8 +220,8 @@ public String getGuidSecondary() { } /** - * - * + * + * * @generated */ @Override @@ -222,12 +229,14 @@ public void setGuidSecondary(String newGuidSecondary) { String oldGuidSecondary = guidSecondary; guidSecondary = newGuidSecondary; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__GUID_SECONDARY, oldGuidSecondary, guidSecondary)); + eNotify(new ENotificationImpl(this, Notification.SET, + SimplemergePackage.SMATCH__GUID_SECONDARY, oldGuidSecondary, + guidSecondary)); } /** - * - * + * + * * @generated */ @Override @@ -236,21 +245,24 @@ public Resolution getResolution() { } /** - * - * + * + * * @generated */ @Override public void setResolution(Resolution newResolution) { Resolution oldResolution = resolution; - resolution = newResolution == null ? RESOLUTION_EDEFAULT : newResolution; + resolution = newResolution == null ? RESOLUTION_EDEFAULT + : newResolution; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__RESOLUTION, oldResolution, resolution)); + eNotify(new ENotificationImpl(this, Notification.SET, + SimplemergePackage.SMATCH__RESOLUTION, oldResolution, + resolution)); } /** - * - * + * + * * @generated */ @Override @@ -259,8 +271,8 @@ public String getElementType() { } /** - * - * + * + * * @generated */ @Override @@ -268,12 +280,14 @@ public void setElementType(String newElementType) { String oldElementType = elementType; elementType = newElementType; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__ELEMENT_TYPE, oldElementType, elementType)); + eNotify(new ENotificationImpl(this, Notification.SET, + SimplemergePackage.SMATCH__ELEMENT_TYPE, oldElementType, + elementType)); } /** - * - * + * + * * @generated */ @Override @@ -294,35 +308,35 @@ public Object eGet(int featureID, boolean resolve, boolean coreType) { } /** - * - * + * + * * @generated */ @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case SimplemergePackage.SMATCH__ID: - setId((Integer)newValue); + setId((Integer) newValue); return; case SimplemergePackage.SMATCH__GUID_PRIMARY: - setGuidPrimary((String)newValue); + setGuidPrimary((String) newValue); return; case SimplemergePackage.SMATCH__GUID_SECONDARY: - setGuidSecondary((String)newValue); + setGuidSecondary((String) newValue); return; case SimplemergePackage.SMATCH__RESOLUTION: - setResolution((Resolution)newValue); + setResolution((Resolution) newValue); return; case SimplemergePackage.SMATCH__ELEMENT_TYPE: - setElementType((String)newValue); + setElementType((String) newValue); return; } super.eSet(featureID, newValue); } /** - * - * + * + * * @generated */ @Override @@ -348,8 +362,8 @@ public void eUnset(int featureID) { } /** - * - * + * + * * @generated */ @Override @@ -358,25 +372,29 @@ public boolean eIsSet(int featureID) { case SimplemergePackage.SMATCH__ID: return id != ID_EDEFAULT; case SimplemergePackage.SMATCH__GUID_PRIMARY: - return GUID_PRIMARY_EDEFAULT == null ? guidPrimary != null : !GUID_PRIMARY_EDEFAULT.equals(guidPrimary); + return GUID_PRIMARY_EDEFAULT == null ? guidPrimary != null + : !GUID_PRIMARY_EDEFAULT.equals(guidPrimary); case SimplemergePackage.SMATCH__GUID_SECONDARY: - return GUID_SECONDARY_EDEFAULT == null ? guidSecondary != null : !GUID_SECONDARY_EDEFAULT.equals(guidSecondary); + return GUID_SECONDARY_EDEFAULT == null ? guidSecondary != null + : !GUID_SECONDARY_EDEFAULT.equals(guidSecondary); case SimplemergePackage.SMATCH__RESOLUTION: return resolution != RESOLUTION_EDEFAULT; case SimplemergePackage.SMATCH__ELEMENT_TYPE: - return ELEMENT_TYPE_EDEFAULT == null ? elementType != null : !ELEMENT_TYPE_EDEFAULT.equals(elementType); + return ELEMENT_TYPE_EDEFAULT == null ? elementType != null + : !ELEMENT_TYPE_EDEFAULT.equals(elementType); } return super.eIsSet(featureID); } /** - * - * + * + * * @generated */ @Override public String toString() { - if (eIsProxy()) return super.toString(); + if (eIsProxy()) + return super.toString(); StringBuilder result = new StringBuilder(super.toString()); result.append(" (id: "); @@ -393,4 +411,4 @@ public String toString() { return result.toString(); } -} //SMatchImpl +} // SMatchImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java index 16e9fdf513..2a3a12fc37 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java @@ -20,35 +20,36 @@ import org.eclipse.set.model.simplemerge.*; /** - * - * An implementation of the model Factory. - * + * An implementation of the model Factory. + * * @generated */ -public class SimplemergeFactoryImpl extends EFactoryImpl implements SimplemergeFactory { +public class SimplemergeFactoryImpl extends EFactoryImpl + implements SimplemergeFactory { /** - * Creates the default factory implementation. - * - * + * Creates the default factory implementation. + * * @generated */ public static SimplemergeFactory init() { try { - SimplemergeFactory theSimplemergeFactory = (SimplemergeFactory)EPackage.Registry.INSTANCE.getEFactory(SimplemergePackage.eNS_URI); + SimplemergeFactory theSimplemergeFactory = (SimplemergeFactory) EPackage.Registry.INSTANCE + .getEFactory(SimplemergePackage.eNS_URI); if (theSimplemergeFactory != null) { return theSimplemergeFactory; } - } - catch (Exception exception) { + } catch (Exception exception) { EcorePlugin.INSTANCE.log(exception); } return new SimplemergeFactoryImpl(); } /** - * Creates an instance of the factory. - * - * + * Creates an instance of the factory. + * * @generated */ public SimplemergeFactoryImpl() { @@ -56,23 +57,26 @@ public SimplemergeFactoryImpl() { } /** - * - * + * + * * @generated */ @Override public EObject create(EClass eClass) { switch (eClass.getClassifierID()) { - case SimplemergePackage.SCOMPARISON: return createSComparison(); - case SimplemergePackage.SMATCH: return createSMatch(); + case SimplemergePackage.SCOMPARISON: + return createSComparison(); + case SimplemergePackage.SMATCH: + return createSMatch(); default: - throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); + throw new IllegalArgumentException("The class '" + + eClass.getName() + "' is not a valid classifier"); } } /** - * - * + * + * * @generated */ @Override @@ -81,13 +85,14 @@ public Object createFromString(EDataType eDataType, String initialValue) { case SimplemergePackage.RESOLUTION: return createResolutionFromString(eDataType, initialValue); default: - throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); + throw new IllegalArgumentException("The datatype '" + + eDataType.getName() + "' is not a valid classifier"); } } /** - * - * + * + * * @generated */ @Override @@ -96,13 +101,14 @@ public String convertToString(EDataType eDataType, Object instanceValue) { case SimplemergePackage.RESOLUTION: return convertResolutionToString(eDataType, instanceValue); default: - throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); + throw new IllegalArgumentException("The datatype '" + + eDataType.getName() + "' is not a valid classifier"); } } /** - * - * + * + * * @generated */ @Override @@ -112,8 +118,8 @@ public SComparison createSComparison() { } /** - * - * + * + * * @generated */ @Override @@ -123,38 +129,43 @@ public SMatch createSMatch() { } /** - * - * + * + * * @generated */ - public Resolution createResolutionFromString(EDataType eDataType, String initialValue) { + public Resolution createResolutionFromString(EDataType eDataType, + String initialValue) { Resolution result = Resolution.get(initialValue); - if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); + if (result == null) + throw new IllegalArgumentException("The value '" + initialValue + + "' is not a valid enumerator of '" + eDataType.getName() + + "'"); return result; } /** - * - * + * + * * @generated */ - public String convertResolutionToString(EDataType eDataType, Object instanceValue) { + public String convertResolutionToString(EDataType eDataType, + Object instanceValue) { return instanceValue == null ? null : instanceValue.toString(); } /** - * - * + * + * * @generated */ @Override public SimplemergePackage getSimplemergePackage() { - return (SimplemergePackage)getEPackage(); + return (SimplemergePackage) getEPackage(); } /** - * - * + * + * * @deprecated * @generated */ @@ -163,4 +174,4 @@ public static SimplemergePackage getPackage() { return SimplemergePackage.eINSTANCE; } -} //SimplemergeFactoryImpl +} // SimplemergeFactoryImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java index 3a32eeec58..12760e2603 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java @@ -23,43 +23,44 @@ import org.eclipse.set.model.simplemerge.SimplemergePackage; /** - * - * An implementation of the model Package. - * + * An implementation of the model Package. + * * @generated */ -public class SimplemergePackageImpl extends EPackageImpl implements SimplemergePackage { +public class SimplemergePackageImpl extends EPackageImpl + implements SimplemergePackage { /** - * - * + * + * * @generated */ private EClass sComparisonEClass = null; /** - * - * + * + * * @generated */ private EClass sMatchEClass = null; /** - * - * + * + * * @generated */ private EEnum resolutionEEnum = null; /** * Creates an instance of the model Package, registered with - * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package - * package URI value. - *

Note: the correct way to create the package is via the static - * factory method {@link #init init()}, which also performs - * initialization of the package, or returns the registered package, - * if one already exists. - * - * + * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the + * package package URI value. + *

+ * Note: the correct way to create the package is via the static factory + * method {@link #init init()}, which also performs initialization of the + * package, or returns the registered package, if one already exists. + * * @see org.eclipse.emf.ecore.EPackage.Registry * @see org.eclipse.set.model.simplemerge.SimplemergePackage#eNS_URI * @see #init() @@ -70,30 +71,38 @@ private SimplemergePackageImpl() { } /** - * - * + * + * * @generated */ private static boolean isInited = false; /** - * Creates, registers, and initializes the Package for this model, and for any others upon which it depends. + * Creates, registers, and initializes the Package for this model, + * and for any others upon which it depends. * - *

This method is used to initialize {@link SimplemergePackage#eINSTANCE} when that field is accessed. - * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. - * - * + *

+ * This method is used to initialize {@link SimplemergePackage#eINSTANCE} + * when that field is accessed. Clients should not invoke it directly. + * Instead, they should simply access that field to obtain the package. + * * @see #eNS_URI * @see #createPackageContents() * @see #initializePackageContents() * @generated */ public static SimplemergePackage init() { - if (isInited) return (SimplemergePackage)EPackage.Registry.INSTANCE.getEPackage(SimplemergePackage.eNS_URI); + if (isInited) + return (SimplemergePackage) EPackage.Registry.INSTANCE + .getEPackage(SimplemergePackage.eNS_URI); // Obtain or create and register package - Object registeredSimplemergePackage = EPackage.Registry.INSTANCE.get(eNS_URI); - SimplemergePackageImpl theSimplemergePackage = registeredSimplemergePackage instanceof SimplemergePackageImpl ? (SimplemergePackageImpl)registeredSimplemergePackage : new SimplemergePackageImpl(); + Object registeredSimplemergePackage = EPackage.Registry.INSTANCE + .get(eNS_URI); + SimplemergePackageImpl theSimplemergePackage = registeredSimplemergePackage instanceof SimplemergePackageImpl + ? (SimplemergePackageImpl) registeredSimplemergePackage + : new SimplemergePackageImpl(); isInited = true; @@ -107,13 +116,14 @@ public static SimplemergePackage init() { theSimplemergePackage.freeze(); // Update the registry and return the package - EPackage.Registry.INSTANCE.put(SimplemergePackage.eNS_URI, theSimplemergePackage); + EPackage.Registry.INSTANCE.put(SimplemergePackage.eNS_URI, + theSimplemergePackage); return theSimplemergePackage; } /** - * - * + * + * * @generated */ @Override @@ -122,18 +132,18 @@ public EClass getSComparison() { } /** - * - * + * + * * @generated */ @Override public EReference getSComparison_Matches() { - return (EReference)sComparisonEClass.getEStructuralFeatures().get(0); + return (EReference) sComparisonEClass.getEStructuralFeatures().get(0); } /** - * - * + * + * * @generated */ @Override @@ -142,58 +152,58 @@ public EClass getSMatch() { } /** - * - * + * + * * @generated */ @Override public EAttribute getSMatch_Id() { - return (EAttribute)sMatchEClass.getEStructuralFeatures().get(0); + return (EAttribute) sMatchEClass.getEStructuralFeatures().get(0); } /** - * - * + * + * * @generated */ @Override public EAttribute getSMatch_GuidPrimary() { - return (EAttribute)sMatchEClass.getEStructuralFeatures().get(1); + return (EAttribute) sMatchEClass.getEStructuralFeatures().get(1); } /** - * - * + * + * * @generated */ @Override public EAttribute getSMatch_GuidSecondary() { - return (EAttribute)sMatchEClass.getEStructuralFeatures().get(2); + return (EAttribute) sMatchEClass.getEStructuralFeatures().get(2); } /** - * - * + * + * * @generated */ @Override public EAttribute getSMatch_Resolution() { - return (EAttribute)sMatchEClass.getEStructuralFeatures().get(3); + return (EAttribute) sMatchEClass.getEStructuralFeatures().get(3); } /** - * - * + * + * * @generated */ @Override public EAttribute getSMatch_ElementType() { - return (EAttribute)sMatchEClass.getEStructuralFeatures().get(4); + return (EAttribute) sMatchEClass.getEStructuralFeatures().get(4); } /** - * - * + * + * * @generated */ @Override @@ -202,31 +212,32 @@ public EEnum getResolution() { } /** - * - * + * + * * @generated */ @Override public SimplemergeFactory getSimplemergeFactory() { - return (SimplemergeFactory)getEFactoryInstance(); + return (SimplemergeFactory) getEFactoryInstance(); } /** - * - * + * + * * @generated */ private boolean isCreated = false; /** - * Creates the meta-model objects for the package. This method is - * guarded to have no affect on any invocation but its first. - * + * Creates the meta-model objects for the package. This method is guarded to + * have no affect on any invocation but its first. * + * * @generated */ public void createPackageContents() { - if (isCreated) return; + if (isCreated) + return; isCreated = true; // Create classes and their features @@ -245,21 +256,22 @@ public void createPackageContents() { } /** - * - * + * + * * @generated */ private boolean isInitialized = false; /** - * Complete the initialization of the package and its meta-model. This - * method is guarded to have no affect on any invocation but its first. - * - * + * Complete the initialization of the package and its meta-model. This + * method is guarded to have no affect on any invocation but its first. + * * @generated */ public void initializePackageContents() { - if (isInitialized) return; + if (isInitialized) + return; isInitialized = true; // Initialize package @@ -274,15 +286,34 @@ public void initializePackageContents() { // Add supertypes to classes // Initialize classes, features, and operations; add parameters - initEClass(sComparisonEClass, SComparison.class, "SComparison", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEReference(getSComparison_Matches(), this.getSMatch(), null, "matches", null, 0, -1, SComparison.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - - initEClass(sMatchEClass, SMatch.class, "SMatch", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getSMatch_Id(), ecorePackage.getEInt(), "id", null, 1, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_GuidPrimary(), ecorePackage.getEString(), "guidPrimary", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_GuidSecondary(), ecorePackage.getEString(), "guidSecondary", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_Resolution(), this.getResolution(), "resolution", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_ElementType(), ecorePackage.getEString(), "elementType", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEClass(sComparisonEClass, SComparison.class, "SComparison", + !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEReference(getSComparison_Matches(), this.getSMatch(), null, + "matches", null, 0, -1, SComparison.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(sMatchEClass, SMatch.class, "SMatch", !IS_ABSTRACT, + !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getSMatch_Id(), ecorePackage.getEInt(), "id", null, 1, 1, + SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, + !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_GuidPrimary(), ecorePackage.getEString(), + "guidPrimary", null, 0, 1, SMatch.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_GuidSecondary(), ecorePackage.getEString(), + "guidSecondary", null, 0, 1, SMatch.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_Resolution(), this.getResolution(), + "resolution", null, 0, 1, SMatch.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_ElementType(), ecorePackage.getEString(), + "elementType", null, 0, 1, SMatch.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); // Initialize enums and add enum literals initEEnum(resolutionEEnum, Resolution.class, "Resolution"); @@ -296,4 +327,4 @@ public void initializePackageContents() { createResource(eNS_URI); } -} //SimplemergePackageImpl +} // SimplemergePackageImpl diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java index 7e0aad4684..cfed9e8083 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java @@ -18,26 +18,25 @@ import org.eclipse.set.model.simplemerge.*; /** - * - * The Adapter Factory for the model. - * It provides an adapter createXXX method for each class of the model. - * + * The Adapter Factory for the model. It provides + * an adapter createXXX method for each class of the model. + * * @see org.eclipse.set.model.simplemerge.SimplemergePackage * @generated */ public class SimplemergeAdapterFactory extends AdapterFactoryImpl { /** - * The cached model package. - * - * + * The cached model package. + * * @generated */ protected static SimplemergePackage modelPackage; /** - * Creates an instance of the adapter factory. - * - * + * Creates an instance of the adapter factory. + * * @generated */ public SimplemergeAdapterFactory() { @@ -48,9 +47,10 @@ public SimplemergeAdapterFactory() { /** * Returns whether this factory is applicable for the type of the object. - * - * This implementation returns true if the object is either the model's package or is an instance object of the model. - * + * This implementation returns true if + * the object is either the model's package or is an instance object of the + * model. + * * @return whether this factory is applicable for the type of the object. * @generated */ @@ -60,53 +60,56 @@ public boolean isFactoryForType(Object object) { return true; } if (object instanceof EObject) { - return ((EObject)object).eClass().getEPackage() == modelPackage; + return ((EObject) object).eClass().getEPackage() == modelPackage; } return false; } /** - * The switch that delegates to the createXXX methods. - * - * + * The switch that delegates to the createXXX methods. + * * @generated */ - protected SimplemergeSwitch modelSwitch = - new SimplemergeSwitch() { - @Override - public Adapter caseSComparison(SComparison object) { - return createSComparisonAdapter(); - } - @Override - public Adapter caseSMatch(SMatch object) { - return createSMatchAdapter(); - } - @Override - public Adapter defaultCase(EObject object) { - return createEObjectAdapter(); - } - }; + protected SimplemergeSwitch modelSwitch = new SimplemergeSwitch() { + @Override + public Adapter caseSComparison(SComparison object) { + return createSComparisonAdapter(); + } + + @Override + public Adapter caseSMatch(SMatch object) { + return createSMatchAdapter(); + } + + @Override + public Adapter defaultCase(EObject object) { + return createEObjectAdapter(); + } + }; /** - * Creates an adapter for the target. - * + * Creates an adapter for the target. * - * @param target the object to adapt. + * + * @param target + * the object to adapt. * @return the adapter for the target. * @generated */ @Override public Adapter createAdapter(Notifier target) { - return modelSwitch.doSwitch((EObject)target); + return modelSwitch.doSwitch((EObject) target); } - /** - * Creates a new adapter for an object of class '{@link org.eclipse.set.model.simplemerge.SComparison SComparison}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. + * Creates a new adapter for an object of class + * '{@link org.eclipse.set.model.simplemerge.SComparison + * SComparison}'. This default + * implementation returns null so that we can easily ignore cases; it's + * useful to ignore a case when inheritance will catch all the cases anyway. * + * * @return the new adapter. * @see org.eclipse.set.model.simplemerge.SComparison * @generated @@ -116,11 +119,12 @@ public Adapter createSComparisonAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.set.model.simplemerge.SMatch SMatch}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * + * Creates a new adapter for an object of class + * '{@link org.eclipse.set.model.simplemerge.SMatch SMatch}'. This default implementation returns null so that we + * can easily ignore cases; it's useful to ignore a case when inheritance + * will catch all the cases anyway. + * * @return the new adapter. * @see org.eclipse.set.model.simplemerge.SMatch * @generated @@ -130,10 +134,9 @@ public Adapter createSMatchAdapter() { } /** - * Creates a new adapter for the default case. - * - * This default implementation returns null. - * + * Creates a new adapter for the default case. This + * default implementation returns null. + * * @return the new adapter. * @generated */ @@ -141,4 +144,4 @@ public Adapter createEObjectAdapter() { return null; } -} //SimplemergeAdapterFactory +} // SimplemergeAdapterFactory diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java index b731173fb2..cabfc5d8fd 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java @@ -16,31 +16,28 @@ import org.eclipse.set.model.simplemerge.*; /** - * - * The Switch for the model's inheritance hierarchy. - * It supports the call {@link #doSwitch(EObject) doSwitch(object)} + * The Switch for the model's inheritance + * hierarchy. It supports the call {@link #doSwitch(EObject) doSwitch(object)} * to invoke the caseXXX method for each class of the model, - * starting with the actual class of the object - * and proceeding up the inheritance hierarchy - * until a non-null result is returned, - * which is the result of the switch. - * + * starting with the actual class of the object and proceeding up the + * inheritance hierarchy until a non-null result is returned, which is the + * result of the switch. + * * @see org.eclipse.set.model.simplemerge.SimplemergePackage * @generated */ public class SimplemergeSwitch extends Switch { /** - * The cached model package - * - * + * The cached model package + * * @generated */ protected static SimplemergePackage modelPackage; /** - * Creates an instance of the switch. - * - * + * Creates an instance of the switch. + * * @generated */ public SimplemergeSwitch() { @@ -50,10 +47,11 @@ public SimplemergeSwitch() { } /** - * Checks whether this is a switch for the given package. - * - * - * @param ePackage the package in question. + * Checks whether this is a switch for the given package. + * + * @param ePackage + * the package in question. * @return whether this is a switch for the given package. * @generated */ @@ -63,39 +61,46 @@ protected boolean isSwitchFor(EPackage ePackage) { } /** - * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. - * - * - * @return the first non-null result returned by a caseXXX call. + * Calls caseXXX for each class of the model until one returns + * a non null result; it yields that result. + * + * @return the first non-null result returned by a caseXXX + * call. * @generated */ @Override protected T doSwitch(int classifierID, EObject theEObject) { switch (classifierID) { case SimplemergePackage.SCOMPARISON: { - SComparison sComparison = (SComparison)theEObject; + SComparison sComparison = (SComparison) theEObject; T result = caseSComparison(sComparison); - if (result == null) result = defaultCase(theEObject); + if (result == null) + result = defaultCase(theEObject); return result; } case SimplemergePackage.SMATCH: { - SMatch sMatch = (SMatch)theEObject; + SMatch sMatch = (SMatch) theEObject; T result = caseSMatch(sMatch); - if (result == null) result = defaultCase(theEObject); + if (result == null) + result = defaultCase(theEObject); return result; } - default: return defaultCase(theEObject); + default: + return defaultCase(theEObject); } } /** - * Returns the result of interpreting the object as an instance of 'SComparison'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'SComparison'. + * Returns the result of interpreting the object as an instance of + * 'SComparison'. This implementation + * returns null; returning a non-null result will terminate the switch. + * + * @param object + * the target of the switch. + * @return the result of interpreting the object as an instance of + * 'SComparison'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated */ @@ -104,13 +109,15 @@ public T caseSComparison(SComparison object) { } /** - * Returns the result of interpreting the object as an instance of 'SMatch'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'SMatch'. + * Returns the result of interpreting the object as an instance of + * 'SMatch'. This implementation returns + * null; returning a non-null result will terminate the switch. + * + * @param object + * the target of the switch. + * @return the result of interpreting the object as an instance of + * 'SMatch'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated */ @@ -119,13 +126,15 @@ public T caseSMatch(SMatch object) { } /** - * Returns the result of interpreting the object as an instance of 'EObject'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch, but this is the last case anyway. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'EObject'. + * Returns the result of interpreting the object as an instance of + * 'EObject'. This implementation returns + * null; returning a non-null result will terminate the switch, but this is + * the last case anyway. + * + * @param object + * the target of the switch. + * @return the result of interpreting the object as an instance of + * 'EObject'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) * @generated */ @@ -134,4 +143,4 @@ public T defaultCase(EObject object) { return null; } -} //SimplemergeSwitch +} // SimplemergeSwitch From ab56ad1836edc0977f745f5c3a8a4de07d199ba6 Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Tue, 17 Mar 2026 15:30:38 +0100 Subject: [PATCH 11/13] fix format --- .../TemporaryintegrationAdapterFactory.java | 56 +++++++++---------- ...mporaryintegrationResourceFactoryImpl.java | 13 ++--- .../TemporaryintegrationResourceImpl.java | 10 ++-- .../set/utils/ToolboxConfiguration.java | 2 +- 4 files changed, 36 insertions(+), 45 deletions(-) diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java index c69e992893..c39191088e 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java @@ -20,14 +20,13 @@ * The Adapter Factory for the model. It provides * an adapter createXXX method for each class of the model. - * * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage * @generated */ public class TemporaryintegrationAdapterFactory extends AdapterFactoryImpl { /** - * The cached model package. - * + * The cached model package. + * * @generated */ protected static TemporaryintegrationPackage modelPackage; @@ -38,22 +37,21 @@ public class TemporaryintegrationAdapterFactory extends AdapterFactoryImpl { * * @generated */ - protected TemporaryintegrationSwitch modelSwitch = new TemporaryintegrationSwitch<>() { - @Override - public Adapter caseTemporaryIntegration(final TemporaryIntegration object) { - return createTemporaryIntegrationAdapter(); - } - - @Override - public Adapter defaultCase(final EObject object) { - return createEObjectAdapter(); - } - }; + protected TemporaryintegrationSwitch modelSwitch = new TemporaryintegrationSwitch() { + @Override + public Adapter caseTemporaryIntegration(TemporaryIntegration object) { + return createTemporaryIntegrationAdapter(); + } + @Override + public Adapter defaultCase(EObject object) { + return createEObjectAdapter(); + } + }; /** - * Creates an instance of the adapter factory. - * * @generated */ public TemporaryintegrationAdapterFactory() { @@ -63,23 +61,22 @@ public TemporaryintegrationAdapterFactory() { } /** - * Creates an adapter for the target. + * Creates an adapter for the target. + * * - * - * @param target - * the object to adapt. + * @param target the object to adapt. * @return the adapter for the target. * @generated */ @Override - public Adapter createAdapter(final Notifier target) { - return modelSwitch.doSwitch((EObject) target); + public Adapter createAdapter(Notifier target) { + return modelSwitch.doSwitch((EObject)target); } /** - * Creates a new adapter for the default case. This + * Creates a new adapter for the default case. + * This * default implementation returns null. - * * @return the new adapter. * @generated */ @@ -88,13 +85,11 @@ public Adapter createEObjectAdapter() { } /** - * Creates a new adapter for an object of class - * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration - * Temporary Integration}'. This default + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration Temporary Integration}'. + * This default * implementation returns null so that we can easily ignore cases; it's * useful to ignore a case when inheritance will catch all the cases anyway. * - * * @return the new adapter. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration * @generated @@ -108,17 +103,16 @@ public Adapter createTemporaryIntegrationAdapter() { * This implementation returns true if * the object is either the model's package or is an instance object of the * model. - * * @return whether this factory is applicable for the type of the object. * @generated */ @Override - public boolean isFactoryForType(final Object object) { + public boolean isFactoryForType(Object object) { if (object == modelPackage) { return true; } if (object instanceof EObject) { - return ((EObject) object).eClass().getEPackage() == modelPackage; + return ((EObject)object).eClass().getEPackage() == modelPackage; } return false; } diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java index 0074eefa0c..5e40333e39 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java @@ -16,16 +16,15 @@ /** * The Resource Factory associated with the * package. - * * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl * @generated */ public class TemporaryintegrationResourceFactoryImpl extends ResourceFactoryImpl { /** - * Creates an instance of the resource factory. - * * @generated */ public TemporaryintegrationResourceFactoryImpl() { @@ -33,14 +32,14 @@ public TemporaryintegrationResourceFactoryImpl() { } /** - * Creates an instance of the resource. - * * @generated */ @Override - public Resource createResource(final URI uri) { - final Resource result = new TemporaryintegrationResourceImpl(uri); + public Resource createResource(URI uri) { + Resource result = new TemporaryintegrationResourceImpl(uri); return result; } diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java index bbfec449a0..e438db1ebf 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java @@ -15,20 +15,18 @@ /** * The Resource associated with the package. * - * * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceFactoryImpl * @generated */ public class TemporaryintegrationResourceImpl extends XMLResourceImpl { /** - * Creates an instance of the resource. - * - * @param uri - * the URI of the new resource. + * @param uri the URI of the new resource. * @generated */ - public TemporaryintegrationResourceImpl(final URI uri) { + public TemporaryintegrationResourceImpl(URI uri) { super(uri); } diff --git a/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java b/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java index c5f93f5983..83e6d6d52a 100644 --- a/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java +++ b/java/bundles/org.eclipse.set.utils/src/org/eclipse/set/utils/ToolboxConfiguration.java @@ -134,7 +134,7 @@ public static String getShortName() { */ public static boolean isDevelopmentMode() { return Boolean.parseBoolean(System.getProperty( - ToolboxProperties.DEVELOPMENT_MODE, Boolean.FALSE.toString())); + ToolboxProperties.DEVELOPMENT_MODE, Boolean.TRUE.toString())); } /** From 5b801b8e5de40368025a3be06ca1be772f6c1d7e Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Tue, 17 Mar 2026 16:47:40 +0100 Subject: [PATCH 12/13] Active formate by generate ecore model --- .../META-INF/MANIFEST.MF | 4 +- .../plugin.properties | 2 +- .../provider/SComparisonItemProvider.java | 42 +- .../provider/SMatchItemProvider.java | 141 ++-- .../provider/SimplemergeEditPlugin.java | 20 +- ...SimplemergeItemProviderAdapterFactory.java | 53 +- .../META-INF/MANIFEST.MF | 4 +- .../model/simplemerge.genmodel | 5 +- .../set/model/simplemerge/Resolution.java | 101 ++- .../set/model/simplemerge/SComparison.java | 10 +- .../eclipse/set/model/simplemerge/SMatch.java | 66 +- .../model/simplemerge/SimplemergeFactory.java | 20 +- .../model/simplemerge/SimplemergePackage.java | 124 ++- .../simplemerge/impl/SComparisonImpl.java | 24 +- .../model/simplemerge/impl/SMatchImpl.java | 116 +-- .../impl/SimplemergeFactoryImpl.java | 46 +- .../impl/SimplemergePackageImpl.java | 94 +-- .../util/SimplemergeAdapterFactory.java | 59 +- .../simplemerge/util/SimplemergeSwitch.java | 63 +- .../TemporaryIntegrationEditPlugin.java | 53 +- .../TemporaryIntegrationItemProvider.java | 399 +++++----- ...integrationItemProviderAdapterFactory.java | 121 +-- .../model/TemporaryIntegration.genmodel | 6 +- .../TemporaryIntegration.java | 292 ++++--- .../TemporaryintegrationFactory.java | 28 +- .../TemporaryintegrationPackage.java | 445 ++++++----- .../impl/TemporaryIntegrationImpl.java | 714 +++++++++++------- .../impl/TemporaryintegrationFactoryImpl.java | 53 +- .../impl/TemporaryintegrationPackageImpl.java | 329 +++++--- .../TemporaryintegrationAdapterFactory.java | 50 +- ...mporaryintegrationResourceFactoryImpl.java | 9 +- .../TemporaryintegrationResourceImpl.java | 8 +- .../util/TemporaryintegrationSwitch.java | 86 ++- .../TemporaryintegrationXMLProcessor.java | 23 +- 34 files changed, 1930 insertions(+), 1680 deletions(-) diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF index e8f02737a0..67842d2092 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/META-INF/MANIFEST.MF @@ -6,9 +6,9 @@ Automatic-Module-Name: org.eclipse.set.model.simplemerge.edit Bundle-Version: 2.6.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.set.model.simplemerge.provider.SimplemergeEditPlugin$Implementation -Bundle-Vendor: Eclipse Signalling Engineering Toolbox +Bundle-Vendor: %providerName Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-21 +Bundle-RequiredExecutionEnvironment: JavaSE-17 Export-Package: org.eclipse.set.model.simplemerge.provider, org.eclipse.set.model.simplemerge.provider Require-Bundle: org.eclipse.core.runtime, diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties b/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties index a94e517cde..86a2dcccf0 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/plugin.properties @@ -31,4 +31,4 @@ _UI_Resolution_SECONDARY_AUTO_literal = SECONDARY_AUTO _UI_Resolution_SECONDARY_MANUAL_literal = SECONDARY_MANUAL _UI_SMatch_elementType_feature = Element Type providerName = Eclipse Technology Project - \ No newline at end of file + diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java index 204838754f..8d3704abba 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SComparisonItemProvider.java @@ -67,13 +67,10 @@ public List getPropertyDescriptors(Object object) { } /** - * This specifies how to implement {@link #getChildren} and is used to - * deduce an appropriate feature for an - * {@link org.eclipse.emf.edit.command.AddCommand}, - * {@link org.eclipse.emf.edit.command.RemoveCommand} or - * {@link org.eclipse.emf.edit.command.MoveCommand} in - * {@link #createCommand}. - * + * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. + * * @generated */ @Override @@ -81,21 +78,18 @@ public Collection getChildrenFeatures( Object object) { if (childrenFeatures == null) { super.getChildrenFeatures(object); - childrenFeatures - .add(SimplemergePackage.Literals.SCOMPARISON__MATCHES); + childrenFeatures.add(SimplemergePackage.Literals.SCOMPARISON__MATCHES); } return childrenFeatures; } /** * - * * @generated */ @Override protected EStructuralFeature getChildFeature(Object object, Object child) { - // Check the type of the specified child object and return the proper - // feature to use for + // Check the type of the specified child object and return the proper feature to use for // adding (see {@link AddCommand}) it as a child. return super.getChildFeature(object, child); @@ -109,14 +103,13 @@ protected EStructuralFeature getChildFeature(Object object, Object child) { */ @Override public Object getImage(Object object) { - return overlayImage(object, - getResourceLocator().getImage("full/obj16/SComparison")); + return overlayImage(object, getResourceLocator().getImage("full/obj16/SComparison")); } /** - * This returns the label text for the adapted class. - * * @generated */ @Override @@ -125,11 +118,10 @@ public String getText(Object object) { } /** - * This handles model notifications by calling {@link #updateChildren} to - * update any cached children and by creating a viewer notification, which - * it passes to {@link #fireNotifyChanged}. - * * @generated */ @Override @@ -138,8 +130,7 @@ public void notifyChanged(Notification notification) { switch (notification.getFeatureID(SComparison.class)) { case SimplemergePackage.SCOMPARISON__MATCHES: - fireNotifyChanged(new ViewerNotification(notification, - notification.getNotifier(), true, false)); + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); @@ -157,9 +148,10 @@ protected void collectNewChildDescriptors( Collection newChildDescriptors, Object object) { super.collectNewChildDescriptors(newChildDescriptors, object); - newChildDescriptors.add(createChildParameter( - SimplemergePackage.Literals.SCOMPARISON__MATCHES, - SimplemergeFactory.eINSTANCE.createSMatch())); + newChildDescriptors.add + (createChildParameter + (SimplemergePackage.Literals.SCOMPARISON__MATCHES, + SimplemergeFactory.eINSTANCE.createSMatch())); } /** diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java index 102de36e1f..93c6558121 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SMatchItemProvider.java @@ -31,10 +31,9 @@ import org.eclipse.set.model.simplemerge.SimplemergePackage; /** - * This is the item provider adapter for a - * {@link org.eclipse.set.model.simplemerge.SMatch} object. - * * @generated */ public class SMatchItemProvider extends ItemProviderAdapter @@ -71,20 +70,25 @@ public List getPropertyDescriptors(Object object) { } /** - * This adds a property descriptor for the Id feature. - * * @generated */ protected void addIdPropertyDescriptor(Object object) { - itemPropertyDescriptors.add(createItemPropertyDescriptor( - ((ComposeableAdapterFactory) adapterFactory) - .getRootAdapterFactory(), - getResourceLocator(), getString("_UI_SMatch_id_feature"), - getString("_UI_PropertyDescriptor_description", - "_UI_SMatch_id_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__ID, true, false, false, - ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null)); + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_id_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_id_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__ID, + true, + false, + false, + ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, + null, + null)); } /** @@ -94,15 +98,19 @@ protected void addIdPropertyDescriptor(Object object) { * @generated */ protected void addGuidPrimaryPropertyDescriptor(Object object) { - itemPropertyDescriptors.add(createItemPropertyDescriptor( - ((ComposeableAdapterFactory) adapterFactory) - .getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_guidPrimary_feature"), - getString("_UI_PropertyDescriptor_description", - "_UI_SMatch_guidPrimary_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__GUID_PRIMARY, true, false, - false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_guidPrimary_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_guidPrimary_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__GUID_PRIMARY, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); } /** @@ -112,15 +120,19 @@ protected void addGuidPrimaryPropertyDescriptor(Object object) { * @generated */ protected void addGuidSecondaryPropertyDescriptor(Object object) { - itemPropertyDescriptors.add(createItemPropertyDescriptor( - ((ComposeableAdapterFactory) adapterFactory) - .getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_guidSecondary_feature"), - getString("_UI_PropertyDescriptor_description", - "_UI_SMatch_guidSecondary_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__GUID_SECONDARY, true, false, - false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_guidSecondary_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_guidSecondary_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__GUID_SECONDARY, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); } /** @@ -130,15 +142,19 @@ protected void addGuidSecondaryPropertyDescriptor(Object object) { * @generated */ protected void addResolutionPropertyDescriptor(Object object) { - itemPropertyDescriptors.add(createItemPropertyDescriptor( - ((ComposeableAdapterFactory) adapterFactory) - .getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_resolution_feature"), - getString("_UI_PropertyDescriptor_description", - "_UI_SMatch_resolution_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__RESOLUTION, true, false, - false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_resolution_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_resolution_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__RESOLUTION, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); } /** @@ -148,46 +164,48 @@ protected void addResolutionPropertyDescriptor(Object object) { * @generated */ protected void addElementTypePropertyDescriptor(Object object) { - itemPropertyDescriptors.add(createItemPropertyDescriptor( - ((ComposeableAdapterFactory) adapterFactory) - .getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_SMatch_elementType_feature"), - getString("_UI_PropertyDescriptor_description", - "_UI_SMatch_elementType_feature", "_UI_SMatch_type"), - SimplemergePackage.Literals.SMATCH__ELEMENT_TYPE, true, false, - false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); + itemPropertyDescriptors.add + (createItemPropertyDescriptor + (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), + getResourceLocator(), + getString("_UI_SMatch_elementType_feature"), + getString("_UI_PropertyDescriptor_description", "_UI_SMatch_elementType_feature", "_UI_SMatch_type"), + SimplemergePackage.Literals.SMATCH__ELEMENT_TYPE, + true, + false, + false, + ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, + null)); } /** - * This returns SMatch.gif. - * + * This returns SMatch.gif. + * * @generated */ @Override public Object getImage(Object object) { - return overlayImage(object, - getResourceLocator().getImage("full/obj16/SMatch")); + return overlayImage(object, getResourceLocator().getImage("full/obj16/SMatch")); } /** - * This returns the label text for the adapted class. - * * @generated */ @Override public String getText(Object object) { - SMatch sMatch = (SMatch) object; + SMatch sMatch = (SMatch)object; return getString("_UI_SMatch_type") + " " + sMatch.getId(); } /** - * This handles model notifications by calling {@link #updateChildren} to - * update any cached children and by creating a viewer notification, which - * it passes to {@link #fireNotifyChanged}. - * * @generated */ @Override @@ -200,8 +218,7 @@ public void notifyChanged(Notification notification) { case SimplemergePackage.SMATCH__GUID_SECONDARY: case SimplemergePackage.SMATCH__RESOLUTION: case SimplemergePackage.SMATCH__ELEMENT_TYPE: - fireNotifyChanged(new ViewerNotification(notification, - notification.getNotifier(), false, true)); + fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); return; } super.notifyChanged(notification); diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java index bb884171d4..5d4cc8fcbd 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeEditPlugin.java @@ -36,18 +36,20 @@ public final class SimplemergeEditPlugin extends EMFPlugin { private static Implementation plugin; /** - * Create the instance. - * + * Create the instance. + * * @generated */ public SimplemergeEditPlugin() { - super(new ResourceLocator[] {}); + super + (new ResourceLocator [] { + }); } /** - * Returns the singleton instance of the Eclipse plugin. - * * @return the singleton instance. * @generated */ @@ -57,9 +59,9 @@ public ResourceLocator getPluginResourceLocator() { } /** - * Returns the singleton instance of the Eclipse plugin. - * * @return the singleton instance. * @generated */ @@ -75,8 +77,8 @@ public static Implementation getPlugin() { */ public static class Implementation extends EclipsePlugin { /** - * Creates an instance. - * + * Creates an instance. + * * @generated */ public Implementation() { diff --git a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java index 803bee6f51..1e7fab0b63 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.simplemerge.edit/src/org/eclipse/set/model/simplemerge/provider/SimplemergeItemProviderAdapterFactory.java @@ -30,22 +30,20 @@ import org.eclipse.set.model.simplemerge.util.SimplemergeAdapterFactory; /** - * This is the factory that is used to provide the interfaces needed to support - * Viewers. The adapters generated by this factory convert EMF adapter - * notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. The - * adapters also support Eclipse property sheets. Note that most of the adapters - * are shared among multiple instances. - * * @generated */ public class SimplemergeItemProviderAdapterFactory extends SimplemergeAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { /** - * This keeps track of the root adapter factory that delegates to this - * adapter factory. - * + * This keeps track of the root adapter factory that delegates to this adapter factory. + * * @generated */ protected ComposedAdapterFactory parentAdapterFactory; @@ -60,10 +58,9 @@ public class SimplemergeItemProviderAdapterFactory protected IChangeNotifier changeNotifier = new ChangeNotifier(); /** - * This keeps track of all the supported types checked by - * {@link #isFactoryForType isFactoryForType}. - * * @generated */ protected Collection supportedTypes = new ArrayList(); @@ -117,10 +114,9 @@ public Adapter createSComparisonAdapter() { protected SMatchItemProvider sMatchItemProvider; /** - * This creates an adapter for a - * {@link org.eclipse.set.model.simplemerge.SMatch}. + * This creates an adapter for a {@link org.eclipse.set.model.simplemerge.SMatch}. + * * - * * @generated */ @Override @@ -140,8 +136,7 @@ public Adapter createSMatchAdapter() { */ @Override public ComposeableAdapterFactory getRootAdapterFactory() { - return parentAdapterFactory == null ? this - : parentAdapterFactory.getRootAdapterFactory(); + return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory(); } /** @@ -158,7 +153,6 @@ public void setParentAdapterFactory( /** * - * * @generated */ @Override @@ -167,9 +161,8 @@ public boolean isFactoryForType(Object type) { } /** - * This implementation substitutes the factory itself as the key for the - * adapter. - * + * This implementation substitutes the factory itself as the key for the adapter. + * * @generated */ @Override @@ -179,15 +172,13 @@ public Adapter adapt(Notifier notifier, Object type) { /** * - * * @generated */ @Override public Object adapt(Object object, Object type) { if (isFactoryForType(type)) { Object adapter = super.adapt(object, type); - if (!(type instanceof Class) - || (((Class) type).isInstance(adapter))) { + if (!(type instanceof Class) || (((Class)type).isInstance(adapter))) { return adapter; } } @@ -196,8 +187,8 @@ public Object adapt(Object object, Object type) { } /** - * This adds a listener. - * + * This adds a listener. + * * @generated */ @Override @@ -206,8 +197,8 @@ public void addListener(INotifyChangedListener notifyChangedListener) { } /** - * This removes a listener. - * + * This removes a listener. + * * @generated */ @Override @@ -239,10 +230,8 @@ public void fireNotifyChanged(Notification notification) { */ @Override public void dispose() { - if (sComparisonItemProvider != null) - sComparisonItemProvider.dispose(); - if (sMatchItemProvider != null) - sMatchItemProvider.dispose(); + if (sComparisonItemProvider != null) sComparisonItemProvider.dispose(); + if (sMatchItemProvider != null) sMatchItemProvider.dispose(); } } diff --git a/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF b/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF index e586bbfd2c..98f50f6549 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF +++ b/java/bundles/org.eclipse.set.model.simplemerge/META-INF/MANIFEST.MF @@ -5,12 +5,12 @@ Bundle-SymbolicName: org.eclipse.set.model.simplemerge;singleton:=true Automatic-Module-Name: org.eclipse.set.model.simplemerge Bundle-Version: 2.6.0.qualifier Bundle-ClassPath: . -Bundle-RequiredExecutionEnvironment: JavaSE-21 +Bundle-RequiredExecutionEnvironment: JavaSE-17 Export-Package: org.eclipse.set.model.simplemerge, org.eclipse.set.model.simplemerge.impl, org.eclipse.set.model.simplemerge.util Require-Bundle: org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport Bundle-ActivationPolicy: lazy -Bundle-Vendor: Eclipse Signalling Engineering Toolbox +Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel index 68d0a8a856..36ea32f88d 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel +++ b/java/bundles/org.eclipse.set.model.simplemerge/model/simplemerge.genmodel @@ -3,8 +3,9 @@ xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) {Jahr} DB Netz AG and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html" modelDirectory="/org.eclipse.set.model.simplemerge/src" modelPluginID="org.eclipse.set.model.simplemerge" modelName="Simplemerge" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" - importerID="org.eclipse.emf.importer.ecore" complianceLevel="17.0" copyrightFields="false" - operationReflection="true" importOrganizing="true"> + testsDirectory="" editorDirectory="" + codeFormatting="true" commentFormatting="true" importerID="org.eclipse.emf.importer.ecore" + complianceLevel="21.0" copyrightFields="false" operationReflection="true" importOrganizing="true"> simplemerge.ecore diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java index a07e1075be..85e75383d2 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/Resolution.java @@ -18,7 +18,6 @@ * A representation of the literals of the enumeration * 'Resolution', and utility methods for working with them. - * * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getResolution() * @model * @generated @@ -35,9 +34,9 @@ public enum Resolution implements Enumerator { PRIMARY_UNRESOLVED(0, "PRIMARY_UNRESOLVED", "PRIMARY_UNRESOLVED"), /** - * The 'PRIMARY AUTO' literal object. - * * @see #PRIMARY_AUTO_VALUE * @generated * @ordered @@ -45,9 +44,9 @@ public enum Resolution implements Enumerator { PRIMARY_AUTO(1, "PRIMARY_AUTO", "PRIMARY_AUTO"), /** - * The 'PRIMARY MANUAL' literal object. - * * @see #PRIMARY_MANUAL_VALUE * @generated * @ordered @@ -55,9 +54,9 @@ public enum Resolution implements Enumerator { PRIMARY_MANUAL(2, "PRIMARY_MANUAL", "PRIMARY_MANUAL"), /** - * The 'SECONDARY AUTO' literal object. - * * @see #SECONDARY_AUTO_VALUE * @generated * @ordered @@ -91,13 +90,13 @@ public enum Resolution implements Enumerator { public static final int PRIMARY_UNRESOLVED_VALUE = 0; /** - * The 'PRIMARY AUTO' literal value. + * The 'PRIMARY AUTO' literal value. + * *

* If the meaning of 'PRIMARY AUTO' literal object isn't * clear, there really should be more of a description here... *

* - * * @see #PRIMARY_AUTO * @model * @generated @@ -106,14 +105,14 @@ public enum Resolution implements Enumerator { public static final int PRIMARY_AUTO_VALUE = 1; /** - * The 'PRIMARY MANUAL' literal value. *

* If the meaning of 'PRIMARY MANUAL' literal object isn't * clear, there really should be more of a description here... *

* - * * @see #PRIMARY_MANUAL * @model * @generated @@ -122,14 +121,14 @@ public enum Resolution implements Enumerator { public static final int PRIMARY_MANUAL_VALUE = 2; /** - * The 'SECONDARY AUTO' literal value. *

* If the meaning of 'SECONDARY AUTO' literal object isn't * clear, there really should be more of a description here... *

* - * * @see #SECONDARY_AUTO * @model * @generated @@ -138,14 +137,14 @@ public enum Resolution implements Enumerator { public static final int SECONDARY_AUTO_VALUE = 3; /** - * The 'SECONDARY MANUAL' literal value. *

* If the meaning of 'SECONDARY MANUAL' literal object isn't * clear, there really should be more of a description here... *

* - * * @see #SECONDARY_MANUAL * @model * @generated @@ -160,24 +159,24 @@ public enum Resolution implements Enumerator { * @generated */ private static final Resolution[] VALUES_ARRAY = new Resolution[] { - PRIMARY_UNRESOLVED, PRIMARY_AUTO, PRIMARY_MANUAL, SECONDARY_AUTO, - SECONDARY_MANUAL, }; + PRIMARY_UNRESOLVED, + PRIMARY_AUTO, + PRIMARY_MANUAL, + SECONDARY_AUTO, + SECONDARY_MANUAL, + }; /** - * A public read-only list of all the 'Resolution' - * enumerators. - * + * A public read-only list of all the 'Resolution' enumerators. + * * @generated */ - public static final List VALUES = Collections - .unmodifiableList(Arrays.asList(VALUES_ARRAY)); + public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY)); /** - * Returns the 'Resolution' literal with the specified - * literal value. - * - * @param literal - * the literal. + * Returns the 'Resolution' literal with the specified literal value. + * + * @param literal the literal. * @return the matching enumerator or null. * @generated */ @@ -194,9 +193,7 @@ public static Resolution get(String literal) { /** * Returns the 'Resolution' literal with the specified name. * - * - * @param name - * the name. + * @param name the name. * @return the matching enumerator or null. * @generated */ @@ -211,55 +208,45 @@ public static Resolution getByName(String name) { } /** - * Returns the 'Resolution' literal with the specified - * integer value. - * - * @param value - * the integer value. + * Returns the 'Resolution' literal with the specified integer value. + * + * @param value the integer value. * @return the matching enumerator or null. * @generated */ public static Resolution get(int value) { switch (value) { - case PRIMARY_UNRESOLVED_VALUE: - return PRIMARY_UNRESOLVED; - case PRIMARY_AUTO_VALUE: - return PRIMARY_AUTO; - case PRIMARY_MANUAL_VALUE: - return PRIMARY_MANUAL; - case SECONDARY_AUTO_VALUE: - return SECONDARY_AUTO; - case SECONDARY_MANUAL_VALUE: - return SECONDARY_MANUAL; + case PRIMARY_UNRESOLVED_VALUE: return PRIMARY_UNRESOLVED; + case PRIMARY_AUTO_VALUE: return PRIMARY_AUTO; + case PRIMARY_MANUAL_VALUE: return PRIMARY_MANUAL; + case SECONDARY_AUTO_VALUE: return SECONDARY_AUTO; + case SECONDARY_MANUAL_VALUE: return SECONDARY_MANUAL; } return null; } /** * - * * @generated */ private final int value; /** * - * * @generated */ private final String name; /** * - * * @generated */ private final String literal; /** - * Only this class can construct instances. - * * @generated */ private Resolution(int value, String name, String literal) { @@ -270,38 +257,34 @@ private Resolution(int value, String name, String literal) { /** * - * * @generated */ @Override public int getValue() { - return value; + return value; } /** * - * * @generated */ @Override public String getName() { - return name; + return name; } /** * - * * @generated */ @Override public String getLiteral() { - return literal; + return literal; } /** - * Returns the literal value of the enumerator, which is its string - * representation. - * + * Returns the literal value of the enumerator, which is its string representation. + * * @generated */ @Override diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java index 964c23644d..38d69c9748 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SComparison.java @@ -20,8 +20,7 @@ * The following features are supported: *

*
    - *
  • {@link org.eclipse.set.model.simplemerge.SComparison#getMatches - * Matches}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SComparison#getMatches Matches}
  • *
* * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSComparison() @@ -30,15 +29,14 @@ */ public interface SComparison extends EObject { /** - * Returns the value of the 'Matches' containment reference - * list. The list contents are of type - * {@link org.eclipse.set.model.simplemerge.SMatch}. + * Returns the value of the 'Matches' containment reference list. + * The list contents are of type {@link org.eclipse.set.model.simplemerge.SMatch}. + * *

* If the meaning of the 'Matches' containment reference list isn't * clear, there really should be more of a description here... *

* - * * @return the value of the 'Matches' containment reference list. * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSComparison_Matches() * @model containment="true" diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java index 23e284395c..a22c4eccb9 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SMatch.java @@ -18,15 +18,11 @@ * The following features are supported: *

*
    - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getId Id}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid - * Primary}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid - * Secondary}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getResolution - * Resolution}
  • - *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getElementType - * Element Type}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getId Id}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}
  • + *
  • {@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}
  • *
* * @see org.eclipse.set.model.simplemerge.SimplemergePackage#getSMatch() @@ -52,12 +48,9 @@ public interface SMatch extends EObject { int getId(); /** - * Sets the value of the - * '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}' - * attribute. - * - * @param value - * the new value of the 'Id' attribute. + * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}' attribute. + * + * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ @@ -81,12 +74,9 @@ public interface SMatch extends EObject { String getGuidPrimary(); /** - * Sets the value of the - * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid - * Primary}' attribute. - * - * @param value - * the new value of the 'Guid Primary' attribute. + * Sets the value of the '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}' attribute. + * + * @param value the new value of the 'Guid Primary' attribute. * @see #getGuidPrimary() * @generated */ @@ -110,29 +100,25 @@ public interface SMatch extends EObject { String getGuidSecondary(); /** - * Sets the value of the - * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary - * Guid Secondary}' attribute. - * - * @param value - * the new value of the 'Guid Secondary' attribute. + * @param value the new value of the 'Guid Secondary' attribute. * @see #getGuidSecondary() * @generated */ void setGuidSecondary(String value); /** - * Returns the value of the 'Resolution' attribute. The - * literals are from the enumeration - * {@link org.eclipse.set.model.simplemerge.Resolution}. *

* If the meaning of the 'Resolution' attribute isn't clear, there * really should be more of a description here... *

* - * * @return the value of the 'Resolution' attribute. * @see org.eclipse.set.model.simplemerge.Resolution * @see #setResolution(Resolution) @@ -143,13 +129,10 @@ public interface SMatch extends EObject { Resolution getResolution(); /** - * Sets the value of the - * '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution - * Resolution}' attribute. - * - * @param value - * the new value of the 'Resolution' attribute. + * @param value the new value of the 'Resolution' attribute. * @see org.eclipse.set.model.simplemerge.Resolution * @see #getResolution() * @generated @@ -174,13 +157,10 @@ public interface SMatch extends EObject { String getElementType(); /** - * Sets the value of the - * '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType - * Element Type}' attribute. - * - * @param value - * the new value of the 'Element Type' attribute. + * @param value the new value of the 'Element Type' attribute. * @see #getElementType() * @generated */ diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java index 2eb109c83e..e8d798d095 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergeFactory.java @@ -13,42 +13,40 @@ /** * The Factory for the model. It provides a * create method for each non-abstract class of the model. - * * @see org.eclipse.set.model.simplemerge.SimplemergePackage * @generated */ public interface SimplemergeFactory extends EFactory { /** - * The singleton instance of the factory. - * * @generated */ - SimplemergeFactory eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergeFactoryImpl - .init(); + SimplemergeFactory eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergeFactoryImpl.init(); /** - * Returns a new object of class 'SComparison'. - * * @return a new object of class 'SComparison'. * @generated */ SComparison createSComparison(); /** - * Returns a new object of class 'SMatch'. + * Returns a new object of class 'SMatch'. + * * - * * @return a new object of class 'SMatch'. * @generated */ SMatch createSMatch(); /** - * Returns the package supported by this factory. + * Returns the package supported by this factory. + * * - * * @return the package supported by this factory. * @generated */ diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java index 12bc4a7ac5..212fab73c0 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/SimplemergePackage.java @@ -25,41 +25,39 @@ *
  • and each data type
  • * * - * * @see org.eclipse.set.model.simplemerge.SimplemergeFactory * @model kind="package" * @generated */ public interface SimplemergePackage extends EPackage { /** - * The package name. - * + * The package name. + * * @generated */ String eNAME = "simplemerge"; /** - * The package namespace URI. - * + * The package namespace URI. + * * @generated */ String eNS_URI = "tag:scheidt-bachmann-st.de,2018-05-30:planpro/tsm"; /** - * The package namespace name. - * + * The package namespace name. + * * @generated */ String eNS_PREFIX = "tsm"; /** - * The singleton instance of the package. - * * @generated */ - SimplemergePackage eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl - .init(); + SimplemergePackage eINSTANCE = org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl.init(); /** * The meta object id for the @@ -74,9 +72,8 @@ public interface SimplemergePackage extends EPackage { int SCOMPARISON = 0; /** - * The feature id for the 'Matches' containment reference - * list. - * + * The feature id for the 'Matches' containment reference list. + * * @generated * @ordered */ @@ -85,7 +82,6 @@ public interface SimplemergePackage extends EPackage { /** * The number of structural features of the 'SComparison' class. * - * * @generated * @ordered */ @@ -101,10 +97,8 @@ public interface SimplemergePackage extends EPackage { int SCOMPARISON_OPERATION_COUNT = 0; /** - * The meta object id for the - * '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl - * SMatch}' class. - * + * The meta object id for the '{@link org.eclipse.set.model.simplemerge.impl.SMatchImpl SMatch}' class. + * * @see org.eclipse.set.model.simplemerge.impl.SMatchImpl * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSMatch() * @generated @@ -175,10 +169,8 @@ public interface SimplemergePackage extends EPackage { int SMATCH_OPERATION_COUNT = 0; /** - * The meta object id for the - * '{@link org.eclipse.set.model.simplemerge.Resolution - * Resolution}' enum. - * + * The meta object id for the '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}' enum. + * * @see org.eclipse.set.model.simplemerge.Resolution * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getResolution() * @generated @@ -186,10 +178,8 @@ public interface SimplemergePackage extends EPackage { int RESOLUTION = 2; /** - * Returns the meta object for class - * '{@link org.eclipse.set.model.simplemerge.SComparison - * SComparison}'. - * + * Returns the meta object for class '{@link org.eclipse.set.model.simplemerge.SComparison SComparison}'. + * * @return the meta object for class 'SComparison'. * @see org.eclipse.set.model.simplemerge.SComparison * @generated @@ -197,12 +187,9 @@ public interface SimplemergePackage extends EPackage { EClass getSComparison(); /** - * Returns the meta object for the containment reference list - * '{@link org.eclipse.set.model.simplemerge.SComparison#getMatches - * Matches}'. - * - * @return the meta object for the containment reference list - * 'Matches'. + * Returns the meta object for the containment reference list '{@link org.eclipse.set.model.simplemerge.SComparison#getMatches Matches}'. + * + * @return the meta object for the containment reference list 'Matches'. * @see org.eclipse.set.model.simplemerge.SComparison#getMatches() * @see #getSComparison() * @generated @@ -221,10 +208,8 @@ public interface SimplemergePackage extends EPackage { EClass getSMatch(); /** - * Returns the meta object for the attribute - * '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}'. + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getId Id}'. * - * * @return the meta object for the attribute 'Id'. * @see org.eclipse.set.model.simplemerge.SMatch#getId() * @see #getSMatch() @@ -233,10 +218,8 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_Id(); /** - * Returns the meta object for the attribute - * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid - * Primary}'. - * + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary Guid Primary}'. + * * @return the meta object for the attribute 'Guid Primary'. * @see org.eclipse.set.model.simplemerge.SMatch#getGuidPrimary() * @see #getSMatch() @@ -245,10 +228,8 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_GuidPrimary(); /** - * Returns the meta object for the attribute - * '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary - * Guid Secondary}'. - * + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary Guid Secondary}'. + * * @return the meta object for the attribute 'Guid Secondary'. * @see org.eclipse.set.model.simplemerge.SMatch#getGuidSecondary() * @see #getSMatch() @@ -257,10 +238,8 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_GuidSecondary(); /** - * Returns the meta object for the attribute - * '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution - * Resolution}'. - * + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getResolution Resolution}'. + * * @return the meta object for the attribute 'Resolution'. * @see org.eclipse.set.model.simplemerge.SMatch#getResolution() * @see #getSMatch() @@ -269,10 +248,8 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_Resolution(); /** - * Returns the meta object for the attribute - * '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType - * Element Type}'. - * + * Returns the meta object for the attribute '{@link org.eclipse.set.model.simplemerge.SMatch#getElementType Element Type}'. + * * @return the meta object for the attribute 'Element Type'. * @see org.eclipse.set.model.simplemerge.SMatch#getElementType() * @see #getSMatch() @@ -281,10 +258,8 @@ public interface SimplemergePackage extends EPackage { EAttribute getSMatch_ElementType(); /** - * Returns the meta object for enum - * '{@link org.eclipse.set.model.simplemerge.Resolution - * Resolution}'. - * + * Returns the meta object for enum '{@link org.eclipse.set.model.simplemerge.Resolution Resolution}'. + * * @return the meta object for enum 'Resolution'. * @see org.eclipse.set.model.simplemerge.Resolution * @generated @@ -311,16 +286,13 @@ public interface SimplemergePackage extends EPackage { *
  • and each data type
  • * * - * * @generated */ interface Literals { /** - * The meta object literal for the - * '{@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl - * SComparison}' class. - * * @see org.eclipse.set.model.simplemerge.impl.SComparisonImpl * @see org.eclipse.set.model.simplemerge.impl.SimplemergePackageImpl#getSComparison() * @generated @@ -328,9 +300,8 @@ interface Literals { EClass SCOMPARISON = eINSTANCE.getSComparison(); /** - * The meta object literal for the 'Matches' containment - * reference list feature. - * + * The meta object literal for the 'Matches' containment reference list feature. + * * @generated */ EReference SCOMPARISON__MATCHES = eINSTANCE.getSComparison_Matches(); @@ -348,41 +319,36 @@ interface Literals { EClass SMATCH = eINSTANCE.getSMatch(); /** - * The meta object literal for the 'Id' attribute - * feature. - * + * The meta object literal for the 'Id' attribute feature. + * * @generated */ EAttribute SMATCH__ID = eINSTANCE.getSMatch_Id(); /** - * The meta object literal for the 'Guid Primary' - * attribute feature. - * + * The meta object literal for the 'Guid Primary' attribute feature. + * * @generated */ EAttribute SMATCH__GUID_PRIMARY = eINSTANCE.getSMatch_GuidPrimary(); /** - * The meta object literal for the 'Guid Secondary' - * attribute feature. - * + * The meta object literal for the 'Guid Secondary' attribute feature. + * * @generated */ EAttribute SMATCH__GUID_SECONDARY = eINSTANCE.getSMatch_GuidSecondary(); /** - * The meta object literal for the 'Resolution' - * attribute feature. - * + * The meta object literal for the 'Resolution' attribute feature. + * * @generated */ EAttribute SMATCH__RESOLUTION = eINSTANCE.getSMatch_Resolution(); /** - * The meta object literal for the 'Element Type' - * attribute feature. - * + * The meta object literal for the 'Element Type' attribute feature. + * * @generated */ EAttribute SMATCH__ELEMENT_TYPE = eINSTANCE.getSMatch_ElementType(); diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java index cda2c2cde8..89c6b93942 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SComparisonImpl.java @@ -33,8 +33,7 @@ * The following features are implemented: *

    *
      - *
    • {@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl#getMatches - * Matches}
    • + *
    • {@link org.eclipse.set.model.simplemerge.impl.SComparisonImpl#getMatches Matches}
    • *
    * * @generated @@ -42,9 +41,8 @@ public class SComparisonImpl extends MinimalEObjectImpl.Container implements SComparison { /** - * The cached value of the '{@link #getMatches() Matches}' - * containment reference list. - * + * The cached value of the '{@link #getMatches() Matches}' containment reference list. + * * @see #getMatches() * @generated * @ordered @@ -53,7 +51,6 @@ public class SComparisonImpl extends MinimalEObjectImpl.Container /** * - * * @generated */ protected SComparisonImpl() { @@ -62,7 +59,6 @@ protected SComparisonImpl() { /** * - * * @generated */ @Override @@ -72,21 +68,18 @@ protected EClass eStaticClass() { /** * - * * @generated */ @Override public EList getMatches() { if (matches == null) { - matches = new EObjectContainmentEList(SMatch.class, this, - SimplemergePackage.SCOMPARISON__MATCHES); + matches = new EObjectContainmentEList(SMatch.class, this, SimplemergePackage.SCOMPARISON__MATCHES); } return matches; } /** * - * * @generated */ @Override @@ -94,15 +87,13 @@ public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case SimplemergePackage.SCOMPARISON__MATCHES: - return ((InternalEList) getMatches()).basicRemove(otherEnd, - msgs); + return ((InternalEList)getMatches()).basicRemove(otherEnd, msgs); } return super.eInverseRemove(otherEnd, featureID, msgs); } /** * - * * @generated */ @Override @@ -116,7 +107,6 @@ public Object eGet(int featureID, boolean resolve, boolean coreType) { /** * - * * @generated */ @SuppressWarnings("unchecked") @@ -125,7 +115,7 @@ public void eSet(int featureID, Object newValue) { switch (featureID) { case SimplemergePackage.SCOMPARISON__MATCHES: getMatches().clear(); - getMatches().addAll((Collection) newValue); + getMatches().addAll((Collection)newValue); return; } super.eSet(featureID, newValue); @@ -133,7 +123,6 @@ public void eSet(int featureID, Object newValue) { /** * - * * @generated */ @Override @@ -148,7 +137,6 @@ public void eUnset(int featureID) { /** * - * * @generated */ @Override diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java index 74c5e85533..ee65a2b96a 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SMatchImpl.java @@ -26,16 +26,11 @@ * The following features are implemented: *

    *
      - *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getId - * Id}
    • - *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidPrimary - * Guid Primary}
    • - *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidSecondary - * Guid Secondary}
    • - *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getResolution - * Resolution}
    • - *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getElementType - * Element Type}
    • + *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getId Id}
    • + *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidPrimary Guid Primary}
    • + *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getGuidSecondary Guid Secondary}
    • + *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getResolution Resolution}
    • + *
    • {@link org.eclipse.set.model.simplemerge.impl.SMatchImpl#getElementType Element Type}
    • *
    * * @generated @@ -62,9 +57,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected int id = ID_EDEFAULT; /** - * The default value of the '{@link #getGuidPrimary() Guid - * Primary}' attribute. - * + * The default value of the '{@link #getGuidPrimary() Guid Primary}' attribute. + * * @see #getGuidPrimary() * @generated * @ordered @@ -72,9 +66,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final String GUID_PRIMARY_EDEFAULT = null; /** - * The cached value of the '{@link #getGuidPrimary() Guid Primary}' - * attribute. - * + * The cached value of the '{@link #getGuidPrimary() Guid Primary}' attribute. + * * @see #getGuidPrimary() * @generated * @ordered @@ -82,9 +75,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected String guidPrimary = GUID_PRIMARY_EDEFAULT; /** - * The default value of the '{@link #getGuidSecondary() Guid - * Secondary}' attribute. - * + * The default value of the '{@link #getGuidSecondary() Guid Secondary}' attribute. + * * @see #getGuidSecondary() * @generated * @ordered @@ -92,9 +84,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final String GUID_SECONDARY_EDEFAULT = null; /** - * The cached value of the '{@link #getGuidSecondary() Guid - * Secondary}' attribute. - * + * The cached value of the '{@link #getGuidSecondary() Guid Secondary}' attribute. + * * @see #getGuidSecondary() * @generated * @ordered @@ -102,9 +93,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected String guidSecondary = GUID_SECONDARY_EDEFAULT; /** - * The default value of the '{@link #getResolution() Resolution}' - * attribute. - * + * The default value of the '{@link #getResolution() Resolution}' attribute. + * * @see #getResolution() * @generated * @ordered @@ -112,9 +102,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final Resolution RESOLUTION_EDEFAULT = Resolution.PRIMARY_UNRESOLVED; /** - * The cached value of the '{@link #getResolution() Resolution}' - * attribute. - * + * The cached value of the '{@link #getResolution() Resolution}' attribute. + * * @see #getResolution() * @generated * @ordered @@ -122,9 +111,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected Resolution resolution = RESOLUTION_EDEFAULT; /** - * The default value of the '{@link #getElementType() Element - * Type}' attribute. - * + * The default value of the '{@link #getElementType() Element Type}' attribute. + * * @see #getElementType() * @generated * @ordered @@ -132,9 +120,8 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { protected static final String ELEMENT_TYPE_EDEFAULT = null; /** - * The cached value of the '{@link #getElementType() Element Type}' - * attribute. - * + * The cached value of the '{@link #getElementType() Element Type}' attribute. + * * @see #getElementType() * @generated * @ordered @@ -143,7 +130,6 @@ public class SMatchImpl extends MinimalEObjectImpl.Container implements SMatch { /** * - * * @generated */ protected SMatchImpl() { @@ -152,7 +138,6 @@ protected SMatchImpl() { /** * - * * @generated */ @Override @@ -162,7 +147,6 @@ protected EClass eStaticClass() { /** * - * * @generated */ @Override @@ -172,7 +156,6 @@ public int getId() { /** * - * * @generated */ @Override @@ -180,13 +163,11 @@ public void setId(int newId) { int oldId = id; id = newId; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, - SimplemergePackage.SMATCH__ID, oldId, id)); + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__ID, oldId, id)); } /** * - * * @generated */ @Override @@ -196,7 +177,6 @@ public String getGuidPrimary() { /** * - * * @generated */ @Override @@ -204,14 +184,11 @@ public void setGuidPrimary(String newGuidPrimary) { String oldGuidPrimary = guidPrimary; guidPrimary = newGuidPrimary; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, - SimplemergePackage.SMATCH__GUID_PRIMARY, oldGuidPrimary, - guidPrimary)); + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__GUID_PRIMARY, oldGuidPrimary, guidPrimary)); } /** * - * * @generated */ @Override @@ -221,7 +198,6 @@ public String getGuidSecondary() { /** * - * * @generated */ @Override @@ -229,14 +205,11 @@ public void setGuidSecondary(String newGuidSecondary) { String oldGuidSecondary = guidSecondary; guidSecondary = newGuidSecondary; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, - SimplemergePackage.SMATCH__GUID_SECONDARY, oldGuidSecondary, - guidSecondary)); + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__GUID_SECONDARY, oldGuidSecondary, guidSecondary)); } /** * - * * @generated */ @Override @@ -246,23 +219,18 @@ public Resolution getResolution() { /** * - * * @generated */ @Override public void setResolution(Resolution newResolution) { Resolution oldResolution = resolution; - resolution = newResolution == null ? RESOLUTION_EDEFAULT - : newResolution; + resolution = newResolution == null ? RESOLUTION_EDEFAULT : newResolution; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, - SimplemergePackage.SMATCH__RESOLUTION, oldResolution, - resolution)); + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__RESOLUTION, oldResolution, resolution)); } /** * - * * @generated */ @Override @@ -272,7 +240,6 @@ public String getElementType() { /** * - * * @generated */ @Override @@ -280,14 +247,11 @@ public void setElementType(String newElementType) { String oldElementType = elementType; elementType = newElementType; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, - SimplemergePackage.SMATCH__ELEMENT_TYPE, oldElementType, - elementType)); + eNotify(new ENotificationImpl(this, Notification.SET, SimplemergePackage.SMATCH__ELEMENT_TYPE, oldElementType, elementType)); } /** * - * * @generated */ @Override @@ -309,26 +273,25 @@ public Object eGet(int featureID, boolean resolve, boolean coreType) { /** * - * * @generated */ @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case SimplemergePackage.SMATCH__ID: - setId((Integer) newValue); + setId((Integer)newValue); return; case SimplemergePackage.SMATCH__GUID_PRIMARY: - setGuidPrimary((String) newValue); + setGuidPrimary((String)newValue); return; case SimplemergePackage.SMATCH__GUID_SECONDARY: - setGuidSecondary((String) newValue); + setGuidSecondary((String)newValue); return; case SimplemergePackage.SMATCH__RESOLUTION: - setResolution((Resolution) newValue); + setResolution((Resolution)newValue); return; case SimplemergePackage.SMATCH__ELEMENT_TYPE: - setElementType((String) newValue); + setElementType((String)newValue); return; } super.eSet(featureID, newValue); @@ -336,7 +299,6 @@ public void eSet(int featureID, Object newValue) { /** * - * * @generated */ @Override @@ -363,7 +325,6 @@ public void eUnset(int featureID) { /** * - * * @generated */ @Override @@ -372,29 +333,24 @@ public boolean eIsSet(int featureID) { case SimplemergePackage.SMATCH__ID: return id != ID_EDEFAULT; case SimplemergePackage.SMATCH__GUID_PRIMARY: - return GUID_PRIMARY_EDEFAULT == null ? guidPrimary != null - : !GUID_PRIMARY_EDEFAULT.equals(guidPrimary); + return GUID_PRIMARY_EDEFAULT == null ? guidPrimary != null : !GUID_PRIMARY_EDEFAULT.equals(guidPrimary); case SimplemergePackage.SMATCH__GUID_SECONDARY: - return GUID_SECONDARY_EDEFAULT == null ? guidSecondary != null - : !GUID_SECONDARY_EDEFAULT.equals(guidSecondary); + return GUID_SECONDARY_EDEFAULT == null ? guidSecondary != null : !GUID_SECONDARY_EDEFAULT.equals(guidSecondary); case SimplemergePackage.SMATCH__RESOLUTION: return resolution != RESOLUTION_EDEFAULT; case SimplemergePackage.SMATCH__ELEMENT_TYPE: - return ELEMENT_TYPE_EDEFAULT == null ? elementType != null - : !ELEMENT_TYPE_EDEFAULT.equals(elementType); + return ELEMENT_TYPE_EDEFAULT == null ? elementType != null : !ELEMENT_TYPE_EDEFAULT.equals(elementType); } return super.eIsSet(featureID); } /** * - * * @generated */ @Override public String toString() { - if (eIsProxy()) - return super.toString(); + if (eIsProxy()) return super.toString(); StringBuilder result = new StringBuilder(super.toString()); result.append(" (id: "); diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java index 2a3a12fc37..8314bebaf3 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergeFactoryImpl.java @@ -22,34 +22,33 @@ /** * An implementation of the model Factory. - * * @generated */ public class SimplemergeFactoryImpl extends EFactoryImpl implements SimplemergeFactory { /** - * Creates the default factory implementation. - * * @generated */ public static SimplemergeFactory init() { try { - SimplemergeFactory theSimplemergeFactory = (SimplemergeFactory) EPackage.Registry.INSTANCE - .getEFactory(SimplemergePackage.eNS_URI); + SimplemergeFactory theSimplemergeFactory = (SimplemergeFactory)EPackage.Registry.INSTANCE.getEFactory(SimplemergePackage.eNS_URI); if (theSimplemergeFactory != null) { return theSimplemergeFactory; } - } catch (Exception exception) { + } + catch (Exception exception) { EcorePlugin.INSTANCE.log(exception); } return new SimplemergeFactoryImpl(); } /** - * Creates an instance of the factory. - * * @generated */ public SimplemergeFactoryImpl() { @@ -58,25 +57,20 @@ public SimplemergeFactoryImpl() { /** * - * * @generated */ @Override public EObject create(EClass eClass) { switch (eClass.getClassifierID()) { - case SimplemergePackage.SCOMPARISON: - return createSComparison(); - case SimplemergePackage.SMATCH: - return createSMatch(); + case SimplemergePackage.SCOMPARISON: return createSComparison(); + case SimplemergePackage.SMATCH: return createSMatch(); default: - throw new IllegalArgumentException("The class '" - + eClass.getName() + "' is not a valid classifier"); + throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); } } /** * - * * @generated */ @Override @@ -85,14 +79,12 @@ public Object createFromString(EDataType eDataType, String initialValue) { case SimplemergePackage.RESOLUTION: return createResolutionFromString(eDataType, initialValue); default: - throw new IllegalArgumentException("The datatype '" - + eDataType.getName() + "' is not a valid classifier"); + throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); } } /** * - * * @generated */ @Override @@ -101,14 +93,12 @@ public String convertToString(EDataType eDataType, Object instanceValue) { case SimplemergePackage.RESOLUTION: return convertResolutionToString(eDataType, instanceValue); default: - throw new IllegalArgumentException("The datatype '" - + eDataType.getName() + "' is not a valid classifier"); + throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); } } /** * - * * @generated */ @Override @@ -119,7 +109,6 @@ public SComparison createSComparison() { /** * - * * @generated */ @Override @@ -130,22 +119,17 @@ public SMatch createSMatch() { /** * - * * @generated */ public Resolution createResolutionFromString(EDataType eDataType, String initialValue) { Resolution result = Resolution.get(initialValue); - if (result == null) - throw new IllegalArgumentException("The value '" + initialValue - + "' is not a valid enumerator of '" + eDataType.getName() - + "'"); + if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); return result; } /** * - * * @generated */ public String convertResolutionToString(EDataType eDataType, @@ -155,17 +139,15 @@ public String convertResolutionToString(EDataType eDataType, /** * - * * @generated */ @Override public SimplemergePackage getSimplemergePackage() { - return (SimplemergePackage) getEPackage(); + return (SimplemergePackage)getEPackage(); } /** * - * * @deprecated * @generated */ diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java index 12760e2603..165ffa33d9 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/impl/SimplemergePackageImpl.java @@ -25,28 +25,24 @@ /** * An implementation of the model Package. - * * @generated */ public class SimplemergePackageImpl extends EPackageImpl implements SimplemergePackage { /** * - * * @generated */ private EClass sComparisonEClass = null; /** * - * * @generated */ private EClass sMatchEClass = null; /** * - * * @generated */ private EEnum resolutionEEnum = null; @@ -72,7 +68,6 @@ private SimplemergePackageImpl() { /** * - * * @generated */ private static boolean isInited = false; @@ -93,16 +88,11 @@ private SimplemergePackageImpl() { * @generated */ public static SimplemergePackage init() { - if (isInited) - return (SimplemergePackage) EPackage.Registry.INSTANCE - .getEPackage(SimplemergePackage.eNS_URI); + if (isInited) return (SimplemergePackage)EPackage.Registry.INSTANCE.getEPackage(SimplemergePackage.eNS_URI); // Obtain or create and register package - Object registeredSimplemergePackage = EPackage.Registry.INSTANCE - .get(eNS_URI); - SimplemergePackageImpl theSimplemergePackage = registeredSimplemergePackage instanceof SimplemergePackageImpl - ? (SimplemergePackageImpl) registeredSimplemergePackage - : new SimplemergePackageImpl(); + Object registeredSimplemergePackage = EPackage.Registry.INSTANCE.get(eNS_URI); + SimplemergePackageImpl theSimplemergePackage = registeredSimplemergePackage instanceof SimplemergePackageImpl ? (SimplemergePackageImpl)registeredSimplemergePackage : new SimplemergePackageImpl(); isInited = true; @@ -116,14 +106,12 @@ public static SimplemergePackage init() { theSimplemergePackage.freeze(); // Update the registry and return the package - EPackage.Registry.INSTANCE.put(SimplemergePackage.eNS_URI, - theSimplemergePackage); + EPackage.Registry.INSTANCE.put(SimplemergePackage.eNS_URI, theSimplemergePackage); return theSimplemergePackage; } /** * - * * @generated */ @Override @@ -133,17 +121,15 @@ public EClass getSComparison() { /** * - * * @generated */ @Override public EReference getSComparison_Matches() { - return (EReference) sComparisonEClass.getEStructuralFeatures().get(0); + return (EReference)sComparisonEClass.getEStructuralFeatures().get(0); } /** * - * * @generated */ @Override @@ -153,57 +139,51 @@ public EClass getSMatch() { /** * - * * @generated */ @Override public EAttribute getSMatch_Id() { - return (EAttribute) sMatchEClass.getEStructuralFeatures().get(0); + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(0); } /** * - * * @generated */ @Override public EAttribute getSMatch_GuidPrimary() { - return (EAttribute) sMatchEClass.getEStructuralFeatures().get(1); + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(1); } /** * - * * @generated */ @Override public EAttribute getSMatch_GuidSecondary() { - return (EAttribute) sMatchEClass.getEStructuralFeatures().get(2); + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(2); } /** * - * * @generated */ @Override public EAttribute getSMatch_Resolution() { - return (EAttribute) sMatchEClass.getEStructuralFeatures().get(3); + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(3); } /** * - * * @generated */ @Override public EAttribute getSMatch_ElementType() { - return (EAttribute) sMatchEClass.getEStructuralFeatures().get(4); + return (EAttribute)sMatchEClass.getEStructuralFeatures().get(4); } /** * - * * @generated */ @Override @@ -213,31 +193,28 @@ public EEnum getResolution() { /** * - * * @generated */ @Override public SimplemergeFactory getSimplemergeFactory() { - return (SimplemergeFactory) getEFactoryInstance(); + return (SimplemergeFactory)getEFactoryInstance(); } /** * - * * @generated */ private boolean isCreated = false; /** - * Creates the meta-model objects for the package. This method is guarded to - * have no affect on any invocation but its first. + * Creates the meta-model objects for the package. This method is + * guarded to have no affect on any invocation but its first. + * * - * * @generated */ public void createPackageContents() { - if (isCreated) - return; + if (isCreated) return; isCreated = true; // Create classes and their features @@ -257,7 +234,6 @@ public void createPackageContents() { /** * - * * @generated */ private boolean isInitialized = false; @@ -270,8 +246,7 @@ public void createPackageContents() { * @generated */ public void initializePackageContents() { - if (isInitialized) - return; + if (isInitialized) return; isInitialized = true; // Initialize package @@ -286,34 +261,15 @@ public void initializePackageContents() { // Add supertypes to classes // Initialize classes, features, and operations; add parameters - initEClass(sComparisonEClass, SComparison.class, "SComparison", - !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEReference(getSComparison_Matches(), this.getSMatch(), null, - "matches", null, 0, -1, SComparison.class, !IS_TRANSIENT, - !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, - !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - - initEClass(sMatchEClass, SMatch.class, "SMatch", !IS_ABSTRACT, - !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getSMatch_Id(), ecorePackage.getEInt(), "id", null, 1, 1, - SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, - !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_GuidPrimary(), ecorePackage.getEString(), - "guidPrimary", null, 0, 1, SMatch.class, !IS_TRANSIENT, - !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_GuidSecondary(), ecorePackage.getEString(), - "guidSecondary", null, 0, 1, SMatch.class, !IS_TRANSIENT, - !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_Resolution(), this.getResolution(), - "resolution", null, 0, 1, SMatch.class, !IS_TRANSIENT, - !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - initEAttribute(getSMatch_ElementType(), ecorePackage.getEString(), - "elementType", null, 0, 1, SMatch.class, !IS_TRANSIENT, - !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); + initEClass(sComparisonEClass, SComparison.class, "SComparison", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEReference(getSComparison_Matches(), this.getSMatch(), null, "matches", null, 0, -1, SComparison.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + + initEClass(sMatchEClass, SMatch.class, "SMatch", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); + initEAttribute(getSMatch_Id(), ecorePackage.getEInt(), "id", null, 1, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_GuidPrimary(), ecorePackage.getEString(), "guidPrimary", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_GuidSecondary(), ecorePackage.getEString(), "guidSecondary", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_Resolution(), this.getResolution(), "resolution", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getSMatch_ElementType(), ecorePackage.getEString(), "elementType", null, 0, 1, SMatch.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); // Initialize enums and add enum literals initEEnum(resolutionEEnum, Resolution.class, "Resolution"); diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java index cfed9e8083..f0900a9cdd 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeAdapterFactory.java @@ -21,22 +21,21 @@ * The Adapter Factory for the model. It provides * an adapter createXXX method for each class of the model. - * * @see org.eclipse.set.model.simplemerge.SimplemergePackage * @generated */ public class SimplemergeAdapterFactory extends AdapterFactoryImpl { /** - * The cached model package. - * + * The cached model package. + * * @generated */ protected static SimplemergePackage modelPackage; /** - * Creates an instance of the adapter factory. - * * @generated */ public SimplemergeAdapterFactory() { @@ -50,7 +49,6 @@ public SimplemergeAdapterFactory() { * This implementation returns true if * the object is either the model's package or is an instance object of the * model. - * * @return whether this factory is applicable for the type of the object. * @generated */ @@ -60,7 +58,7 @@ public boolean isFactoryForType(Object object) { return true; } if (object instanceof EObject) { - return ((EObject) object).eClass().getEPackage() == modelPackage; + return ((EObject)object).eClass().getEPackage() == modelPackage; } return false; } @@ -72,44 +70,39 @@ public boolean isFactoryForType(Object object) { * @generated */ protected SimplemergeSwitch modelSwitch = new SimplemergeSwitch() { - @Override - public Adapter caseSComparison(SComparison object) { - return createSComparisonAdapter(); - } - - @Override - public Adapter caseSMatch(SMatch object) { - return createSMatchAdapter(); - } - - @Override - public Adapter defaultCase(EObject object) { - return createEObjectAdapter(); - } - }; + @Override + public Adapter caseSComparison(SComparison object) { + return createSComparisonAdapter(); + } + @Override + public Adapter caseSMatch(SMatch object) { + return createSMatchAdapter(); + } + @Override + public Adapter defaultCase(EObject object) { + return createEObjectAdapter(); + } + }; /** - * Creates an adapter for the target. + * Creates an adapter for the target. + * * - * - * @param target - * the object to adapt. + * @param target the object to adapt. * @return the adapter for the target. * @generated */ @Override public Adapter createAdapter(Notifier target) { - return modelSwitch.doSwitch((EObject) target); + return modelSwitch.doSwitch((EObject)target); } /** - * Creates a new adapter for an object of class - * '{@link org.eclipse.set.model.simplemerge.SComparison - * SComparison}'. This default + * Creates a new adapter for an object of class '{@link org.eclipse.set.model.simplemerge.SComparison SComparison}'. + * This default * implementation returns null so that we can easily ignore cases; it's * useful to ignore a case when inheritance will catch all the cases anyway. * - * * @return the new adapter. * @see org.eclipse.set.model.simplemerge.SComparison * @generated @@ -134,9 +127,9 @@ public Adapter createSMatchAdapter() { } /** - * Creates a new adapter for the default case. This + * Creates a new adapter for the default case. + * This * default implementation returns null. - * * @return the new adapter. * @generated */ diff --git a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java index cabfc5d8fd..89b5595814 100644 --- a/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java +++ b/java/bundles/org.eclipse.set.model.simplemerge/src/org/eclipse/set/model/simplemerge/util/SimplemergeSwitch.java @@ -22,22 +22,21 @@ * starting with the actual class of the object and proceeding up the * inheritance hierarchy until a non-null result is returned, which is the * result of the switch. - * * @see org.eclipse.set.model.simplemerge.SimplemergePackage * @generated */ public class SimplemergeSwitch extends Switch { /** - * The cached model package - * + * The cached model package + * * @generated */ protected static SimplemergePackage modelPackage; /** - * Creates an instance of the switch. - * * @generated */ public SimplemergeSwitch() { @@ -61,46 +60,38 @@ protected boolean isSwitchFor(EPackage ePackage) { } /** - * Calls caseXXX for each class of the model until one returns - * a non null result; it yields that result. - * - * @return the first non-null result returned by a caseXXX - * call. + * @return the first non-null result returned by a caseXXX call. * @generated */ @Override protected T doSwitch(int classifierID, EObject theEObject) { switch (classifierID) { case SimplemergePackage.SCOMPARISON: { - SComparison sComparison = (SComparison) theEObject; + SComparison sComparison = (SComparison)theEObject; T result = caseSComparison(sComparison); - if (result == null) - result = defaultCase(theEObject); + if (result == null) result = defaultCase(theEObject); return result; } case SimplemergePackage.SMATCH: { - SMatch sMatch = (SMatch) theEObject; + SMatch sMatch = (SMatch)theEObject; T result = caseSMatch(sMatch); - if (result == null) - result = defaultCase(theEObject); + if (result == null) result = defaultCase(theEObject); return result; } - default: - return defaultCase(theEObject); + default: return defaultCase(theEObject); } } /** - * Returns the result of interpreting the object as an instance of - * 'SComparison'. This implementation + * Returns the result of interpreting the object as an instance of 'SComparison'. + * This implementation * returns null; returning a non-null result will terminate the switch. - * - * @param object - * the target of the switch. - * @return the result of interpreting the object as an instance of - * 'SComparison'. + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'SComparison'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated */ @@ -109,15 +100,12 @@ public T caseSComparison(SComparison object) { } /** - * Returns the result of interpreting the object as an instance of - * 'SMatch'. This implementation returns + * Returns the result of interpreting the object as an instance of 'SMatch'. + * This implementation returns * null; returning a non-null result will terminate the switch. - * - * @param object - * the target of the switch. - * @return the result of interpreting the object as an instance of - * 'SMatch'. + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'SMatch'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated */ @@ -126,15 +114,12 @@ public T caseSMatch(SMatch object) { } /** - * Returns the result of interpreting the object as an instance of - * 'EObject'. This implementation returns + * Returns the result of interpreting the object as an instance of 'EObject'. + * This implementation returns * null; returning a non-null result will terminate the switch, but this is * the last case anyway. - * - * @param object - * the target of the switch. - * @return the result of interpreting the object as an instance of - * 'EObject'. + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'EObject'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) * @generated */ diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java index 9e60877c69..8cfddf9c3c 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationEditPlugin.java @@ -18,46 +18,42 @@ import org.eclipse.set.model.simplemerge.provider.SimplemergeEditPlugin; /** - * This is the central singleton for the TemporaryIntegration edit plugin. - * - * + * This is the central singleton for the TemporaryIntegration edit plugin. + * * @generated */ public final class TemporaryIntegrationEditPlugin extends EMFPlugin { /** - * Keep track of the singleton. - * - * + * Keep track of the singleton. + * * @generated */ public static final TemporaryIntegrationEditPlugin INSTANCE = new TemporaryIntegrationEditPlugin(); /** - * Keep track of the singleton. - * - * + * Keep track of the singleton. + * * @generated */ private static Implementation plugin; /** - * Create the instance. - * - * + * Create the instance. + * * @generated */ public TemporaryIntegrationEditPlugin() { - super - (new ResourceLocator [] { - SimplemergeEditPlugin.INSTANCE, - PlanProEditPlugin.INSTANCE, - }); + super(new ResourceLocator[] { SimplemergeEditPlugin.INSTANCE, + PlanProEditPlugin.INSTANCE, }); } /** - * Returns the singleton instance of the Eclipse plugin. - * - * + * Returns the singleton instance of the Eclipse plugin. + * * @return the singleton instance. * @generated */ @@ -67,9 +63,9 @@ public ResourceLocator getPluginResourceLocator() { } /** - * Returns the singleton instance of the Eclipse plugin. - * - * + * Returns the singleton instance of the Eclipse plugin. + * * @return the singleton instance. * @generated */ @@ -78,16 +74,15 @@ public static Implementation getPlugin() { } /** - * The actual implementation of the Eclipse Plugin. - * - * + * The actual implementation of the Eclipse Plugin. + * * @generated */ public static class Implementation extends EclipsePlugin { /** - * Creates an instance. - * - * + * Creates an instance. + * * @generated */ public Implementation() { diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java index edf0bd8e9c..0ada423197 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryIntegrationItemProvider.java @@ -9,7 +9,6 @@ */ package org.eclipse.set.model.temporaryintegration.provider; - import java.util.Collection; import java.util.List; @@ -41,23 +40,19 @@ import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; /** - * This is the item provider adapter for a {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration} object. - * - * + * This is the item provider adapter for a + * {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration} + * object. + * * @generated */ -public class TemporaryIntegrationItemProvider - extends ItemProviderAdapter - implements - IEditingDomainItemProvider, - IStructuredItemContentProvider, - ITreeItemContentProvider, - IItemLabelProvider, - IItemPropertySource { +public class TemporaryIntegrationItemProvider extends ItemProviderAdapter + implements IEditingDomainItemProvider, IStructuredItemContentProvider, + ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { /** - * This constructs an instance from a factory and a notifier. - * - * + * This constructs an instance from a factory and a notifier. + * * @generated */ public TemporaryIntegrationItemProvider(AdapterFactory adapterFactory) { @@ -65,9 +60,9 @@ public TemporaryIntegrationItemProvider(AdapterFactory adapterFactory) { } /** - * This returns the property descriptors for the adapted class. - * - * + * This returns the property descriptors for the adapted class. + * * @generated */ @Override @@ -85,183 +80,194 @@ public List getPropertyDescriptors(Object object) { } /** - * This adds a property descriptor for the Primary Planning Filename feature. - * - * + * This adds a property descriptor for the Primary Planning Filename + * feature. + * * @generated */ protected void addPrimaryPlanningFilenamePropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_TemporaryIntegration_primaryPlanningFilename_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_primaryPlanningFilename_feature", "_UI_TemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString( + "_UI_TemporaryIntegration_primaryPlanningFilename_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_TemporaryIntegration_primaryPlanningFilename_feature", + "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, + true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, null)); } /** - * This adds a property descriptor for the Primary Planning Was Valid feature. - * - * + * This adds a property descriptor for the Primary Planning Was Valid + * feature. + * * @generated */ protected void addPrimaryPlanningWasValidPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_TemporaryIntegration_primaryPlanningWasValid_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_primaryPlanningWasValid_feature", "_UI_TemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, - true, - false, - false, - ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString( + "_UI_TemporaryIntegration_primaryPlanningWasValid_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_TemporaryIntegration_primaryPlanningWasValid_feature", + "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, + true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, + null, null)); } /** - * This adds a property descriptor for the Secondary Planning Filename feature. - * - * + * This adds a property descriptor for the Secondary Planning Filename + * feature. + * * @generated */ - protected void addSecondaryPlanningFilenamePropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_TemporaryIntegration_secondaryPlanningFilename_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_secondaryPlanningFilename_feature", "_UI_TemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); + protected void addSecondaryPlanningFilenamePropertyDescriptor( + Object object) { + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString( + "_UI_TemporaryIntegration_secondaryPlanningFilename_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_TemporaryIntegration_secondaryPlanningFilename_feature", + "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, + true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, null)); } /** - * This adds a property descriptor for the Secondary Planning Was Valid feature. - * - * + * This adds a property descriptor for the Secondary Planning Was Valid + * feature. + * * @generated */ - protected void addSecondaryPlanningWasValidPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_TemporaryIntegration_secondaryPlanningWasValid_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_secondaryPlanningWasValid_feature", "_UI_TemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, - true, - false, - false, - ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, - null, - null)); + protected void addSecondaryPlanningWasValidPropertyDescriptor( + Object object) { + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString( + "_UI_TemporaryIntegration_secondaryPlanningWasValid_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_TemporaryIntegration_secondaryPlanningWasValid_feature", + "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, + true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, + null, null)); } /** * This adds a property descriptor for the Integration Directory feature. - * - * + * + * * @generated */ protected void addIntegrationDirectoryPropertyDescriptor(Object object) { - itemPropertyDescriptors.add - (createItemPropertyDescriptor - (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), - getResourceLocator(), - getString("_UI_TemporaryIntegration_integrationDirectory_feature"), - getString("_UI_PropertyDescriptor_description", "_UI_TemporaryIntegration_integrationDirectory_feature", "_UI_TemporaryIntegration_type"), - TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, - true, - false, - false, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, - null, - null)); + itemPropertyDescriptors.add(createItemPropertyDescriptor( + ((ComposeableAdapterFactory) adapterFactory) + .getRootAdapterFactory(), + getResourceLocator(), + getString( + "_UI_TemporaryIntegration_integrationDirectory_feature"), + getString("_UI_PropertyDescriptor_description", + "_UI_TemporaryIntegration_integrationDirectory_feature", + "_UI_TemporaryIntegration_type"), + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, + true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, + null, null)); } /** - * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an - * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or - * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. - * - * + * This specifies how to implement {@link #getChildren} and is used to + * deduce an appropriate feature for an + * {@link org.eclipse.emf.edit.command.AddCommand}, + * {@link org.eclipse.emf.edit.command.RemoveCommand} or + * {@link org.eclipse.emf.edit.command.MoveCommand} in + * {@link #createCommand}. + * * @generated */ @Override - public Collection getChildrenFeatures(Object object) { + public Collection getChildrenFeatures( + Object object) { if (childrenFeatures == null) { super.getChildrenFeatures(object); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITEYOUT); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); - childrenFeatures.add(TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITEYOUT); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); + childrenFeatures.add( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); } return childrenFeatures; } /** - * - * + * + * * @generated */ @Override protected EStructuralFeature getChildFeature(Object object, Object child) { - // Check the type of the specified child object and return the proper feature to use for + // Check the type of the specified child object and return the proper + // feature to use for // adding (see {@link AddCommand}) it as a child. return super.getChildFeature(object, child); } /** - * This returns TemporaryIntegration.gif. - * - * + * This returns TemporaryIntegration.gif. + * * @generated */ @Override public Object getImage(Object object) { - return overlayImage(object, getResourceLocator().getImage("full/obj16/TemporaryIntegration")); + return overlayImage(object, getResourceLocator() + .getImage("full/obj16/TemporaryIntegration")); } /** - * This returns the label text for the adapted class. - * - * + * This returns the label text for the adapted class. + * * @generated */ @Override public String getText(Object object) { - String label = ((TemporaryIntegration)object).getPrimaryPlanningFilename(); - return label == null || label.length() == 0 ? - getString("_UI_TemporaryIntegration_type") : - getString("_UI_TemporaryIntegration_type") + " " + label; + String label = ((TemporaryIntegration) object) + .getPrimaryPlanningFilename(); + return label == null || label.length() == 0 + ? getString("_UI_TemporaryIntegration_type") + : getString("_UI_TemporaryIntegration_type") + " " + label; } - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * + * This handles model notifications by calling {@link #updateChildren} to + * update any cached children and by creating a viewer notification, which + * it passes to {@link #fireNotifyChanged}. + * * @generated */ @Override @@ -274,7 +280,8 @@ public void notifyChanged(Notification notification) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); + fireNotifyChanged(new ViewerNotification(notification, + notification.getNotifier(), false, true)); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: @@ -284,97 +291,95 @@ public void notifyChanged(Notification notification) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); + fireNotifyChanged(new ViewerNotification(notification, + notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); } /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * + * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s + * describing the children that can be created under this object. + * * @generated */ @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { + protected void collectNewChildDescriptors( + Collection newChildDescriptors, Object object) { super.collectNewChildDescriptors(newChildDescriptors, object); - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, - PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, - LayoutinformationenFactory.eINSTANCE.createPlanPro_Layoutinfo())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, - PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, - LayoutinformationenFactory.eINSTANCE.createPlanPro_Layoutinfo())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, - PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITEYOUT, - LayoutinformationenFactory.eINSTANCE.createPlanPro_Layoutinfo())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, - SimplemergeFactory.eINSTANCE.createSComparison())); - - newChildDescriptors.add - (createChildParameter - (TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, - SimplemergeFactory.eINSTANCE.createSComparison())); + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, + LayoutinformationenFactory.eINSTANCE + .createPlanPro_Layoutinfo())); + + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, + LayoutinformationenFactory.eINSTANCE + .createPlanPro_Layoutinfo())); + + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, + PlanProFactory.eINSTANCE.createPlanPro_Schnittstelle())); + + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITEYOUT, + LayoutinformationenFactory.eINSTANCE + .createPlanPro_Layoutinfo())); + + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, + SimplemergeFactory.eINSTANCE.createSComparison())); + + newChildDescriptors.add(createChildParameter( + TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, + SimplemergeFactory.eINSTANCE.createSComparison())); } /** - * This returns the label text for {@link org.eclipse.emf.edit.command.CreateChildCommand}. - * - * + * This returns the label text for + * {@link org.eclipse.emf.edit.command.CreateChildCommand}. + * * @generated */ @Override - public String getCreateChildText(Object owner, Object feature, Object child, Collection selection) { + public String getCreateChildText(Object owner, Object feature, Object child, + Collection selection) { Object childFeature = feature; Object childObject = child; - boolean qualify = - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING || - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING || - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING || - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT || - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT || - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITEYOUT || - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE || - childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE; + boolean qualify = childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_PLANNING + || childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_PLANNING + || childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING + || childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT + || childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT + || childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPOSITEYOUT + || childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE + || childFeature == TemporaryintegrationPackage.Literals.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE; if (qualify) { - return getString - ("_UI_CreateChild_text2", - new Object[] { getTypeText(childObject), getFeatureText(childFeature), getTypeText(owner) }); + return getString("_UI_CreateChild_text2", + new Object[] { getTypeText(childObject), + getFeatureText(childFeature), getTypeText(owner) }); } return super.getCreateChildText(owner, feature, child, selection); } /** - * Return the resource locator for this item provider's resources. - * - * + * Return the resource locator for this item provider's resources. + * * @generated */ @Override diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java index 276d03ef78..edf7955a26 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration.edit/src/org/eclipse/set/model/temporaryintegration/provider/TemporaryintegrationItemProviderAdapterFactory.java @@ -31,43 +31,48 @@ import org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationAdapterFactory; /** - * This is the factory that is used to provide the interfaces needed to support Viewers. - * The adapters generated by this factory convert EMF adapter notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. - * The adapters also support Eclipse property sheets. - * Note that most of the adapters are shared among multiple instances. - * - * + * This is the factory that is used to provide the interfaces needed to support + * Viewers. The adapters generated by this factory convert EMF adapter + * notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. The + * adapters also support Eclipse property sheets. Note that most of the adapters + * are shared among multiple instances. + * * @generated */ -public class TemporaryintegrationItemProviderAdapterFactory extends TemporaryintegrationAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { +public class TemporaryintegrationItemProviderAdapterFactory + extends TemporaryintegrationAdapterFactory + implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { /** - * This keeps track of the root adapter factory that delegates to this adapter factory. - * - * + * This keeps track of the root adapter factory that delegates to this + * adapter factory. + * * @generated */ protected ComposedAdapterFactory parentAdapterFactory; /** - * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. - * - * + * This is used to implement + * {@link org.eclipse.emf.edit.provider.IChangeNotifier}. + * * @generated */ protected IChangeNotifier changeNotifier = new ChangeNotifier(); /** - * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. - * - * + * This keeps track of all the supported types checked by + * {@link #isFactoryForType isFactoryForType}. + * * @generated */ protected Collection supportedTypes = new ArrayList(); /** - * This constructs an instance. - * - * + * This constructs an instance. + * * @generated */ public TemporaryintegrationItemProviderAdapterFactory() { @@ -79,53 +84,58 @@ public TemporaryintegrationItemProviderAdapterFactory() { } /** - * This keeps track of the one adapter used for all {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration} instances. - * - * + * This keeps track of the one adapter used for all + * {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration} + * instances. + * * @generated */ protected TemporaryIntegrationItemProvider temporaryIntegrationItemProvider; /** - * This creates an adapter for a {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration}. - * - * + * This creates an adapter for a + * {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration}. + * + * * @generated */ @Override public Adapter createTemporaryIntegrationAdapter() { if (temporaryIntegrationItemProvider == null) { - temporaryIntegrationItemProvider = new TemporaryIntegrationItemProvider(this); + temporaryIntegrationItemProvider = new TemporaryIntegrationItemProvider( + this); } return temporaryIntegrationItemProvider; } /** - * This returns the root adapter factory that contains this factory. - * - * + * This returns the root adapter factory that contains this factory. + * * @generated */ @Override public ComposeableAdapterFactory getRootAdapterFactory() { - return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory(); + return parentAdapterFactory == null ? this + : parentAdapterFactory.getRootAdapterFactory(); } /** - * This sets the composed adapter factory that contains this factory. - * - * + * This sets the composed adapter factory that contains this factory. + * * @generated */ @Override - public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) { + public void setParentAdapterFactory( + ComposedAdapterFactory parentAdapterFactory) { this.parentAdapterFactory = parentAdapterFactory; } /** - * - * + * + * * @generated */ @Override @@ -134,9 +144,9 @@ public boolean isFactoryForType(Object type) { } /** - * This implementation substitutes the factory itself as the key for the adapter. - * - * + * This implementation substitutes the factory itself as the key for the + * adapter. + * * @generated */ @Override @@ -145,15 +155,16 @@ public Adapter adapt(Notifier notifier, Object type) { } /** - * - * + * + * * @generated */ @Override public Object adapt(Object object, Object type) { if (isFactoryForType(type)) { Object adapter = super.adapt(object, type); - if (!(type instanceof Class) || (((Class)type).isInstance(adapter))) { + if (!(type instanceof Class) + || (((Class) type).isInstance(adapter))) { return adapter; } } @@ -162,9 +173,8 @@ public Object adapt(Object object, Object type) { } /** - * This adds a listener. - * - * + * This adds a listener. + * * @generated */ @Override @@ -173,9 +183,8 @@ public void addListener(INotifyChangedListener notifyChangedListener) { } /** - * This removes a listener. - * - * + * This removes a listener. + * * @generated */ @Override @@ -184,9 +193,10 @@ public void removeListener(INotifyChangedListener notifyChangedListener) { } /** - * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. - * - * + * This delegates to {@link #changeNotifier} and to + * {@link #parentAdapterFactory}. + * * @generated */ @Override @@ -199,14 +209,15 @@ public void fireNotifyChanged(Notification notification) { } /** - * This disposes all of the item providers created by this factory. - * - * + * This disposes all of the item providers created by this factory. + * * @generated */ @Override public void dispose() { - if (temporaryIntegrationItemProvider != null) temporaryIntegrationItemProvider.dispose(); + if (temporaryIntegrationItemProvider != null) + temporaryIntegrationItemProvider.dispose(); } } diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel index 4da2cdfd77..06d1ea44d6 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/model/TemporaryIntegration.genmodel @@ -3,9 +3,9 @@ xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2026 DB InfraGO AG and others This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0. SPDX-License-Identifier: EPL-2.0" modelDirectory="/org.eclipse.set.model.temporaryintegration/src" editorDirectory="" modelPluginID="org.eclipse.set.model.temporaryintegration" modelName="TemporaryIntegration" - rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" testsDirectory="" - importerID="org.eclipse.emf.importer.ecore" complianceLevel="21.0" copyrightFields="false" - usedGenPackages="../../org.eclipse.set.model.simplemerge/model/simplemerge.genmodel#//simplemerge ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Basisobjekte ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//BasisTypen ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Geodaten ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Gleis ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Bedienung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Ansteuerung_Element ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Medien_und_Trassen ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Verweise ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//ATO ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//PlanPro ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Bahnsteig ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Balisentechnik_ETCS ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Block ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Bahnuebergang ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Ortung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Flankenschutz ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Fahrstrasse ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Signale ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Layoutinformationen ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Nahbedienung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//PZB ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Regelzeichnung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Schluesselabhaengigkeiten ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Weichen_und_Gleissperren ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Zuglenkung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Zugnummernmeldeanlage ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Signalbegriffe_Struktur" + rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" testsDirectory="" codeFormatting="true" + commentFormatting="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="21.0" + copyrightFields="false" usedGenPackages="../../org.eclipse.set.model.simplemerge/model/simplemerge.genmodel#//simplemerge ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Basisobjekte ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//BasisTypen ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Geodaten ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Gleis ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Bedienung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Ansteuerung_Element ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Medien_und_Trassen ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Verweise ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//ATO ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//PlanPro ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Bahnsteig ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Balisentechnik_ETCS ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Block ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Bahnuebergang ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Ortung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Flankenschutz ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Fahrstrasse ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Signale ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Layoutinformationen ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Nahbedienung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//PZB ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Regelzeichnung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Schluesselabhaengigkeiten ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Weichen_und_Gleissperren ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Zuglenkung ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Zugnummernmeldeanlage ../../org.eclipse.set.model.planpro/model/PlanPro.genmodel#//Signalbegriffe_Struktur" operationReflection="true" importOrganizing="true"> TemporaryIntegration.ecore - * A representation of the model object 'Temporary Integration'. - * + * A representation of the model object + * 'Temporary Integration'. * *

    * The following features are supported: *

    *
      - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning Primary Planning}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout Primary Layout}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning Secondary Planning}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout Secondary Layout}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning Composite Planning}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout Compositeyout}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState Comparison Initial State}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState Comparison Final State}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning + * Primary Planning}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename + * Primary Planning Filename}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout + * Primary Layout}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid + * Primary Planning Was Valid}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning + * Secondary Planning}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout + * Secondary Layout}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename + * Secondary Planning Filename}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid + * Secondary Planning Was Valid}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning + * Composite Planning}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout + * Compositeyout}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory + * Integration Directory}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState + * Comparison Initial State}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState + * Comparison Final State}
    • *
    * * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration() @@ -47,10 +59,11 @@ */ public interface TemporaryIntegration extends EObject { /** - * Returns the value of the 'Primary Planning' containment reference. - * - * - * @return the value of the 'Primary Planning' containment reference. + * Returns the value of the 'Primary Planning' containment + * reference. + * + * @return the value of the 'Primary Planning' containment + * reference. * @see #setPrimaryPlanning(PlanPro_Schnittstelle) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanning() * @model containment="true" required="true" @@ -59,19 +72,23 @@ public interface TemporaryIntegration extends EObject { PlanPro_Schnittstelle getPrimaryPlanning(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning Primary Planning}' containment reference. - * - * - * @param value the new value of the 'Primary Planning' containment reference. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning + * Primary Planning}' containment reference. + * + * @param value + * the new value of the 'Primary Planning' containment + * reference. * @see #getPrimaryPlanning() * @generated */ void setPrimaryPlanning(PlanPro_Schnittstelle value); /** - * Returns the value of the 'Primary Planning Filename' attribute. - * - * + * Returns the value of the 'Primary Planning Filename' + * attribute. + * * @return the value of the 'Primary Planning Filename' attribute. * @see #setPrimaryPlanningFilename(String) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanningFilename() @@ -81,19 +98,23 @@ public interface TemporaryIntegration extends EObject { String getPrimaryPlanningFilename(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}' attribute. - * + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename + * Primary Planning Filename}' attribute. * - * @param value the new value of the 'Primary Planning Filename' attribute. + * + * @param value + * the new value of the 'Primary Planning Filename' + * attribute. * @see #getPrimaryPlanningFilename() * @generated */ void setPrimaryPlanningFilename(String value); /** - * Returns the value of the 'Primary Layout' containment reference. - * - * + * Returns the value of the 'Primary Layout' containment + * reference. + * * @return the value of the 'Primary Layout' containment reference. * @see #setPrimaryLayout(PlanPro_Layoutinfo) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryLayout() @@ -103,19 +124,23 @@ public interface TemporaryIntegration extends EObject { PlanPro_Layoutinfo getPrimaryLayout(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout Primary Layout}' containment reference. - * + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout + * Primary Layout}' containment reference. * - * @param value the new value of the 'Primary Layout' containment reference. + * + * @param value + * the new value of the 'Primary Layout' containment + * reference. * @see #getPrimaryLayout() * @generated */ void setPrimaryLayout(PlanPro_Layoutinfo value); /** - * Returns the value of the 'Primary Planning Was Valid' attribute. - * - * + * Returns the value of the 'Primary Planning Was Valid' + * attribute. + * * @return the value of the 'Primary Planning Was Valid' attribute. * @see #setPrimaryPlanningWasValid(boolean) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_PrimaryPlanningWasValid() @@ -125,20 +150,25 @@ public interface TemporaryIntegration extends EObject { boolean isPrimaryPlanningWasValid(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}' attribute. - * + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid + * Primary Planning Was Valid}' attribute. * - * @param value the new value of the 'Primary Planning Was Valid' attribute. + * + * @param value + * the new value of the 'Primary Planning Was Valid' + * attribute. * @see #isPrimaryPlanningWasValid() * @generated */ void setPrimaryPlanningWasValid(boolean value); /** - * Returns the value of the 'Secondary Planning' containment reference. - * - * - * @return the value of the 'Secondary Planning' containment reference. + * Returns the value of the 'Secondary Planning' containment + * reference. + * + * @return the value of the 'Secondary Planning' containment + * reference. * @see #setSecondaryPlanning(PlanPro_Schnittstelle) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryPlanning() * @model containment="true" required="true" @@ -147,20 +177,25 @@ public interface TemporaryIntegration extends EObject { PlanPro_Schnittstelle getSecondaryPlanning(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning Secondary Planning}' containment reference. - * - * - * @param value the new value of the 'Secondary Planning' containment reference. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning + * Secondary Planning}' containment reference. + * + * @param value + * the new value of the 'Secondary Planning' containment + * reference. * @see #getSecondaryPlanning() * @generated */ void setSecondaryPlanning(PlanPro_Schnittstelle value); /** - * Returns the value of the 'Secondary Layout' containment reference. - * - * - * @return the value of the 'Secondary Layout' containment reference. + * Returns the value of the 'Secondary Layout' containment + * reference. + * + * @return the value of the 'Secondary Layout' containment + * reference. * @see #setSecondaryLayout(PlanPro_Layoutinfo) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryLayout() * @model containment="true" @@ -169,20 +204,25 @@ public interface TemporaryIntegration extends EObject { PlanPro_Layoutinfo getSecondaryLayout(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout Secondary Layout}' containment reference. - * - * - * @param value the new value of the 'Secondary Layout' containment reference. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout + * Secondary Layout}' containment reference. + * + * @param value + * the new value of the 'Secondary Layout' containment + * reference. * @see #getSecondaryLayout() * @generated */ void setSecondaryLayout(PlanPro_Layoutinfo value); /** - * Returns the value of the 'Secondary Planning Filename' attribute. - * - * - * @return the value of the 'Secondary Planning Filename' attribute. + * Returns the value of the 'Secondary Planning Filename' + * attribute. + * + * @return the value of the 'Secondary Planning Filename' + * attribute. * @see #setSecondaryPlanningFilename(String) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryPlanningFilename() * @model @@ -191,20 +231,25 @@ public interface TemporaryIntegration extends EObject { String getSecondaryPlanningFilename(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}' attribute. - * + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename + * Secondary Planning Filename}' attribute. * - * @param value the new value of the 'Secondary Planning Filename' attribute. + * + * @param value + * the new value of the 'Secondary Planning Filename' + * attribute. * @see #getSecondaryPlanningFilename() * @generated */ void setSecondaryPlanningFilename(String value); /** - * Returns the value of the 'Secondary Planning Was Valid' attribute. - * - * - * @return the value of the 'Secondary Planning Was Valid' attribute. + * Returns the value of the 'Secondary Planning Was Valid' + * attribute. + * + * @return the value of the 'Secondary Planning Was Valid' + * attribute. * @see #setSecondaryPlanningWasValid(boolean) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_SecondaryPlanningWasValid() * @model @@ -213,20 +258,25 @@ public interface TemporaryIntegration extends EObject { boolean isSecondaryPlanningWasValid(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}' attribute. - * - * - * @param value the new value of the 'Secondary Planning Was Valid' attribute. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid + * Secondary Planning Was Valid}' attribute. + * + * @param value + * the new value of the 'Secondary Planning Was Valid' + * attribute. * @see #isSecondaryPlanningWasValid() * @generated */ void setSecondaryPlanningWasValid(boolean value); /** - * Returns the value of the 'Composite Planning' containment reference. - * - * - * @return the value of the 'Composite Planning' containment reference. + * Returns the value of the 'Composite Planning' containment + * reference. + * + * @return the value of the 'Composite Planning' containment + * reference. * @see #setCompositePlanning(PlanPro_Schnittstelle) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_CompositePlanning() * @model containment="true" required="true" @@ -235,19 +285,23 @@ public interface TemporaryIntegration extends EObject { PlanPro_Schnittstelle getCompositePlanning(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning Composite Planning}' containment reference. - * - * - * @param value the new value of the 'Composite Planning' containment reference. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning + * Composite Planning}' containment reference. + * + * @param value + * the new value of the 'Composite Planning' containment + * reference. * @see #getCompositePlanning() * @generated */ void setCompositePlanning(PlanPro_Schnittstelle value); /** - * Returns the value of the 'Compositeyout' containment reference. - * - * + * Returns the value of the 'Compositeyout' containment + * reference. + * * @return the value of the 'Compositeyout' containment reference. * @see #setCompositeyout(PlanPro_Layoutinfo) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_Compositeyout() @@ -257,19 +311,23 @@ public interface TemporaryIntegration extends EObject { PlanPro_Layoutinfo getCompositeyout(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout Compositeyout}' containment reference. - * + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout + * Compositeyout}' containment reference. * - * @param value the new value of the 'Compositeyout' containment reference. + * + * @param value + * the new value of the 'Compositeyout' containment + * reference. * @see #getCompositeyout() * @generated */ void setCompositeyout(PlanPro_Layoutinfo value); /** - * Returns the value of the 'Integration Directory' attribute. - * - * + * Returns the value of the 'Integration Directory' + * attribute. + * * @return the value of the 'Integration Directory' attribute. * @see #setIntegrationDirectory(String) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_IntegrationDirectory() @@ -279,20 +337,25 @@ public interface TemporaryIntegration extends EObject { String getIntegrationDirectory(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}' attribute. - * - * - * @param value the new value of the 'Integration Directory' attribute. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory + * Integration Directory}' attribute. + * + * @param value + * the new value of the 'Integration Directory' + * attribute. * @see #getIntegrationDirectory() * @generated */ void setIntegrationDirectory(String value); /** - * Returns the value of the 'Comparison Initial State' containment reference. - * - * - * @return the value of the 'Comparison Initial State' containment reference. + * Returns the value of the 'Comparison Initial State' + * containment reference. + * + * @return the value of the 'Comparison Initial State' containment + * reference. * @see #setComparisonInitialState(SComparison) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_ComparisonInitialState() * @model containment="true" @@ -301,20 +364,25 @@ public interface TemporaryIntegration extends EObject { SComparison getComparisonInitialState(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState Comparison Initial State}' containment reference. - * - * - * @param value the new value of the 'Comparison Initial State' containment reference. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState + * Comparison Initial State}' containment reference. + * + * @param value + * the new value of the 'Comparison Initial State' + * containment reference. * @see #getComparisonInitialState() * @generated */ void setComparisonInitialState(SComparison value); /** - * Returns the value of the 'Comparison Final State' containment reference. - * - * - * @return the value of the 'Comparison Final State' containment reference. + * Returns the value of the 'Comparison Final State' + * containment reference. + * + * @return the value of the 'Comparison Final State' containment + * reference. * @see #setComparisonFinalState(SComparison) * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#getTemporaryIntegration_ComparisonFinalState() * @model containment="true" @@ -323,10 +391,14 @@ public interface TemporaryIntegration extends EObject { SComparison getComparisonFinalState(); /** - * Sets the value of the '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState Comparison Final State}' containment reference. - * - * - * @param value the new value of the 'Comparison Final State' containment reference. + * Sets the value of the + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState + * Comparison Final State}' containment reference. + * + * @param value + * the new value of the 'Comparison Final State' + * containment reference. * @see #getComparisonFinalState() * @generated */ diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java index 60dc74299b..5df5256f5b 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationFactory.java @@ -12,38 +12,38 @@ import org.eclipse.emf.ecore.EFactory; /** - * - * The Factory for the model. - * It provides a create method for each non-abstract class of the model. - * + * The Factory for the model. It provides a + * create method for each non-abstract class of the model. + * * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage * @generated */ public interface TemporaryintegrationFactory extends EFactory { /** - * The singleton instance of the factory. - * - * + * The singleton instance of the factory. + * * @generated */ - TemporaryintegrationFactory eINSTANCE = org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationFactoryImpl.init(); + TemporaryintegrationFactory eINSTANCE = org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationFactoryImpl + .init(); /** - * Returns a new object of class 'Temporary Integration'. - * - * + * Returns a new object of class 'Temporary Integration'. + * * @return a new object of class 'Temporary Integration'. * @generated */ TemporaryIntegration createTemporaryIntegration(); /** - * Returns the package supported by this factory. - * + * Returns the package supported by this factory. * + * * @return the package supported by this factory. * @generated */ TemporaryintegrationPackage getTemporaryintegrationPackage(); -} //TemporaryintegrationFactory +} // TemporaryintegrationFactory diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java index b9f79db829..a2676fe20e 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/TemporaryintegrationPackage.java @@ -15,58 +15,58 @@ import org.eclipse.emf.ecore.EReference; /** - * - * The Package for the model. - * It contains accessors for the meta objects to represent + * The Package for the model. It contains + * accessors for the meta objects to represent *
      - *
    • each class,
    • - *
    • each feature of each class,
    • - *
    • each operation of each class,
    • - *
    • each enum,
    • - *
    • and each data type
    • + *
    • each class,
    • + *
    • each feature of each class,
    • + *
    • each operation of each class,
    • + *
    • each enum,
    • + *
    • and each data type
    • *
    * + * * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationFactory * @model kind="package" * @generated */ public interface TemporaryintegrationPackage extends EPackage { /** - * The package name. - * - * + * The package name. + * * @generated */ String eNAME = "temporaryintegration"; /** - * The package namespace URI. - * - * + * The package namespace URI. + * * @generated */ String eNS_URI = "tag:scheidt-bachmann-st.de,2026-03-11:planpro/temporaryintegration/1.10.0.3"; /** - * The package namespace name. - * - * + * The package namespace name. + * * @generated */ String eNS_PREFIX = "ppixml"; /** - * The singleton instance of the package. - * - * + * The singleton instance of the package. + * * @generated */ - TemporaryintegrationPackage eINSTANCE = org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl.init(); + TemporaryintegrationPackage eINSTANCE = org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl + .init(); /** - * The meta object id for the '{@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl Temporary Integration}' class. - * - * + * The meta object id for the + * '{@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl + * Temporary Integration}' class. + * * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getTemporaryIntegration() * @generated @@ -74,90 +74,90 @@ public interface TemporaryintegrationPackage extends EPackage { int TEMPORARY_INTEGRATION = 0; /** - * The feature id for the 'Primary Planning' containment reference. - * - * + * The feature id for the 'Primary Planning' containment + * reference. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__PRIMARY_PLANNING = 0; /** - * The feature id for the 'Primary Planning Filename' attribute. - * - * + * The feature id for the 'Primary Planning Filename' + * attribute. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = 1; /** - * The feature id for the 'Primary Layout' containment reference. - * - * + * The feature id for the 'Primary Layout' containment + * reference. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__PRIMARY_LAYOUT = 2; /** - * The feature id for the 'Primary Planning Was Valid' attribute. - * - * + * The feature id for the 'Primary Planning Was Valid' + * attribute. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = 3; /** - * The feature id for the 'Secondary Planning' containment reference. - * - * + * The feature id for the 'Secondary Planning' containment + * reference. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__SECONDARY_PLANNING = 4; /** - * The feature id for the 'Secondary Layout' containment reference. - * - * + * The feature id for the 'Secondary Layout' containment + * reference. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__SECONDARY_LAYOUT = 5; /** - * The feature id for the 'Secondary Planning Filename' attribute. - * - * + * The feature id for the 'Secondary Planning Filename' + * attribute. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = 6; /** - * The feature id for the 'Secondary Planning Was Valid' attribute. - * - * + * The feature id for the 'Secondary Planning Was Valid' + * attribute. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = 7; /** - * The feature id for the 'Composite Planning' containment reference. - * - * + * The feature id for the 'Composite Planning' containment + * reference. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = 8; /** - * The feature id for the 'Compositeyout' containment reference. - * - * + * The feature id for the 'Compositeyout' containment + * reference. + * * @generated * @ordered */ @@ -165,35 +165,35 @@ public interface TemporaryintegrationPackage extends EPackage { /** * The feature id for the 'Integration Directory' attribute. - * - * + * + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = 10; /** - * The feature id for the 'Comparison Initial State' containment reference. - * - * + * The feature id for the 'Comparison Initial State' + * containment reference. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = 11; /** - * The feature id for the 'Comparison Final State' containment reference. - * - * + * The feature id for the 'Comparison Final State' + * containment reference. + * * @generated * @ordered */ int TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = 12; /** - * The number of structural features of the 'Temporary Integration' class. - * - * + * The number of structural features of the 'Temporary Integration' + * class. + * * @generated * @ordered */ @@ -201,18 +201,19 @@ public interface TemporaryintegrationPackage extends EPackage { /** * The number of operations of the 'Temporary Integration' class. - * - * + * + * * @generated * @ordered */ int TEMPORARY_INTEGRATION_OPERATION_COUNT = 0; - /** - * Returns the meta object for class '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration Temporary Integration}'. - * - * + * Returns the meta object for class + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration + * Temporary Integration}'. + * * @return the meta object for class 'Temporary Integration'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration * @generated @@ -220,10 +221,13 @@ public interface TemporaryintegrationPackage extends EPackage { EClass getTemporaryIntegration(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning Primary Planning}'. - * - * - * @return the meta object for the containment reference 'Primary Planning'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning + * Primary Planning}'. + * + * @return the meta object for the containment reference 'Primary + * Planning'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanning() * @see #getTemporaryIntegration() * @generated @@ -231,10 +235,13 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_PrimaryPlanning(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename Primary Planning Filename}'. - * - * - * @return the meta object for the attribute 'Primary Planning Filename'. + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename + * Primary Planning Filename}'. + * + * @return the meta object for the attribute 'Primary Planning + * Filename'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryPlanningFilename() * @see #getTemporaryIntegration() * @generated @@ -242,10 +249,12 @@ public interface TemporaryintegrationPackage extends EPackage { EAttribute getTemporaryIntegration_PrimaryPlanningFilename(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout Primary Layout}'. - * - * - * @return the meta object for the containment reference 'Primary Layout'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout + * Primary Layout}'. + * + * @return the meta object for the containment reference 'Primary + * Layout'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getPrimaryLayout() * @see #getTemporaryIntegration() * @generated @@ -253,10 +262,13 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_PrimaryLayout(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid Primary Planning Was Valid}'. - * - * - * @return the meta object for the attribute 'Primary Planning Was Valid'. + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid + * Primary Planning Was Valid}'. + * + * @return the meta object for the attribute 'Primary Planning Was + * Valid'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isPrimaryPlanningWasValid() * @see #getTemporaryIntegration() * @generated @@ -264,10 +276,13 @@ public interface TemporaryintegrationPackage extends EPackage { EAttribute getTemporaryIntegration_PrimaryPlanningWasValid(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning Secondary Planning}'. - * - * - * @return the meta object for the containment reference 'Secondary Planning'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning + * Secondary Planning}'. + * + * @return the meta object for the containment reference 'Secondary + * Planning'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanning() * @see #getTemporaryIntegration() * @generated @@ -275,10 +290,13 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_SecondaryPlanning(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout Secondary Layout}'. - * - * - * @return the meta object for the containment reference 'Secondary Layout'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout + * Secondary Layout}'. + * + * @return the meta object for the containment reference 'Secondary + * Layout'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryLayout() * @see #getTemporaryIntegration() * @generated @@ -286,10 +304,13 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_SecondaryLayout(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename Secondary Planning Filename}'. - * - * - * @return the meta object for the attribute 'Secondary Planning Filename'. + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename + * Secondary Planning Filename}'. + * + * @return the meta object for the attribute 'Secondary Planning + * Filename'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getSecondaryPlanningFilename() * @see #getTemporaryIntegration() * @generated @@ -297,10 +318,13 @@ public interface TemporaryintegrationPackage extends EPackage { EAttribute getTemporaryIntegration_SecondaryPlanningFilename(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid Secondary Planning Was Valid}'. - * - * - * @return the meta object for the attribute 'Secondary Planning Was Valid'. + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid + * Secondary Planning Was Valid}'. + * + * @return the meta object for the attribute 'Secondary Planning Was + * Valid'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#isSecondaryPlanningWasValid() * @see #getTemporaryIntegration() * @generated @@ -308,10 +332,13 @@ public interface TemporaryintegrationPackage extends EPackage { EAttribute getTemporaryIntegration_SecondaryPlanningWasValid(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning Composite Planning}'. - * - * - * @return the meta object for the containment reference 'Composite Planning'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning + * Composite Planning}'. + * + * @return the meta object for the containment reference 'Composite + * Planning'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositePlanning() * @see #getTemporaryIntegration() * @generated @@ -319,10 +346,12 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_CompositePlanning(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout Compositeyout}'. - * - * - * @return the meta object for the containment reference 'Compositeyout'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout + * Compositeyout}'. + * + * @return the meta object for the containment reference + * 'Compositeyout'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getCompositeyout() * @see #getTemporaryIntegration() * @generated @@ -330,10 +359,13 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_Compositeyout(); /** - * Returns the meta object for the attribute '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory Integration Directory}'. - * - * - * @return the meta object for the attribute 'Integration Directory'. + * Returns the meta object for the attribute + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory + * Integration Directory}'. + * + * @return the meta object for the attribute 'Integration + * Directory'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getIntegrationDirectory() * @see #getTemporaryIntegration() * @generated @@ -341,10 +373,13 @@ public interface TemporaryintegrationPackage extends EPackage { EAttribute getTemporaryIntegration_IntegrationDirectory(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState Comparison Initial State}'. - * - * - * @return the meta object for the containment reference 'Comparison Initial State'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState + * Comparison Initial State}'. + * + * @return the meta object for the containment reference 'Comparison + * Initial State'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonInitialState() * @see #getTemporaryIntegration() * @generated @@ -352,10 +387,13 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_ComparisonInitialState(); /** - * Returns the meta object for the containment reference '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState Comparison Final State}'. - * - * - * @return the meta object for the containment reference 'Comparison Final State'. + * Returns the meta object for the containment reference + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState + * Comparison Final State}'. + * + * @return the meta object for the containment reference 'Comparison + * Final State'. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration#getComparisonFinalState() * @see #getTemporaryIntegration() * @generated @@ -363,32 +401,35 @@ public interface TemporaryintegrationPackage extends EPackage { EReference getTemporaryIntegration_ComparisonFinalState(); /** - * Returns the factory that creates the instances of the model. - * - * + * Returns the factory that creates the instances of the model. + * * @return the factory that creates the instances of the model. * @generated */ TemporaryintegrationFactory getTemporaryintegrationFactory(); /** - * - * Defines literals for the meta objects that represent + * Defines literals for the meta objects that + * represent *
      - *
    • each class,
    • - *
    • each feature of each class,
    • - *
    • each operation of each class,
    • - *
    • each enum,
    • - *
    • and each data type
    • + *
    • each class,
    • + *
    • each feature of each class,
    • + *
    • each operation of each class,
    • + *
    • each enum,
    • + *
    • and each data type
    • *
    * + * * @generated */ interface Literals { /** - * The meta object literal for the '{@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl Temporary Integration}' class. - * - * + * The meta object literal for the + * '{@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl + * Temporary Integration}' class. + * * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl * @see org.eclipse.set.model.temporaryintegration.impl.TemporaryintegrationPackageImpl#getTemporaryIntegration() * @generated @@ -396,109 +437,135 @@ interface Literals { EClass TEMPORARY_INTEGRATION = eINSTANCE.getTemporaryIntegration(); /** - * The meta object literal for the 'Primary Planning' containment reference feature. - * - * + * The meta object literal for the 'Primary Planning' + * containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__PRIMARY_PLANNING = eINSTANCE.getTemporaryIntegration_PrimaryPlanning(); + EReference TEMPORARY_INTEGRATION__PRIMARY_PLANNING = eINSTANCE + .getTemporaryIntegration_PrimaryPlanning(); /** - * The meta object literal for the 'Primary Planning Filename' attribute feature. - * - * + * The meta object literal for the 'Primary Planning + * Filename' attribute feature. + * * @generated */ - EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = eINSTANCE.getTemporaryIntegration_PrimaryPlanningFilename(); + EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME = eINSTANCE + .getTemporaryIntegration_PrimaryPlanningFilename(); /** - * The meta object literal for the 'Primary Layout' containment reference feature. - * - * + * The meta object literal for the 'Primary Layout' + * containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__PRIMARY_LAYOUT = eINSTANCE.getTemporaryIntegration_PrimaryLayout(); + EReference TEMPORARY_INTEGRATION__PRIMARY_LAYOUT = eINSTANCE + .getTemporaryIntegration_PrimaryLayout(); /** - * The meta object literal for the 'Primary Planning Was Valid' attribute feature. - * - * + * The meta object literal for the 'Primary Planning Was + * Valid' attribute feature. + * * @generated */ - EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_PrimaryPlanningWasValid(); + EAttribute TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID = eINSTANCE + .getTemporaryIntegration_PrimaryPlanningWasValid(); /** - * The meta object literal for the 'Secondary Planning' containment reference feature. - * - * + * The meta object literal for the 'Secondary Planning' + * containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__SECONDARY_PLANNING = eINSTANCE.getTemporaryIntegration_SecondaryPlanning(); + EReference TEMPORARY_INTEGRATION__SECONDARY_PLANNING = eINSTANCE + .getTemporaryIntegration_SecondaryPlanning(); /** - * The meta object literal for the 'Secondary Layout' containment reference feature. - * - * + * The meta object literal for the 'Secondary Layout' + * containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__SECONDARY_LAYOUT = eINSTANCE.getTemporaryIntegration_SecondaryLayout(); + EReference TEMPORARY_INTEGRATION__SECONDARY_LAYOUT = eINSTANCE + .getTemporaryIntegration_SecondaryLayout(); /** - * The meta object literal for the 'Secondary Planning Filename' attribute feature. - * - * + * The meta object literal for the 'Secondary Planning + * Filename' attribute feature. + * * @generated */ - EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = eINSTANCE.getTemporaryIntegration_SecondaryPlanningFilename(); + EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME = eINSTANCE + .getTemporaryIntegration_SecondaryPlanningFilename(); /** - * The meta object literal for the 'Secondary Planning Was Valid' attribute feature. - * - * + * The meta object literal for the 'Secondary Planning Was + * Valid' attribute feature. + * * @generated */ - EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = eINSTANCE.getTemporaryIntegration_SecondaryPlanningWasValid(); + EAttribute TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID = eINSTANCE + .getTemporaryIntegration_SecondaryPlanningWasValid(); /** - * The meta object literal for the 'Composite Planning' containment reference feature. - * - * + * The meta object literal for the 'Composite Planning' + * containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = eINSTANCE.getTemporaryIntegration_CompositePlanning(); + EReference TEMPORARY_INTEGRATION__COMPOSITE_PLANNING = eINSTANCE + .getTemporaryIntegration_CompositePlanning(); /** - * The meta object literal for the 'Compositeyout' containment reference feature. - * - * + * The meta object literal for the 'Compositeyout' + * containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__COMPOSITEYOUT = eINSTANCE.getTemporaryIntegration_Compositeyout(); + EReference TEMPORARY_INTEGRATION__COMPOSITEYOUT = eINSTANCE + .getTemporaryIntegration_Compositeyout(); /** - * The meta object literal for the 'Integration Directory' attribute feature. - * - * + * The meta object literal for the 'Integration + * Directory' attribute feature. + * * @generated */ - EAttribute TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = eINSTANCE.getTemporaryIntegration_IntegrationDirectory(); + EAttribute TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY = eINSTANCE + .getTemporaryIntegration_IntegrationDirectory(); /** - * The meta object literal for the 'Comparison Initial State' containment reference feature. - * - * + * The meta object literal for the 'Comparison Initial + * State' containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonInitialState(); + EReference TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE = eINSTANCE + .getTemporaryIntegration_ComparisonInitialState(); /** - * The meta object literal for the 'Comparison Final State' containment reference feature. - * - * + * The meta object literal for the 'Comparison Final + * State' containment reference feature. + * * @generated */ - EReference TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = eINSTANCE.getTemporaryIntegration_ComparisonFinalState(); + EReference TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE = eINSTANCE + .getTemporaryIntegration_ComparisonFinalState(); } -} //TemporaryintegrationPackage +} // TemporaryintegrationPackage diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java index c71ad26cce..7e7f1256ef 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryIntegrationImpl.java @@ -28,35 +28,49 @@ import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; /** - * - * An implementation of the model object 'Temporary Integration'. - * + * An implementation of the model object + * 'Temporary Integration'. *

    * The following features are implemented: *

    *
      - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanning Primary Planning}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanningFilename Primary Planning Filename}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryLayout Primary Layout}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isPrimaryPlanningWasValid Primary Planning Was Valid}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanning Secondary Planning}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryLayout Secondary Layout}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanningFilename Secondary Planning Filename}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isSecondaryPlanningWasValid Secondary Planning Was Valid}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getCompositePlanning Composite Planning}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getCompositeyout Compositeyout}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getIntegrationDirectory Integration Directory}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonInitialState Comparison Initial State}
    • - *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonFinalState Comparison Final State}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanning + * Primary Planning}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryPlanningFilename + * Primary Planning Filename}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getPrimaryLayout + * Primary Layout}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isPrimaryPlanningWasValid + * Primary Planning Was Valid}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanning + * Secondary Planning}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryLayout + * Secondary Layout}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getSecondaryPlanningFilename + * Secondary Planning Filename}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#isSecondaryPlanningWasValid + * Secondary Planning Was Valid}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getCompositePlanning + * Composite Planning}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getCompositeyout + * Compositeyout}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getIntegrationDirectory + * Integration Directory}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonInitialState + * Comparison Initial State}
    • + *
    • {@link org.eclipse.set.model.temporaryintegration.impl.TemporaryIntegrationImpl#getComparisonFinalState + * Comparison Final State}
    • *
    * * @generated */ -public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container implements TemporaryIntegration { +public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container + implements TemporaryIntegration { /** - * The cached value of the '{@link #getPrimaryPlanning() Primary Planning}' containment reference. - * - * + * The cached value of the '{@link #getPrimaryPlanning() Primary + * Planning}' containment reference. + * * @see #getPrimaryPlanning() * @generated * @ordered @@ -64,9 +78,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected PlanPro_Schnittstelle primaryPlanning; /** - * The default value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. - * + * The default value of the '{@link #getPrimaryPlanningFilename() + * Primary Planning Filename}' attribute. * + * * @see #getPrimaryPlanningFilename() * @generated * @ordered @@ -74,9 +89,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected static final String PRIMARY_PLANNING_FILENAME_EDEFAULT = null; /** - * The cached value of the '{@link #getPrimaryPlanningFilename() Primary Planning Filename}' attribute. - * - * + * The cached value of the '{@link #getPrimaryPlanningFilename() Primary + * Planning Filename}' attribute. + * * @see #getPrimaryPlanningFilename() * @generated * @ordered @@ -84,9 +100,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected String primaryPlanningFilename = PRIMARY_PLANNING_FILENAME_EDEFAULT; /** - * The cached value of the '{@link #getPrimaryLayout() Primary Layout}' containment reference. - * - * + * The cached value of the '{@link #getPrimaryLayout() Primary + * Layout}' containment reference. + * * @see #getPrimaryLayout() * @generated * @ordered @@ -94,9 +111,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected PlanPro_Layoutinfo primaryLayout; /** - * The default value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. - * - * + * The default value of the '{@link #isPrimaryPlanningWasValid() Primary + * Planning Was Valid}' attribute. + * * @see #isPrimaryPlanningWasValid() * @generated * @ordered @@ -104,9 +122,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected static final boolean PRIMARY_PLANNING_WAS_VALID_EDEFAULT = false; /** - * The cached value of the '{@link #isPrimaryPlanningWasValid() Primary Planning Was Valid}' attribute. - * - * + * The cached value of the '{@link #isPrimaryPlanningWasValid() Primary + * Planning Was Valid}' attribute. + * * @see #isPrimaryPlanningWasValid() * @generated * @ordered @@ -114,9 +133,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected boolean primaryPlanningWasValid = PRIMARY_PLANNING_WAS_VALID_EDEFAULT; /** - * The cached value of the '{@link #getSecondaryPlanning() Secondary Planning}' containment reference. - * - * + * The cached value of the '{@link #getSecondaryPlanning() Secondary + * Planning}' containment reference. + * * @see #getSecondaryPlanning() * @generated * @ordered @@ -124,9 +144,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected PlanPro_Schnittstelle secondaryPlanning; /** - * The cached value of the '{@link #getSecondaryLayout() Secondary Layout}' containment reference. - * - * + * The cached value of the '{@link #getSecondaryLayout() Secondary + * Layout}' containment reference. + * * @see #getSecondaryLayout() * @generated * @ordered @@ -134,9 +155,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected PlanPro_Layoutinfo secondaryLayout; /** - * The default value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. - * + * The default value of the '{@link #getSecondaryPlanningFilename() + * Secondary Planning Filename}' attribute. * + * * @see #getSecondaryPlanningFilename() * @generated * @ordered @@ -144,9 +166,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected static final String SECONDARY_PLANNING_FILENAME_EDEFAULT = null; /** - * The cached value of the '{@link #getSecondaryPlanningFilename() Secondary Planning Filename}' attribute. - * + * The cached value of the '{@link #getSecondaryPlanningFilename() + * Secondary Planning Filename}' attribute. * + * * @see #getSecondaryPlanningFilename() * @generated * @ordered @@ -154,9 +177,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected String secondaryPlanningFilename = SECONDARY_PLANNING_FILENAME_EDEFAULT; /** - * The default value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. - * - * + * The default value of the '{@link #isSecondaryPlanningWasValid() + * Secondary Planning Was Valid}' attribute. + * * @see #isSecondaryPlanningWasValid() * @generated * @ordered @@ -164,9 +188,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected static final boolean SECONDARY_PLANNING_WAS_VALID_EDEFAULT = false; /** - * The cached value of the '{@link #isSecondaryPlanningWasValid() Secondary Planning Was Valid}' attribute. - * - * + * The cached value of the '{@link #isSecondaryPlanningWasValid() + * Secondary Planning Was Valid}' attribute. + * * @see #isSecondaryPlanningWasValid() * @generated * @ordered @@ -174,9 +199,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected boolean secondaryPlanningWasValid = SECONDARY_PLANNING_WAS_VALID_EDEFAULT; /** - * The cached value of the '{@link #getCompositePlanning() Composite Planning}' containment reference. - * - * + * The cached value of the '{@link #getCompositePlanning() Composite + * Planning}' containment reference. + * * @see #getCompositePlanning() * @generated * @ordered @@ -184,9 +210,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected PlanPro_Schnittstelle compositePlanning; /** - * The cached value of the '{@link #getCompositeyout() Compositeyout}' containment reference. - * + * The cached value of the '{@link #getCompositeyout() + * Compositeyout}' containment reference. * + * * @see #getCompositeyout() * @generated * @ordered @@ -194,9 +221,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected PlanPro_Layoutinfo compositeyout; /** - * The default value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. - * - * + * The default value of the '{@link #getIntegrationDirectory() + * Integration Directory}' attribute. + * * @see #getIntegrationDirectory() * @generated * @ordered @@ -204,9 +232,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected static final String INTEGRATION_DIRECTORY_EDEFAULT = null; /** - * The cached value of the '{@link #getIntegrationDirectory() Integration Directory}' attribute. - * - * + * The cached value of the '{@link #getIntegrationDirectory() + * Integration Directory}' attribute. + * * @see #getIntegrationDirectory() * @generated * @ordered @@ -214,9 +243,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected String integrationDirectory = INTEGRATION_DIRECTORY_EDEFAULT; /** - * The cached value of the '{@link #getComparisonInitialState() Comparison Initial State}' containment reference. - * - * + * The cached value of the '{@link #getComparisonInitialState() + * Comparison Initial State}' containment reference. + * * @see #getComparisonInitialState() * @generated * @ordered @@ -224,9 +254,10 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected SComparison comparisonInitialState; /** - * The cached value of the '{@link #getComparisonFinalState() Comparison Final State}' containment reference. - * - * + * The cached value of the '{@link #getComparisonFinalState() Comparison + * Final State}' containment reference. + * * @see #getComparisonFinalState() * @generated * @ordered @@ -234,8 +265,8 @@ public class TemporaryIntegrationImpl extends MinimalEObjectImpl.Container imple protected SComparison comparisonFinalState; /** - * - * + * + * * @generated */ protected TemporaryIntegrationImpl() { @@ -243,8 +274,8 @@ protected TemporaryIntegrationImpl() { } /** - * - * + * + * * @generated */ @Override @@ -253,8 +284,8 @@ protected EClass eStaticClass() { } /** - * - * + * + * * @generated */ @Override @@ -263,23 +294,30 @@ public PlanPro_Schnittstelle getPrimaryPlanning() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning, NotificationChain msgs) { + public NotificationChain basicSetPrimaryPlanning( + PlanPro_Schnittstelle newPrimaryPlanning, NotificationChain msgs) { PlanPro_Schnittstelle oldPrimaryPlanning = primaryPlanning; primaryPlanning = newPrimaryPlanning; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, oldPrimaryPlanning, newPrimaryPlanning); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, + oldPrimaryPlanning, newPrimaryPlanning); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override @@ -287,19 +325,27 @@ public void setPrimaryPlanning(PlanPro_Schnittstelle newPrimaryPlanning) { if (newPrimaryPlanning != primaryPlanning) { NotificationChain msgs = null; if (primaryPlanning != null) - msgs = ((InternalEObject)primaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); + msgs = ((InternalEObject) primaryPlanning).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, + null, msgs); if (newPrimaryPlanning != null) - msgs = ((InternalEObject)newPrimaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, null, msgs); + msgs = ((InternalEObject) newPrimaryPlanning).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, + null, msgs); msgs = basicSetPrimaryPlanning(newPrimaryPlanning, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, newPrimaryPlanning, newPrimaryPlanning)); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING, + newPrimaryPlanning, newPrimaryPlanning)); } /** - * - * + * + * * @generated */ @Override @@ -308,8 +354,8 @@ public String getPrimaryPlanningFilename() { } /** - * - * + * + * * @generated */ @Override @@ -317,12 +363,14 @@ public void setPrimaryPlanningFilename(String newPrimaryPlanningFilename) { String oldPrimaryPlanningFilename = primaryPlanningFilename; primaryPlanningFilename = newPrimaryPlanningFilename; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, oldPrimaryPlanningFilename, primaryPlanningFilename)); + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME, + oldPrimaryPlanningFilename, primaryPlanningFilename)); } /** - * - * + * + * * @generated */ @Override @@ -331,23 +379,30 @@ public PlanPro_Layoutinfo getPrimaryLayout() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetPrimaryLayout(PlanPro_Layoutinfo newPrimaryLayout, NotificationChain msgs) { + public NotificationChain basicSetPrimaryLayout( + PlanPro_Layoutinfo newPrimaryLayout, NotificationChain msgs) { PlanPro_Layoutinfo oldPrimaryLayout = primaryLayout; primaryLayout = newPrimaryLayout; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, oldPrimaryLayout, newPrimaryLayout); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, + oldPrimaryLayout, newPrimaryLayout); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override @@ -355,19 +410,27 @@ public void setPrimaryLayout(PlanPro_Layoutinfo newPrimaryLayout) { if (newPrimaryLayout != primaryLayout) { NotificationChain msgs = null; if (primaryLayout != null) - msgs = ((InternalEObject)primaryLayout).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, null, msgs); + msgs = ((InternalEObject) primaryLayout).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, + null, msgs); if (newPrimaryLayout != null) - msgs = ((InternalEObject)newPrimaryLayout).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, null, msgs); + msgs = ((InternalEObject) newPrimaryLayout).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, + null, msgs); msgs = basicSetPrimaryLayout(newPrimaryLayout, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, newPrimaryLayout, newPrimaryLayout)); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT, + newPrimaryLayout, newPrimaryLayout)); } /** - * - * + * + * * @generated */ @Override @@ -376,8 +439,8 @@ public boolean isPrimaryPlanningWasValid() { } /** - * - * + * + * * @generated */ @Override @@ -385,12 +448,14 @@ public void setPrimaryPlanningWasValid(boolean newPrimaryPlanningWasValid) { boolean oldPrimaryPlanningWasValid = primaryPlanningWasValid; primaryPlanningWasValid = newPrimaryPlanningWasValid; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, oldPrimaryPlanningWasValid, primaryPlanningWasValid)); + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID, + oldPrimaryPlanningWasValid, primaryPlanningWasValid)); } /** - * - * + * + * * @generated */ @Override @@ -399,43 +464,62 @@ public PlanPro_Schnittstelle getSecondaryPlanning() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning, NotificationChain msgs) { + public NotificationChain basicSetSecondaryPlanning( + PlanPro_Schnittstelle newSecondaryPlanning, + NotificationChain msgs) { PlanPro_Schnittstelle oldSecondaryPlanning = secondaryPlanning; secondaryPlanning = newSecondaryPlanning; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, oldSecondaryPlanning, newSecondaryPlanning); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, + oldSecondaryPlanning, newSecondaryPlanning); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override - public void setSecondaryPlanning(PlanPro_Schnittstelle newSecondaryPlanning) { + public void setSecondaryPlanning( + PlanPro_Schnittstelle newSecondaryPlanning) { if (newSecondaryPlanning != secondaryPlanning) { NotificationChain msgs = null; if (secondaryPlanning != null) - msgs = ((InternalEObject)secondaryPlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); + msgs = ((InternalEObject) secondaryPlanning).eInverseRemove( + this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, + null, msgs); if (newSecondaryPlanning != null) - msgs = ((InternalEObject)newSecondaryPlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, null, msgs); + msgs = ((InternalEObject) newSecondaryPlanning).eInverseAdd( + this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, + null, msgs); msgs = basicSetSecondaryPlanning(newSecondaryPlanning, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, newSecondaryPlanning, newSecondaryPlanning)); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING, + newSecondaryPlanning, newSecondaryPlanning)); } /** - * - * + * + * * @generated */ @Override @@ -444,23 +528,30 @@ public PlanPro_Layoutinfo getSecondaryLayout() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetSecondaryLayout(PlanPro_Layoutinfo newSecondaryLayout, NotificationChain msgs) { + public NotificationChain basicSetSecondaryLayout( + PlanPro_Layoutinfo newSecondaryLayout, NotificationChain msgs) { PlanPro_Layoutinfo oldSecondaryLayout = secondaryLayout; secondaryLayout = newSecondaryLayout; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, oldSecondaryLayout, newSecondaryLayout); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, + oldSecondaryLayout, newSecondaryLayout); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override @@ -468,19 +559,27 @@ public void setSecondaryLayout(PlanPro_Layoutinfo newSecondaryLayout) { if (newSecondaryLayout != secondaryLayout) { NotificationChain msgs = null; if (secondaryLayout != null) - msgs = ((InternalEObject)secondaryLayout).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, null, msgs); + msgs = ((InternalEObject) secondaryLayout).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, + null, msgs); if (newSecondaryLayout != null) - msgs = ((InternalEObject)newSecondaryLayout).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, null, msgs); + msgs = ((InternalEObject) newSecondaryLayout).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, + null, msgs); msgs = basicSetSecondaryLayout(newSecondaryLayout, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, newSecondaryLayout, newSecondaryLayout)); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT, + newSecondaryLayout, newSecondaryLayout)); } /** - * - * + * + * * @generated */ @Override @@ -489,21 +588,24 @@ public String getSecondaryPlanningFilename() { } /** - * - * + * + * * @generated */ @Override - public void setSecondaryPlanningFilename(String newSecondaryPlanningFilename) { + public void setSecondaryPlanningFilename( + String newSecondaryPlanningFilename) { String oldSecondaryPlanningFilename = secondaryPlanningFilename; secondaryPlanningFilename = newSecondaryPlanningFilename; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, oldSecondaryPlanningFilename, secondaryPlanningFilename)); + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME, + oldSecondaryPlanningFilename, secondaryPlanningFilename)); } /** - * - * + * + * * @generated */ @Override @@ -512,21 +614,24 @@ public boolean isSecondaryPlanningWasValid() { } /** - * - * + * + * * @generated */ @Override - public void setSecondaryPlanningWasValid(boolean newSecondaryPlanningWasValid) { + public void setSecondaryPlanningWasValid( + boolean newSecondaryPlanningWasValid) { boolean oldSecondaryPlanningWasValid = secondaryPlanningWasValid; secondaryPlanningWasValid = newSecondaryPlanningWasValid; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, oldSecondaryPlanningWasValid, secondaryPlanningWasValid)); + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID, + oldSecondaryPlanningWasValid, secondaryPlanningWasValid)); } /** - * - * + * + * * @generated */ @Override @@ -535,43 +640,62 @@ public PlanPro_Schnittstelle getCompositePlanning() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetCompositePlanning(PlanPro_Schnittstelle newCompositePlanning, NotificationChain msgs) { + public NotificationChain basicSetCompositePlanning( + PlanPro_Schnittstelle newCompositePlanning, + NotificationChain msgs) { PlanPro_Schnittstelle oldCompositePlanning = compositePlanning; compositePlanning = newCompositePlanning; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, oldCompositePlanning, newCompositePlanning); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, + oldCompositePlanning, newCompositePlanning); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override - public void setCompositePlanning(PlanPro_Schnittstelle newCompositePlanning) { + public void setCompositePlanning( + PlanPro_Schnittstelle newCompositePlanning) { if (newCompositePlanning != compositePlanning) { NotificationChain msgs = null; if (compositePlanning != null) - msgs = ((InternalEObject)compositePlanning).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); + msgs = ((InternalEObject) compositePlanning).eInverseRemove( + this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, + null, msgs); if (newCompositePlanning != null) - msgs = ((InternalEObject)newCompositePlanning).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, null, msgs); + msgs = ((InternalEObject) newCompositePlanning).eInverseAdd( + this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, + null, msgs); msgs = basicSetCompositePlanning(newCompositePlanning, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, newCompositePlanning, newCompositePlanning)); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING, + newCompositePlanning, newCompositePlanning)); } /** - * - * + * + * * @generated */ @Override @@ -580,23 +704,30 @@ public PlanPro_Layoutinfo getCompositeyout() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetCompositeyout(PlanPro_Layoutinfo newCompositeyout, NotificationChain msgs) { + public NotificationChain basicSetCompositeyout( + PlanPro_Layoutinfo newCompositeyout, NotificationChain msgs) { PlanPro_Layoutinfo oldCompositeyout = compositeyout; compositeyout = newCompositeyout; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, oldCompositeyout, newCompositeyout); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, + oldCompositeyout, newCompositeyout); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override @@ -604,19 +735,27 @@ public void setCompositeyout(PlanPro_Layoutinfo newCompositeyout) { if (newCompositeyout != compositeyout) { NotificationChain msgs = null; if (compositeyout != null) - msgs = ((InternalEObject)compositeyout).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, null, msgs); + msgs = ((InternalEObject) compositeyout).eInverseRemove(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, + null, msgs); if (newCompositeyout != null) - msgs = ((InternalEObject)newCompositeyout).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, null, msgs); + msgs = ((InternalEObject) newCompositeyout).eInverseAdd(this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, + null, msgs); msgs = basicSetCompositeyout(newCompositeyout, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, newCompositeyout, newCompositeyout)); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT, + newCompositeyout, newCompositeyout)); } /** - * - * + * + * * @generated */ @Override @@ -625,8 +764,8 @@ public String getIntegrationDirectory() { } /** - * - * + * + * * @generated */ @Override @@ -634,12 +773,14 @@ public void setIntegrationDirectory(String newIntegrationDirectory) { String oldIntegrationDirectory = integrationDirectory; integrationDirectory = newIntegrationDirectory; if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, oldIntegrationDirectory, integrationDirectory)); + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY, + oldIntegrationDirectory, integrationDirectory)); } /** - * - * + * + * * @generated */ @Override @@ -648,43 +789,60 @@ public SComparison getComparisonInitialState() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetComparisonInitialState(SComparison newComparisonInitialState, NotificationChain msgs) { + public NotificationChain basicSetComparisonInitialState( + SComparison newComparisonInitialState, NotificationChain msgs) { SComparison oldComparisonInitialState = comparisonInitialState; comparisonInitialState = newComparisonInitialState; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, oldComparisonInitialState, newComparisonInitialState); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, + oldComparisonInitialState, newComparisonInitialState); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override - public void setComparisonInitialState(SComparison newComparisonInitialState) { + public void setComparisonInitialState( + SComparison newComparisonInitialState) { if (newComparisonInitialState != comparisonInitialState) { NotificationChain msgs = null; if (comparisonInitialState != null) - msgs = ((InternalEObject)comparisonInitialState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); + msgs = ((InternalEObject) comparisonInitialState) + .eInverseRemove(this, EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, + null, msgs); if (newComparisonInitialState != null) - msgs = ((InternalEObject)newComparisonInitialState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, null, msgs); - msgs = basicSetComparisonInitialState(newComparisonInitialState, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, newComparisonInitialState, newComparisonInitialState)); + msgs = ((InternalEObject) newComparisonInitialState) + .eInverseAdd(this, EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, + null, msgs); + msgs = basicSetComparisonInitialState(newComparisonInitialState, + msgs); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE, + newComparisonInitialState, newComparisonInitialState)); } /** - * - * + * + * * @generated */ @Override @@ -693,23 +851,30 @@ public SComparison getComparisonFinalState() { } /** - * - * + * + * * @generated */ - public NotificationChain basicSetComparisonFinalState(SComparison newComparisonFinalState, NotificationChain msgs) { + public NotificationChain basicSetComparisonFinalState( + SComparison newComparisonFinalState, NotificationChain msgs) { SComparison oldComparisonFinalState = comparisonFinalState; comparisonFinalState = newComparisonFinalState; if (eNotificationRequired()) { - ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, oldComparisonFinalState, newComparisonFinalState); - if (msgs == null) msgs = notification; else msgs.add(notification); + ENotificationImpl notification = new ENotificationImpl(this, + Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, + oldComparisonFinalState, newComparisonFinalState); + if (msgs == null) + msgs = notification; + else + msgs.add(notification); } return msgs; } /** - * - * + * + * * @generated */ @Override @@ -717,23 +882,34 @@ public void setComparisonFinalState(SComparison newComparisonFinalState) { if (newComparisonFinalState != comparisonFinalState) { NotificationChain msgs = null; if (comparisonFinalState != null) - msgs = ((InternalEObject)comparisonFinalState).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); + msgs = ((InternalEObject) comparisonFinalState).eInverseRemove( + this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, + null, msgs); if (newComparisonFinalState != null) - msgs = ((InternalEObject)newComparisonFinalState).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, null, msgs); + msgs = ((InternalEObject) newComparisonFinalState).eInverseAdd( + this, + EOPPOSITE_FEATURE_BASE + - TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, + null, msgs); msgs = basicSetComparisonFinalState(newComparisonFinalState, msgs); - if (msgs != null) msgs.dispatch(); - } - else if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, newComparisonFinalState, newComparisonFinalState)); + if (msgs != null) + msgs.dispatch(); + } else if (eNotificationRequired()) + eNotify(new ENotificationImpl(this, Notification.SET, + TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE, + newComparisonFinalState, newComparisonFinalState)); } /** - * - * + * + * * @generated */ @Override - public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { + public NotificationChain eInverseRemove(InternalEObject otherEnd, + int featureID, NotificationChain msgs) { switch (featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: return basicSetPrimaryPlanning(null, msgs); @@ -756,8 +932,8 @@ public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, } /** - * - * + * + * * @generated */ @Override @@ -794,110 +970,112 @@ public Object eGet(int featureID, boolean resolve, boolean coreType) { } /** - * - * + * + * * @generated */ @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - setPrimaryPlanning((PlanPro_Schnittstelle)newValue); + setPrimaryPlanning((PlanPro_Schnittstelle) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: - setPrimaryPlanningFilename((String)newValue); + setPrimaryPlanningFilename((String) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: - setPrimaryLayout((PlanPro_Layoutinfo)newValue); + setPrimaryLayout((PlanPro_Layoutinfo) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: - setPrimaryPlanningWasValid((Boolean)newValue); + setPrimaryPlanningWasValid((Boolean) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - setSecondaryPlanning((PlanPro_Schnittstelle)newValue); + setSecondaryPlanning((PlanPro_Schnittstelle) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: - setSecondaryLayout((PlanPro_Layoutinfo)newValue); + setSecondaryLayout((PlanPro_Layoutinfo) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - setSecondaryPlanningFilename((String)newValue); + setSecondaryPlanningFilename((String) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: - setSecondaryPlanningWasValid((Boolean)newValue); + setSecondaryPlanningWasValid((Boolean) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - setCompositePlanning((PlanPro_Schnittstelle)newValue); + setCompositePlanning((PlanPro_Schnittstelle) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: - setCompositeyout((PlanPro_Layoutinfo)newValue); + setCompositeyout((PlanPro_Layoutinfo) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - setIntegrationDirectory((String)newValue); + setIntegrationDirectory((String) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - setComparisonInitialState((SComparison)newValue); + setComparisonInitialState((SComparison) newValue); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - setComparisonFinalState((SComparison)newValue); + setComparisonFinalState((SComparison) newValue); return; } super.eSet(featureID, newValue); } /** - * - * + * + * * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: - setPrimaryPlanning((PlanPro_Schnittstelle)null); + setPrimaryPlanning((PlanPro_Schnittstelle) null); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: setPrimaryPlanningFilename(PRIMARY_PLANNING_FILENAME_EDEFAULT); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: - setPrimaryLayout((PlanPro_Layoutinfo)null); + setPrimaryLayout((PlanPro_Layoutinfo) null); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: setPrimaryPlanningWasValid(PRIMARY_PLANNING_WAS_VALID_EDEFAULT); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING: - setSecondaryPlanning((PlanPro_Schnittstelle)null); + setSecondaryPlanning((PlanPro_Schnittstelle) null); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: - setSecondaryLayout((PlanPro_Layoutinfo)null); + setSecondaryLayout((PlanPro_Layoutinfo) null); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - setSecondaryPlanningFilename(SECONDARY_PLANNING_FILENAME_EDEFAULT); + setSecondaryPlanningFilename( + SECONDARY_PLANNING_FILENAME_EDEFAULT); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: - setSecondaryPlanningWasValid(SECONDARY_PLANNING_WAS_VALID_EDEFAULT); + setSecondaryPlanningWasValid( + SECONDARY_PLANNING_WAS_VALID_EDEFAULT); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: - setCompositePlanning((PlanPro_Schnittstelle)null); + setCompositePlanning((PlanPro_Schnittstelle) null); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: - setCompositeyout((PlanPro_Layoutinfo)null); + setCompositeyout((PlanPro_Layoutinfo) null); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: setIntegrationDirectory(INTEGRATION_DIRECTORY_EDEFAULT); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: - setComparisonInitialState((SComparison)null); + setComparisonInitialState((SComparison) null); return; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: - setComparisonFinalState((SComparison)null); + setComparisonFinalState((SComparison) null); return; } super.eUnset(featureID); } /** - * - * + * + * * @generated */ @Override @@ -906,7 +1084,10 @@ public boolean eIsSet(int featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING: return primaryPlanning != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME: - return PRIMARY_PLANNING_FILENAME_EDEFAULT == null ? primaryPlanningFilename != null : !PRIMARY_PLANNING_FILENAME_EDEFAULT.equals(primaryPlanningFilename); + return PRIMARY_PLANNING_FILENAME_EDEFAULT == null + ? primaryPlanningFilename != null + : !PRIMARY_PLANNING_FILENAME_EDEFAULT + .equals(primaryPlanningFilename); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_LAYOUT: return primaryLayout != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID: @@ -916,7 +1097,10 @@ public boolean eIsSet(int featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_LAYOUT: return secondaryLayout != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME: - return SECONDARY_PLANNING_FILENAME_EDEFAULT == null ? secondaryPlanningFilename != null : !SECONDARY_PLANNING_FILENAME_EDEFAULT.equals(secondaryPlanningFilename); + return SECONDARY_PLANNING_FILENAME_EDEFAULT == null + ? secondaryPlanningFilename != null + : !SECONDARY_PLANNING_FILENAME_EDEFAULT + .equals(secondaryPlanningFilename); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID: return secondaryPlanningWasValid != SECONDARY_PLANNING_WAS_VALID_EDEFAULT; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITE_PLANNING: @@ -924,7 +1108,10 @@ public boolean eIsSet(int featureID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPOSITEYOUT: return compositeyout != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY: - return INTEGRATION_DIRECTORY_EDEFAULT == null ? integrationDirectory != null : !INTEGRATION_DIRECTORY_EDEFAULT.equals(integrationDirectory); + return INTEGRATION_DIRECTORY_EDEFAULT == null + ? integrationDirectory != null + : !INTEGRATION_DIRECTORY_EDEFAULT + .equals(integrationDirectory); case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE: return comparisonInitialState != null; case TemporaryintegrationPackage.TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE: @@ -934,13 +1121,14 @@ public boolean eIsSet(int featureID) { } /** - * - * + * + * * @generated */ @Override public String toString() { - if (eIsProxy()) return super.toString(); + if (eIsProxy()) + return super.toString(); StringBuilder result = new StringBuilder(super.toString()); result.append(" (primaryPlanningFilename: "); @@ -957,4 +1145,4 @@ public String toString() { return result.toString(); } -} //TemporaryIntegrationImpl +} // TemporaryIntegrationImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java index c4c073e691..7a88eaf08f 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationFactoryImpl.java @@ -20,35 +20,36 @@ import org.eclipse.set.model.temporaryintegration.*; /** - * - * An implementation of the model Factory. - * + * An implementation of the model Factory. + * * @generated */ -public class TemporaryintegrationFactoryImpl extends EFactoryImpl implements TemporaryintegrationFactory { +public class TemporaryintegrationFactoryImpl extends EFactoryImpl + implements TemporaryintegrationFactory { /** - * Creates the default factory implementation. - * - * + * Creates the default factory implementation. + * * @generated */ public static TemporaryintegrationFactory init() { try { - TemporaryintegrationFactory theTemporaryintegrationFactory = (TemporaryintegrationFactory)EPackage.Registry.INSTANCE.getEFactory(TemporaryintegrationPackage.eNS_URI); + TemporaryintegrationFactory theTemporaryintegrationFactory = (TemporaryintegrationFactory) EPackage.Registry.INSTANCE + .getEFactory(TemporaryintegrationPackage.eNS_URI); if (theTemporaryintegrationFactory != null) { return theTemporaryintegrationFactory; } - } - catch (Exception exception) { + } catch (Exception exception) { EcorePlugin.INSTANCE.log(exception); } return new TemporaryintegrationFactoryImpl(); } /** - * Creates an instance of the factory. - * - * + * Creates an instance of the factory. + * * @generated */ public TemporaryintegrationFactoryImpl() { @@ -56,22 +57,24 @@ public TemporaryintegrationFactoryImpl() { } /** - * - * + * + * * @generated */ @Override public EObject create(EClass eClass) { switch (eClass.getClassifierID()) { - case TemporaryintegrationPackage.TEMPORARY_INTEGRATION: return createTemporaryIntegration(); + case TemporaryintegrationPackage.TEMPORARY_INTEGRATION: + return createTemporaryIntegration(); default: - throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); + throw new IllegalArgumentException("The class '" + + eClass.getName() + "' is not a valid classifier"); } } /** - * - * + * + * * @generated */ @Override @@ -81,18 +84,18 @@ public TemporaryIntegration createTemporaryIntegration() { } /** - * - * + * + * * @generated */ @Override public TemporaryintegrationPackage getTemporaryintegrationPackage() { - return (TemporaryintegrationPackage)getEPackage(); + return (TemporaryintegrationPackage) getEPackage(); } /** - * - * + * + * * @deprecated * @generated */ @@ -101,4 +104,4 @@ public static TemporaryintegrationPackage getPackage() { return TemporaryintegrationPackage.eINSTANCE; } -} //TemporaryintegrationFactoryImpl +} // TemporaryintegrationFactoryImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java index 6758234441..9265e500d2 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/impl/TemporaryintegrationPackageImpl.java @@ -77,29 +77,30 @@ import org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage; /** - * - * An implementation of the model Package. - * + * An implementation of the model Package. + * * @generated */ -public class TemporaryintegrationPackageImpl extends EPackageImpl implements TemporaryintegrationPackage { +public class TemporaryintegrationPackageImpl extends EPackageImpl + implements TemporaryintegrationPackage { /** - * - * + * + * * @generated */ private EClass temporaryIntegrationEClass = null; /** * Creates an instance of the model Package, registered with - * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package - * package URI value. - *

    Note: the correct way to create the package is via the static - * factory method {@link #init init()}, which also performs - * initialization of the package, or returns the registered package, - * if one already exists. - * - * + * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the + * package package URI value. + *

    + * Note: the correct way to create the package is via the static factory + * method {@link #init init()}, which also performs initialization of the + * package, or returns the registered package, if one already exists. + * * @see org.eclipse.emf.ecore.EPackage.Registry * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage#eNS_URI * @see #init() @@ -108,31 +109,41 @@ public class TemporaryintegrationPackageImpl extends EPackageImpl implements Tem private TemporaryintegrationPackageImpl() { super(eNS_URI, TemporaryintegrationFactory.eINSTANCE); } + /** - * - * + * + * * @generated */ private static boolean isInited = false; /** - * Creates, registers, and initializes the Package for this model, and for any others upon which it depends. + * Creates, registers, and initializes the Package for this model, + * and for any others upon which it depends. * - *

    This method is used to initialize {@link TemporaryintegrationPackage#eINSTANCE} when that field is accessed. - * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. - * + *

    + * This method is used to initialize + * {@link TemporaryintegrationPackage#eINSTANCE} when that field is + * accessed. Clients should not invoke it directly. Instead, they should + * simply access that field to obtain the package. * + * * @see #eNS_URI * @see #createPackageContents() * @see #initializePackageContents() * @generated */ public static TemporaryintegrationPackage init() { - if (isInited) return (TemporaryintegrationPackage)EPackage.Registry.INSTANCE.getEPackage(TemporaryintegrationPackage.eNS_URI); + if (isInited) + return (TemporaryintegrationPackage) EPackage.Registry.INSTANCE + .getEPackage(TemporaryintegrationPackage.eNS_URI); // Obtain or create and register package - Object registeredTemporaryintegrationPackage = EPackage.Registry.INSTANCE.get(eNS_URI); - TemporaryintegrationPackageImpl theTemporaryintegrationPackage = registeredTemporaryintegrationPackage instanceof TemporaryintegrationPackageImpl ? (TemporaryintegrationPackageImpl)registeredTemporaryintegrationPackage : new TemporaryintegrationPackageImpl(); + Object registeredTemporaryintegrationPackage = EPackage.Registry.INSTANCE + .get(eNS_URI); + TemporaryintegrationPackageImpl theTemporaryintegrationPackage = registeredTemporaryintegrationPackage instanceof TemporaryintegrationPackageImpl + ? (TemporaryintegrationPackageImpl) registeredTemporaryintegrationPackage + : new TemporaryintegrationPackageImpl(); isInited = true; @@ -176,13 +187,14 @@ public static TemporaryintegrationPackage init() { theTemporaryintegrationPackage.freeze(); // Update the registry and return the package - EPackage.Registry.INSTANCE.put(TemporaryintegrationPackage.eNS_URI, theTemporaryintegrationPackage); + EPackage.Registry.INSTANCE.put(TemporaryintegrationPackage.eNS_URI, + theTemporaryintegrationPackage); return theTemporaryintegrationPackage; } /** - * - * + * + * * @generated */ @Override @@ -191,196 +203,224 @@ public EClass getTemporaryIntegration() { } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_PrimaryPlanning() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(0); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(0); } /** - * - * + * + * * @generated */ @Override public EAttribute getTemporaryIntegration_PrimaryPlanningFilename() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(1); + return (EAttribute) temporaryIntegrationEClass.getEStructuralFeatures() + .get(1); } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_PrimaryLayout() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(2); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(2); } /** - * - * + * + * * @generated */ @Override public EAttribute getTemporaryIntegration_PrimaryPlanningWasValid() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(3); + return (EAttribute) temporaryIntegrationEClass.getEStructuralFeatures() + .get(3); } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_SecondaryPlanning() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(4); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(4); } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_SecondaryLayout() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(5); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(5); } /** - * - * + * + * * @generated */ @Override public EAttribute getTemporaryIntegration_SecondaryPlanningFilename() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(6); + return (EAttribute) temporaryIntegrationEClass.getEStructuralFeatures() + .get(6); } /** - * - * + * + * * @generated */ @Override public EAttribute getTemporaryIntegration_SecondaryPlanningWasValid() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(7); + return (EAttribute) temporaryIntegrationEClass.getEStructuralFeatures() + .get(7); } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_CompositePlanning() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(8); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(8); } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_Compositeyout() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(9); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(9); } /** - * - * + * + * * @generated */ @Override public EAttribute getTemporaryIntegration_IntegrationDirectory() { - return (EAttribute)temporaryIntegrationEClass.getEStructuralFeatures().get(10); + return (EAttribute) temporaryIntegrationEClass.getEStructuralFeatures() + .get(10); } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_ComparisonInitialState() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(11); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(11); } /** - * - * + * + * * @generated */ @Override public EReference getTemporaryIntegration_ComparisonFinalState() { - return (EReference)temporaryIntegrationEClass.getEStructuralFeatures().get(12); + return (EReference) temporaryIntegrationEClass.getEStructuralFeatures() + .get(12); } /** - * - * + * + * * @generated */ @Override public TemporaryintegrationFactory getTemporaryintegrationFactory() { - return (TemporaryintegrationFactory)getEFactoryInstance(); + return (TemporaryintegrationFactory) getEFactoryInstance(); } /** - * - * + * + * * @generated */ private boolean isCreated = false; /** - * Creates the meta-model objects for the package. This method is - * guarded to have no affect on any invocation but its first. - * + * Creates the meta-model objects for the package. This method is guarded to + * have no affect on any invocation but its first. * + * * @generated */ public void createPackageContents() { - if (isCreated) return; + if (isCreated) + return; isCreated = true; // Create classes and their features temporaryIntegrationEClass = createEClass(TEMPORARY_INTEGRATION); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING); - createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_LAYOUT); - createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_LAYOUT); - createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME); - createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPOSITEYOUT); - createEAttribute(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); - createEReference(temporaryIntegrationEClass, TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__PRIMARY_PLANNING); + createEAttribute(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__PRIMARY_PLANNING_FILENAME); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__PRIMARY_LAYOUT); + createEAttribute(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__PRIMARY_PLANNING_WAS_VALID); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__SECONDARY_PLANNING); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__SECONDARY_LAYOUT); + createEAttribute(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__SECONDARY_PLANNING_FILENAME); + createEAttribute(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__SECONDARY_PLANNING_WAS_VALID); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__COMPOSITE_PLANNING); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__COMPOSITEYOUT); + createEAttribute(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__INTEGRATION_DIRECTORY); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__COMPARISON_INITIAL_STATE); + createEReference(temporaryIntegrationEClass, + TEMPORARY_INTEGRATION__COMPARISON_FINAL_STATE); } /** - * - * + * + * * @generated */ private boolean isInitialized = false; /** - * Complete the initialization of the package and its meta-model. This - * method is guarded to have no affect on any invocation but its first. - * - * + * Complete the initialization of the package and its meta-model. This + * method is guarded to have no affect on any invocation but its first. + * * @generated */ public void initializePackageContents() { - if (isInitialized) return; + if (isInitialized) + return; isInitialized = true; // Initialize package @@ -389,9 +429,12 @@ public void initializePackageContents() { setNsURI(eNS_URI); // Obtain other dependent packages - PlanProPackage thePlanProPackage = (PlanProPackage)EPackage.Registry.INSTANCE.getEPackage(PlanProPackage.eNS_URI); - LayoutinformationenPackage theLayoutinformationenPackage = (LayoutinformationenPackage)EPackage.Registry.INSTANCE.getEPackage(LayoutinformationenPackage.eNS_URI); - SimplemergePackage theSimplemergePackage = (SimplemergePackage)EPackage.Registry.INSTANCE.getEPackage(SimplemergePackage.eNS_URI); + PlanProPackage thePlanProPackage = (PlanProPackage) EPackage.Registry.INSTANCE + .getEPackage(PlanProPackage.eNS_URI); + LayoutinformationenPackage theLayoutinformationenPackage = (LayoutinformationenPackage) EPackage.Registry.INSTANCE + .getEPackage(LayoutinformationenPackage.eNS_URI); + SimplemergePackage theSimplemergePackage = (SimplemergePackage) EPackage.Registry.INSTANCE + .getEPackage(SimplemergePackage.eNS_URI); // Create type parameters @@ -400,23 +443,85 @@ public void initializePackageContents() { // Add supertypes to classes // Initialize classes, features, and operations; add parameters - initEClass(temporaryIntegrationEClass, TemporaryIntegration.class, "TemporaryIntegration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEReference(getTemporaryIntegration_PrimaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "primaryPlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getTemporaryIntegration_PrimaryPlanningFilename(), ecorePackage.getEString(), "primaryPlanningFilename", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_PrimaryLayout(), theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, "primaryLayout", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getTemporaryIntegration_PrimaryPlanningWasValid(), ecorePackage.getEBoolean(), "primaryPlanningWasValid", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_SecondaryPlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "secondaryPlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_SecondaryLayout(), theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, "secondaryLayout", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getTemporaryIntegration_SecondaryPlanningFilename(), ecorePackage.getEString(), "secondaryPlanningFilename", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getTemporaryIntegration_SecondaryPlanningWasValid(), ecorePackage.getEBoolean(), "secondaryPlanningWasValid", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_CompositePlanning(), thePlanProPackage.getPlanPro_Schnittstelle(), null, "compositePlanning", null, 1, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_Compositeyout(), theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, "compositeyout", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getTemporaryIntegration_IntegrationDirectory(), ecorePackage.getEString(), "integrationDirectory", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_ComparisonInitialState(), theSimplemergePackage.getSComparison(), null, "comparisonInitialState", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getTemporaryIntegration_ComparisonFinalState(), theSimplemergePackage.getSComparison(), null, "comparisonFinalState", null, 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEClass(temporaryIntegrationEClass, TemporaryIntegration.class, + "TemporaryIntegration", !IS_ABSTRACT, !IS_INTERFACE, + IS_GENERATED_INSTANCE_CLASS); + initEReference(getTemporaryIntegration_PrimaryPlanning(), + thePlanProPackage.getPlanPro_Schnittstelle(), null, + "primaryPlanning", null, 1, 1, TemporaryIntegration.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, + !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getTemporaryIntegration_PrimaryPlanningFilename(), + ecorePackage.getEString(), "primaryPlanningFilename", null, 0, + 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, + IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getTemporaryIntegration_PrimaryLayout(), + theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, + "primaryLayout", null, 0, 1, TemporaryIntegration.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, + !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getTemporaryIntegration_PrimaryPlanningWasValid(), + ecorePackage.getEBoolean(), "primaryPlanningWasValid", null, 0, + 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, + IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getTemporaryIntegration_SecondaryPlanning(), + thePlanProPackage.getPlanPro_Schnittstelle(), null, + "secondaryPlanning", null, 1, 1, TemporaryIntegration.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, + !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getTemporaryIntegration_SecondaryLayout(), + theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, + "secondaryLayout", null, 0, 1, TemporaryIntegration.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, + !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getTemporaryIntegration_SecondaryPlanningFilename(), + ecorePackage.getEString(), "secondaryPlanningFilename", null, 0, + 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, + IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getTemporaryIntegration_SecondaryPlanningWasValid(), + ecorePackage.getEBoolean(), "secondaryPlanningWasValid", null, + 0, 1, TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, + IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getTemporaryIntegration_CompositePlanning(), + thePlanProPackage.getPlanPro_Schnittstelle(), null, + "compositePlanning", null, 1, 1, TemporaryIntegration.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, + !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getTemporaryIntegration_Compositeyout(), + theLayoutinformationenPackage.getPlanPro_Layoutinfo(), null, + "compositeyout", null, 0, 1, TemporaryIntegration.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, + !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEAttribute(getTemporaryIntegration_IntegrationDirectory(), + ecorePackage.getEString(), "integrationDirectory", null, 0, 1, + TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, + IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getTemporaryIntegration_ComparisonInitialState(), + theSimplemergePackage.getSComparison(), null, + "comparisonInitialState", null, 0, 1, + TemporaryIntegration.class, !IS_TRANSIENT, !IS_VOLATILE, + IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, + !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getTemporaryIntegration_ComparisonFinalState(), + theSimplemergePackage.getSComparison(), null, + "comparisonFinalState", null, 0, 1, TemporaryIntegration.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, + !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); // Create resource createResource(eNS_URI); } -} //TemporaryintegrationPackageImpl +} // TemporaryintegrationPackageImpl diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java index c39191088e..d83ac26cae 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationAdapterFactory.java @@ -20,13 +20,14 @@ * The Adapter Factory for the model. It provides * an adapter createXXX method for each class of the model. + * * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage * @generated */ public class TemporaryintegrationAdapterFactory extends AdapterFactoryImpl { /** - * The cached model package. - * + * The cached model package. + * * @generated */ protected static TemporaryintegrationPackage modelPackage; @@ -38,20 +39,21 @@ public class TemporaryintegrationAdapterFactory extends AdapterFactoryImpl { * @generated */ protected TemporaryintegrationSwitch modelSwitch = new TemporaryintegrationSwitch() { - @Override - public Adapter caseTemporaryIntegration(TemporaryIntegration object) { - return createTemporaryIntegrationAdapter(); - } - @Override - public Adapter defaultCase(EObject object) { - return createEObjectAdapter(); - } - }; + @Override + public Adapter caseTemporaryIntegration(TemporaryIntegration object) { + return createTemporaryIntegrationAdapter(); + } + + @Override + public Adapter defaultCase(EObject object) { + return createEObjectAdapter(); + } + }; /** - * Creates an instance of the adapter factory. - * + * * @generated */ public TemporaryintegrationAdapterFactory() { @@ -61,22 +63,23 @@ public TemporaryintegrationAdapterFactory() { } /** - * Creates an adapter for the target. - * + * Creates an adapter for the target. * - * @param target the object to adapt. + * + * @param target + * the object to adapt. * @return the adapter for the target. * @generated */ @Override public Adapter createAdapter(Notifier target) { - return modelSwitch.doSwitch((EObject)target); + return modelSwitch.doSwitch((EObject) target); } /** - * Creates a new adapter for the default case. - * This + * Creates a new adapter for the default case. This * default implementation returns null. + * * @return the new adapter. * @generated */ @@ -85,11 +88,13 @@ public Adapter createEObjectAdapter() { } /** - * Creates a new adapter for an object of class '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration Temporary Integration}'. - * This default + * Creates a new adapter for an object of class + * '{@link org.eclipse.set.model.temporaryintegration.TemporaryIntegration + * Temporary Integration}'. This default * implementation returns null so that we can easily ignore cases; it's * useful to ignore a case when inheritance will catch all the cases anyway. * + * * @return the new adapter. * @see org.eclipse.set.model.temporaryintegration.TemporaryIntegration * @generated @@ -103,6 +108,7 @@ public Adapter createTemporaryIntegrationAdapter() { * This implementation returns true if * the object is either the model's package or is an instance object of the * model. + * * @return whether this factory is applicable for the type of the object. * @generated */ @@ -112,7 +118,7 @@ public boolean isFactoryForType(Object object) { return true; } if (object instanceof EObject) { - return ((EObject)object).eClass().getEPackage() == modelPackage; + return ((EObject) object).eClass().getEPackage() == modelPackage; } return false; } diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java index 5e40333e39..a08040cce7 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceFactoryImpl.java @@ -16,15 +16,16 @@ /** * The Resource Factory associated with the * package. + * * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceImpl * @generated */ public class TemporaryintegrationResourceFactoryImpl extends ResourceFactoryImpl { /** - * Creates an instance of the resource factory. - * + * * @generated */ public TemporaryintegrationResourceFactoryImpl() { @@ -32,9 +33,9 @@ public TemporaryintegrationResourceFactoryImpl() { } /** - * Creates an instance of the resource. - * + * * @generated */ @Override diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java index e438db1ebf..b9ab6f92fb 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationResourceImpl.java @@ -15,15 +15,17 @@ /** * The Resource associated with the package. * + * * @see org.eclipse.set.model.temporaryintegration.util.TemporaryintegrationResourceFactoryImpl * @generated */ public class TemporaryintegrationResourceImpl extends XMLResourceImpl { /** - * Creates an instance of the resource. - * - * @param uri the URI of the new resource. + * + * @param uri + * the URI of the new resource. * @generated */ public TemporaryintegrationResourceImpl(URI uri) { diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java index 0d6b1a1e42..9b20b9f058 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationSwitch.java @@ -17,31 +17,28 @@ import org.eclipse.set.model.temporaryintegration.*; /** - * - * The Switch for the model's inheritance hierarchy. - * It supports the call {@link #doSwitch(EObject) doSwitch(object)} + * The Switch for the model's inheritance + * hierarchy. It supports the call {@link #doSwitch(EObject) doSwitch(object)} * to invoke the caseXXX method for each class of the model, - * starting with the actual class of the object - * and proceeding up the inheritance hierarchy - * until a non-null result is returned, - * which is the result of the switch. - * + * starting with the actual class of the object and proceeding up the + * inheritance hierarchy until a non-null result is returned, which is the + * result of the switch. + * * @see org.eclipse.set.model.temporaryintegration.TemporaryintegrationPackage * @generated */ public class TemporaryintegrationSwitch extends Switch { /** - * The cached model package - * - * + * The cached model package + * * @generated */ protected static TemporaryintegrationPackage modelPackage; /** - * Creates an instance of the switch. - * - * + * Creates an instance of the switch. + * * @generated */ public TemporaryintegrationSwitch() { @@ -51,10 +48,11 @@ public TemporaryintegrationSwitch() { } /** - * Checks whether this is a switch for the given package. - * - * - * @param ePackage the package in question. + * Checks whether this is a switch for the given package. + * + * @param ePackage + * the package in question. * @return whether this is a switch for the given package. * @generated */ @@ -64,33 +62,39 @@ protected boolean isSwitchFor(EPackage ePackage) { } /** - * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. - * - * - * @return the first non-null result returned by a caseXXX call. + * Calls caseXXX for each class of the model until one returns + * a non null result; it yields that result. + * + * @return the first non-null result returned by a caseXXX + * call. * @generated */ @Override protected T doSwitch(int classifierID, EObject theEObject) { switch (classifierID) { case TemporaryintegrationPackage.TEMPORARY_INTEGRATION: { - TemporaryIntegration temporaryIntegration = (TemporaryIntegration)theEObject; + TemporaryIntegration temporaryIntegration = (TemporaryIntegration) theEObject; T result = caseTemporaryIntegration(temporaryIntegration); - if (result == null) result = defaultCase(theEObject); + if (result == null) + result = defaultCase(theEObject); return result; } - default: return defaultCase(theEObject); + default: + return defaultCase(theEObject); } } /** - * Returns the result of interpreting the object as an instance of 'Temporary Integration'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Temporary Integration'. + * Returns the result of interpreting the object as an instance of + * 'Temporary Integration'. This + * implementation returns null; returning a non-null result will terminate + * the switch. + * + * @param object + * the target of the switch. + * @return the result of interpreting the object as an instance of + * 'Temporary Integration'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated */ @@ -99,13 +103,15 @@ public T caseTemporaryIntegration(TemporaryIntegration object) { } /** - * Returns the result of interpreting the object as an instance of 'EObject'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch, but this is the last case anyway. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'EObject'. + * Returns the result of interpreting the object as an instance of + * 'EObject'. This implementation returns + * null; returning a non-null result will terminate the switch, but this is + * the last case anyway. + * + * @param object + * the target of the switch. + * @return the result of interpreting the object as an instance of + * 'EObject'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) * @generated */ @@ -114,4 +120,4 @@ public T defaultCase(EObject object) { return null; } -} //TemporaryintegrationSwitch +} // TemporaryintegrationSwitch diff --git a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java index 649bfaa91c..36c3af547c 100644 --- a/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java +++ b/java/bundles/org.eclipse.set.model.temporaryintegration/src/org/eclipse/set/model/temporaryintegration/util/TemporaryintegrationXMLProcessor.java @@ -21,37 +21,40 @@ /** * This class contains helper methods to serialize and deserialize XML documents - * - * + * + * * @generated */ public class TemporaryintegrationXMLProcessor extends XMLProcessor { /** - * Public constructor to instantiate the helper. - * + * Public constructor to instantiate the helper. * + * * @generated */ public TemporaryintegrationXMLProcessor() { super((EPackage.Registry.INSTANCE)); TemporaryintegrationPackage.eINSTANCE.eClass(); } - + /** - * Register for "*" and "xml" file extensions the TemporaryintegrationResourceFactoryImpl factory. - * + * Register for "*" and "xml" file extensions the + * TemporaryintegrationResourceFactoryImpl factory. * + * * @generated */ @Override protected Map getRegistrations() { if (registrations == null) { super.getRegistrations(); - registrations.put(XML_EXTENSION, new TemporaryintegrationResourceFactoryImpl()); - registrations.put(STAR_EXTENSION, new TemporaryintegrationResourceFactoryImpl()); + registrations.put(XML_EXTENSION, + new TemporaryintegrationResourceFactoryImpl()); + registrations.put(STAR_EXTENSION, + new TemporaryintegrationResourceFactoryImpl()); } return registrations; } -} //TemporaryintegrationXMLProcessor +} // TemporaryintegrationXMLProcessor From 4c0eba0ccbf2b783e1bac3dc3d44cb2d3dc64d1b Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Tue, 17 Mar 2026 17:40:04 +0100 Subject: [PATCH 13/13] Update create empty plan --- .../defaultvalue/DefaultValueServiceImpl.xtend | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/java/bundles/org.eclipse.set.application/src/org/eclipse/set/application/defaultvalue/DefaultValueServiceImpl.xtend b/java/bundles/org.eclipse.set.application/src/org/eclipse/set/application/defaultvalue/DefaultValueServiceImpl.xtend index bff3610d5c..14b956a56f 100644 --- a/java/bundles/org.eclipse.set.application/src/org/eclipse/set/application/defaultvalue/DefaultValueServiceImpl.xtend +++ b/java/bundles/org.eclipse.set.application/src/org/eclipse/set/application/defaultvalue/DefaultValueServiceImpl.xtend @@ -8,17 +8,16 @@ */ package org.eclipse.set.application.defaultvalue +import org.eclipse.core.runtime.Assert +import org.eclipse.set.core.services.defaultvalue.DefaultValueService import org.eclipse.set.model.planpro.PlanPro.ENUMUntergewerkArt import org.eclipse.set.model.planpro.PlanPro.PlanProFactory import org.eclipse.set.model.planpro.PlanPro.PlanPro_Schnittstelle -import jakarta.inject.Inject -import org.eclipse.core.runtime.Assert -import org.eclipse.set.core.services.defaultvalue.DefaultValueService -import org.eclipse.set.core.services.version.PlanProVersionService +import org.eclipse.set.ppmodel.extensions.PlanProPackageExtensions import static extension org.eclipse.set.ppmodel.extensions.PlanProSchnittstelleExtensions.* -import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensions.* +import static extension org.eclipse.set.ppmodel.extensions.PlanungProjektExtensions.* /** * Implementation of {@link DefaultValueService}. @@ -27,9 +26,6 @@ import static extension org.eclipse.set.ppmodel.extensions.PlanungEinzelExtensio */ class DefaultValueServiceImpl implements DefaultValueService { - @Inject - PlanProVersionService versionService - override setDefaultValues(PlanPro_Schnittstelle planProSchnittstelle) { Assert.isNotNull(planProSchnittstelle) @@ -94,8 +90,7 @@ class DefaultValueServiceImpl implements DefaultValueService { } if (planungGAllg.planProXSDVersion.wert === null) { - val versionInfo = versionService.createSupportedVersion() - planungGAllg.planProXSDVersion.wert = versionInfo.planPro + planungGAllg.planProXSDVersion.wert = PlanProPackageExtensions.modelVersion } if (planungGAllg.untergewerkArt === null) {