public interface LocalCommandDictionary
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
getCommandDictionary()
Gets the command dictionary.
|
Method |
getMethod(BasicCommand command)
Finds the method which should be invoked as a result of a particular
command.
|
Method |
getMethod(DictionaryCommand dc)
*
Finds a Method which is linked to a
DictionaryCommand.
|
Collection<Method> |
getMethods() |
Dictionary getCommandDictionary()
Method getMethod(BasicCommand command)
command - The command to be invokednull if the command is not known.Method getMethod(DictionaryCommand dc)
dc - a dictionary command that must be extracted from the
current Dictionarynull if the command is not known.Collection<Method> getMethods()
Copyright © 2014 LSST. All rights reserved.