|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MathematicalElement
| Field Summary | |
|---|---|
static java.lang.String |
COMPLEX_VALUE
|
static java.lang.String |
REAL_VALUE
|
| Method Summary | |
|---|---|
double |
getComplexValue()
get the complex value of the number |
java.util.Properties |
getProperties()
Get ptoperties used to initialize element (to store it in xml property file). |
double |
getRealValue()
get the real value of the number |
int |
getType()
Return the unique identifier of an element type (1 for real, 2 for complex ...). |
java.lang.Object |
getValue()
get generic value of mathematical element. |
void |
setProperties(java.util.Properties properties)
Set properties for initialisation (when stored in xml property file) |
| Field Detail |
|---|
static final java.lang.String REAL_VALUE
static final java.lang.String COMPLEX_VALUE
| Method Detail |
|---|
java.lang.Object getValue()
double getRealValue()
double getComplexValue()
throws MathematicalException
MathematicalExceptionint getType()
void setProperties(java.util.Properties properties)
properties - properties to setjava.util.Properties getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||