IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.data
Interface DataFactory

All Superinterfaces:
com.ibm.rational.test.common.models.behavior.cbdata.CbdataFactory, org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface DataFactory
extends com.ibm.rational.test.common.models.behavior.cbdata.CbdataFactory

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

See Also:
DataPackage

Field Summary
static com.ibm.rational.test.common.models.behavior.cbdata.CbdataFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 DataPackage getDataPackage()
          Returns the package supported by this factory
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.cbdata.CbdataFactory
createArbitrary, createArbitraryInputProxy, createBuiltInDataSource, createBuiltInSubstituter, createCBAttribute, createCoreHarvester, createCorrelationHarvester, createDatapoolHarvester, createDataSourceConsumer, createDataSourceConsumerProxy, createDataSourceHost, createDataSourceProxy, createSubstituter, createSubstituterHost, createSubstituterProxy, createSubstitutionTypeFile, getCbdataPackage
 
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 com.ibm.rational.test.common.models.behavior.cbdata.CbdataFactory eINSTANCE
The singleton instance of the factory.

Method Detail

getDataPackage

DataPackage getDataPackage()
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.