Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model
Interface IModelFactory<Model extends IOwnedModel>

All Known Implementing Classes:
BldInfModelFactory, BSFModelFactory, ImageMakefileModelFactory, MakefileModelFactory, MMPModelFactory, PKGModelFactory

public interface IModelFactory<Model extends IOwnedModel>

Factory interface for creating models.


Method Summary
 Model createModel(IPath path, IDocument document)
          Create a model
 

Method Detail

createModel

Model createModel(IPath path,
                  IDocument document)
Create a model

Parameters:
path - full path used to identify the model
document - the document containing the model content
Returns:
new model

Carbide.c++