|
|||||||||
| 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.IntQuadruple
public class IntQuadruple
| Constructor Summary | |
|---|---|
IntQuadruple()
|
|
IntQuadruple(int src,
int mid,
int trgt,
int trgt2)
|
|
| Method Summary | |
|---|---|
IntTuple |
getCopy()
|
int |
getMiddle()
|
int |
getSource()
|
int |
getTarget()
|
int |
getTarget2()
|
| 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 IntQuadruple()
public IntQuadruple(int src,
int mid,
int trgt,
int trgt2)
| Method Detail |
|---|
public IntTuple getCopy()
getCopy in class IntTuplepublic int getSource()
public int getMiddle()
public int getTarget()
public int getTarget2()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||