Schnittstelle TypeFindProbability


public interface TypeFindProbability
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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 NONE
      type undetected.
      Siehe auch:
    • MINIMUM

      static final int MINIMUM
      unlikely typefind.
      Siehe auch:
    • POSSIBLE

      static final int POSSIBLE
      possible type detected.
      Siehe auch:
    • LIKELY

      static final int LIKELY
      likely a type was detected.
      Siehe auch:
    • NEARLY_CERTAIN

      static final int NEARLY_CERTAIN
      nearly certain that a type was detected.
      Siehe auch:
    • MAXIMUM

      static final int MAXIMUM
      very certain a type was detected.
      Siehe auch: