CombineExt

some tools useful when working with COMBINE stuff

View the Project on GitHub

Extend the Formatizer to Recognize further Types of Files

The CombineFormatizer maintains a list of recognizers which are able to recognize certain file types, see List<FormatRecognizer> recognizerList in /src/main/java/de/unirostock/sems/cbext/Formatizer.java

Extending the List of Recognizers

Extending the FormatRecognizer class

The abstract class has 4 functions that you need to implement:

An example of an extension can be found at PharmMLRecognizer There the Formatizer was extended to also recognize PharmML files.