Class: Serie

Serie(id, bullGamma, group)

A Series is Group which content is interpreted as instructions

Constructor

new Serie(id, bullGamma, group)

constructs a new instance of Series
Parameters:
Name Type Description
id the id of this Series
bullGamma the machine attached to this Serie
group the group encapsulated in the Series
Source:

Methods

getInstruction()

Return the instructions list of the series
Source:

getInstructions(line)

Return the instruction at the given line, or null if not found
Parameters:
Name Type Description
line programm line of the desired instruction
Source: