edu.sc.seis.TauP
Class SplitLayerInfo
java.lang.Object
|
+--edu.sc.seis.TauP.SplitLayerInfo
- public class SplitLayerInfo
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
Constructor Summary |
SplitLayerInfo(boolean neededSplit,
boolean movedSample,
double rayParam)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SplitLayerInfo
public SplitLayerInfo(boolean neededSplit,
boolean movedSample,
double rayParam)
getNeededSplit
public boolean getNeededSplit()
- Get the value of neededSplit.
- Returns:
- Value of neededSplit.
setNeededSplit
public void setNeededSplit(boolean v)
- Set the value of neededSplit.
- Parameters:
v
- Value to assign to neededSplit.
getMovedSample
public boolean getMovedSample()
- Get the value of movedSample.
- Returns:
- Value of movedSample.
setMovedSample
public void setMovedSample(boolean v)
- Set the value of movedSample.
- Parameters:
v
- Value to assign to movedSample.
getRayParam
public double getRayParam()
- Get the value of rayParam.
- Returns:
- Value of rayParam.
setRayParam
public void setRayParam(double v)
- Set the value of rayParam.
- Parameters:
v
- Value to assign to rayParam.