Package owl.ltl.parser
Class TlsfParser
- java.lang.Object
-
- owl.ltl.parser.TlsfParser
-
public final class TlsfParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Tlsf
parse(InputStream input, Charset charset)
static Tlsf
parse(Reader input)
static Tlsf
parse(String input)
-
-
-
Method Detail
-
parse
public static Tlsf parse(InputStream input, Charset charset) throws IOException
- Throws:
IOException
-
parse
public static Tlsf parse(Reader input) throws IOException
- Throws:
IOException
-
-