|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lsmp.djep.groupJep.groups.Group
public abstract class Group
Base abstract class for all groups.
| Constructor Summary | |
|---|---|
Group()
|
|
| Method Summary | |
|---|---|
void |
addStandardConstants(JEP j)
adds the standard constants for this group. |
void |
addStandardFunctions(JEP j)
adds the standard function for this group By default does nothing. |
NumberFactory |
getNumberFactory()
returns a number factory for creating group elements from strings |
boolean |
isConstantPoly(java.lang.Number a)
Default implementation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.lsmp.djep.groupJep.GroupI |
|---|
add, equals, getInverse, getZERO, sub, valueOf |
| Constructor Detail |
|---|
public Group()
| Method Detail |
|---|
public NumberFactory getNumberFactory()
getNumberFactory in interface GroupIpublic void addStandardConstants(JEP j)
addStandardConstants in interface GroupIpublic void addStandardFunctions(JEP j)
addStandardFunctions in interface GroupIpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isConstantPoly(java.lang.Number a)
isConstantPoly in interface GroupI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||