Uses of Interface
JSci.maths.groups.Monoid

Packages that use Monoid
JSci.maths.groups Provides classes for groups and their generalisations (monoids, semigroups). 
 

Uses of Monoid in JSci.maths.groups
 

Subinterfaces of Monoid in JSci.maths.groups
 interface Group
          This interface defines a group.
 

Classes in JSci.maths.groups that implement Monoid
 class CyclicGroup
          The CyclicGroup class represents the nth cyclic group.
 class DihedralGroup
          The DihedralGroup class represents the nth dihedral group.
 class FiniteGroup
          Superclass for finite groups.
 class QuaternionGroup
          The QuaternionGroup class represents the quaternion group.