EASE.Factories
Class ProposeResult

java.lang.Object
  |
  +--EASE.Factories.ProposeResult

public class ProposeResult
extends java.lang.Object


Field Summary
 double currSat
           
 double nextSat
           
 double priority
           
 
Constructor Summary
ProposeResult(double priority, double satis1)
          Responding to a proposal with just proposal.
ProposeResult(double priority, double satis1, double satis2)
          Responding to a proposal with both proposal and current output.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

priority

public double priority

nextSat

public double nextSat

currSat

public double currSat
Constructor Detail

ProposeResult

public ProposeResult(double priority,
                     double satis1,
                     double satis2)
Responding to a proposal with both proposal and current output.


ProposeResult

public ProposeResult(double priority,
                     double satis1)
Responding to a proposal with just proposal.