IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.patterns.defaultpatternprofile
Interface DefaultpatternprofileFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface DefaultpatternprofileFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
DefaultpatternprofilePackage

Field Summary
static DefaultpatternprofileFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 Classification createClassification()
          Returns a new object of class 'Classification'
 DescriptorGroup createDescriptorGroup()
          Returns a new object of class 'Descriptor Group'
 Parameter createParameter()
          Returns a new object of class 'Parameter'
 Property createProperty()
          Returns a new object of class 'Property'
 Specification createSpecification()
          Returns a new object of class 'Specification'
 DefaultpatternprofilePackage getDefaultpatternprofilePackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eINSTANCE

public static final DefaultpatternprofileFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createClassification

public Classification createClassification()
Returns a new object of class 'Classification'.

Returns:
a new object of class 'Classification'.

createDescriptorGroup

public DescriptorGroup createDescriptorGroup()
Returns a new object of class 'Descriptor Group'.

Returns:
a new object of class 'Descriptor Group'.

createProperty

public Property createProperty()
Returns a new object of class 'Property'.

Returns:
a new object of class 'Property'.

createParameter

public Parameter createParameter()
Returns a new object of class 'Parameter'.

Returns:
a new object of class 'Parameter'.

createSpecification

public Specification createSpecification()
Returns a new object of class 'Specification'.

Returns:
a new object of class 'Specification'.

getDefaultpatternprofilePackage

public DefaultpatternprofilePackage getDefaultpatternprofilePackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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