OntoSim 1.0

fr.inrialpes.exmo.ontosim.set
Class SetMeasure<S>

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.set.SetMeasure<S>
All Implemented Interfaces:
Measure<Set<S>>
Direct Known Subclasses:
AverageLinkage, FullLinkage, Hausdorff, MaxCoupling, MaximumSet, MaxSet, SalphaMeasure, SingleLinkage

public abstract class SetMeasure<S>
extends Object
implements Measure<Set<S>>


Nested Class Summary
 
Nested classes/interfaces inherited from interface fr.inrialpes.exmo.ontosim.Measure
Measure.TYPES
 
Field Summary
protected  Measure<S> localMeasure
           
 
Constructor Summary
SetMeasure()
           
SetMeasure(Measure<S> m)
           
 
Method Summary
 Measure<S> getLocalMeasure()
           
 Measure.TYPES getMType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inrialpes.exmo.ontosim.Measure
getDissim, getMeasureValue, getSim
 

Field Detail

localMeasure

protected Measure<S> localMeasure
Constructor Detail

SetMeasure

public SetMeasure()

SetMeasure

public SetMeasure(Measure<S> m)
Method Detail

getLocalMeasure

public Measure<S> getLocalMeasure()

getMType

public Measure.TYPES getMType()
Specified by:
getMType in interface Measure<Set<S>>

OntoSim 1.0

(C) INRIA & friends, 2008-2009