package tlIItools; /** * Represents a 'group' of related affixes. * * These are affixes that are do the same thing, but could be of varying levels; * or have effects of differing intensity. * * @author Ben Culkin */ public class AffixGroup { }