com.ibm.rational.test.lt.models.behavior.common

Interface CommonFactory

  • 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 CommonFactory
    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:
    CommonPackage
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static CommonFactory eINSTANCE
      The singleton instance of the factory
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.ibm.rational.test.lt.models.behavior.common.Applet createApplet()
      Returns a new object of class 'Applet'
      com.ibm.rational.test.lt.models.behavior.common.AppletHost createAppletHost()
      Returns a new object of class 'Applet Host'
      com.ibm.rational.test.lt.models.behavior.common.AppletInput createAppletInput()
      Returns a new object of class 'Applet Input'
      com.ibm.rational.test.lt.models.behavior.common.AppletOutput createAppletOutput()
      Returns a new object of class 'Applet Output'
      com.ibm.rational.test.lt.models.behavior.common.DigitalCertificate createDigitalCertificate()
      Returns a new object of class 'Digital Certificate'
      LTAnnotation createLTAnnotation()
      Returns a new object of class 'LT Annotation'
      LTComment createLTComment()
      Returns a new object of class 'LT Comment'
      LTCondition createLTCondition()
      Returns a new object of class 'LT Condition'
      LTFalseContainer createLTFalseContainer()
      Returns a new object of class 'LT False Container'
      LTIf createLTIf()
      Returns a new object of class 'LT If'
      LTLeftOperand createLTLeftOperand()
      Returns a new object of class 'LT Left Operand'
      LTNameTypeValue createLTNameTypeValue()
      Returns a new object of class 'LT Name Type Value'
      com.ibm.rational.test.lt.models.behavior.common.LTNameValuePair createLTNameValuePair()
      Returns a new object of class 'LT Name Value Pair'
      LTRightOperand createLTRightOperand()
      Returns a new object of class 'LT Right Operand'
      LTTrueContainer createLTTrueContainer()
      Returns a new object of class 'LT True Container'
      com.ibm.rational.test.common.models.behavior.value.CBValueDataSource createLTValue()
      Returns a new object of class 'LT Value'
      CommonPackage getCommonPackage()
      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 CommonFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createLTIf

        LTIf createLTIf()
        Returns a new object of class 'LT If'.
        Returns:
        a new object of class 'LT If'.
      • createLTCondition

        LTCondition createLTCondition()
        Returns a new object of class 'LT Condition'.
        Returns:
        a new object of class 'LT Condition'.
      • createLTTrueContainer

        LTTrueContainer createLTTrueContainer()
        Returns a new object of class 'LT True Container'.
        Returns:
        a new object of class 'LT True Container'.
      • createLTComment

        LTComment createLTComment()
        Returns a new object of class 'LT Comment'.
        Returns:
        a new object of class 'LT Comment'.
      • createLTValue

        com.ibm.rational.test.common.models.behavior.value.CBValueDataSource createLTValue()
        Returns a new object of class 'LT Value'.
        Returns:
        a new object of class 'LT Value'.
      • createLTAnnotation

        LTAnnotation createLTAnnotation()
        Returns a new object of class 'LT Annotation'.
        Returns:
        a new object of class 'LT Annotation'.
      • createDigitalCertificate

        com.ibm.rational.test.lt.models.behavior.common.DigitalCertificate createDigitalCertificate()
        Returns a new object of class 'Digital Certificate'.
        Returns:
        a new object of class 'Digital Certificate'.
      • createApplet

        com.ibm.rational.test.lt.models.behavior.common.Applet createApplet()
        Returns a new object of class 'Applet'.
        Returns:
        a new object of class 'Applet'.
      • createAppletInput

        com.ibm.rational.test.lt.models.behavior.common.AppletInput createAppletInput()
        Returns a new object of class 'Applet Input'.
        Returns:
        a new object of class 'Applet Input'.
      • createAppletOutput

        com.ibm.rational.test.lt.models.behavior.common.AppletOutput createAppletOutput()
        Returns a new object of class 'Applet Output'.
        Returns:
        a new object of class 'Applet Output'.
      • createAppletHost

        com.ibm.rational.test.lt.models.behavior.common.AppletHost createAppletHost()
        Returns a new object of class 'Applet Host'.
        Returns:
        a new object of class 'Applet Host'.
      • createLTFalseContainer

        LTFalseContainer createLTFalseContainer()
        Returns a new object of class 'LT False Container'.
        Returns:
        a new object of class 'LT False Container'.
      • createLTLeftOperand

        LTLeftOperand createLTLeftOperand()
        Returns a new object of class 'LT Left Operand'.
        Returns:
        a new object of class 'LT Left Operand'.
      • createLTRightOperand

        LTRightOperand createLTRightOperand()
        Returns a new object of class 'LT Right Operand'.
        Returns:
        a new object of class 'LT Right Operand'.
      • createLTNameValuePair

        com.ibm.rational.test.lt.models.behavior.common.LTNameValuePair createLTNameValuePair()
        Returns a new object of class 'LT Name Value Pair'.
        Returns:
        a new object of class 'LT Name Value Pair'.
      • createLTNameTypeValue

        LTNameTypeValue createLTNameTypeValue()
        Returns a new object of class 'LT Name Type Value'.
        Returns:
        a new object of class 'LT Name Type Value'.
      • getCommonPackage

        CommonPackage getCommonPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.