|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonoidFactory<C extends MonoidElem<C>>
Monoid factory interface. Defines get one and tests for associativity and commutativity.
Method Summary | |
---|---|
C |
getONE()
Get the constant one for the MonoidElem. |
boolean |
isAssociative()
Query if this ring is associative. |
boolean |
isCommutative()
Query if this monoid is commutative. |
Methods inherited from interface edu.jas.structure.ElemFactory |
---|
copy, fromInteger, fromInteger, generators, isFinite, parse, parse, random, random, toScript |
Method Detail |
---|
C getONE()
boolean isCommutative()
boolean isAssociative()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |