Changeset 1879 for trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs
- Timestamp:
- 02/25/15 11:54:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs/autoquest/plugin/android/guimodel/ANDROIDGUIElement.java
r1876 r1879 88 88 public double getDistanceTo(IGUIElement otherElement) { 89 89 throw new UnsupportedOperationException("not implemented yet"); 90 }91 92 /**93 * <p>94 * Returns the type of the GUI element, i.e., the name of its Java class.95 * </p>96 *97 * @return the Java class name98 */99 public String getSpecType() {100 return specification.getType();101 90 } 102 91
Note: See TracChangeset
for help on using the changeset viewer.