Uses of Class
clarion.system.DriveStrengthCollection

Packages that use DriveStrengthCollection
clarion.system   
 

Uses of DriveStrengthCollection in clarion.system
 

Methods in clarion.system that return DriveStrengthCollection
 DriveStrengthCollection MS.calculateAllDriveStrengths(DimensionValueCollection DriveInput)
          Gets the drive strengths for ALL drives in the MS.
 DriveStrengthCollection MS.calculateBASDriveStrengths(DimensionValueCollection DriveInput)
          Gets the drive strengths for all drives in the behavioral approach system.
 DriveStrengthCollection MS.calculateBISDriveStrengths(DimensionValueCollection DriveInput)
          Gets the drive strengths for all drives in the behavioral inhibition system.
 DriveStrengthCollection MS.calculateBothDriveStrengths(DimensionValueCollection DriveInput)
          Gets the drive strengths for all drives that belong to both the BAS and BIS.
 DriveStrengthCollection MS.calculateNeitherDriveStrengths(DimensionValueCollection DriveInput)
          Gets the drive strengths for all drives in the MS that do not belong to a behavioral system.
 DriveStrengthCollection DriveStrengthCollection.clone()
          Clones the drive strength collection (including all of it's drive strengths).
 DriveStrengthCollection DriveCollection.getDriveStrengths()
          Gets the drive strength objects associated with the drives in this drive collection.
 

Methods in clarion.system with parameters of type DriveStrengthCollection
 double ACSLevelProbabilitySettingModule.getBottomLevelProbability(DriveStrengthCollection DriveStrengths)
          Gets the probability of using the bottom level of the ACS given the drive strengths specified.
 double ACSLevelProbabilitySettingModule.getTopLevelProbability(DriveStrengthCollection DriveStrengths)
          Gets the probability of using the top level of the ACS given the drive strengths specified.
 void GoalSelectionModule.setGoal(DriveStrengthCollection DriveStrengths, long TimeStamp)
          Selects a goal from all of the possible goals tied to the output layer of implicit module in this module using the specified collection of drive strengths.