public interface CorrelationHarvester
extends com.ibm.rational.test.lt.models.behavior.data.CoreHarvester
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static int |
OCCURENCE_LAST
This is used if we want the regular expression specified to always be the LAST match.
|
static int |
OCCURENCE_RANDOM
This is used if we want the regular expression match to be chosen at random.
|
static int |
OCCURRENCE_ALL
This is only for internal use, i.e. regex assist UI in test editor and rules editor.
|
NOTIFIER| Modifier and Type | Method and Description |
|---|---|
int |
getOccurrence()
Returns the value of the 'Occurrence' attribute
|
String |
getRegEx()
Returns the value of the 'Reg Ex' attribute.
|
void |
setOccurrence(int value)
Sets the value of the '
Occurrence' attribute |
void |
setRegEx(String value)
Sets the value of the '
Reg Ex' attribute |
getHarvestedAttribute, getHarvestedString, getLength, getOffset, getUILength, getUIOffset, getUIString, setHarvestedAttribute, setHarvestedString, setLength, setOffset, setUILength, setUIOffset, setUIStringgetConsumers, getConsumersProxy, getCreatedBy, getVariableName, setCreatedBy, setVariableName, unlinkaddProxy, createProxy, isProxyReference, processRemoval, removeProxygetActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTargetisControlBlockcanDisable, 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, validategetDescription, getId, getName, getStopId, setDescription, setId, setNamegetAdaptergetTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttributedoClone, isCloneableeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercanCopy, canMove, doCopy, doMove, findProblemsWithCopy, findProblemsWithMovestatic final int OCCURENCE_RANDOM
static final int OCCURENCE_LAST
static final int OCCURRENCE_ALL
String getRegEx()
"".
If the meaning of the 'Reg Ex' attribute isn't clear, there really should be more of a description here...
CorrelationHarvester.setRegEx(String),
DataPackage.getCorrelationHarvester_RegEx()void setRegEx(String value)
Reg Ex' attribute.
value - the new value of the 'Reg Ex' attribute.CorrelationHarvester.getRegEx()int getOccurrence()
If the meaning of the 'Occurrence' attribute isn't clear, there really should be more of a description here...
CorrelationHarvester.setOccurrence(int),
DataPackage.getCorrelationHarvester_Occurrence()void setOccurrence(int value)
Occurrence' attribute.
value - the new value of the 'Occurrence' attribute.CorrelationHarvester.getOccurrence()© Copyright IBM Corp. 2013. All rights reserved.