Interface HasPreferOvers

All Known Subinterfaces:
ElementaryDecode
All Known Implementing Classes:
Decoder.Decode, Decoder.TrunkDecodeTree, NamedProtocol

public interface HasPreferOvers
Represents an object that has prefer-overs.
  • Method Details

    • getPreferOverNames

      Set<String> getPreferOverNames()
      Returns the prefer-overs.
      Returns:
      Set<String> of the names of protocols that are prefer-overs.
    • getName

      String getName()
    • toString

      String toString(int radix, String separator)