package org.whole.lang.grammars.model; /** * @generator Whole */ public interface Rule extends IGrammarsEntity, Predicate { }