IBM Rational Performance Tester SDK

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

All Superinterfaces:
CBActionElement, CBBlock, com.ibm.rational.test.common.models.behavior.CBBlockElement, com.ibm.rational.test.common.models.behavior.edit.CBCloneable, com.ibm.rational.test.common.models.behavior.edit.CBEdit, com.ibm.rational.test.common.models.behavior.errors.CBErrorHost, CBNamedElement, com.ibm.rational.test.common.models.behavior.CBSyncPointHost, com.ibm.rational.test.common.models.behavior.internal.CBTempData, org.eclipse.emf.ecore.EObject, IAdaptable, LTBlock, org.eclipse.emf.common.notify.Notifier

Deprecated.

public interface LTIf
extends LTBlock, com.ibm.rational.test.common.models.behavior.CBSyncPointHost

A representation of the model object 'LT If'.

The following features are supported:

See Also:
CommonPackage.getLTIf()

Field Summary
 
Fields inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit
MOVE_OLD_PARENT_FLAG
 
Method Summary
 LTCondition getCondition()
          Deprecated. Returns the value of the 'Condition' containment reference
 LTFalseContainer getFalseContainer()
          Deprecated. Returns the value of the 'False Container' containment reference
 LTTrueContainer getTrueContainer()
          Deprecated. Returns the value of the 'True Container' containment reference
 void setCondition(LTCondition value)
          Deprecated. Sets the value of the 'Condition' containment reference
 void setFalseContainer(LTFalseContainer value)
          Deprecated. Sets the value of the 'False Container' containment reference
 void setTrueContainer(LTTrueContainer value)
          Deprecated. Sets the value of the 'True Container' containment reference
 
Methods inherited from interface com.ibm.rational.test.lt.models.behavior.common.LTBlock
addProxy, createProxy, isProxyReference, processRemoval, removeProxy
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBBlock
getActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTarget
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBBlockElement
isControlBlock
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBActionElement
canDisable, canEnable, enable, getAction, getBooleanProperty, getByteProperty, getCharProperty, getDisabledCount, getDoubleProperty, getFloatProperty, getInheritedCBActionElements, getIntProperty, getLongProperty, getMovingFrom, getParent, getShortProperty, getStringProperty, getTransformID, getType, isAlwaysLog, isEnabled, isMoving, move, resetDisabledCount, setAction, setAlwaysLog, setDisabledCount, setEnabled, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBNamedElement
getDescription, getId, getName, getStopId, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.internal.CBTempData
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBCloneable
doClone, isCloneable
 
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
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit
canCopy, canMove, doCopy, doMove, findProblemsWithCopy, findProblemsWithMove
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.errors.CBErrorHost
canHostCBErrors, isErrorGenerator
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBSyncPointHost
canHostSyncPoints, getSyncPoints
 

Method Detail

getCondition

LTCondition getCondition()
Deprecated. 
Returns the value of the 'Condition' containment reference.

If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' containment reference.
See Also:
LTIf.setCondition(LTCondition), CommonPackage.getLTIf_Condition()

setCondition

void setCondition(LTCondition value)
Deprecated. 
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
LTIf.getCondition()

getFalseContainer

LTFalseContainer getFalseContainer()
Deprecated. 
Returns the value of the 'False Container' containment reference.

If the meaning of the 'False Container' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'False Container' containment reference.
See Also:
LTIf.setFalseContainer(LTFalseContainer), CommonPackage.getLTIf_FalseContainer()

setFalseContainer

void setFalseContainer(LTFalseContainer value)
Deprecated. 
Sets the value of the 'False Container' containment reference.

Parameters:
value - the new value of the 'False Container' containment reference.
See Also:
LTIf.getFalseContainer()

getTrueContainer

LTTrueContainer getTrueContainer()
Deprecated. 
Returns the value of the 'True Container' containment reference.

If the meaning of the 'True Container' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'True Container' containment reference.
See Also:
LTIf.setTrueContainer(LTTrueContainer), CommonPackage.getLTIf_TrueContainer()

setTrueContainer

void setTrueContainer(LTTrueContainer value)
Deprecated. 
Sets the value of the 'True Container' containment reference.

Parameters:
value - the new value of the 'True Container' containment reference.
See Also:
LTIf.getTrueContainer()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.