org.wwbota.identification
Interface Criterion


public interface Criterion

A Criterion associated to a single Character, e.g. "petal color is white or white and brown". Criterion is called a state in Delta, but it's not a defined state, it's a logical expression describing a set of individuals.


Method Summary
 Character getCharacter()
           
 double isCompatibleWith(Criterion reference)
           
 

Method Detail

isCompatibleWith

public double isCompatibleWith(Criterion reference)
Returns:
the probability that this Criterion corresponds to the given reference

getCharacter

public Character getCharacter()
Returns:
the associated Character object