it.unibo.cs.USI.tools
Class SemanticMappingTriplet

java.lang.Object
  extended by it.unibo.cs.USI.tools.SemanticMappingTriplet

public class SemanticMappingTriplet
extends java.lang.Object

Author:
Matteo Magnani Jun 2, 2005 3:35:51 PM

Field Summary
private  int t1
           
private  int t2
           
private  int t3
           
 
Constructor Summary
SemanticMappingTriplet(int t1, int t2, int t3)
           
 
Method Summary
 int getT1()
           
 int getT2()
           
 int getT3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t1

private int t1

t2

private int t2

t3

private int t3
Constructor Detail

SemanticMappingTriplet

public SemanticMappingTriplet(int t1,
                              int t2,
                              int t3)
Parameters:
t1 -
t2 -
t3 -
Method Detail

getT1

public int getT1()
Returns:
Returns the t1.

getT2

public int getT2()
Returns:
Returns the t2.

getT3

public int getT3()
Returns:
Returns the t3.