Redefine the resourcepool to provide context 24/30324/2
authorKai GAO <gaok12@mails.tsinghua.edu.cn>
Tue, 24 Nov 2015 12:16:27 +0000 (20:16 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Mon, 30 Nov 2015 03:01:06 +0000 (11:01 +0800)
commitd68e2c06d3b5004c7a0012beab4b5f97320420e5
tree2f06e37db7cc053032df468389d918103b947e50
parent6d0eda5745e2ea8171e0b6350a13cfc715963f65
Redefine the resourcepool to provide context

Patch set 2: fix checkstyle

Change-Id: Ibdd86fa9864e98eb2ef47e22d8ebb4d06193d7f4
Signed-off-by: Kai GAO <gaok12@mails.tsinghua.edu.cn>
13 files changed:
.gitignore
README.md
alto-core/resourcepool/api/pom.xml
alto-core/resourcepool/api/src/main/java/org/opendaylight/alto/core/resourcepool/ResourcepoolUtils.java [new file with mode: 0644]
alto-core/resourcepool/api/src/main/yang/alto-resourcepool.yang
alto-core/resourcepool/impl/src/main/java/org/opendaylight/alto/core/resourcepool/impl/AltoResourcepoolProvider.java
alto-core/resourcepool/impl/src/main/java/org/opendaylight/alto/core/resourcepool/impl/AltoResourcepoolServiceHelper.java [deleted file]
alto-core/standard-service-models/model-base/impl/src/main/java/org/opendaylight/alto/core/impl/AltoModelBaseProvider.java
alto-core/standard-service-models/model-endpointcost/api/src/main/java/org/opendaylight/alto/core/service/model/endpointcost/EndpointcostUtils.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/api/src/main/yang/alto-model-endpointcost-rfc7285.yang
alto-core/standard-service-models/model-endpointcost/api/src/main/yang/alto-model-endpointcost.yang
alto-core/standard-service-models/model-endpointcost/impl/src/main/java/org/opendaylight/alto/core/impl/endpointcost/test/AltoEndpointCostProvider.java
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/alto/core/impl/networkmap/test/AltoNetworkmapProvider.java