Bug 579656 - Removing port attribute from Endpoint

https://bugs.eclipse.org/bugs/show_bug.cgi?id=579656

Removing Port attribute from endpoint
Renaming Refereable -> Referable
Adding AASEndpoint DataType

- Class added - AASEndpoint.java
- AssetAdministrationShell.java updated.
- getEndPoint(), setEndpoint(...) updated with getAASEndPoint(),
setAASEndpoint(...). AssetAdministrationShell.java accepts Endpoint
attribute only of type: AASEndpoint
- DataHandlerCreator.java updated.
- propertiesFile() updated - generation process of Endpoints for assets
updated.
- Endpoint.java updated - Accepts the entire server address and no more
address and port name separately. Address attribute validated with
UrlValidators.java.
- Project.java updated - createReadMe()changed due to the change in API.
- Test.java updated - for testing purposes.

Change-Id: Id19bbe8416dff52c17d315cf2b7aecc98112fae4
Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
Signed-off-by: Tapanta Bhanja <tapanta.bhanja@dfki.de>
Signed-off-by: Saadia Dhouib <saadia.dhouib@cea.fr>
82 files changed
tree: 8a72560f08cdfe2bcc03d013755d047603740254
  1. features/
  2. plugins/
  3. rcp/
  4. releng/
  5. .gitignore
  6. CONTRIBUTING.md
  7. LICENSE
  8. NOTICE.md
  9. pom.xml
  10. README.md
README.md

Eclipse Papyrus for Manufacturing

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and/or testing purposes.

Prerequisites

The things you need before installing the software.

Installation

In order to install the software you will have to open the downloaded IDE and install it via the integrated installer.

Compile

Usefull commands

Contributing

You can contribute to the Eclipse Papyrus project via [Gerrit] (https://git.eclipse.org/r/). If you are interested, you can see a detailed sequence in [this page] (https://wiki.eclipse.org/Gerrit). Contributions should be done based on the master branch in order to be automatically verified by its associated Jenkins job.

Additional Documentation and Acknowledgments