IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.defaultprofile
Interface Classification

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

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

A representation of the model object ' Classification'. xmi:ordered=true property order is (these are role names) 1. context 2. descriptorGroup This node represents the classification section of the asset. Each asset is described by one or more groups of {name, value} pair descriptors called descriptor groups. Each descriptor group may be defined by a Classification Schema. The classification section contains sets of descriptors that are defined by different schemas (at least one such set). The classification section also identifies the context(s) for which the asset may be relevent or reused. This model does not reflect all possible classification schemas. To accomplish this the DescriptorGroup may reference any schema that is external to the asset's specification.

The following features are supported:

See Also:
DefaultprofilePackage.getClassification()

Method Summary
 org.eclipse.emf.common.util.EList getContext()
          Returns the value of the 'Context' containment reference list.
 org.eclipse.emf.common.util.EList getDescriptorGroup()
          Returns the value of the 'Descriptor Group' 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

getDescriptorGroup

public org.eclipse.emf.common.util.EList getDescriptorGroup()
Returns the value of the 'Descriptor Group' containment reference list. The list contents are of type DescriptorGroup.

Returns:
the value of the 'Descriptor Group' containment reference list.
See Also:
DefaultprofilePackage.getClassification_DescriptorGroup()

getContext

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

Returns:
the value of the 'Context' containment reference list.
See Also:
DefaultprofilePackage.getClassification_Context()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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