Nithin, The network-topology model resides in the MDSAL project: https://github.com/opendaylight/mdsal/blob/master/model/ietf/ietf-topology/src/main/yang/[email protected] <https://github.com/opendaylight/mdsal/blob/master/model/ietf/ietf-topology/src/main/yang/[email protected]> The class you’re mentioning is a generated class provided by the java yang bindings. So you won’t find such class in ODL’s repo, but you can add this model dependency to your project and you’ll have the bindings locally, located under target/generated-sources/mdsal-binding (see https://github.com/opendaylight/mdsal/blob/master/binding/binding-parent/pom.xml#l29 <https://github.com/opendaylight/mdsal/blob/master/binding/binding-parent/pom.xml#l29> where the definition of the bindings generated path is). Hope this helps.
Thanks, Alexis > On Jun 28, 2016, at 6:33 AM, NITHIN V <[email protected]> wrote: > > Hi All, > > I am developing a ODL project for my Bachelor thesis and I would like to know > where the definition of > org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Link > > is present that is which project contains the definition of Link and other > network topology related classes, It would be really helpful if you could > help me with this . > > Thank you , > Nithin > _______________________________________________ > Discuss mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/discuss
_______________________________________________ Discuss mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/discuss
