Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model
Class MMPModelFactory

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.model.MMPModelFactory
All Implemented Interfaces:
IModelFactory<IMMPOwnedModel>

public class MMPModelFactory
extends java.lang.Object
implements IModelFactory<IMMPOwnedModel>


Constructor Summary
MMPModelFactory()
           
 
Method Summary
 IMMPOwnedModel createModel(IPath path, IDocument document)
          Create a model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMPModelFactory

public MMPModelFactory()
Method Detail

createModel

public IMMPOwnedModel createModel(IPath path,
                                  IDocument document)
Description copied from interface: IModelFactory
Create a model

Specified by:
createModel in interface IModelFactory<IMMPOwnedModel>
Parameters:
path - full path used to identify the model
document - the document containing the model content
Returns:
new model

Carbide.c++