public interface Converter extends Serializable, Comparable<Converter>
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String cmd)
Converts the command.
|
String |
getName()
Returns the name of the conversion scheme.
|
boolean |
handles(String cmd)
Checks whether the command can be handled.
|
compareToCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.