====== BigObject Core::RuleChain ====== //from application [[..:core|core]]//\\ \\ A rule chain to compute properties of a `big' object. It can be obtained by calling the method ''[[..:core:Core_BigObject#get_schedule |get_schedule]]''. ===== Methods ===== ==== no category ==== {{anchor:apply:}} ? **''apply([[..:core:Core_BigObject |Core::BigObject]] o)''** :: Apply the rule chain to an object. ? Parameters: :: ''[[..:core:Core_BigObject |Core::BigObject]]'' ''o'' ---- {{anchor:list:}} ? **''list''** :: Return the headers of rules in the chain. ---- {{anchor:list_new_properties:}} ? **''list_new_properties''** :: Return the names of properties computed by the rule chain. ----