Package jisa.control
Interface Commandable
-
public interface Commandable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceCommandgetCommand(int index)DeviceCommand[]getCommands()java.lang.StringgetName()java.util.HashMap<java.lang.String,java.lang.Class>getNameableParams()
-
-
-
Method Detail
-
getCommands
DeviceCommand[] getCommands()
-
getCommand
DeviceCommand getCommand(int index)
-
getName
java.lang.String getName()
-
getNameableParams
java.util.HashMap<java.lang.String,java.lang.Class> getNameableParams()
-
-