Package jisa.control
Interface Commandable
-
public interface Commandable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceCommand
getCommand(int index)
DeviceCommand[]
getCommands()
java.lang.String
getName()
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()
-
-