Interface Program<T>
- Type Parameters:
T- the type of execution results
- All Known Implementing Classes:
EolOperation,EvlConstraint
public interface Program<T>
A wrapper for Epsilon scripts that may have parsing errors.
- Since:
- 2.5
-
Method Summary
Modifier and TypeMethodDescriptionerror(IOException ex) error(org.antlr.runtime.RecognitionException ex) Execute.
-
Method Details
-
execute
Execute.- Parameters:
eObject- the e objectmodel- the model- Returns:
- the t
- Throws:
Throwable- the throwable
-
error
-
error
-
error
-
error
-