org.ogf.graap.wsag.interpreter.expr
Class AllExpression
java.lang.Object
org.ogf.graap.wsag.interpreter.expr.AbstractExpression
org.ogf.graap.wsag.interpreter.expr.AllExpression
- All Implemented Interfaces:
- IExpression
public class AllExpression
- extends AbstractExpression
AllExpression
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllExpression
public AllExpression(TermCompositorType expression)
- Parameters:
expression
- a term compositor containing an All expression
interpret
protected TermType[] interpret(TermType[] terms,
InterpreterContext context)
- template method that implements a specific interpretation strategy. The strategy interprets a set of
terms and returns a result, i.e. the selected term in an ExactlyOne statement.
- Specified by:
interpret
in class AbstractExpression
- Parameters:
terms
- the terms to interpretcontext
- the interpreter context
- Returns:
- the strategy result, i.e. a filtered term list
- See Also:
AbstractExpression.interpret(TermType [], InterpreterContext)
Copyright © 2008-2012. All Rights Reserved.