Uses of Class
org.ogf.graap.wsag.interpreter.InterpreterException

Packages that use InterpreterException
org.ogf.graap.wsag.interpreter   
org.ogf.graap.wsag.interpreter.expr   
 

Uses of InterpreterException in org.ogf.graap.wsag.interpreter
 

Methods in org.ogf.graap.wsag.interpreter that throw InterpreterException
 TermType[] IExpression.interpret(InterpreterContext context)
          interprets an expression
 AgreementTemplateType AgreementInterpreter.process(AgreementTemplateType template)
          Evaluates the term composition in the given template and returns the template if the terms in the template are valid with respect to term composition.
 AgreementType AgreementInterpreter.process(AgreementType agreement)
          Evaluates the term composition in the given agreement and returns the agreement object if the terms are valid with respect to term composition.
 

Uses of InterpreterException in org.ogf.graap.wsag.interpreter.expr
 

Methods in org.ogf.graap.wsag.interpreter.expr that throw InterpreterException
 TermType[] TermExpression.interpret(InterpreterContext context)
          interprets an expression
 TermType[] AbstractExpression.interpret(InterpreterContext context)
          interprets an expression
protected  TermType[] OneOrMoreExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected  TermType[] ExactlyOneExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected abstract  TermType[] AbstractExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
 



Copyright © 2008-2012. All Rights Reserved.