-
public interface Namespace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCommand(String id, Command cmd)
void
addVariable(String id, Variable var)
Namespace
createChild()
Command
getCommand(String id)
Variable
getVariable(String id)
-