Class: Group

Group(id, bullGamma)

A group is a set of NB_OCTADS_PER_GROUP octads

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: