net.sourceforge.wurfl.lang.twoparam
Class TwoParamOp<V1,V2,R>

java.lang.Object
  extended by net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V1,V2,R>
Direct Known Subclasses:
Constant, IfOp, IfStrategy, OneParamOp

public abstract class TwoParamOp<V1,V2,R>
extends Object

Generic two-param operation abstraction. Parametrized either for return value, or for the method parameters. V1 Variable V2 Variable R Return value

Since:
1.3.5
Version:
$Id$

Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
TwoParamOp()
           
 
Method Summary
abstract  R execute(V1 variable1, V2 variable2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.slf4j.Logger logger
Constructor Detail

TwoParamOp

public TwoParamOp()
Method Detail

execute

public abstract R execute(V1 variable1,
                          V2 variable2)


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.