partage
Class ComplexInstance.MinAggregator

java.lang.Object
  extended by partage.ComplexInstance.AbstractIntegerAggregator
      extended by partage.ComplexInstance.MinAggregator
Enclosing class:
ComplexInstance

public static class ComplexInstance.MinAggregator
extends ComplexInstance.AbstractIntegerAggregator

An implementation of a real aggregator which computes the min of the weights.

Version:
july 2007
Author:
Sylvain Bouveret

Constructor Summary
ComplexInstance.MinAggregator()
           
 
Method Summary
 int aggregate(int i1, int i2)
           
 
Methods inherited from class partage.ComplexInstance.AbstractIntegerAggregator
aggregate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexInstance.MinAggregator

public ComplexInstance.MinAggregator()
Method Detail

aggregate

public int aggregate(int i1,
                     int i2)
Specified by:
aggregate in class ComplexInstance.AbstractIntegerAggregator