Package | Description |
---|---|
com.putable.common.matrix |
Provides the classes necessary to construct a Matrix object
|
com.putable.server.factoryClasses |
Provides factory classes that produce unique objects for the server
|
Modifier and Type | Field and Description |
---|---|
private Key |
SayFunction.key
The Key to be spoken to, or null if none
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Key> |
AbstractMatrix.keys
The Keys contained in this Matrix
|
Modifier and Type | Method and Description |
---|---|
Key |
SayFunction.getKey()
Gets the Key to be spoken to
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Key> |
Matrix.getKeyIterator()
Gets an iterator over the elements in the container for keys.
|
java.util.Iterator<Key> |
AbstractMatrix.getKeyIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Matrix.addKey(Key key)
Adds a Key to this Matrix
|
void |
AbstractMatrix.addKey(Key key) |
void |
Matrix.removeKey(Key key)
Removes a key from this Matrix
|
void |
AbstractMatrix.removeKey(Key key) |
void |
SayFunction.setKey(Key key)
Sets the Key to be spoken to
|
Constructor and Description |
---|
SayFunction(Key key)
Constructs a SayFunction with the Key to be spoken to
|
Modifier and Type | Method and Description |
---|---|
static Key |
KeyFactory.produce(java.lang.String button,
java.lang.String description,
java.util.Map<ObjID,NetPuzlObject> cache)
Produces a Key with a unique ID and the given parameters
|