|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.solids.AtlasPreferences
public class AtlasPreferences
Reference class of constansts used by ATLAS.
Evenutally, these values will be able to be set by a prefrences file or something...
| Constructor Summary | |
|---|---|
AtlasPreferences()
|
|
AtlasPreferences(int intLevel,
int logLevel)
|
|
| Method Summary | |
|---|---|
int |
getIntegrationLevel()
|
int |
getLoggingLevel()
|
static double |
getSingularityTolerance()
Returns the definition of a singularity for a singluatory matrix. |
static double |
getZeroTolerance()
Returns the definition of "zero". |
void |
setIntegrationLevel(int integrationLevel)
|
void |
setLoggingLevel(int loggingLevel)
|
static void |
setSingularityTolerance(double tolerance)
Sets the definition of a singularity for a singluatory matrix. |
static void |
setZeroTolerance(double tolerance)
Sets the definition of "zero". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtlasPreferences()
public AtlasPreferences(int intLevel,
int logLevel)
| Method Detail |
|---|
public static void setZeroTolerance(double tolerance)
public static double getZeroTolerance()
public static void setSingularityTolerance(double tolerance)
public static double getSingularityTolerance()
public int getLoggingLevel()
public void setLoggingLevel(int loggingLevel)
loggingLevel - Sets the desired loggingLevel.
1 equals info
2 equals warn
3 equals error
4 equals fatalpublic int getIntegrationLevel()
public void setIntegrationLevel(int integrationLevel)
integrationLevel - The integrationLevel to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||