IBM Rational Performance Tester SDK

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

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.internal.CBTempData, org.eclipse.emf.ecore.EObject, IAdaptable, LTBlock, org.eclipse.emf.common.notify.Notifier

Deprecated.

public interface LTCondition
extends LTBlock

A representation of the model object 'LT Condition'.

The following features are supported:

See Also:
CommonPackage.getLTCondition()

Field Summary
 
Fields inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBEdit
MOVE_OLD_PARENT_FLAG
 
Method Summary
 LTLeftOperand getLeftOperand()
          Deprecated. Returns the value of the 'Left Operand' containment reference
 com.ibm.rational.test.lt.models.behavior.common.LTOperator getOperator()
          Deprecated. Returns the value of the 'Operator' attribute.
 LTRightOperand getRightOperand()
          Deprecated. Returns the value of the 'Right Operand' containment reference
 boolean isCaseSensitive()
          Deprecated. Returns the value of the 'Case Sensitive' attribute
 boolean isNegation()
          Deprecated. Returns the value of the 'Negation' attribute
 void setCaseSensitive(boolean value)
          Deprecated. Sets the value of the 'Case Sensitive' attribute
 void setLeftOperand(LTLeftOperand value)
          Deprecated. Sets the value of the 'Left Operand' containment reference
 void setNegation(boolean value)
          Deprecated. Sets the value of the 'Negation' attribute
 void setOperator(com.ibm.rational.test.lt.models.behavior.common.LTOperator value)
          Deprecated. Sets the value of the 'Operator' attribute
 void setRightOperand(LTRightOperand value)
          Deprecated. Sets the value of the 'Right Operand' 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
 

Method Detail

getOperator

com.ibm.rational.test.lt.models.behavior.common.LTOperator getOperator()
Deprecated. 
Returns the value of the 'Operator' attribute. The literals are from the enumeration LTOperator.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
LTOperator, LTCondition.setOperator(LTOperator), CommonPackage.getLTCondition_Operator()

setOperator

void setOperator(com.ibm.rational.test.lt.models.behavior.common.LTOperator value)
Deprecated. 
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
LTOperator, LTCondition.getOperator()

isNegation

boolean isNegation()
Deprecated. 
Returns the value of the 'Negation' attribute.

If the meaning of the 'Negation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Negation' attribute.
See Also:
LTCondition.setNegation(boolean), CommonPackage.getLTCondition_Negation()

setNegation

void setNegation(boolean value)
Deprecated. 
Sets the value of the 'Negation' attribute.

Parameters:
value - the new value of the 'Negation' attribute.
See Also:
LTCondition.isNegation()

isCaseSensitive

boolean isCaseSensitive()
Deprecated. 
Returns the value of the 'Case Sensitive' attribute.

If the meaning of the 'Case Sensitive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Case Sensitive' attribute.
See Also:
LTCondition.setCaseSensitive(boolean), CommonPackage.getLTCondition_CaseSensitive()

setCaseSensitive

void setCaseSensitive(boolean value)
Deprecated. 
Sets the value of the 'Case Sensitive' attribute.

Parameters:
value - the new value of the 'Case Sensitive' attribute.
See Also:
LTCondition.isCaseSensitive()

getLeftOperand

LTLeftOperand getLeftOperand()
Deprecated. 
Returns the value of the 'Left Operand' containment reference.

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

Returns:
the value of the 'Left Operand' containment reference.
See Also:
LTCondition.setLeftOperand(LTLeftOperand), CommonPackage.getLTCondition_LeftOperand()

setLeftOperand

void setLeftOperand(LTLeftOperand value)
Deprecated. 
Sets the value of the 'Left Operand' containment reference.

Parameters:
value - the new value of the 'Left Operand' containment reference.
See Also:
LTCondition.getLeftOperand()

getRightOperand

LTRightOperand getRightOperand()
Deprecated. 
Returns the value of the 'Right Operand' containment reference.

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

Returns:
the value of the 'Right Operand' containment reference.
See Also:
LTCondition.setRightOperand(LTRightOperand), CommonPackage.getLTCondition_RightOperand()

setRightOperand

void setRightOperand(LTRightOperand value)
Deprecated. 
Sets the value of the 'Right Operand' containment reference.

Parameters:
value - the new value of the 'Right Operand' containment reference.
See Also:
LTCondition.getRightOperand()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.