edu.stanford.nlp.mt
Class IntTuple

java.lang.Object
  |
  +--edu.stanford.nlp.mt.IntTuple
Direct Known Subclasses:
IntPair, IntQuadruple, IntTriple

public class IntTuple
extends Object


Constructor Summary
IntTuple()
           
IntTuple(int num)
           
 
Method Summary
 int get(int num)
           
 IntTuple getCopy()
           
 IntTuple getIntTuple(int num)
           
 void print()
           
 void set(int num, int val)
           
 String toNameString(int mask)
           
 String toNameStringE()
           
 String toNameStringF()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntTuple

public IntTuple(int num)

IntTuple

public IntTuple()
Method Detail

getIntTuple

public IntTuple getIntTuple(int num)

getCopy

public IntTuple getCopy()

set

public void set(int num,
                int val)

get

public int get(int num)

print

public void print()

toNameStringE

public String toNameStringE()

toNameStringF

public String toNameStringF()

toNameString

public String toNameString(int mask)


Stanford NLP Group