package com.arthurbergmz.assistant.intelligence.grammar; public interface Grammar { public int getCommandId(); public String[] getGrammar(); }