Carbide.c++

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

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

public class BldInfModelFactory
extends java.lang.Object
implements IModelFactory<IBldInfOwnedModel>


Constructor Summary
BldInfModelFactory()
           
 
Method Summary
 IBldInfOwnedModel 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

BldInfModelFactory

public BldInfModelFactory()
Method Detail

createModel

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

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

Carbide.c++