|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelPackage
The Package for the model. It contains accessors for the meta objects to represent
ModelFactory
Nested Class Summary | |
---|---|
static interface |
ModelPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Field Summary | |
---|---|
static int |
APPLICATION_MODEL
The meta object id for the ' Application Model ' class. |
static int |
APPLICATION_MODEL__ARTIFACTS
The feature id for the 'Artifacts' containment reference list. |
static int |
APPLICATION_MODEL__MODEL_VERSION
The feature id for the 'Model Version' attribute. |
static int |
APPLICATION_MODEL__RELATIONSHIPS
The feature id for the 'Relationships' containment reference list. |
static int |
APPLICATION_MODEL_FEATURE_COUNT
The number of structural features of the 'Application Model' class. |
static int |
ARTIFACT
The meta object id for the ' Artifact ' class. |
static int |
ARTIFACT__EXTERNAL
The feature id for the 'External' attribute. |
static int |
ARTIFACT__LOCATION
The feature id for the 'Location' attribute. |
static int |
ARTIFACT__NAME
The feature id for the 'Name' attribute. |
static int |
ARTIFACT__SUBTYPE
The feature id for the 'Subtype' attribute. |
static int |
ARTIFACT__TYPE
The feature id for the 'Type' attribute. |
static int |
ARTIFACT__VERSION
The feature id for the 'Version' attribute. |
static int |
ARTIFACT_FEATURE_COUNT
The number of structural features of the 'Artifact' class. |
static String |
copyright
|
static ModelPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
RELATIONSHIP
The meta object id for the ' Relationship ' class. |
static int |
RELATIONSHIP__SOURCE
The feature id for the 'Source' reference. |
static int |
RELATIONSHIP__SUBTYPE
The feature id for the 'Subtype' attribute. |
static int |
RELATIONSHIP__TARGET
The feature id for the 'Target' reference. |
static int |
RELATIONSHIP__TYPE
The feature id for the 'Type' attribute. |
static int |
RELATIONSHIP_FEATURE_COUNT
The number of structural features of the 'Relationship' class. |
Method Summary | |
---|---|
EReference |
getApplicationModel_Artifacts()
Returns the meta object for the containment reference list ' Artifacts '. |
EAttribute |
getApplicationModel_ModelVersion()
Returns the meta object for the attribute ' Model Version '. |
EReference |
getApplicationModel_Relationships()
Returns the meta object for the containment reference list ' Relationships '. |
EClass |
getApplicationModel()
Returns the meta object for class ' Application Model '. |
EAttribute |
getArtifact_External()
Returns the meta object for the attribute ' External '. |
EAttribute |
getArtifact_Location()
Returns the meta object for the attribute ' Location '. |
EAttribute |
getArtifact_Name()
Returns the meta object for the attribute ' Name '. |
EAttribute |
getArtifact_Subtype()
Returns the meta object for the attribute ' Subtype '. |
EAttribute |
getArtifact_Type()
Returns the meta object for the attribute ' Type '. |
EAttribute |
getArtifact_Version()
Returns the meta object for the attribute ' Version '. |
EClass |
getArtifact()
Returns the meta object for class ' Artifact '. |
ModelFactory |
getModelFactory()
Returns the factory that creates the instances of the model. |
EReference |
getRelationship_Source()
Returns the meta object for the reference ' Source '. |
EAttribute |
getRelationship_Subtype()
Returns the meta object for the attribute ' Subtype '. |
EReference |
getRelationship_Target()
Returns the meta object for the reference ' Target '. |
EAttribute |
getRelationship_Type()
Returns the meta object for the attribute ' Type '. |
EClass |
getRelationship()
Returns the meta object for class ' Relationship '. |
Field Detail |
---|
static final String copyright
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ModelPackage eINSTANCE
static final int RELATIONSHIP
Relationship
' class.
RelationshipImpl
,
ModelPackageImpl.getRelationship()
,
Constant Field Valuesstatic final int RELATIONSHIP__SOURCE
static final int RELATIONSHIP__TARGET
static final int RELATIONSHIP__TYPE
static final int RELATIONSHIP__SUBTYPE
static final int RELATIONSHIP_FEATURE_COUNT
static final int ARTIFACT
Artifact
' class.
ArtifactImpl
,
ModelPackageImpl.getArtifact()
,
Constant Field Valuesstatic final int ARTIFACT__NAME
static final int ARTIFACT__TYPE
static final int ARTIFACT__SUBTYPE
static final int ARTIFACT__VERSION
static final int ARTIFACT__EXTERNAL
static final int ARTIFACT__LOCATION
static final int ARTIFACT_FEATURE_COUNT
static final int APPLICATION_MODEL
Application Model
' class.
ApplicationModelImpl
,
ModelPackageImpl.getApplicationModel()
,
Constant Field Valuesstatic final int APPLICATION_MODEL__ARTIFACTS
static final int APPLICATION_MODEL__RELATIONSHIPS
static final int APPLICATION_MODEL__MODEL_VERSION
static final int APPLICATION_MODEL_FEATURE_COUNT
Method Detail |
---|
EClass getRelationship()
Relationship
'.
Relationship
EReference getRelationship_Source()
Source
'.
Relationship.getSource()
,
getRelationship()
EReference getRelationship_Target()
Target
'.
Relationship.getTarget()
,
getRelationship()
EAttribute getRelationship_Type()
Type
'.
Relationship.getType()
,
getRelationship()
EAttribute getRelationship_Subtype()
Subtype
'.
Relationship.getSubtype()
,
getRelationship()
EClass getArtifact()
Artifact
'.
Artifact
EAttribute getArtifact_Name()
Name
'.
Artifact.getName()
,
getArtifact()
EAttribute getArtifact_Type()
Type
'.
Artifact.getType()
,
getArtifact()
EAttribute getArtifact_Subtype()
Subtype
'.
Artifact.getSubtype()
,
getArtifact()
EAttribute getArtifact_Version()
Version
'.
Artifact.getVersion()
,
getArtifact()
EAttribute getArtifact_External()
External
'.
Artifact.isExternal()
,
getArtifact()
EAttribute getArtifact_Location()
Location
'.
Artifact.getLocation()
,
getArtifact()
EClass getApplicationModel()
Application Model
'.
ApplicationModel
EReference getApplicationModel_Artifacts()
Artifacts
'.
ApplicationModel.getArtifacts()
,
getApplicationModel()
EReference getApplicationModel_Relationships()
Relationships
'.
ApplicationModel.getRelationships()
,
getApplicationModel()
EAttribute getApplicationModel_ModelVersion()
Model Version
'.
ApplicationModel.getModelVersion()
,
getApplicationModel()
ModelFactory getModelFactory()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |