OntoSim 2.4

fr.inrialpes.exmo.ontosim.extractor.matching
Class Matching.Entry<T>

java.lang.Object
  extended by 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
           
 
Constructor Summary
Matching.Entry(T s, T t)
           
 
Method Summary
 T getSource()
           
 T getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

T src

trg

T trg
Constructor Detail

Matching.Entry

public Matching.Entry(T s,
                      T t)
Method Detail

getSource

public T getSource()

getTarget

public T getTarget()

OntoSim 2.4

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