Uses of Class
cayleytable.groupIdentify.factorType

Uses of groupIdentify.factorType in cayleytable
 

Methods in cayleytable that return types with arguments of type groupIdentify.factorType
private  java.util.ArrayList<groupIdentify.factorType> groupIdentify.primeFactor(int n)
          Method to determine the prime factorization of a given value
 

Methods in cayleytable with parameters of type groupIdentify.factorType
private  java.lang.String groupIdentify.generateUniqueFactor(groupIdentify.factorType nextFactor, int terms)
          Method to generate remaining factors based upon a specific number of a prime order and a number or terms those primes should be combined into.