Operator.Operations
Class SimpleUserSelect

java.lang.Object
  extended by Operator.Operations.SelectionOperation
      extended by Operator.Operations.UserSelect
          extended by Operator.Operations.SimpleUserSelect
All Implemented Interfaces:
Operation, ParameterI

public class SimpleUserSelect
extends UserSelect

Author:
eliott barley

Field Summary
 
Fields inherited from class Operator.Operations.SelectionOperation
selectedPopulation, size
 
Constructor Summary
SimpleUserSelect()
           
 
Method Summary
protected  void display(java.util.List<Individual> operands)
           
protected  void select(java.util.List<Individual> operands)
           
 void userPick(java.util.List<Individual> operands)
           
 
Methods inherited from class Operator.Operations.UserSelect
defaultSelect, doOperation, doOperation, enableDone, getPanel, gridAdd, gridAdd, setProperties
 
Methods inherited from class Operator.Operations.SelectionOperation
getSelectedPopulation, getSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUserSelect

public SimpleUserSelect()
Method Detail

userPick

public void userPick(java.util.List<Individual> operands)
Overrides:
userPick in class UserSelect

display

protected void display(java.util.List<Individual> operands)
Overrides:
display in class UserSelect

select

protected void select(java.util.List<Individual> operands)
Specified by:
select in class UserSelect