|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsugr.test.TestTools
Class that contaions some functions often used to test sugr classes.
Nested Class Summary | |
static class |
TestTools.ProgressMonitorWithTaskbar
|
Constructor Summary | |
TestTools()
|
Method Summary | |
static boolean |
helpDofOfRelations(java.lang.Class[][] allowed,
Entity ent)
Method to test all unallowed possibilities of getDofOfRelatoin returns false if one of the unallowed combinations doesn't return an error. |
static boolean |
helpJacobianOfRelations(java.lang.Class[][] allowed,
Entity ent)
Method to test all unallowed possibilities of getJacobianOfRelatoin returns false if one of the unallowed combinations doesn't return an error. |
static boolean |
helpNormalizeEuclideanStatistics(Entity test)
Function that test's if the normalization of a point still is correct when uncertainity is used |
static boolean |
helpNormalizeEuclideanStatistics(Entity test,
double prec)
Function that test's if the normalization of a point still is correct when uncertainity is used |
static boolean |
helpNormalizeEuclideanStatistics(Entity test,
int iterations)
Function that test's if the normalization of a point still is correct when uncertainity is used |
static boolean |
helpNormalizeEuclideanStatistics(Entity test,
int iterations,
double prec)
Function that test's if the normalization of a point still is correct when uncertainity is used |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestTools()
Method Detail |
public static boolean helpNormalizeEuclideanStatistics(Entity test, int iterations, double prec)
test
- - the entity to be testediterations
- - the number of iterations (should be at least >=100,000)prec
- - the relative precision with which the results must match
public static boolean helpNormalizeEuclideanStatistics(Entity test, int iterations)
test
- - the point to be testediterations
- - the number of iterations (should be at least >=100,000)
public static boolean helpNormalizeEuclideanStatistics(Entity test)
test
- - the entity to be tested
public static boolean helpNormalizeEuclideanStatistics(Entity test, double prec)
test
- - the entity to be testedprec
- - the relative precision with which the results must match
public static boolean helpJacobianOfRelations(java.lang.Class[][] allowed, Entity ent)
allowed
- - two dimensional array of classes which are all allowed combinations
for that entityent
- - an entity of the class to be tested
public static boolean helpDofOfRelations(java.lang.Class[][] allowed, Entity ent)
allowed
- - two dimensional array of classes which are all allowed combinations
for that entityent
- - an entity of the class to be tested
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |