fr.boreal.io.dlgpe.DlgpeParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integraal-io Show documentation
Show all versions of integraal-io Show documentation
Inputs and Outputs for integraal objects
The newest version!
package fr.boreal.io.dlgpe;
import java.io.File;
import java.io.IOException;
import fr.boreal.io.api.ParseException;
import fr.boreal.io.api.Parser;
import fr.boreal.io.dlgp.DlgpParser;
/**
* Translate a given file in Dlgpe format to a Dlgp file then parses the Dlgp file.
*
* @author Florent Tornil
*
*/
public class DlgpeParser implements Parser