|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.groups.FiniteGroup
public abstract class FiniteGroup
Superclass for finite groups.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface JSci.maths.groups.Group |
---|
Group.Member |
Field Summary | |
---|---|
protected int |
order
|
Constructor Summary | |
---|---|
FiniteGroup(int n)
Constructs a finite group. |
Method Summary | |
---|---|
abstract Group.Member[] |
getElements()
Returns the elements of this group. |
int |
order()
Returns the order (the number of group elements) of this group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface JSci.maths.groups.Group |
---|
isInverse |
Methods inherited from interface JSci.maths.groups.Monoid |
---|
identity, isIdentity |
Field Detail |
---|
protected final int order
Constructor Detail |
---|
public FiniteGroup(int n)
n
- the order of the groupMethod Detail |
---|
public abstract Group.Member[] getElements()
public final int order()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |