Interface QueryBasedFeatureInverter<ComputedType,StorageType>
-
public interface QueryBasedFeatureInverter<ComputedType,StorageType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageType
invert(ComputedType computedValue)
Return the storage value for the computed value.ComputedType
validate(ComputedType computedValue)
Validate the computed value to ensure that inverting is possible
-
-
-
Method Detail
-
invert
StorageType invert(ComputedType computedValue)
Return the storage value for the computed value.
-
validate
ComputedType validate(ComputedType computedValue)
Validate the computed value to ensure that inverting is possible
-
-