|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LttestFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
LttestPackage
Field Summary | |
---|---|
static LttestFactory |
eINSTANCE
The singleton instance of the factory |
Method Summary | |
---|---|
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFile |
createAttachedFile()
Returns a new object of class 'Attached File' |
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFileProxy |
createAttachedFileProxy()
Returns a new object of class 'Attached File Proxy' |
Datapool |
createDatapool()
Returns a new object of class 'Datapool' |
com.ibm.rational.test.lt.models.behavior.lttest.DataTransformOptions |
createDataTransformOptions()
Returns a new object of class 'Data Transform Options' |
com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile |
createLTAnnotationFile()
Returns a new object of class 'LT Annotation File' |
LTFeature |
createLTFeature()
Returns a new object of class 'LT Feature' |
LTLoop |
createLTLoop()
Returns a new object of class 'LT Loop' |
LTOptions |
createLTOptions()
Returns a new object of class 'LT Options' |
com.ibm.rational.test.lt.models.behavior.lttest.LTPicture |
createLTPicture()
Returns a new object of class 'LT Picture' |
com.ibm.rational.test.lt.models.behavior.lttest.LTProperties |
createLTProperties()
Returns a new object of class 'LT Properties' |
LTResources |
createLTResources()
Returns a new object of class 'LT Resources' |
LTTest |
createLTTest()
Returns a new object of class 'LT Test' |
LTTest |
createLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
Returns a new object of class 'LT Test' |
LTTest |
createLTTest(org.eclipse.emf.ecore.resource.Resource resource)
Returns a new object of class 'LT Test' |
LTTest |
createLTTest(String path)
|
LTTransaction |
createLTTransaction()
Returns a new object of class 'LT Transaction' |
com.ibm.rational.test.common.models.behavior.variables.CBVar |
createLTVar()
Deprecated. |
com.ibm.rational.test.lt.models.behavior.lttest.LTVariable |
createLTVariable()
Returns a new object of class 'LT Variable' |
com.ibm.rational.test.lt.models.behavior.lttest.LTVariableFieldValue |
createLTVariableFieldValue()
Returns a new object of class 'LT Variable Field Value' |
CBVersion |
createLTVersion()
Returns a new object of class 'LT Version' |
com.ibm.rational.test.lt.models.behavior.lttest.RuleFileOptions |
createRuleFileOptions()
Returns a new object of class 'Rule File Options' |
com.ibm.rational.test.lt.models.behavior.lttest.TestOptions |
createTestOptions()
Returns a new object of class 'Test Options' |
LttestPackage |
getLttestPackage()
Returns the package supported by this factory |
LTTest |
loadLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
Load the test from an ITestSuite |
LTTest |
loadLTTest(String path)
Load the test from a file path. |
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 |
---|
static final LttestFactory eINSTANCE
Method Detail |
---|
LTTest createLTTest()
LTTest createLTTest(org.eclipse.emf.ecore.resource.Resource resource)
LTTest createLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
LTTransaction createLTTransaction()
Datapool createDatapool()
LTOptions createLTOptions()
CBVersion createLTVersion()
com.ibm.rational.test.lt.models.behavior.lttest.LTProperties createLTProperties()
LTLoop createLTLoop()
com.ibm.rational.test.lt.models.behavior.lttest.LTVariable createLTVariable()
com.ibm.rational.test.lt.models.behavior.lttest.LTVariableFieldValue createLTVariableFieldValue()
com.ibm.rational.test.common.models.behavior.variables.CBVar createLTVar()
com.ibm.rational.test.lt.models.behavior.lttest.LTPicture createLTPicture()
com.ibm.rational.test.lt.models.behavior.lttest.RuleFileOptions createRuleFileOptions()
com.ibm.rational.test.lt.models.behavior.lttest.TestOptions createTestOptions()
com.ibm.rational.test.lt.models.behavior.lttest.DataTransformOptions createDataTransformOptions()
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFile createAttachedFile()
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFileProxy createAttachedFileProxy()
LTResources createLTResources()
LTFeature createLTFeature()
com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile createLTAnnotationFile()
LTTest createLTTest(String path)
path
-
LttestPackage getLttestPackage()
LTTest loadLTTest(String path)
path
should be workspace relative path.
If the file is MyTest.testsuite
in the project MyProject
, then
it should be of the form /MyProject/MyTest.testsuite
.
path
- - of the test to be opened
LTTest loadLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
ITestSuite
test
-
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |