start refactoring ALIGOFactory
Started IFOFactory
which inherits from FinesseFactory
. ALIGOFactory
and CARMFactory
now inherit from IFOFactory
which has more general functions. DARMFactory
factory will be implemented similar to CARMFactory
but hasn't been done yet.