Carbide.c++

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

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.model.PKGModelFactory
All Implemented Interfaces:
IModelFactory<com.nokia.carbide.internal.api.cpp.epoc.engine.model.pkg.IPKGOwnedModel>

public class PKGModelFactory
extends java.lang.Object
implements IModelFactory<com.nokia.carbide.internal.api.cpp.epoc.engine.model.pkg.IPKGOwnedModel>


Constructor Summary
PKGModelFactory()
           
 
Method Summary
 com.nokia.carbide.internal.api.cpp.epoc.engine.model.pkg.IPKGOwnedModel 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

PKGModelFactory

public PKGModelFactory()
Method Detail

createModel

public com.nokia.carbide.internal.api.cpp.epoc.engine.model.pkg.IPKGOwnedModel createModel(IPath path,
                                                                                           IDocument document)
Description copied from interface: IModelFactory
Create a model

Specified by:
createModel in interface IModelFactory<com.nokia.carbide.internal.api.cpp.epoc.engine.model.pkg.IPKGOwnedModel>
Parameters:
path - full path used to identify the model
document - the document containing the model content
Returns:
new model

Carbide.c++