rle.core.data
Interface RuntimeComputer

All Known Implementing Classes:
EquipmentBonusComputer, PlayerLevelMgr, SimpleFormulaComputer

public interface RuntimeComputer

Implemented by classes that can compute the value of a type COMPUTED Runtime Attribute.


Method Summary
 java.lang.Object compute(java.lang.String key, RuntimeData source)
          Compute a value for the given key.
 

Method Detail

compute

java.lang.Object compute(java.lang.String key,
                         RuntimeData source)
Compute a value for the given key.