fr.inrialpes.exmo.ontosim.align
Class ASAlignmentPathMeasure
java.lang.Object
fr.inrialpes.exmo.ontosim.align.AbstractAlignmentSpaceMeasure<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>>
fr.inrialpes.exmo.ontosim.align.ASShortestPathMeasure
fr.inrialpes.exmo.ontosim.align.ASAlignmentPathMeasure
- All Implemented Interfaces:
- AlignmentSpaceMeasure<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>>, Measure<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>>
public class ASAlignmentPathMeasure
- extends ASShortestPathMeasure
This class implements measures depending on the existence of an path between the ontologies in the alignment space.
It is implemented on top of the "shortest path" measure, since this does not really cost more and this is easier to maintain
Method Summary |
double |
getMeasureValue(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASAlignmentPathMeasure
public ASAlignmentPathMeasure()
ASAlignmentPathMeasure
public ASAlignmentPathMeasure(org.semanticweb.owl.align.OntologyNetwork noo)
getMeasureValue
public double getMeasureValue(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2)
- Specified by:
getMeasureValue
in interface Measure<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>>
- Overrides:
getMeasureValue
in class ASShortestPathMeasure
(C) INRIA & friends, 2008-2009