|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentVPElement
A IContentVPElement is a object capable of performing
a verification on content and returning if the verification
was successful or not. A IContentVP will call
executeVPElement
during its evaluation.
Every IContentVP
consists of one or more
IContentVPElement
to perform the overall
content verification.
IContentVP
Method Summary | |
---|---|
Object |
createVPGroup(IContentVP vp,
IContentVPElement[] elements)
The IContentVP calls this during the initialization phase to check if the element group wants to create a context object for the current evaluation. |
boolean |
executeVPElement(IContentVP vp,
Object group)
Deprecated. |
boolean |
executeVPElement(IContentVP vp,
Object group,
boolean needToFindAll)
Executes the VP element or if group is non-null, then execute the VPGroup. |
String |
getDescription()
Returns a description of this content VP element. |
String |
getGroup(IContentVP vp)
True if it belongs to a group of communicating VPElements. |
Object |
getImplementer()
Returns the underlying object implementing the algorithm. |
String |
getLiteral()
|
Method Detail |
---|
@Deprecated boolean executeVPElement(IContentVP vp, Object group)
vp
- The executing Content VPgroup
- The group if the element defined one.
boolean executeVPElement(IContentVP vp, Object group, boolean needToFindAll)
vp
- The executing Content VPgroup
- The group if the element defined one.needToFindAll
- All elements in group must match for success
String getDescription()
String getGroup(IContentVP vp)
executeVPElement
should be called.
If null is returned then createVPGroup and
vp
- the verification point currently executingObject createVPGroup(IContentVP vp, IContentVPElement[] elements)
vp
- the verification point currently executingelements
- every element in the group
IContentVPElement.getGroup(IContentVP)
Object getImplementer()
String getLiteral()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |