Class RChoice


  • public class RChoice
    extends RegularExpression
    Describes regular expressions which are choices from from among included regular expressions.
    • Constructor Detail

      • RChoice

        public RChoice()
    • Method Detail

      • setChoices

        public void setChoices​(java.util.List choices)
        Parameters:
        choices - the choices to set
      • getChoices

        public java.util.List getChoices()
        Returns:
        the choices
      • CheckUnmatchability

        public void CheckUnmatchability()