Uses of Class
com.ail.insurance.policy.CalculationLine

Packages that use CalculationLine
com.ail.insurance.policy   
 

Uses of CalculationLine in com.ail.insurance.policy
 

Subclasses of CalculationLine in com.ail.insurance.policy
 class Behaviour
          A behaviour is a type of assessment line, specifically one that has an effect on a calculated amount.
 class FixedSum
          A type of assessment line representing a fixed amount (as opposed to one that is calculated by applying a rate to another line).
 class RateBehaviour
          An assessment line which applies a rate behaviour - i.e.
 class SumBehaviour
          An assessment line which contributes a fixed sum to another line.
 class Totalizer
          The totalizer calculation line adds any number of other named lines up to make a total, and optionally contributes that total to another line.