A C E F G H I M N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- set(int) - Method in class api.Pin
-
Sets this Pin to have the given value (0 or 1) and changes the state to valid.
- setEnabled(boolean) - Method in class api.ExternalValue
- setEnabled(boolean) - Method in interface api.IStatefulComponent
-
Enables or disables updates to the internal state, if any, when processing the tick() operation.
- setEnabled(boolean) - Method in class hw4.AbstractStatefulComponent
- setInputs(IComponent, int) - Static method in class api.Util
-
Sets the inputs of the given component using the binary representation of the given value.
- setInputs(IComponent, String) - Static method in class api.Util
-
Sets the inputs of the given component from the given string of '0' and '1' characters, where the string is read right to left.
- setInputs(IComponent, String, int) - Static method in class api.Util
-
Sets the inputs of the given component from the given string of '0' and '1' characters, where the string is read right to left.
- setValues(int) - Method in class api.ExternalValue
-
Sets the state of this component from the given integer, interpreted as a binary string.
- setValues(int[]) - Method in class api.ExternalValue
-
Sets the state of this component from the given array of integers.
- setValues(String) - Method in class api.ExternalValue
-
Sets the state of this component from the given string of '0' and '1' characters, where index 0 in this object's state corresponds to the rightmost character of the string.
- stringToIntArray(String) - Static method in class api.Util
-
Converts the given string of 0's and 1's to an int array having the same length, reading right to left (the rightmost character of the string corresponds to index 0 of the array).
All Classes All Packages