|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 GroupI
public void addStandardConstants(JEP j)
addStandardConstants
in interface GroupI
public void addStandardFunctions(JEP j)
addStandardFunctions
in interface GroupI
public java.lang.String toString()
toString
in class java.lang.Object
public 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 |