edu.sc.seis.TauP
Class SplitLayerInfo

java.lang.Object
  extended byedu.sc.seis.TauP.SplitLayerInfo
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

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)
           
 
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

SplitLayerInfo

public SplitLayerInfo(boolean neededSplit,
                      boolean movedSample,
                      double rayParam)
Method Detail

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.


Copyright © 1999-2005 Seismology at the University of South Carolina. All Rights Reserved.