Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.visual.editor
Interface IAppModelEditorInput

All Known Implementing Classes:
AppModelEditorInput

public interface IAppModelEditorInput

Interface of editor input for the Application Diagram editor. The interface can return an ApplicationModel instance. The client is encouraged to extend the default implementation AppModelEditorInput instead of implementing this interface directly.


Field Summary
static String copyright
           
 
Method Summary
 ApplicationModel getApplicationModel()
          Returns the ApplicationModel for this editor input.
 ResourceSet getResourceSet()
          Get the resourceSet associated with diagram and semantic model.
 void setResourceSet(ResourceSet resourceSet)
          Set the resourceSet associated with diagram and semantic model.
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getApplicationModel

ApplicationModel getApplicationModel()
Returns the ApplicationModel for this editor input.


getResourceSet

ResourceSet getResourceSet()
Get the resourceSet associated with diagram and semantic model.


setResourceSet

void setResourceSet(ResourceSet resourceSet)
Set the resourceSet associated with diagram and semantic model.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.