public class WalkSuite
extends java.lang.Object
Constructor and Description |
---|
WalkSuite(double dblPrevious,
double dblCurrent,
double dblPermanentImpact,
double dblTemporaryImpact)
WalkSuite Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
currentWanderer()
Retrieve the Current Instance of the Walk Wanderer
|
double |
permanentImpactWanderer()
Retrieve the Previous Instance of the Permanent Impact Walk Wanderer
|
double |
previousWanderer()
Retrieve the Previous Instance of the Walk Wanderer
|
double |
temporaryImpactWanderer()
Retrieve the Previous Instance of the Temporary Impact Walk Wanderer
|
public WalkSuite(double dblPrevious, double dblCurrent, double dblPermanentImpact, double dblTemporaryImpact) throws java.lang.Exception
dblPrevious
- The Previous Walk RealizationdblCurrent
- The Current Walk RealizationdblPermanentImpact
- The Permanent Impact Walk RealizationdblTemporaryImpact
- The Temporary Impact Walk Realizationjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double previousWanderer()
public double currentWanderer()
public double permanentImpactWanderer()
public double temporaryImpactWanderer()