Package | Description |
---|---|
com.putable.common.matrix |
Provides the classes necessary to construct a Matrix object
|
Modifier and Type | Field and Description |
---|---|
private SayFunction |
Token.sayFunction
The function that processes spoken commands for this Token
|
private SayFunction |
Key.sayFunction
The function that processes spoken commands for this Key
|
private SayFunction |
AbstractMatrix.sayFunction
The function that processes spoken commands for this Matrix
|
Modifier and Type | Method and Description |
---|---|
SayFunction |
Token.getSayFunction()
Gets the function that processes spoken commands for this Token
|
SayFunction |
Matrix.getSayFunction()
Gets the function that processes spoken commands for this Matrix
|
SayFunction |
Key.getSayFunction()
Gets the function that processes spoken commands for this Key
|
SayFunction |
AbstractMatrix.getSayFunction() |
Modifier and Type | Method and Description |
---|---|
void |
Token.setSayFunction(SayFunction sayFunction)
Sets the function that processes spoken commands for this Token
|
void |
Matrix.setSayFunction(SayFunction sayFunction)
Sets the function that processes spoken commands for this Matrix
|
void |
Key.setSayFunction(SayFunction sayFunction)
Sets the function that processes spoken commands for this Key
|
void |
AbstractMatrix.setSayFunction(SayFunction sayFunction) |