JSci.maths.groups
Interface Group
- All Superinterfaces: 
 - Monoid
 
- All Known Implementing Classes: 
 - CyclicGroup, DihedralGroup, FiniteGroup, QuaternionGroup
 
public interface Group
- extends Monoid
 
This interface defines a group.
- PlanetMath references:
 - Group
 
| 
Nested Class Summary | 
static interface | 
Group.Member
 
          This interface defines a member of a group. | 
 
 
 
isInverse
boolean isInverse(Group.Member a,
                  Group.Member b)
- Returns true if one member is the inverse of the other.
 
- Parameters:
 a - a group memberb - a group member