fr.inrialpes.exmo.ontosim.extractor.matching
Class Matching.Entry<T>
java.lang.Object
fr.inrialpes.exmo.ontosim.extractor.matching.Matching.Entry<T>
- Enclosing interface:
- Matching<O>
public static class Matching.Entry<T>
- extends Object
Field Summary |
(package private) T |
src
|
(package private) T |
trg
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
src
T src
trg
T trg
Matching.Entry
public Matching.Entry(T s,
T t)
getSource
public T getSource()
getTarget
public T getTarget()
(C) INRIA, UPMF & friends, 2008-2011