BugreportCollector.Predicate
public
static
class
BugreportCollector.Predicate
extends Object
java.lang.Object | |
↳ | com.android.tradefed.result.BugreportCollector.Predicate |
عبارة تحديد كاملة تصف حالات إنشاء تقرير أخطاء. أن يتضمّن العناصر المطلوبة التالية و[العناصر الاختيارية]: RelationP TimingP Noun [FilterP Noun]
ملخّص
وظائف الإنشاء العامة | |
---|---|
Predicate(BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
|
|
Predicate(BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun fpN, BugreportCollector.Filter filterP, BugreportCollector.Noun filterPN)
|
الطرق العامة | |
---|---|
static
void
|
assertValidPredicate(BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
|
boolean
|
equals(Object other)
|
boolean
|
fullMatch(BugreportCollector.Predicate otherP)
|
int
|
hashCode()
|
boolean
|
partialMatch(BugreportCollector.Predicate otherP)
|
String
|
toString()
|
الطرق المحمية | |
---|---|
|
getFilterPredicate()
|
|
getPredicate()
|
وظائف الإنشاء العامة
العبارة الأساسية
public Predicate (BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
المعلمات | |
---|---|
rp |
BugreportCollector.Relation |
fp |
BugreportCollector.Freq |
n |
BugreportCollector.Noun |
العبارة الأساسية
public Predicate (BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun fpN, BugreportCollector.Filter filterP, BugreportCollector.Noun filterPN)
المعلمات | |
---|---|
rp |
BugreportCollector.Relation |
fp |
BugreportCollector.Freq |
fpN |
BugreportCollector.Noun |
filterP |
BugreportCollector.Filter |
filterPN |
BugreportCollector.Noun |
الطرق العامة
assertValidPredicate
public static void assertValidPredicate (BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
المعلمات | |
---|---|
rp |
BugreportCollector.Relation |
fp |
BugreportCollector.Freq |
n |
BugreportCollector.Noun |
علامة يساوي
public boolean equals (Object other)
المعلمات | |
---|---|
other |
Object |
المرتجعات | |
---|---|
boolean |
fullMatch
public boolean fullMatch (BugreportCollector.Predicate otherP)
المعلمات | |
---|---|
otherP |
BugreportCollector.Predicate |
المرتجعات | |
---|---|
boolean |
hashCode
public int hashCode ()
المرتجعات | |
---|---|
int |
partialMatch
public boolean partialMatch (BugreportCollector.Predicate otherP)
المعلمات | |
---|---|
otherP |
BugreportCollector.Predicate |
المرتجعات | |
---|---|
boolean |
toString
public String toString ()
المرتجعات | |
---|---|
String |
الطرق المحمية
getFilterPredicate
protectedgetFilterPredicate ()
المرتجعات | |
---|---|
|
getPredicate
protectedgetPredicate ()
المرتجعات | |
---|---|
|