PredictionMode.getAlts

Gets the complete set of represented alternatives for a collection of alternative subsets. This method returns the union of each {@link BitSet} in {@code altsets}.

@param altsets a collection of alternative subsets @return the set of represented alternatives in {@code altsets}

  1. BitSet getAlts(BitSet[] altsets)
    class PredictionMode
    static
    getAlts
  2. BitSet getAlts(ATNConfigSet configs)

Meta