package de.unisiegen.gtitool.core.grammars.cfg; import de.unisiegen.gtitool.core.grammars.Grammar; /** * The interface for context free grammars. * * @author Christian Fehler * @version $Id$ */ public interface CFG extends Grammar { // Do nothing }