rita.support
Interface RiProbable

All Known Implementing Classes:
TextNode

public interface RiProbable

Simple interface for probabilistic objects.


Method Summary
 float getProbability()
          Returns a probability value between 0 - 1
 float getRawValue()
          Returns the raw value from which probability will be calculated
 

Method Detail

getProbability

float getProbability()
Returns a probability value between 0 - 1


getRawValue

float getRawValue()
Returns the raw value from which probability will be calculated