public abstract class AbstractFlipStrategy extends Object implements FlippingStrategy
FlippingStrategy implementation with utilities.| Constructor and Description |
|---|
AbstractFlipStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertRequiredParameter(String paramName)
Check presence of expected parameter.
|
Map<String,String> |
getInitParams()
Initial Parameters required to insert this new flipping.
|
String |
getType()
Getter accessor for attribute 'classType'.
|
void |
init(String featureName,
Map<String,String> initParam)
Allow to parameterized Flipping Strategy
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluatepublic void init(String featureName, Map<String,String> initParam)
init in interface FlippingStrategyfeatureName - current featureNamepublic Map<String,String> getInitParams()
getInitParams in interface FlippingStrategyprotected void assertRequiredParameter(String paramName)
paramName - target parameter namepublic String getType()
Copyright © 2013–2015 FF4J. All rights reserved.