Uses of Class
org.problets.domain.model.variable.aggregate.ArrayModel

Packages that use ArrayModel
org.problets.domain.model.variable.aggregate   
 

Uses of ArrayModel in org.problets.domain.model.variable.aggregate
 

Methods in org.problets.domain.model.variable.aggregate with parameters of type ArrayModel
static void ArrayModel.cloneElementValues(ArrayModel toModel, ArrayModel fromModel)
          Sets the elements of the array to clones of the given array's values
 boolean ArrayModel.equalElementValues(ArrayModel a_model)
          Determines if this array has the same values as the to compare against
 

Constructors in org.problets.domain.model.variable.aggregate with parameters of type ArrayModel
ArrayTableModel(ArrayModel inModel, boolean isEditable)
          Creates the table model
ArrayView(java.awt.event.ActionListener inViewParent, ArrayModel inModel, java.lang.String inInstructions, boolean isEditable)
          Creates the array view