jdubielApplet
Class TnType

java.lang.Object
  extended by jdubielApplet.Set
      extended by jdubielApplet.PcSet
          extended by jdubielApplet.TnType
Direct Known Subclasses:
TnIType

public class TnType
extends PcSet


Field Summary
 
Fields inherited from class jdubielApplet.Set
base12String, charSet, combinatorial, ivector, m7set, name, set, symmetry, tnitype, tntnitype, tntype
 
Constructor Summary
TnType()
           
TnType(char[] t)
           
TnType(int size)
           
TnType(int[] s)
           
 
Method Summary
 int[] getNormalOrder(int[] s)
           
 void getTnType()
           
 int[] returnTnType(int[] st)
           
 
Methods inherited from class jdubielApplet.PcSet
checkDuplicateChars, checkDuplicates, getBestNormal, getIVector, getMns, getMultiplied, getMultipliedBy7, getRTnIs, getRTns, getTnIs, getTns, invertPcSet, multiplyBy, numberOfNonSpaces, removeConsecutiveSpaces, removeDuplicatesInString, removeFistLastSpaces, returnMns, returnMultipliedBy7, returnTnIs, returnTns, rotateSeqByN, rotateSequence, sortPcSet
 
Methods inherited from class jdubielApplet.Set
charArrayToIntOne, charSetToSet, checkNonNumerals, combinatorialToString, intArrayToCharOne, intArrayToString, intToChar, ivectorToString, letterSetToSet, m7setToString, matrix, pcSetArrayToString, printPcSet, setToCharSet, symmetryToString, tnItoIn, tnitypeToString, tntnitypeToString, tntypeToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TnType

public TnType()

TnType

public TnType(int[] s)

TnType

public TnType(char[] t)

TnType

public TnType(int size)
Method Detail

getNormalOrder

public int[] getNormalOrder(int[] s)

getTnType

public void getTnType()

returnTnType

public int[] returnTnType(int[] st)