gov.sns.tools.solver
Class TrialVeto

java.lang.Object
  |
  +--gov.sns.tools.solver.TrialVeto

Deprecated. The optimization and optimizer packages have been replaced by the solver package.

public class TrialVeto
extends java.lang.Object

Trial veto turns down a trial based on a particular trial point.


Field Summary
protected  Constraint constraint
          Deprecated.  
protected  Trial trial
          Deprecated.  
 
Constructor Summary
TrialVeto(Trial aTrial, Constraint aConstraint)
          Deprecated. Creates a new instance of TrialVeto
 
Method Summary
 Constraint getConstraint()
          Deprecated. Get the constaint.
 Trial getTrial()
          Deprecated. Get the trial.
 TrialPoint getTrialPoint()
          Deprecated. Get the trial point to be tested.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trial

protected Trial trial
Deprecated. 

constraint

protected Constraint constraint
Deprecated. 
Constructor Detail

TrialVeto

public TrialVeto(Trial aTrial,
                 Constraint aConstraint)
Deprecated. 
Creates a new instance of TrialVeto

Method Detail

getTrialPoint

public TrialPoint getTrialPoint()
Deprecated. 
Get the trial point to be tested.

Returns:
trialPoint.

getTrial

public Trial getTrial()
Deprecated. 
Get the trial.

Returns:
trial.

getConstraint

public Constraint getConstraint()
Deprecated. 
Get the constaint.

Returns:
constraint.