IshmaelLocator
Class IshDetectionWrapper

java.lang.Object
  extended by IshmaelLocator.IshDetectionWrapper

public class IshDetectionWrapper
extends java.lang.Object

This has information for a single IshDetection that indicates (1) whether the detection is an 'anchor' detection within this channel, i.e., whether it is the principal one of a group of multipath detections, and (2) whether the detection is an anchor detection across channels, i.e., whether it is the anchor detection on a specially-designated reference channel.

Author:
Aaron Thode and Dave Mellinger

Field Summary
(package private)  IshDetection det
           
(package private)  java.util.HashMap<java.lang.String,java.lang.Object> feature
           
(package private)  boolean isArrayAnchor
           
(package private)  boolean isChanAnchor
           
(package private)  double timeSinceAnchor
           
(package private)  double timeSinceArrayAnchor
           
 
Constructor Summary
IshDetectionWrapper(IshDetection det)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

det

IshDetection det

isChanAnchor

boolean isChanAnchor

isArrayAnchor

boolean isArrayAnchor

timeSinceAnchor

double timeSinceAnchor

timeSinceArrayAnchor

double timeSinceArrayAnchor

feature

java.util.HashMap<java.lang.String,java.lang.Object> feature
Constructor Detail

IshDetectionWrapper

public IshDetectionWrapper(IshDetection det)