org.expasy.jpl.commons.base.builder
Interface Interpreter<T>

Type Parameters:
T - the instance class to build.
All Known Implementing Classes:
ConditionInterpreter

public interface Interpreter<T>

The Interpreter interface should be implemented by any interpreter building T type instance from String.

Version:
1.0
Author:
nikitin

Method Summary
 T translate(String s)
          translate String in T
 

Method Detail

translate

T translate(String s)
            throws ParseException
translate String in T

Throws:
ParseException


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.