Constructor
new Group(id, bullGamma)
constructs a new instance of Group
Parameters:
Name | Type | Description |
---|---|---|
id |
the Group's ID | |
bullGamma |
the machine attached to this Group |
- Source:
Methods
getWord(id)
Returns the word corresponding to the id
Parameters:
Name | Type | Description |
---|---|---|
id |
from 0 to 15 |
- Source:
setContent(hexCode)
Set the Word's content with hex values
Parameters:
Name | Type | Description |
---|---|---|
hexCode |
a String that represents the new hex values of this Word |
- Source: