Package | Description |
---|---|
com.putable.client |
Provides the classes specific to the client
|
com.putable.client.matrix |
Provides the matrix class specific to the client
|
com.putable.common.matrix |
Provides the classes necessary to construct a Matrix object
|
com.putable.server.matrix |
Provides the matrix classes specific to the server
|
tests |
Provides the classes for JUnit tests
|
Modifier and Type | Method and Description |
---|---|
private Attributes |
NetPuzlClient.createAttributesFromSetTag(TSet tag)
This method creates a new Attributes used for when you receive a set tag
for an object
|
Modifier and Type | Method and Description |
---|---|
private void |
NetPuzlClient.createNetPuzlObjectFromTag(TSet tag,
Attributes attributes)
This method creates a NetPuzlObject from a TSet tag and an Attributes.
|
Constructor and Description |
---|
ClientMatrix(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a ClientMatrix with the given parameters
|
Modifier and Type | Field and Description |
---|---|
private Attributes |
NetPuzlObject.attributes
The attributes of the NetPuzlObject
|
Modifier and Type | Method and Description |
---|---|
Attributes |
Attributes.copy() |
Attributes |
NetPuzlObject.getAttributes()
Gets the Attributes of this NetPuzlObject
|
Attributes |
Matrix.getAttributes()
Gets the attributes of this Matrix
|
Modifier and Type | Method and Description |
---|---|
void |
NetPuzlObject.setAttributes(Attributes attributes)
Sets the Attributes of this NetPuzlObject
|
Constructor and Description |
---|
AbstractMatrix(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs an AbstractMatrix with the given parameters
|
Agent(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs an Agent with the given parameters
|
Image(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs an Image with the given parameters
|
Key(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a Key with the given parameters
|
NetPuzlObject(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a NetPuzlObject with the given parameters
|
Token(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a Token with the given parameters
|
Constructor and Description |
---|
AbstractHeinekenGame(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a Heineken game with the given parameters
|
HeinekenMathMatrix(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a Heineken Math game with the given parameters
|
HeinekenMatrix(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a Heineken Matrix game with the given parameters
|
HomeMatrix(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
This is the constructor for the HomeMatrix class that extends the
AbstractMatrix class this uses the default Matrix for now.
|
PairPanickingMatrix(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
Constructs a PairPanicking game with the given parameters
|
Constructor and Description |
---|
BasicTestMatrix(ObjID objID,
Attributes attributes,
java.util.Map<ObjID,NetPuzlObject> cache)
A constructor for this test.
|