------------------
Readme for API use
------------------

Purpose
-------
This JAR contains all classes that need to be available, in your project, to use integrated omics annotations.

Steps to be followed
--------------------

Please follow the following steps to use this API

1) Make this API and libraries available in your projects class path
2) Create OmicsApi class object in your code.
3) Call required method and cast the result in java.util.ArrayList if you need object version otherwise "java.lang.String" for XML version.

Enjoy!