Package cnuphys.adaptiveSwim.test
Class AdaptiveTests
java.lang.Object
cnuphys.adaptiveSwim.test.AdaptiveTests
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidTest swimming to a cylinderstatic voidlineTest()Test the swim to a linestatic voidTest the basic swim to a final pathlengthstatic voidTest swim to a planestatic voidTest retracing a swimstatic voidrhoTest()Test swimming to a fixed rhostatic voidTest swimming to a cylinderstatic voidstatic void
- 
Constructor Details- 
AdaptiveTestspublic AdaptiveTests()
 
- 
- 
Method Details- 
noStopperTestpublic static void noStopperTest()Test the basic swim to a final pathlength
- 
lineTestpublic static void lineTest()Test the swim to a line
- 
retraceTestpublic static void retraceTest()Test retracing a swim
- 
TIMEzTestpublic static void TIMEzTest()
- 
xxxxxxzTestpublic static void xxxxxxzTest()
- 
rhoTestpublic static void rhoTest()Test swimming to a fixed rho
- 
planeTestpublic static void planeTest()Test swim to a plane
- 
sphereTestpublic static void sphereTest()Test swimming to a cylinder
- 
cylinderTestpublic static void cylinderTest()Test swimming to a cylinder
 
-