From ef63282d917a0f78108e9ad48db932b535be9993 Mon Sep 17 00:00:00 2001 From: Dominique Marcadet <Dominique.Marcadet@centralesupelec.fr> Date: Wed, 10 Jul 2019 09:00:21 +0200 Subject: [PATCH] set license to EPL 2.0 --- .../build.properties | 35 +++++++++-------- .../plugin.properties | 35 +++++++++-------- .../plugin.xml | 35 +++++++++-------- .../pom.xml | 27 ++++++++++++- .../provider/AbbreviationItemProvider.java | 39 ++++++++++--------- .../provider/AbbreviationsItemProvider.java | 39 ++++++++++--------- .../provider/AbstractLNClassItemProvider.java | 39 ++++++++++--------- .../nsd/provider/AgArrayItemProvider.java | 39 ++++++++++--------- .../AgAttributeTypeAndValuesItemProvider.java | 39 ++++++++++--------- .../provider/AgAttributeTypeItemProvider.java | 39 ++++++++++--------- .../AgNSIdentificationItemProvider.java | 39 ++++++++++--------- .../nsd/provider/AgNSdescItemProvider.java | 39 ++++++++++--------- ...onditionDerivedStatisticsItemProvider.java | 39 ++++++++++--------- .../AgPresenceConditionItemProvider.java | 39 ++++++++++--------- .../nsd/provider/AgTrgOpItemProvider.java | 39 ++++++++++--------- .../nsd/provider/AgUMLItemProvider.java | 39 ++++++++++--------- .../AgUnderlyingTypeItemProvider.java | 39 ++++++++++--------- .../nsd/provider/AnyLNClassItemProvider.java | 39 ++++++++++--------- .../ApplicableServiceNSItemProvider.java | 39 ++++++++++--------- .../ApplicableServicesItemProvider.java | 39 ++++++++++--------- .../provider/AppliesToTypeItemProvider.java | 39 ++++++++++--------- .../nsd/provider/BasicTypeItemProvider.java | 39 ++++++++++--------- .../nsd/provider/BasicTypesItemProvider.java | 39 ++++++++++--------- .../nsd/provider/CDCItemProvider.java | 39 ++++++++++--------- .../nsd/provider/CDCsItemProvider.java | 39 ++++++++++--------- .../nsd/provider/ChangesItemProvider.java | 39 ++++++++++--------- .../ConstructedAttributeItemProvider.java | 39 ++++++++++--------- .../ConstructedAttributesItemProvider.java | 39 ++++++++++--------- .../provider/CopyrightNoticeItemProvider.java | 39 ++++++++++--------- .../nsd/provider/CopyrightedItemProvider.java | 39 ++++++++++--------- .../provider/DataAttributeItemProvider.java | 39 ++++++++++--------- .../nsd/provider/DataObjectItemProvider.java | 39 ++++++++++--------- .../provider/DataSetMemberOfItemProvider.java | 39 ++++++++++--------- .../nsd/provider/DependsOnItemProvider.java | 39 ++++++++++--------- .../nsd/provider/DocItemProvider.java | 39 ++++++++++--------- .../provider/DocumentRootItemProvider.java | 39 ++++++++++--------- .../provider/DocumentedClassItemProvider.java | 39 ++++++++++--------- .../nsd/provider/EnumerationItemProvider.java | 39 ++++++++++--------- .../provider/EnumerationsItemProvider.java | 39 ++++++++++--------- .../FunctionalConstraintItemProvider.java | 39 ++++++++++--------- .../FunctionalConstraintsItemProvider.java | 39 ++++++++++--------- .../nsd/provider/LNClassItemProvider.java | 39 ++++++++++--------- .../nsd/provider/LNClassesItemProvider.java | 39 ++++++++++--------- .../nsd/provider/LicenseItemProvider.java | 39 ++++++++++--------- .../nsd/provider/LiteralItemProvider.java | 39 ++++++++++--------- .../iec61850/nsd/provider/NSDEditPlugin.java | 39 ++++++++++--------- .../nsd/provider/NSDocItemProvider.java | 39 ++++++++++--------- .../iec61850/nsd/provider/NSItemProvider.java | 39 ++++++++++--------- .../nsd/provider/NoticeItemProvider.java | 39 ++++++++++--------- .../NsdItemProviderAdapterFactory.java | 39 ++++++++++--------- .../nsd/provider/NsdObjectItemProvider.java | 39 ++++++++++--------- .../PresenceConditionItemProvider.java | 39 ++++++++++--------- .../PresenceConditionsItemProvider.java | 39 ++++++++++--------- .../nsd/provider/ServiceCDCItemProvider.java | 39 ++++++++++--------- .../nsd/provider/ServiceCDCsItemProvider.java | 39 ++++++++++--------- ...rviceConstructedAttributeItemProvider.java | 39 ++++++++++--------- ...viceConstructedAttributesItemProvider.java | 39 ++++++++++--------- .../ServiceDataAttributeItemProvider.java | 39 ++++++++++--------- .../nsd/provider/ServiceNSItemProvider.java | 39 ++++++++++--------- .../provider/ServiceNsUsageItemProvider.java | 39 ++++++++++--------- .../ServiceParameterItemProvider.java | 39 ++++++++++--------- .../nsd/provider/ServiceTypeItemProvider.java | 39 ++++++++++--------- .../ServiceTypeRealizationsItemProvider.java | 39 ++++++++++--------- .../SubDataAttributeItemProvider.java | 39 ++++++++++--------- .../provider/SubDataObjectItemProvider.java | 39 ++++++++++--------- .../nsd/provider/TitledClassItemProvider.java | 39 ++++++++++--------- .../build.properties | 19 +++++++++ .../plugin.properties | 35 +++++++++-------- .../pom.xml | 27 ++++++++++++- .../nsd/utilities/NsdModelLoader.java | 38 +++++++++--------- .../build.properties | 35 +++++++++-------- .../model/nsd.genmodel | 2 +- .../plugin.properties | 35 +++++++++-------- .../plugin.xml | 35 +++++++++-------- .../pom.xml | 27 ++++++++++++- .../iec61850/nsd/ACSIServicesKind.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/Abbreviation.java | 39 ++++++++++--------- .../iec61850/nsd/Abbreviations.java | 39 ++++++++++--------- .../iec61850/nsd/AbstractLNClass.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/AgArray.java | 39 ++++++++++--------- .../iec61850/nsd/AgAttributeType.java | 39 ++++++++++--------- .../nsd/AgAttributeTypeAndValues.java | 39 ++++++++++--------- .../iec61850/nsd/AgNSIdentification.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/AgNSdesc.java | 39 ++++++++++--------- .../iec61850/nsd/AgPresenceCondition.java | 39 ++++++++++--------- .../AgPresenceConditionDerivedStatistics.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/AgTrgOp.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/AgUML.java | 39 ++++++++++--------- .../iec61850/nsd/AgUnderlyingType.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/AnyLNClass.java | 39 ++++++++++--------- .../iec61850/nsd/ApplicableServiceNS.java | 39 ++++++++++--------- .../iec61850/nsd/ApplicableServices.java | 39 ++++++++++--------- .../iec61850/nsd/AppliesToType.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/BasicType.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/BasicTypes.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/CBKind.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/CDC.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/CDCs.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/Changes.java | 39 ++++++++++--------- .../iec61850/nsd/ConstructedAttribute.java | 39 ++++++++++--------- .../iec61850/nsd/ConstructedAttributes.java | 39 ++++++++++--------- .../iec61850/nsd/CopyrightNotice.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/Copyrighted.java | 39 ++++++++++--------- .../iec61850/nsd/DataAttribute.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/DataObject.java | 39 ++++++++++--------- .../iec61850/nsd/DataSetMemberOf.java | 39 ++++++++++--------- .../nsd/DefinedAttributeTypeKind.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/DependsOn.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/Doc.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/DocumentRoot.java | 39 ++++++++++--------- .../iec61850/nsd/DocumentedClass.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/Enumeration.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/Enumerations.java | 39 ++++++++++--------- .../iec61850/nsd/FunctionalConstraint.java | 39 ++++++++++--------- .../iec61850/nsd/FunctionalConstraints.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/LNClass.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/LNClasses.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/License.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/LicenseKind.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/Literal.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/NS.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/NSDoc.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/Notice.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/NsdFactory.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/NsdObject.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/NsdPackage.java | 39 ++++++++++--------- .../iec61850/nsd/PresenceCondition.java | 39 ++++++++++--------- .../iec61850/nsd/PresenceConditions.java | 39 ++++++++++--------- .../edf/riseclipse/iec61850/nsd/PubStage.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/ServiceCDC.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/ServiceCDCs.java | 39 ++++++++++--------- .../nsd/ServiceConstructedAttribute.java | 39 ++++++++++--------- .../nsd/ServiceConstructedAttributes.java | 39 ++++++++++--------- .../iec61850/nsd/ServiceDataAttribute.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/ServiceNS.java | 39 ++++++++++--------- .../iec61850/nsd/ServiceNsUsage.java | 39 ++++++++++--------- .../iec61850/nsd/ServiceParameter.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/ServiceType.java | 39 ++++++++++--------- .../iec61850/nsd/ServiceTypeRealizations.java | 39 ++++++++++--------- .../iec61850/nsd/SubDataAttribute.java | 39 ++++++++++--------- .../iec61850/nsd/SubDataObject.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/TitledClass.java | 39 ++++++++++--------- .../nsd/UndefinedAttributeTypeKind.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AbbreviationImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AbbreviationsImpl.java | 39 ++++++++++--------- .../nsd/impl/AbstractLNClassImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AgArrayImpl.java | 39 ++++++++++--------- .../impl/AgAttributeTypeAndValuesImpl.java | 39 ++++++++++--------- .../nsd/impl/AgAttributeTypeImpl.java | 39 ++++++++++--------- .../nsd/impl/AgNSIdentificationImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AgNSdescImpl.java | 39 ++++++++++--------- ...resenceConditionDerivedStatisticsImpl.java | 39 ++++++++++--------- .../nsd/impl/AgPresenceConditionImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AgTrgOpImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AgUMLImpl.java | 39 ++++++++++--------- .../nsd/impl/AgUnderlyingTypeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AnyLNClassImpl.java | 39 ++++++++++--------- .../nsd/impl/ApplicableServiceNSImpl.java | 39 ++++++++++--------- .../nsd/impl/ApplicableServicesImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/AppliesToTypeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/BasicTypeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/BasicTypesImpl.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/impl/CDCImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/CDCsImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/ChangesImpl.java | 39 ++++++++++--------- .../nsd/impl/ConstructedAttributeImpl.java | 39 ++++++++++--------- .../nsd/impl/ConstructedAttributesImpl.java | 39 ++++++++++--------- .../nsd/impl/CopyrightNoticeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/CopyrightedImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/DataAttributeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/DataObjectImpl.java | 39 ++++++++++--------- .../nsd/impl/DataSetMemberOfImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/DependsOnImpl.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/impl/DocImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/DocumentRootImpl.java | 39 ++++++++++--------- .../nsd/impl/DocumentedClassImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/EnumerationImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/EnumerationsImpl.java | 39 ++++++++++--------- .../nsd/impl/FunctionalConstraintImpl.java | 39 ++++++++++--------- .../nsd/impl/FunctionalConstraintsImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/LNClassImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/LNClassesImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/LicenseImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/LiteralImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/NSDocImpl.java | 39 ++++++++++--------- .../riseclipse/iec61850/nsd/impl/NSImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/NoticeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/NsdFactoryImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/NsdObjectImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/NsdPackageImpl.java | 39 ++++++++++--------- .../nsd/impl/PresenceConditionImpl.java | 39 ++++++++++--------- .../nsd/impl/PresenceConditionsImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/ServiceCDCImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/ServiceCDCsImpl.java | 39 ++++++++++--------- .../impl/ServiceConstructedAttributeImpl.java | 39 ++++++++++--------- .../ServiceConstructedAttributesImpl.java | 39 ++++++++++--------- .../nsd/impl/ServiceDataAttributeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/ServiceNSImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/ServiceNsUsageImpl.java | 39 ++++++++++--------- .../nsd/impl/ServiceParameterImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/ServiceTypeImpl.java | 39 ++++++++++--------- .../nsd/impl/ServiceTypeRealizationsImpl.java | 39 ++++++++++--------- .../nsd/impl/SubDataAttributeImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/SubDataObjectImpl.java | 39 ++++++++++--------- .../iec61850/nsd/impl/TitledClassImpl.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsIdentification.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdAdapterFactory.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdLoadImpl.java | 38 +++++++++--------- .../nsd/util/NsdResourceFactoryImpl.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdResourceImpl.java | 39 ++++++++++--------- .../nsd/util/NsdResourceSetFactory.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdResourceSetImpl.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdSwitch.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdValidator.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdXMLProcessor.java | 39 ++++++++++--------- .../iec61850/nsd/util/NsdXmlHandler.java | 38 +++++++++--------- pom.xml | 27 ++++++++++++- 217 files changed, 4330 insertions(+), 3997 deletions(-) diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/build.properties b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/build.properties index ed85e02..ab70b0b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/build.properties +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/build.properties @@ -1,20 +1,21 @@ -# Copyright (c) 2019 CentraleSup�lec & EDF. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# This file is part of the RiseClipse tool -# -# Contributors: -# Computer Science Department, CentraleSup�lec -# EDF R&D -# Contacts: -# dominique.marcadet@centralesupelec.fr -# aurelie.dehouck-neveu@edf.fr -# Web site: -# http://wdi.supelec.fr/software/RiseClipse/ -# +# ************************************************************************* +# ** Copyright (c) 2019 CentraleSup�lec & EDF. +# ** 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 +# ** https://www.eclipse.org/legal/epl-v20.html +# ** +# ** This file is part of the RiseClipse tool +# ** +# ** Contributors: +# ** Computer Science Department, CentraleSup�lec +# ** EDF R&D +# ** Contacts: +# ** dominique.marcadet@centralesupelec.fr +# ** aurelie.dehouck-neveu@edf.fr +# ** Web site: +# ** http://wdi.supelec.fr/software/RiseClipse/ +# ************************************************************************* bin.includes = .,\ icons/,\ diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.properties b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.properties index a9ed506..b4158fa 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.properties +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.properties @@ -1,20 +1,21 @@ -# Copyright (c) 2019 CentraleSup�lec & EDF. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# This file is part of the RiseClipse tool -# -# Contributors: -# Computer Science Department, CentraleSup�lec -# EDF R&D -# Contacts: -# dominique.marcadet@centralesupelec.fr -# aurelie.dehouck-neveu@edf.fr -# Web site: -# http://wdi.supelec.fr/software/RiseClipse/ -# +# ************************************************************************* +# ** Copyright (c) 2019 CentraleSup�lec & EDF. +# ** 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 +# ** https://www.eclipse.org/legal/epl-v20.html +# ** +# ** This file is part of the RiseClipse tool +# ** +# ** Contributors: +# ** Computer Science Department, CentraleSup�lec +# ** EDF R&D +# ** Contacts: +# ** dominique.marcadet@centralesupelec.fr +# ** aurelie.dehouck-neveu@edf.fr +# ** Web site: +# ** http://wdi.supelec.fr/software/RiseClipse/ +# ************************************************************************* pluginName = RiseClipse IEC 61850 NSD Edit Support providerName = CentraleSup�lec & EDF diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.xml b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.xml index 1a2947e..fb37e14 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.xml +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.xml @@ -2,23 +2,24 @@ <?eclipse version="3.0"?> <!-- - Copyright (c) 2019 CentraleSupélec & EDF. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html - - This file is part of the RiseClipse tool - - Contributors: - Computer Science Department, CentraleSupélec - EDF R&D - Contacts: - dominique.marcadet@centralesupelec.fr - aurelie.dehouck-neveu@edf.fr - Web site: - http://wdi.supelec.fr/software/RiseClipse/ - +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* --> <plugin> diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/pom.xml b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/pom.xml index 58ad154..11418d3 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/pom.xml @@ -1,4 +1,29 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" 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"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + 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"> <modelVersion>4.0.0</modelVersion> diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationItemProvider.java index dce49e7..7c42d13 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Abbreviation; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationsItemProvider.java index 19afdf9..69f26de 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbbreviationsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Abbreviations; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbstractLNClassItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbstractLNClassItemProvider.java index 437465a..161535d 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbstractLNClassItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AbstractLNClassItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AbstractLNClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgArrayItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgArrayItemProvider.java index a4f584c..50a4bf3 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgArrayItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgArrayItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgArray; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeAndValuesItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeAndValuesItemProvider.java index 7ac9d32..e866ecb 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeAndValuesItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeAndValuesItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeTypeAndValues; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeItemProvider.java index 8b5cdac..ef452c5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgAttributeTypeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSIdentificationItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSIdentificationItemProvider.java index 3ea99e0..e9ec85d 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSIdentificationItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSIdentificationItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSIdentification; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSdescItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSdescItemProvider.java index cc2d537..d09694b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSdescItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgNSdescItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSdesc; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionDerivedStatisticsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionDerivedStatisticsItemProvider.java index d5f2b1c..1c2511f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionDerivedStatisticsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionDerivedStatisticsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgPresenceConditionDerivedStatistics; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionItemProvider.java index 1ed3708..2a85325 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgPresenceConditionItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgPresenceCondition; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgTrgOpItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgTrgOpItemProvider.java index 41d375a..b03b032 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgTrgOpItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgTrgOpItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgTrgOp; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUMLItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUMLItemProvider.java index 4bbfee0..aa416bd 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUMLItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUMLItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgUML; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUnderlyingTypeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUnderlyingTypeItemProvider.java index b7bf4a0..df26e0a 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUnderlyingTypeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AgUnderlyingTypeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgUnderlyingType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AnyLNClassItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AnyLNClassItemProvider.java index 12dce30..8b6f3b4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AnyLNClassItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AnyLNClassItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AnyLNClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServiceNSItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServiceNSItemProvider.java index 8dbf052..ca3a9e1 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServiceNSItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServiceNSItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ApplicableServiceNS; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServicesItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServicesItemProvider.java index d7da518..4a8d85f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServicesItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ApplicableServicesItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ApplicableServices; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AppliesToTypeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AppliesToTypeItemProvider.java index b9d09f4..01e07f5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AppliesToTypeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/AppliesToTypeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AppliesToType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypeItemProvider.java index 1169887..ea14bb4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.BasicType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypesItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypesItemProvider.java index 035ddf7..4e54230 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypesItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/BasicTypesItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.BasicTypes; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCItemProvider.java index 9e68e34..d308819 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CDC; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCsItemProvider.java index 2b6c448..2802cce 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CDCsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CDCs; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ChangesItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ChangesItemProvider.java index c444ca2..18185bc 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ChangesItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ChangesItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Changes; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributeItemProvider.java index 0969324..aaa909f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttribute; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributesItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributesItemProvider.java index 3b38326..60059b5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributesItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ConstructedAttributesItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttributes; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightNoticeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightNoticeItemProvider.java index 16d6927..f1c6b2c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightNoticeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightNoticeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CopyrightNotice; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightedItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightedItemProvider.java index 3352012..e8d3292 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightedItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/CopyrightedItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Copyrighted; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataAttributeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataAttributeItemProvider.java index be24f64..59953e1 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataAttributeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataAttributeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.DataAttribute; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataObjectItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataObjectItemProvider.java index 2b079af..b5e026f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataObjectItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataObjectItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.DataObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataSetMemberOfItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataSetMemberOfItemProvider.java index 654974e..a99cbe5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataSetMemberOfItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DataSetMemberOfItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.DataSetMemberOf; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DependsOnItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DependsOnItemProvider.java index 76c365b..1218b37 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DependsOnItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DependsOnItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.DependsOn; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocItemProvider.java index 06fa2c2..0e90437 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Doc; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentRootItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentRootItemProvider.java index fa7cbb4..5a43d35 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentRootItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentRootItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.DocumentRoot; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentedClassItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentedClassItemProvider.java index 45155f5..b7ca4d2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentedClassItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/DocumentedClassItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.DocumentedClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationItemProvider.java index 75be837..7c6cfbc 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Enumeration; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationsItemProvider.java index 95ae0c6..e871347 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/EnumerationsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Enumerations; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintItemProvider.java index 636dc34..39476cb 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.FunctionalConstraint; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintsItemProvider.java index 6de31f9..5c44251 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/FunctionalConstraintsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.FunctionalConstraints; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassItemProvider.java index 5c9c411..fed132a 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.LNClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassesItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassesItemProvider.java index b6c162f..8e42c33 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassesItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LNClassesItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.LNClasses; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LicenseItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LicenseItemProvider.java index 38bb962..602e1d2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LicenseItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LicenseItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.License; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LiteralItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LiteralItemProvider.java index 74b0372..9db66f5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LiteralItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/LiteralItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Literal; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDEditPlugin.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDEditPlugin.java index 568deed..7a2965c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDEditPlugin.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDEditPlugin.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import org.eclipse.emf.common.EMFPlugin; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDocItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDocItemProvider.java index 743d2e4..d5bf798 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDocItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSDocItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NSDoc; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSItemProvider.java index 7ef5599..16fe8fe 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NSItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NS; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NoticeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NoticeItemProvider.java index c26ecb6..1060305 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NoticeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NoticeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Notice; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdItemProviderAdapterFactory.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdItemProviderAdapterFactory.java index 20adc33..9e13834 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdItemProviderAdapterFactory.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdItemProviderAdapterFactory.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.util.NsdAdapterFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdObjectItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdObjectItemProvider.java index 8e42ae3..4c40b4c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdObjectItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/NsdObjectItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionItemProvider.java index f74405e..09f4106 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionsItemProvider.java index 5e4c784..200abfd 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/PresenceConditionsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCItemProvider.java index 5d7545f..7f68b7d 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCsItemProvider.java index 35ab28b..9f2af16 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceCDCsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributeItemProvider.java index 684b05f..c05b079 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributesItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributesItemProvider.java index 20c4330..5d65d67 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributesItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceConstructedAttributesItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceDataAttributeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceDataAttributeItemProvider.java index 488b4fd..8d483d8 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceDataAttributeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceDataAttributeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNSItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNSItemProvider.java index ff4d35d..bc826d3 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNSItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNSItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNsUsageItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNsUsageItemProvider.java index 11d86e5..1429ec2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNsUsageItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceNsUsageItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceParameterItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceParameterItemProvider.java index 7dcb0b1..e4e2129 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceParameterItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceParameterItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeItemProvider.java index 9647e3d..6a675c6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ACSIServicesKind; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeRealizationsItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeRealizationsItemProvider.java index 754383f..1fb0790 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeRealizationsItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/ServiceTypeRealizationsItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataAttributeItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataAttributeItemProvider.java index 9475c5f..e6e91bc 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataAttributeItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataAttributeItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataObjectItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataObjectItemProvider.java index 1c81aa1..19092c8 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataObjectItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/SubDataObjectItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/TitledClassItemProvider.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/TitledClassItemProvider.java index 314b270..39751bd 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/TitledClassItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/provider/TitledClassItemProvider.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/build.properties b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/build.properties index 34d2e4d..ae470cb 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/build.properties +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/build.properties @@ -1,3 +1,22 @@ +# ************************************************************************* +# ** Copyright (c) 2019 CentraleSupélec & EDF. +# ** 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 +# ** https://www.eclipse.org/legal/epl-v20.html +# ** +# ** This file is part of the RiseClipse tool +# ** +# ** Contributors: +# ** Computer Science Department, CentraleSupélec +# ** EDF R&D +# ** Contacts: +# ** dominique.marcadet@centralesupelec.fr +# ** aurelie.dehouck-neveu@edf.fr +# ** Web site: +# ** http://wdi.supelec.fr/software/RiseClipse/ +# ************************************************************************* + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/plugin.properties b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/plugin.properties index 6d56417..8d23e06 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/plugin.properties +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/plugin.properties @@ -1,20 +1,21 @@ -# Copyright (c) 2019 CentraleSup�lec & EDF. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# This file is part of the RiseClipse tool -# -# Contributors: -# Computer Science Department, CentraleSup�lec -# EDF R&D -# Contacts: -# dominique.marcadet@centralesupelec.fr -# aurelie.dehouck-neveu@edf.fr -# Web site: -# http://wdi.supelec.fr/software/RiseClipse/ -# +# ************************************************************************* +# ** Copyright (c) 2019 CentraleSup�lec & EDF. +# ** 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 +# ** https://www.eclipse.org/legal/epl-v20.html +# ** +# ** This file is part of the RiseClipse tool +# ** +# ** Contributors: +# ** Computer Science Department, CentraleSup�lec +# ** EDF R&D +# ** Contacts: +# ** dominique.marcadet@centralesupelec.fr +# ** aurelie.dehouck-neveu@edf.fr +# ** Web site: +# ** http://wdi.supelec.fr/software/RiseClipse/ +# ************************************************************************* pluginName = RiseClipse IEC 61850 NSD Utilities providerName = CentraleSup�lec & EDF diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/pom.xml b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/pom.xml index 1e4f2a7..38c737d 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/pom.xml @@ -1,4 +1,29 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" 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"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + 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"> <modelVersion>4.0.0</modelVersion> diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/utilities/NsdModelLoader.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/utilities/NsdModelLoader.java index c307411..2dc4dd5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/utilities/NsdModelLoader.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/utilities/NsdModelLoader.java @@ -1,21 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.utilities; import org.eclipse.emf.ecore.EValidator; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/build.properties b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/build.properties index ad2171d..540ef11 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/build.properties +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/build.properties @@ -1,20 +1,21 @@ -# Copyright (c) 2019 CentraleSup�lec & EDF. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# This file is part of the RiseClipse tool -# -# Contributors: -# Computer Science Department, CentraleSup�lec -# EDF R&D -# Contacts: -# dominique.marcadet@centralesupelec.fr -# aurelie.dehouck-neveu@edf.fr -# Web site: -# http://wdi.supelec.fr/software/RiseClipse/ -# +# ************************************************************************* +# ** Copyright (c) 2019 CentraleSup�lec & EDF. +# ** 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 +# ** https://www.eclipse.org/legal/epl-v20.html +# ** +# ** This file is part of the RiseClipse tool +# ** +# ** Contributors: +# ** Computer Science Department, CentraleSup�lec +# ** EDF R&D +# ** Contacts: +# ** dominique.marcadet@centralesupelec.fr +# ** aurelie.dehouck-neveu@edf.fr +# ** Web site: +# ** http://wdi.supelec.fr/software/RiseClipse/ +# ************************************************************************* bin.includes = .,\ model/,\ diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/model/nsd.genmodel b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/model/nsd.genmodel index c3c67e1..18cf99b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/model/nsd.genmodel +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/model/nsd.genmodel @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" - xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText=" Copyright (c) 2019 CentraleSupélec & EDF.
 All rights reserved. This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/epl-v10.html

 This file is part of the RiseClipse tool
 
 Contributors:
 Computer Science Department, CentraleSupélec
 EDF R&D
 Contacts:
 dominique.marcadet@centralesupelec.fr
 aurelie.dehouck-neveu@edf.fr
 Web site:
 http://wdi.supelec.fr/software/RiseClipse/
" + xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText=" Copyright (c) 2019 CentraleSupélec & EDF.
 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
 https://www.eclipse.org/legal/epl-v20.html

 This file is part of the RiseClipse tool
 
 Contributors:
 Computer Science Department, CentraleSupélec
 EDF R&D
 Contacts:
 dominique.marcadet@centralesupelec.fr
 aurelie.dehouck-neveu@edf.fr
 Web site:
 http://wdi.supelec.fr/software/RiseClipse/
" modelDirectory="/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src" modelPluginID="fr.centralesupelec.edf.riseclipse.iec61850.nsd" modelName="NSD" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" codeFormatting="true" importerID="org.eclipse.xsd.ecore.importer" complianceLevel="8.0" diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.properties b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.properties index ed13549..b48a123 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.properties +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.properties @@ -1,20 +1,21 @@ -# Copyright (c) 2019 CentraleSup�lec & EDF. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# This file is part of the RiseClipse tool -# -# Contributors: -# Computer Science Department, CentraleSup�lec -# EDF R&D -# Contacts: -# dominique.marcadet@centralesupelec.fr -# aurelie.dehouck-neveu@edf.fr -# Web site: -# http://wdi.supelec.fr/software/RiseClipse/ -# +# ************************************************************************* +# ** Copyright (c) 2019 CentraleSup�lec & EDF. +# ** 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 +# ** https://www.eclipse.org/legal/epl-v20.html +# ** +# ** This file is part of the RiseClipse tool +# ** +# ** Contributors: +# ** Computer Science Department, CentraleSup�lec +# ** EDF R&D +# ** Contacts: +# ** dominique.marcadet@centralesupelec.fr +# ** aurelie.dehouck-neveu@edf.fr +# ** Web site: +# ** http://wdi.supelec.fr/software/RiseClipse/ +# ************************************************************************* pluginName = RiseClipse IEC 61850 NSD Metamodel providerName = CentraleSup�lec & EDF diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.xml b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.xml index 9c5c4f6..b164b5e 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.xml +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/plugin.xml @@ -2,23 +2,24 @@ <?eclipse version="3.0"?> <!-- - Copyright (c) 2019 CentraleSupélec & EDF. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html - - This file is part of the RiseClipse tool - - Contributors: - Computer Science Department, CentraleSupélec - EDF R&D - Contacts: - dominique.marcadet@centralesupelec.fr - aurelie.dehouck-neveu@edf.fr - Web site: - http://wdi.supelec.fr/software/RiseClipse/ - +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* --> <plugin> diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/pom.xml b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/pom.xml index 64969c2..0a646a8 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/pom.xml +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/pom.xml @@ -1,4 +1,29 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" 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"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + 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"> <modelVersion>4.0.0</modelVersion> diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ACSIServicesKind.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ACSIServicesKind.java index d6fa72a..5e9852a 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ACSIServicesKind.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ACSIServicesKind.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import java.util.Arrays; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviation.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviation.java index 390eec7..c2d4da9 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviation.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviation.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviations.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviations.java index d2e38f1..b2f9926 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviations.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Abbreviations.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AbstractLNClass.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AbstractLNClass.java index 3dff683..802008f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AbstractLNClass.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AbstractLNClass.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgArray.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgArray.java index fb28e63..6d75c22 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgArray.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgArray.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeType.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeType.java index e718d03..0bbcfd1 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeType.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeType.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.Enumerator; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeTypeAndValues.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeTypeAndValues.java index c11a947..3b14cc0 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeTypeAndValues.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgAttributeTypeAndValues.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import java.math.BigDecimal; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSIdentification.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSIdentification.java index 6445184..4c837b9 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSIdentification.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSIdentification.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSdesc.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSdesc.java index e3e16a8..3cfe82e 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSdesc.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgNSdesc.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceCondition.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceCondition.java index ce3ad3c..99ed521 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceCondition.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceCondition.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceConditionDerivedStatistics.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceConditionDerivedStatistics.java index e23d624..19bde5a 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceConditionDerivedStatistics.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgPresenceConditionDerivedStatistics.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgTrgOp.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgTrgOp.java index 915b9c2..dd2caf6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgTrgOp.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgTrgOp.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUML.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUML.java index b758401..6d7299e 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUML.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUML.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import javax.xml.datatype.XMLGregorianCalendar; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUnderlyingType.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUnderlyingType.java index a4fc330..cd1b742 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUnderlyingType.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AgUnderlyingType.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AnyLNClass.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AnyLNClass.java index e64366c..7a821c4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AnyLNClass.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AnyLNClass.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServiceNS.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServiceNS.java index 9773b91..57f279d 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServiceNS.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServiceNS.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import javax.xml.datatype.XMLGregorianCalendar; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServices.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServices.java index c98727b..97413e3 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServices.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ApplicableServices.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AppliesToType.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AppliesToType.java index 9247685..e5d083e 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AppliesToType.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/AppliesToType.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicType.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicType.java index 6f6bf5e..2b419d6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicType.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicType.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicTypes.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicTypes.java index b2b18ab..7212faf 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicTypes.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/BasicTypes.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CBKind.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CBKind.java index fe43bd1..3956cfb 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CBKind.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CBKind.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import java.util.Arrays; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDC.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDC.java index c805f69..16c2e04 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDC.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDC.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDCs.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDCs.java index 00ed766..637dd57 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDCs.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CDCs.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Changes.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Changes.java index 0a64abc..053288b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Changes.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Changes.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import javax.xml.datatype.XMLGregorianCalendar; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttribute.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttribute.java index a5129ee..d721366 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttribute.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttribute.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttributes.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttributes.java index 4218ab0..32ab6e1 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttributes.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ConstructedAttributes.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CopyrightNotice.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CopyrightNotice.java index 47df1cb..c7742c6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CopyrightNotice.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/CopyrightNotice.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Copyrighted.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Copyrighted.java index 0a46a0e..af31987 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Copyrighted.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Copyrighted.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataAttribute.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataAttribute.java index 20c3f6e..f7bdbd6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataAttribute.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataAttribute.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataObject.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataObject.java index 2bc8ba6..69688c6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataObject.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataObject.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataSetMemberOf.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataSetMemberOf.java index f57405d..675c343 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataSetMemberOf.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DataSetMemberOf.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DefinedAttributeTypeKind.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DefinedAttributeTypeKind.java index d5b5e27..1dfc21d 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DefinedAttributeTypeKind.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DefinedAttributeTypeKind.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import java.util.Arrays; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DependsOn.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DependsOn.java index 190dc1f..1e7acaa 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DependsOn.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DependsOn.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Doc.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Doc.java index 46b709b..6cf75ff 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Doc.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Doc.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentRoot.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentRoot.java index e7adb9b..4354e69 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentRoot.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentRoot.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EMap; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentedClass.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentedClass.java index a55ab16..4702d65 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentedClass.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/DocumentedClass.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumeration.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumeration.java index 601ac3c..14620dd 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumeration.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumeration.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumerations.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumerations.java index 44af644..15bad57 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumerations.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Enumerations.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraint.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraint.java index 5f00b17..d06a966 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraint.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraint.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraints.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraints.java index e1ee631..8ccc3f2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraints.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/FunctionalConstraints.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClass.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClass.java index 863341d..eec2182 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClass.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClass.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClasses.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClasses.java index 730f7e3..cd7ae5e 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClasses.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LNClasses.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/License.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/License.java index 25929cf..0442bea 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/License.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/License.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.util.FeatureMap; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LicenseKind.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LicenseKind.java index c2aeb6e..46bd44b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LicenseKind.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/LicenseKind.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import java.util.Arrays; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Literal.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Literal.java index c38969f..c0ffa83 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Literal.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Literal.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NS.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NS.java index 36791da..80f3f90 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NS.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NS.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NSDoc.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NSDoc.java index 77642cc..aa052e4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NSDoc.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NSDoc.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Notice.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Notice.java index 94b912b..38b9fdc 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Notice.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/Notice.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.util.FeatureMap; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdFactory.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdFactory.java index 668b3e3..5badfe7 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdFactory.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdFactory.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EFactory; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdObject.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdObject.java index db0c6f2..426eb2b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdObject.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdObject.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import fr.centralesupelec.edf.riseclipse.util.IRiseClipseConsole; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdPackage.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdPackage.java index ebe4df4..b9918a9 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdPackage.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/NsdPackage.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.EAttribute; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceCondition.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceCondition.java index b0dcfd8..57a8a3f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceCondition.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceCondition.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceConditions.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceConditions.java index 98ebf5a..410a6d8 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceConditions.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PresenceConditions.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PubStage.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PubStage.java index 033afd3..f704230 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PubStage.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/PubStage.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import java.util.Arrays; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDC.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDC.java index 26d5b29..f2c6a88 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDC.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDC.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDCs.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDCs.java index d2a4bc0..da7f714 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDCs.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceCDCs.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttribute.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttribute.java index 635c5d5..df6e2cc 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttribute.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttribute.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttributes.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttributes.java index 9103254..79777bd 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttributes.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceConstructedAttributes.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceDataAttribute.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceDataAttribute.java index 0a99571..45bef78 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceDataAttribute.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceDataAttribute.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNS.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNS.java index 2107007..4f4b690 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNS.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNS.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNsUsage.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNsUsage.java index 39aa459..5e6cc2f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNsUsage.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceNsUsage.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceParameter.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceParameter.java index 77d7ac0..a7ac195 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceParameter.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceParameter.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceType.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceType.java index e87a6d0..b96da67 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceType.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceType.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceTypeRealizations.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceTypeRealizations.java index 5369401..b37b953 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceTypeRealizations.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/ServiceTypeRealizations.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.common.util.EList; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataAttribute.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataAttribute.java index 5006a1d..875527c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataAttribute.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataAttribute.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataObject.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataObject.java index d920786..a71cf7c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataObject.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/SubDataObject.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/TitledClass.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/TitledClass.java index 5c496fb..e9727fc 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/TitledClass.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/TitledClass.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; /** diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/UndefinedAttributeTypeKind.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/UndefinedAttributeTypeKind.java index 99a4f82..1ea1b80 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/UndefinedAttributeTypeKind.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/UndefinedAttributeTypeKind.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import java.util.Arrays; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationImpl.java index dd899e2..3095b5c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Abbreviation; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationsImpl.java index 27daeda..353e811 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbbreviationsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Abbreviation; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbstractLNClassImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbstractLNClassImpl.java index b55bdd5..1d0f1e9 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbstractLNClassImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AbstractLNClassImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AbstractLNClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgArrayImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgArrayImpl.java index 0d0fa74..f17bd49 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgArrayImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgArrayImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgArray; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeAndValuesImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeAndValuesImpl.java index 69f230e..be82911 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeAndValuesImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeAndValuesImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeTypeAndValues; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeImpl.java index 15c0c06..feb66f5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgAttributeTypeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSIdentificationImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSIdentificationImpl.java index eb17ed2..eebacaf 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSIdentificationImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSIdentificationImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSIdentification; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSdescImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSdescImpl.java index ff28a49..4e2da9c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSdescImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgNSdescImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSdesc; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionDerivedStatisticsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionDerivedStatisticsImpl.java index 7718df5..04ef206 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionDerivedStatisticsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionDerivedStatisticsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgPresenceConditionDerivedStatistics; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionImpl.java index 5d9f195..5a67b1b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgPresenceConditionImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgPresenceCondition; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgTrgOpImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgTrgOpImpl.java index 29ae5f6..5549fd8 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgTrgOpImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgTrgOpImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgTrgOp; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUMLImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUMLImpl.java index f4dbd57..5d7e7c4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUMLImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUMLImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgUML; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUnderlyingTypeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUnderlyingTypeImpl.java index b81e75c..6d936c2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUnderlyingTypeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AgUnderlyingTypeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgUnderlyingType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AnyLNClassImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AnyLNClassImpl.java index 44e8b28..1fdf09f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AnyLNClassImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AnyLNClassImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AbstractLNClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServiceNSImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServiceNSImpl.java index a635fb5..1865130 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServiceNSImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServiceNSImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ApplicableServiceNS; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServicesImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServicesImpl.java index b3cb2b5..b769e31 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServicesImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ApplicableServicesImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ApplicableServices; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AppliesToTypeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AppliesToTypeImpl.java index 31c4b62..5f059ac 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AppliesToTypeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/AppliesToTypeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSIdentification; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypeImpl.java index 20dae4c..cd8b0e2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypesImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypesImpl.java index 954c432..d2802e4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypesImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/BasicTypesImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.BasicType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCImpl.java index 56b80f0..a81edc5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CDC; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCsImpl.java index 2e0952d..392e1d2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CDCsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CDC; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ChangesImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ChangesImpl.java index 59c82c0..17e3a1e 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ChangesImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ChangesImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Changes; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributeImpl.java index 858a00e..ef916da 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributesImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributesImpl.java index d573f98..2fc894f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributesImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ConstructedAttributesImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttribute; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightNoticeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightNoticeImpl.java index 6070f7c..68a7e00 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightNoticeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightNoticeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CopyrightNotice; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightedImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightedImpl.java index 0a286d3..9167ab3 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightedImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/CopyrightedImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CopyrightNotice; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataAttributeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataAttributeImpl.java index d1c7f38..526e0a6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataAttributeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataAttributeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgArray; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataObjectImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataObjectImpl.java index 5521ece..c97befd 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataObjectImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataObjectImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgPresenceCondition; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataSetMemberOfImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataSetMemberOfImpl.java index edcfdf1..48445ff 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataSetMemberOfImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DataSetMemberOfImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ApplicableServices; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DependsOnImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DependsOnImpl.java index 5702d38..92a7fd0 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DependsOnImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DependsOnImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSIdentification; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocImpl.java index 8f65027..ae6c9b5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Abbreviation; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentRootImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentRootImpl.java index ad9377d..6ea9eb5 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentRootImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentRootImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ApplicableServiceNS; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentedClassImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentedClassImpl.java index 5cd74ab..9662229 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentedClassImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/DocumentedClassImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Doc; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationImpl.java index b53cf87..3ff95ee 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationsImpl.java index 27371a4..820e375 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/EnumerationsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Enumeration; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintImpl.java index 4bb019b..e96c00b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ApplicableServices; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintsImpl.java index d692304..872b75f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/FunctionalConstraintsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.FunctionalConstraint; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassImpl.java index 2b0c694..9fd5301 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.LNClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassesImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassesImpl.java index 805932c..9f6ab19 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassesImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LNClassesImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AbstractLNClass; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LicenseImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LicenseImpl.java index 37911c1..958c552 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LicenseImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LicenseImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CopyrightNotice; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LiteralImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LiteralImpl.java index 75240db..50c04c9 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LiteralImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/LiteralImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Enumeration; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSDocImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSDocImpl.java index 83c3d33..b640d68 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSDocImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSDocImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSIdentification; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSImpl.java index 15eb4e5..a915fb8 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NSImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Abbreviations; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NoticeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NoticeImpl.java index 5aa37b9..08e5ee2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NoticeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NoticeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.CopyrightNotice; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdFactoryImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdFactoryImpl.java index e185dac..1255623 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdFactoryImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdFactoryImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.*; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdObjectImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdObjectImpl.java index 2d1a062..f3f4df6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdObjectImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdObjectImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdObject; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdPackageImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdPackageImpl.java index 6cc9fa1..373c48c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdPackageImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/NsdPackageImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ACSIServicesKind; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionImpl.java index a3582c4..9cc6204 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.DataAttribute; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionsImpl.java index 4f21cad..5aee5ea 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/PresenceConditionsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NS; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCImpl.java index 1a3ddb2..08475ad 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCsImpl.java index 24584b6..87ab9ec 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceCDCsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributeImpl.java index 352bc66..bcf9662 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributesImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributesImpl.java index 9a3751e..2f36768 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributesImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceConstructedAttributesImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceDataAttributeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceDataAttributeImpl.java index 899edb8..e8d9cd4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceDataAttributeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceDataAttributeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNSImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNSImpl.java index 0af2e13..83756a4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNSImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNSImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Abbreviations; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNsUsageImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNsUsageImpl.java index e6c2786..b4c1e3b 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNsUsageImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceNsUsageImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgNSIdentification; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceParameterImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceParameterImpl.java index 20bff56..8f4370e 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceParameterImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceParameterImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgAttributeType; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeImpl.java index f130ace..d77de1c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ACSIServicesKind; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeRealizationsImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeRealizationsImpl.java index e2dec3c..7ab9cf7 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeRealizationsImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/ServiceTypeRealizationsImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttribute; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataAttributeImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataAttributeImpl.java index dac04c1..57424f0 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataAttributeImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataAttributeImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgArray; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataObjectImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataObjectImpl.java index 400dbd4..d4b58d2 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataObjectImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/SubDataObjectImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.AgArray; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/TitledClassImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/TitledClassImpl.java index 7ee6241..a1a22c7 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/TitledClassImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/impl/TitledClassImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.impl; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.Doc; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsIdentification.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsIdentification.java index 3fa9daf..1803095 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsIdentification.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsIdentification.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import java.util.Objects; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdAdapterFactory.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdAdapterFactory.java index 1b40e9d..774a426 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdAdapterFactory.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdAdapterFactory.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.*; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdLoadImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdLoadImpl.java index d6c879f..3f7d01c 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdLoadImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdLoadImpl.java @@ -1,21 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import javax.xml.parsers.ParserConfigurationException; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceFactoryImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceFactoryImpl.java index eb700ae..2a006c6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceFactoryImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceFactoryImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import org.eclipse.emf.common.util.URI; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceImpl.java index 6830b21..0667745 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import org.eclipse.emf.common.util.URI; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetFactory.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetFactory.java index e74c434..28436b6 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetFactory.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetFactory.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import fr.centralesupelec.edf.riseclipse.util.IRiseClipseConsole; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetImpl.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetImpl.java index bdc37b7..a05c6d4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetImpl.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdResourceSetImpl.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import java.io.IOException; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdSwitch.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdSwitch.java index 98ad8b8..45bc3d4 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdSwitch.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdSwitch.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.*; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdValidator.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdValidator.java index 36bd994..48254a0 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdValidator.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdValidator.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.*; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXMLProcessor.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXMLProcessor.java index 99d75a5..25aa77f 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXMLProcessor.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXMLProcessor.java @@ -1,22 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - * - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage; diff --git a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXmlHandler.java b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXmlHandler.java index d4143a7..6579448 100644 --- a/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXmlHandler.java +++ b/fr.centralesupelec.edf.riseclipse.iec61850.nsd/src/fr/centralesupelec/edf/riseclipse/iec61850/nsd/util/NsdXmlHandler.java @@ -1,21 +1,23 @@ -/** - * Copyright (c) 2019 CentraleSupélec & EDF. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * This file is part of the RiseClipse tool - * - * Contributors: - * Computer Science Department, CentraleSupélec - * EDF R&D - * Contacts: - * dominique.marcadet@centralesupelec.fr - * aurelie.dehouck-neveu@edf.fr - * Web site: - * http://wdi.supelec.fr/software/RiseClipse/ - */ +/* +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +*/ package fr.centralesupelec.edf.riseclipse.iec61850.nsd.util; import java.util.Map; diff --git a/pom.xml b/pom.xml index 66b7766..d92445d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,29 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" 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"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- +************************************************************************* +** Copyright (c) 2019 CentraleSupélec & EDF. +** 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 +** https://www.eclipse.org/legal/epl-v20.html +** +** This file is part of the RiseClipse tool +** +** Contributors: +** Computer Science Department, CentraleSupélec +** EDF R&D +** Contacts: +** dominique.marcadet@centralesupelec.fr +** aurelie.dehouck-neveu@edf.fr +** Web site: +** http://wdi.supelec.fr/software/RiseClipse/ +************************************************************************* +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + 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"> <modelVersion>4.0.0</modelVersion> -- GitLab