Package org.eclipse.actf.validation.doc.codeproc

Interface Summary
ICodeProcessor responsible for processing any code within a validation document.
ICodeProcessorFactory Implementations of this interface retreave the desired ICodeProcessor based upon the language and model being used as given in the actf:scriptlang and actf:model attribute values of the <rulebase> element.
 

Class Summary
AbstractCodeProcessor This abstract class implements the basic functionality of a ICodeProcessor whether it be a compiler or interpreter processor.
DefaultCodeProcessorFactory default implementation of a factory
 

Exception Summary
EvaluationException