Package ch.bailu.gtk.gst
Schnittstelle TypeFindProbability
public interface TypeFindProbability
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
likely a type was detected.static final int
very certain a type was detected.static final int
unlikely typefind.static final int
nearly certain that a type was detected.static final int
type undetected.static final int
possible type detected.
-
Felddetails
-
NONE
static final int NONEtype undetected.- Siehe auch:
-
MINIMUM
static final int MINIMUMunlikely typefind.- Siehe auch:
-
POSSIBLE
static final int POSSIBLEpossible type detected.- Siehe auch:
-
LIKELY
static final int LIKELYlikely a type was detected.- Siehe auch:
-
NEARLY_CERTAIN
static final int NEARLY_CERTAINnearly certain that a type was detected.- Siehe auch:
-
MAXIMUM
static final int MAXIMUMvery certain a type was detected.- Siehe auch:
-