Criteria.java

package br.ufrgs.inf.prosoft.tigris.dsl;

public enum Criteria {
    FREQUENCY, EXPENSIVENESS, CHANGEABILITY
}