Extension SDK

oracle.jdeveloper.jot
Interface JotModelFactory


public interface JotModelFactory

JotModelFactory creates JotModels.


Method Summary
 JotModel create()
          Create a new JotModel with default initialization.
 JotModel create(JotModel model)
          Create a new JotModel to replace the current JotModel.
 

Method Detail

create

public JotModel create()
Create a new JotModel with default initialization.
Returns:
the new JotModel.

create

public JotModel create(JotModel model)
Create a new JotModel to replace the current JotModel.
Parameters:
the - current JotModel to be used to initialize the new one.
Returns:
the new JotModel.

Extension SDK