org.tm4j.panckoucke.abstraction .InstantiableAbstractor

Description

This interface extends the Abstractor-Interface in two ways 1. Introduces one method, "setModelfactory". This Method is called by the ModelProviderImpl after instantiating the abstractor . 2. Defining the following implicit contract: Every implementor of this interface must provide a no-argument- constructor and must ensure, that after the object is instantiated and after the setModelFactoryMethod was called, the Instance is ready to reply to Abstraction demands. Created on 21.02.2003

Interfaces

Method Summary
void setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
sets the AModelFactory which the Abstractor should use