asu.seismo.signals.seismo
Class seismomarker

java.lang.Object
  extended by asu.seismo.signals.seismo.seismomarker

public class seismomarker
extends java.lang.Object

This class contains a time marker.


Constructor Summary
seismomarker(java.lang.String name, double time)
          Construct new marker.
 
Method Summary
 boolean exists()
          True if this marker exists.
 java.lang.String getName()
          Get name of the marker.
 double getTime()
          Get time of the marker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

seismomarker

public seismomarker(java.lang.String name,
                    double time)
Construct new marker.

Method Detail

getName

public java.lang.String getName()
Get name of the marker.


getTime

public double getTime()
Get time of the marker.


exists

public boolean exists()
True if this marker exists.