indexing description: "[ A general EM_GOOF_FORCE that applies area independent to all EM_GOOF_PHYSICABLE. ]" date: "$Date$" revision: "$Revision$" deferred class EM_GOOF_GENERAL_FORCE inherit EM_GOOF_UNARY_FORCE feature {EM_GOOF_FORCE, EM_GOOF_PHYSICS} -- Processing is_force_applicable(object: EM_GOOF_PHYSICABLE): BOOLEAN is -- Does the force apply to this object do result := true end end