IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile
Interface InformationModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface InformationModel
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Information Model'. xmi:ordered=true property order is (these are role names) 1. attribute 2. associationRole The InformationModel class describes the information or state that is retained between invocations of the operations on the interface. This class has two associations, Attribute and AssociationRole.

The following features are supported:

See Also:
DefaultcomponentprofilePackage.getInformationModel()

Method Summary
 org.eclipse.emf.common.util.EList getAssociationRole()
          Returns the value of the 'Association Role' containment reference list.
 org.eclipse.emf.common.util.EList getAttribute()
          Returns the value of the 'Attribute' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAssociationRole

public org.eclipse.emf.common.util.EList getAssociationRole()
Returns the value of the 'Association Role' containment reference list. The list contents are of type AssociationRole.

Returns:
the value of the 'Association Role' containment reference list.
See Also:
DefaultcomponentprofilePackage.getInformationModel_AssociationRole()

getAttribute

public org.eclipse.emf.common.util.EList getAttribute()
Returns the value of the 'Attribute' containment reference list. The list contents are of type Attribute.

Returns:
the value of the 'Attribute' containment reference list.
See Also:
DefaultcomponentprofilePackage.getInformationModel_Attribute()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.