|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectit.unibo.cs.USI.tools.SemanticMappingTriplet
public class SemanticMappingTriplet
| 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 |
|---|
private int t1
private int t2
private int t3
| Constructor Detail |
|---|
public SemanticMappingTriplet(int t1,
int t2,
int t3)
t1 - t2 - t3 - | Method Detail |
|---|
public int getT1()
public int getT2()
public int getT3()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||