net.sourceforge.wurfl.core.operation.strategy
Class Strategy
java.lang.Object
net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
net.sourceforge.wurfl.lang.oneparam.OneParamOp<R,R>
net.sourceforge.wurfl.lang.oneparam.ChainableOp<String>
net.sourceforge.wurfl.lang.oneparam.string.StringOp
net.sourceforge.wurfl.core.operation.strategy.Strategy
- All Implemented Interfaces:
- Descriptable
public abstract class Strategy
- extends StringOp
Factory for strategy operation.
Date: 24/06/11
- Since:
- 1.3.5
- Version:
- $Id$
| Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp |
logger |
| Methods inherited from class net.sourceforge.wurfl.lang.oneparam.string.StringOp |
toString |
| Methods inherited from class net.sourceforge.wurfl.lang.oneparam.ChainableOp |
then |
toleranceOp
protected final IntOp toleranceOp
set
protected final Set<String> set
get
public static Strategy get(Strategy.Type type,
Set<String> candidates,
int tolerance)
get
public static Strategy get(Strategy.Type type,
Set<String> candidates,
IntOp tolerance)
getType
public Strategy.Type getType()
getDescription
public String getDescription()
execute
public final String execute(String userA)
- Specified by:
execute in class OneParamOp<String,String>
getStringMatcher
protected abstract StringMatcher getStringMatcher()
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.