public interface ComputeManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
defineVariable(java.lang.String undefinedVariable)
Prompts the user to define the variable which is currently undefined.
|
double[] |
getInputData(int i)
Gets the data from the ith input node from the unit which implements this interface.
|
void |
print(java.lang.String text)
Prints the text to the debug stream for the unit.
|
void |
println(java.lang.String text)
Prints the text to the debug stream for the unit followed by a line feed.
|
double[] getInputData(int i)
void println(java.lang.String text)
void print(java.lang.String text)
java.lang.String defineVariable(java.lang.String undefinedVariable)