|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.util.IntTuple
edu.stanford.nlp.util.IntTriple
public class IntTriple
| Constructor Summary | |
|---|---|
IntTriple()
|
|
IntTriple(int src,
int mid,
int trgt)
|
|
| Method Summary | |
|---|---|
IntTuple |
getCopy()
|
int |
getMiddle()
|
int |
getSource()
|
int |
getTarget()
|
| Methods inherited from class edu.stanford.nlp.util.IntTuple |
|---|
compareTo, concat, elems, equals, get, getIntTuple, getIntTuple, hashCode, length, print, set, shiftLeft, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntTriple()
public IntTriple(int src,
int mid,
int trgt)
| Method Detail |
|---|
public IntTuple getCopy()
getCopy in class IntTuplepublic int getSource()
public int getTarget()
public int getMiddle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||