IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.vps
Interface VpsFactory

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

public interface VpsFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
VpsPackage

Field Summary
static VpsFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 VPContent createVPContent()
          Returns a new object of class 'VP Content'
 com.ibm.rational.test.lt.models.behavior.vps.VPContentProxy createVPContentProxy()
          Returns a new object of class 'VP Content Proxy'
 VPString createVPString()
          Returns a new object of class 'VP String'
 com.ibm.rational.test.lt.models.behavior.vps.VPStringProxy createVPStringProxy()
          Returns a new object of class 'VP String Proxy'
 VpsPackage getVpsPackage()
          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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final VpsFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createVPString

VPString createVPString()
Returns a new object of class 'VP String'.

Returns:
a new object of class 'VP String'.

createVPContent

VPContent createVPContent()
Returns a new object of class 'VP Content'.

Returns:
a new object of class 'VP Content'.

createVPStringProxy

com.ibm.rational.test.lt.models.behavior.vps.VPStringProxy createVPStringProxy()
Returns a new object of class 'VP String Proxy'.

Returns:
a new object of class 'VP String Proxy'.

createVPContentProxy

com.ibm.rational.test.lt.models.behavior.vps.VPContentProxy createVPContentProxy()
Returns a new object of class 'VP Content Proxy'.

Returns:
a new object of class 'VP Content Proxy'.

getVpsPackage

VpsPackage getVpsPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.