org.rr0.im.service.function
Interface SightingStrangeness

All Known Implementing Classes:
SightingStrangenessImpl

public interface SightingStrangeness
extends Function

Symbolized as sigma.
It is a value between zero and one that indicates the "abnormality" level
of a report compared to normal processes, familiar phenomena
and known manufactured objects.
Seven factors commonly found in sighting reports have been carefully defined,
and one simply counts up the number of these factors recognized in reading
the report and divides by seven to record.
The seven factors (quoting verbatim from Ballester and Guasp) are:

Author:
Jérôme Beau
Version: 15 juin 2003 23:46:50

Method Summary
 doublegetValue(Sighting someSighting)
          Return the quality index of a given Account

Method Detail

getValue

public double getValue(Sighting someSighting)
Return the quality index of a given Account
Parameters:
someSighting The report to check quality for.
Returns: A value between zero and one (percentage).