org.eclipse.actf.model
Interface IModelFactory

All Known Implementing Classes:
DefaultModelFactory

public interface IModelFactory

implementations retrieve the desired IModel based upon the raven:model attribute value of the <rulebase> element.

Author:
Mike Squillace

Method Summary
 IModel resolveModel(String model)
          retrieve the desired IModel for the given model type.
 

Method Detail

resolveModel

IModel resolveModel(String model)
retrieve the desired IModel for the given model type.

Parameters:
model - -- model type
Returns:
model appropriate for the given type