clarion.system
Interface InterfaceStochasticallySelectable

All Known Implementing Classes:
AbstractAction, AbstractOutputChunk, DimensionlessOutputChunk, DriveStrength, ExternalAction, GenericStochasticObject, Goal, GoalAction, WorkingMemoryAction

public interface InterfaceStochasticallySelectable

This interface is implemented by classes that are stochastically selectable within CLARION.

Usage:

Any class that implements this interface can be used for selection by the stochastic selector in CLARION.

Known classes implementing this interface:

Version:
6.0.4
Author:
Nick Wilson

Method Summary
 double getFinalSelectionMeasure()
          Gets the final selection measure used for stochastic selection.
 void setFinalSelectionMeasure(double Measure)
          Sets the final selection measure.
 

Method Detail

getFinalSelectionMeasure

double getFinalSelectionMeasure()
Gets the final selection measure used for stochastic selection.

Returns:
The final selection measure.

setFinalSelectionMeasure

void setFinalSelectionMeasure(double Measure)
Sets the final selection measure.

Parameters:
Measure - The value to set for the final selection measure.