Implement the model for network map 72/28872/3
authorKai GAO <gaok12@mails.tsinghua.edu.cn>
Wed, 28 Oct 2015 09:51:03 +0000 (17:51 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Mon, 2 Nov 2015 12:31:37 +0000 (20:31 +0800)
commit9a475235805b2e6e1b7a03fc80b70cf07e5cd079
tree48aa84b16712a2f8b69f1613004c20353e4cecd6
parentcfcef59765e79fa3582f02a94be4a4717a73e6f9
Implement the model for network map

Patch set 2: fix checkstyle error
Patch set 3: rewrite the model to avoid "when"

Change-Id: I3cf7e8acb6bc2d3be27673b4a2504fcaa2d51220
Signed-off-by: Kai GAO <gaok12@mails.tsinghua.edu.cn>
19 files changed:
alto-core/standard-service-models/model-networkmap/api/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/api/src/main/yang/alto-model-networkmap.yang [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/artifacts/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/features/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/features/src/main/features/features.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/alto/core/impl/networkmap/test/AltoNetworkmapProvider.java [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModule.java [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModuleFactory.java [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/main/yang/networkmap-impl.yang [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModuleFactoryTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModuleTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/it/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/it/src/test/java/org/opendaylight/alto/core/it/AltoNetworkmapIT.java [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/karaf/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/pom.xml