I have an application that processes the .pins file generated by a Protege (3.5, Frames) project.
I'd like to be able to process the file from within Protege. The trouble I'm having is getting a pins representation of the project (or even an instance) from within the API.
Is there something within the API that will allow me to get the .pins representation or will I have to roll my own parser of the project / instances to generate it manually?