IBM Rational Software Modeler
Release 6.0

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

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface DefaultcomponentprofileFactory
extends EFactory

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

See Also:
DefaultcomponentprofilePackage

Field Summary
static DefaultcomponentprofileFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 AssociationRole createAssociationRole()
          Returns a new object of class 'Association Role'
 Attribute createAttribute()
          Returns a new object of class 'Attribute'
 Condition createCondition()
          Returns a new object of class 'Condition'
 Design createDesign()
          Returns a new object of class 'Design'
 Diagram createDiagram()
          Returns a new object of class 'Diagram'
 Implementation createImplementation()
          Returns a new object of class 'Implementation'
 InformationModel createInformationModel()
          Returns a new object of class 'Information Model'
 InterfaceSpec createInterfaceSpec()
          Returns a new object of class 'Interface Spec'
 Model createModel()
          Returns a new object of class 'Model'
 Operation createOperation()
          Returns a new object of class 'Operation'
 Parameter createParameter()
          Returns a new object of class 'Parameter'
 Requirements createRequirements()
          Returns a new object of class 'Requirements'
 Solution createSolution()
          Returns a new object of class 'Solution'
 Test createTest()
          Returns a new object of class 'Test'
 UseCase createUseCase()
          Returns a new object of class 'Use Case'
 DefaultcomponentprofilePackage getDefaultcomponentprofilePackage()
          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 DefaultcomponentprofileFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createRequirements

public Requirements createRequirements()
Returns a new object of class 'Requirements'.

Returns:
a new object of class 'Requirements'.

createDesign

public Design createDesign()
Returns a new object of class 'Design'.

Returns:
a new object of class 'Design'.

createImplementation

public Implementation createImplementation()
Returns a new object of class 'Implementation'.

Returns:
a new object of class 'Implementation'.

createTest

public Test createTest()
Returns a new object of class 'Test'.

Returns:
a new object of class 'Test'.

createUseCase

public UseCase createUseCase()
Returns a new object of class 'Use Case'.

Returns:
a new object of class 'Use Case'.

createDiagram

public Diagram createDiagram()
Returns a new object of class 'Diagram'.

Returns:
a new object of class 'Diagram'.

createModel

public Model createModel()
Returns a new object of class 'Model'.

Returns:
a new object of class 'Model'.

createOperation

public Operation createOperation()
Returns a new object of class 'Operation'.

Returns:
a new object of class 'Operation'.

createInterfaceSpec

public InterfaceSpec createInterfaceSpec()
Returns a new object of class 'Interface Spec'.

Returns:
a new object of class 'Interface Spec'.

createInformationModel

public InformationModel createInformationModel()
Returns a new object of class 'Information Model'.

Returns:
a new object of class 'Information Model'.

createCondition

public Condition createCondition()
Returns a new object of class 'Condition'.

Returns:
a new object of class 'Condition'.

createParameter

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

Returns:
a new object of class 'Parameter'.

createAttribute

public Attribute createAttribute()
Returns a new object of class 'Attribute'.

Returns:
a new object of class 'Attribute'.

createAssociationRole

public AssociationRole createAssociationRole()
Returns a new object of class 'Association Role'.

Returns:
a new object of class 'Association Role'.

createSolution

public Solution createSolution()
Returns a new object of class 'Solution'.

Returns:
a new object of class 'Solution'.

getDefaultcomponentprofilePackage

public DefaultcomponentprofilePackage getDefaultcomponentprofilePackage()
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.