jdubielApplet
Class SubSuperSetList

java.lang.Object
  extended by jdubielApplet.Set
      extended by jdubielApplet.PcSet
          extended by jdubielApplet.TnType
              extended by jdubielApplet.TnIType
                  extended by jdubielApplet.TnTnIType
                      extended by jdubielApplet.SubSuperSetList

public class SubSuperSetList
extends TnTnIType


Field Summary
 
Fields inherited from class jdubielApplet.TnTnIType
prime, prime3, prime4, prime5, prime6, prime7, prime8, prime9
 
Fields inherited from class jdubielApplet.Set
base12String, charSet, combinatorial, ivector, m7set, name, set, symmetry, tnitype, tntnitype, tntype
 
Constructor Summary
SubSuperSetList()
           
 
Method Summary
 int[][] getSubSets(int[] ssSet, int subsetSize)
           
 int[][] getSuperSets(int[] ssSet, int superSetSize)
           
 int numOfCombinations(int n, int k)
           
 java.lang.String printSubSets(int[] ssSet, int[][] subSets)
           
 java.lang.String printSuperSets(int[] ssSet, int[][] superSets)
           
 
Methods inherited from class jdubielApplet.TnTnIType
getPrimeByIVector, getPrimeByName, getPrimeByTnTnI, getTnTnIType, initPrime3, initPrime4, initPrime5, initPrime6, initPrime7, initPrime8, initPrime9, listPrime, returnPrimeByTnTnI, returnTnTnIType, tnOrTnIType
 
Methods inherited from class jdubielApplet.TnIType
getTnIType, returnTnIType
 
Methods inherited from class jdubielApplet.TnType
getNormalOrder, getTnType, returnTnType
 
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

SubSuperSetList

public SubSuperSetList()
Method Detail

getSubSets

public int[][] getSubSets(int[] ssSet,
                          int subsetSize)

numOfCombinations

public int numOfCombinations(int n,
                             int k)

getSuperSets

public int[][] getSuperSets(int[] ssSet,
                            int superSetSize)

printSubSets

public java.lang.String printSubSets(int[] ssSet,
                                     int[][] subSets)

printSuperSets

public java.lang.String printSuperSets(int[] ssSet,
                                       int[][] superSets)