public abstract class OutOfBoundsStrategyFactory<T extends Type<T>> extends Object implements Factory
Constructor and Description |
---|
OutOfBoundsStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
abstract OutOfBoundsStrategy<T> |
createStrategy(LocalizableCursor<T> cursor) |
String |
getErrorMessage() |
void |
printProperties() |
void |
setParameters(String configuration) |
public abstract OutOfBoundsStrategy<T> createStrategy(LocalizableCursor<T> cursor)
public String getErrorMessage()
getErrorMessage
in interface Factory
public void printProperties()
printProperties
in interface Factory
public void setParameters(String configuration)
setParameters
in interface Factory
Copyright © 2015–2021 Fiji. All rights reserved.