The EarthquakePattern class is an abstract class. An
EarthquakePattern is an object which adds earthquake loads to
models. This abstract class keeps track of the GroundMotion objects
and implements the applyLoad() method. It is up to the concrete
subclasses to set the appropriate values of R at each node in
the model.