Class NoActionGeneralizer
- java.lang.Object
-
- org.n52.io.type.quantity.generalize.Generalizer<Data<QuantityValue>>
-
- org.n52.io.type.quantity.generalize.NoActionGeneralizer
-
public class NoActionGeneralizer extends Generalizer<Data<QuantityValue>>
-
-
Constructor Summary
Constructors Constructor Description NoActionGeneralizer(IoParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCollection<Data<QuantityValue>>generalize(DataCollection<Data<QuantityValue>> data)StringgetName()-
Methods inherited from class org.n52.io.type.quantity.generalize.Generalizer
getParameters
-
-
-
-
Constructor Detail
-
NoActionGeneralizer
public NoActionGeneralizer(IoParameters parameters)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein classGeneralizer<Data<QuantityValue>>
-
generalize
public DataCollection<Data<QuantityValue>> generalize(DataCollection<Data<QuantityValue>> data) throws GeneralizerException
- Specified by:
generalizein classGeneralizer<Data<QuantityValue>>- Throws:
GeneralizerException
-
-