public class Converter extends Object
| Constructor and Description |
|---|
Converter(int mode) |
| Modifier and Type | Method and Description |
|---|---|
IOToken[] |
textToIOTokens(ArrayList<String> lines)
converts an arraylist which consists of elements of lines in io(b) format
|
IOToken[] |
textToIOTokens(File src) |
public static final int TYPE_IO
public static final int TYPE_IOB
public Converter(int mode)
throws UnknownFormatException
UnknownFormatExceptionpublic IOToken[] textToIOTokens(File src) throws FileNotFoundException
src - File in IO or IOB Format to be converted to IOTokens.FileNotFoundExceptionpublic IOToken[] textToIOTokens(ArrayList<String> lines)
lines - in IO or IOB Format to be converted to IOTokens.FileNotFoundExceptionCopyright © 2016 JULIE Lab, Germany. All rights reserved.