public class MatchData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Object |
pchild |
(package private) GuiObjectVector |
pgov |
(package private) int |
pgovLevel |
(package private) int |
pobjLevel |
Constructor and Description |
---|
MatchData(GuiObjectVector agov,
int agovLevel,
int aobjLevel,
java.lang.Object achild)
Creates a new MatchData object for provided GuiObjectVector depth level.
|
Modifier and Type | Method and Description |
---|---|
GuiObjectVector |
getGuiObjectVector() |
java.lang.Object |
getGuiTestObject() |
int |
getObjectRecognitionLevel() |
int |
getVectorRecognitionLevel() |
GuiObjectVector pgov
int pgovLevel
int pobjLevel
java.lang.Object pchild
public MatchData(GuiObjectVector agov, int agovLevel, int aobjLevel, java.lang.Object achild)
agov
- The GuiObjectVector to satisfy.agovLevel
- The GuiObjectVector depth level satisfied by the match.aobjLevel
- The actual GuiTestObject hierarchy level satisfied by the match.achild
- The actual GuiTestObject proxy satisfying the match.public GuiObjectVector getGuiObjectVector()
public int getVectorRecognitionLevel()
public int getObjectRecognitionLevel()
public java.lang.Object getGuiTestObject()
Copyright © SAS Institute. All Rights Reserved.