Class AltRule

  • All Implemented Interfaces:
    Rule

    public final class AltRule
    extends ValueObject
    implements Rule
    Represents a rule with a bunch of alternatives.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<Rule> alternatives  
    • Constructor Summary

      Constructors 
      Constructor Description
      AltRule​(java.util.List<Rule> alternatives)  
    • Field Detail

      • alternatives

        public final java.util.List<Rule> alternatives
    • Constructor Detail

      • AltRule

        public AltRule​(java.util.List<Rule> alternatives)