edu.stanford.nlp.util
Class IntQuadruple

java.lang.Object
  extended by edu.stanford.nlp.util.IntTuple
      extended by edu.stanford.nlp.util.IntQuadruple
All Implemented Interfaces:
Serializable

public class IntQuadruple
extends IntTuple

See Also:
Serialized Form

Constructor Summary
IntQuadruple()
           
IntQuadruple(int src, int mid, int trgt, int trgt2)
           
 
Method Summary
 IntTuple getCopy()
           
 int getMiddle()
           
 int getSource()
           
 int getTagret2()
           
 int getTarget()
           
 int hashCode()
           
 
Methods inherited from class edu.stanford.nlp.util.IntTuple
concat, elems, equals, get, getIntTuple, getIntTuple, length, print, set, shiftLeft, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntQuadruple

public IntQuadruple()

IntQuadruple

public IntQuadruple(int src,
                    int mid,
                    int trgt,
                    int trgt2)
Method Detail

getCopy

public IntTuple getCopy()
Overrides:
getCopy in class IntTuple

getSource

public int getSource()

getTarget

public int getTarget()

getTagret2

public int getTagret2()

getMiddle

public int getMiddle()

hashCode

public int hashCode()
Overrides:
hashCode in class IntTuple


Stanford NLP Group