Class RuleInterpretationList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<RuleInterpretation>, Collection<RuleInterpretation>, List<RuleInterpretation>, RandomAccess, SequencedCollection<RuleInterpretation>

@Root(name="interpretations") @ElementList(entry="interpretation", type=RuleInterpretation.class, inline=true) public class RuleInterpretationList extends ArrayList<RuleInterpretation>
See Also:
  • Constructor Details

    • RuleInterpretationList

      public RuleInterpretationList()
    • RuleInterpretationList

      public RuleInterpretationList(Collection<? extends RuleInterpretation> c)
      Parameters:
      c -