public interface LTBlock extends CBBlock
CommonPackage.getLTBlock()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
void |
addProxy(LTBlock element,
org.eclipse.emf.common.util.EList proxyList)
This method creates and adds a
ProxyElement to the proxy list
for aggregations. |
com.ibm.rational.test.lt.models.behavior.lttest.ProxyElement |
createProxy(LTBlock element)
This method creates the corresponding
ProxyElement for the
given LTBlock element. |
boolean |
isProxyReference(org.eclipse.emf.common.notify.Notification notification)
This method figures out if the current
Notification is related
to a ProxyElement . |
void |
processRemoval(LTTest fromTest)
Performs any processing that needs to take place when this current
element is removed from the test.
|
void |
removeProxy(LTBlock element,
org.eclipse.emf.common.util.EList proxyList)
This method removes the
ProxyElement for the given element
from the proxy list |
getActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTarget
isControlBlock
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, setMovingToNewTestArgs, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
getDescription, getId, getName, getStopId, setDescription, setId, setName
getAdapter
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
doClone, isCloneable
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
void addProxy(LTBlock element, org.eclipse.emf.common.util.EList proxyList)
ProxyElement
to the proxy list
for aggregations.element
- proxyList
- void removeProxy(LTBlock element, org.eclipse.emf.common.util.EList proxyList)
ProxyElement
for the given element
from the proxy listelement
- proxyList
- com.ibm.rational.test.lt.models.behavior.lttest.ProxyElement createProxy(LTBlock element)
ProxyElement
for the
given LTBlock
element. This needs to be implemented by the
LTBlock
that contains the ProxyElement
element
- boolean isProxyReference(org.eclipse.emf.common.notify.Notification notification)
Notification
is related
to a ProxyElement
.notification
- void processRemoval(LTTest fromTest)
fromTest
- - the LTTest
that this element is
being removed from© Copyright IBM Corp. 2013. All rights reserved.