net.sourceforge.wurfl.core.operation.strategy
Class StrategyAwareOp

java.lang.Object
  extended by net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
      extended by net.sourceforge.wurfl.lang.oneparam.OneParamOp<R,R>
          extended by net.sourceforge.wurfl.lang.oneparam.ChainableOp<String>
              extended by net.sourceforge.wurfl.lang.oneparam.string.StringOp
                  extended by net.sourceforge.wurfl.core.operation.strategy.StrategyAwareOp
All Implemented Interfaces:
StrategyAware, Descriptable
Direct Known Subclasses:
ApplyStrategyOp, IfStrategyOp

public abstract class StrategyAwareOp
extends StringOp
implements StrategyAware

Date: 03/07/11

Since:
1.3.5
Version:
$Id$

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
OneParamOp.Type
 
Field Summary
protected  Strategy strategy
           
 
Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp
logger
 
Constructor Summary
StrategyAwareOp()
           
 
Method Summary
 void setStrategy(Strategy strategy)
           
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.string.StringOp
toString
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.ChainableOp
then
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.wurfl.lang.Descriptable
getDescription
 

Field Detail

strategy

protected Strategy strategy
Constructor Detail

StrategyAwareOp

public StrategyAwareOp()
Method Detail

setStrategy

public void setStrategy(Strategy strategy)
Specified by:
setStrategy in interface StrategyAware


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.