|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.TauP.SplitLayerInfo
public class SplitLayerInfo
Constructor Summary | |
---|---|
SplitLayerInfo(boolean neededSplit,
boolean movedSample,
double rayParam)
|
Method Summary | |
---|---|
boolean |
getMovedSample()
Get the value of movedSample. |
boolean |
getNeededSplit()
Get the value of neededSplit. |
double |
getRayParam()
Get the value of rayParam. |
void |
setMovedSample(boolean v)
Set the value of movedSample. |
void |
setNeededSplit(boolean v)
Set the value of neededSplit. |
void |
setRayParam(double v)
Set the value of rayParam. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitLayerInfo(boolean neededSplit, boolean movedSample, double rayParam)
Method Detail |
---|
public boolean getNeededSplit()
public void setNeededSplit(boolean v)
v
- Value to assign to neededSplit.public boolean getMovedSample()
public void setMovedSample(boolean v)
v
- Value to assign to movedSample.public double getRayParam()
public void setRayParam(double v)
v
- Value to assign to rayParam.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |