OntoSim 2.2

fr.inrialpes.exmo.ontosim.aggregation
Class DummyAS

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.aggregation.AggregationScheme
      extended by fr.inrialpes.exmo.ontosim.aggregation.DummyAS

public final class DummyAS
extends AggregationScheme

A dummy extractor which returns the first value of the vector

Author:
jerome David

Constructor Summary
DummyAS()
           
 
Method Summary
 double getValue(double[] vals)
           
<O> double
getValue(Measure<O> measure, Matching<O> matching)
           
 
Methods inherited from class fr.inrialpes.exmo.ontosim.aggregation.AggregationScheme
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyAS

public DummyAS()
Method Detail

getValue

public final double getValue(double[] vals)
Specified by:
getValue in class AggregationScheme

getValue

public final <O> double getValue(Measure<O> measure,
                                 Matching<O> matching)
Specified by:
getValue in class AggregationScheme

OntoSim 2.2

(C) INRIA, UPMF & friends, 2008-2011