Package cayleytable

Class Summary
frobenius  
groupCreator Class used to create and store a group in groupMatrix object.
groupIdentify Class used to identify by name the current groupMatrix object that it contains.
groupMain Main Frame of Cayley table viewer for use when tool is run as a standlone program.
groupMainFrame Main Frame of Cayley table viewer for use when tool is run as a standlone program.
groupMatrix Class used as a storage device for all groups.
groupPanel Extended JPanel object that is used to display the actual Cayley Table stored in the myGroup groupMatrix object and displayed as via the tblGroupTable JTable object using the gtmGroupModel groupTableModel object as the format for viewing.
groupPermutation Class used to determine the number of permutations of a particular order that form a legal group where the identity element is always 0.
groupPermutationNew Class used to determine the number of permutations of a particular order that form a legal group where the identity element is always 0.
groupRelation Class used to store the relationships between generators of groups being created in the groupCreator.createDefineRelationGroup method.
groupTableModel Extended AbstractTableModel class describing how a group stored in a groupMatrix object is displayed in a JTable object.
Main Main class for use in running the Cayley Table generation and identification software from a command line.
PermutationGenerator Class used to create permutations of a set of numbers from 0 to n-1