Package de.gsi.financial.samples.dos
Class AbsorptionClusterDO
- java.lang.Object
-
- de.gsi.financial.samples.dos.AbsorptionClusterDO
-
public class AbsorptionClusterDO extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbsorptionClusterDO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAskCluster(Interval<java.lang.Double> cluster)voidaddBidCluster(Interval<java.lang.Double> cluster)java.util.Set<Interval<java.lang.Double>>getAskClusters()java.util.Set<Interval<java.lang.Double>>getBidClusters()
-
-
-
Method Detail
-
addBidCluster
public void addBidCluster(Interval<java.lang.Double> cluster)
-
addAskCluster
public void addAskCluster(Interval<java.lang.Double> cluster)
-
getBidClusters
public java.util.Set<Interval<java.lang.Double>> getBidClusters()
-
getAskClusters
public java.util.Set<Interval<java.lang.Double>> getAskClusters()
-
-