The class Design
represents and stores information for the Design.
Design(
name = character(0),
size = 0,
arms = list(),
evaluationArms = list(),
numberOfArms = 0,
fim = Fim()
)
A string giving the name of the design.
A integer giving the size of the design.
A list giving the arms of the design.
A list giving the valuation of the arms of the design.
A integer giving the number of arms.
A object Fim
giving the Fim of the design.
Design