set_factory_type


Description:

public void set_factory_type (Type type, Type factory_type)

Associate an ObjectFactory subclass with a Type.

Note: The associated factory_type will thereafter be responsible for the creation of new Object implementations for instances appropriate for type.

Parameters:

this

the Registry in which to register the type association

type

an Object type

factory_type

an ObjectFactory type to associate with type. Must implement AtkObject appropriate for type.