fr.inrialpes.exmo.ontosim.align
Class AbstractAlignmentSpaceMeasure<S>
java.lang.Object
fr.inrialpes.exmo.ontosim.align.AbstractAlignmentSpaceMeasure<S>
- All Implemented Interfaces:
- AlignmentSpaceMeasure<S>, Measure<S>
- Direct Known Subclasses:
- AlignmentEntitySim, AlignmentGlobalSum, ASAbstractCoverageTraversal, ASShortestPathMeasure
public abstract class AbstractAlignmentSpaceMeasure<S>
- extends Object
- implements AlignmentSpaceMeasure<S>
Field Summary |
protected Matrix<fr.inrialpes.exmo.align.onto.Ontology,fr.inrialpes.exmo.align.onto.Ontology> |
measureMatrix
|
protected org.semanticweb.owl.align.OntologyNetwork |
network
|
private Map<URI,Set<org.semanticweb.owl.align.Alignment>> |
uriToAlign
|
Method Summary |
boolean |
addAlignment(org.semanticweb.owl.align.Alignment al)
|
protected Set<org.semanticweb.owl.align.Alignment> |
getAlignments(fr.inrialpes.exmo.align.onto.Ontology<?> o1,
fr.inrialpes.exmo.align.onto.Ontology<?> o2)
|
void |
setAlignmentSpace(org.semanticweb.owl.align.OntologyNetwork noo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
network
protected org.semanticweb.owl.align.OntologyNetwork network
measureMatrix
protected Matrix<fr.inrialpes.exmo.align.onto.Ontology,fr.inrialpes.exmo.align.onto.Ontology> measureMatrix
uriToAlign
private Map<URI,Set<org.semanticweb.owl.align.Alignment>> uriToAlign
AbstractAlignmentSpaceMeasure
public AbstractAlignmentSpaceMeasure()
AbstractAlignmentSpaceMeasure
public AbstractAlignmentSpaceMeasure(org.semanticweb.owl.align.OntologyNetwork noo)
setAlignmentSpace
public void setAlignmentSpace(org.semanticweb.owl.align.OntologyNetwork noo)
- Specified by:
setAlignmentSpace
in interface AlignmentSpaceMeasure<S>
addAlignment
public boolean addAlignment(org.semanticweb.owl.align.Alignment al)
throws org.semanticweb.owl.align.AlignmentException
- Specified by:
addAlignment
in interface AlignmentSpaceMeasure<S>
- Throws:
org.semanticweb.owl.align.AlignmentException
getAlignments
protected Set<org.semanticweb.owl.align.Alignment> getAlignments(fr.inrialpes.exmo.align.onto.Ontology<?> o1,
fr.inrialpes.exmo.align.onto.Ontology<?> o2)
(C) INRIA & friends, 2008-2009