Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.app.model
Interface ApplicationModel

All Known Implementing Classes:
ApplicationModelImpl

public interface ApplicationModel

A representation of the model object 'Application Model'.

The following features are supported:

See Also:
ModelPackage.getApplicationModel()

Field Summary
static String copyright
           
 
Method Summary
 EList getArtifacts()
          Returns the value of the 'Artifacts' containment reference list.
 String getModelVersion()
          Returns the value of the 'Model Version' attribute.
 EList getRelationships()
          Returns the value of the 'Relationships' containment reference list.
 void setModelVersion(String value)
          Sets the value of the 'Model Version' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getArtifacts

EList getArtifacts()
Returns the value of the 'Artifacts' containment reference list. The list contents are of type Artifact.

If the meaning of the 'Artifacts' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Artifacts' containment reference list.
See Also:
ModelPackage.getApplicationModel_Artifacts()

getRelationships

EList getRelationships()
Returns the value of the 'Relationships' containment reference list. The list contents are of type Relationship.

If the meaning of the 'Relationships' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Relationships' containment reference list.
See Also:
ModelPackage.getApplicationModel_Relationships()

getModelVersion

String getModelVersion()
Returns the value of the 'Model Version' attribute.

If the meaning of the 'Model Version' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Model Version' attribute.
See Also:
setModelVersion(String), ModelPackage.getApplicationModel_ModelVersion()

setModelVersion

void setModelVersion(String value)
Sets the value of the 'Model Version' attribute.

Parameters:
value - the new value of the 'Model Version' attribute.
See Also:
getModelVersion()

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.