|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DriveStrength | |
---|---|
clarion.system |
Uses of DriveStrength in clarion.system |
---|
Fields in clarion.system declared as DriveStrength | |
---|---|
protected DriveStrength |
Drive.DS
The drive strength associated with this drive. |
Methods in clarion.system that return DriveStrength | |
---|---|
DriveStrength |
Drive.calculateDriveStrength(DimensionValueCollection DriveInput)
Calculates the drive strength given the specified drive input. |
DriveStrength |
MS.calculateDriveStrength(java.lang.Object ID,
DimensionValueCollection DriveInput)
Gets the drive strength for the drive with the specified ID. |
DriveStrength |
DriveStrength.clone()
Clones the drive strength. |
DriveStrength |
Drive.getDriveStrength()
Gets the drive strength object associated with this drive. |
DriveStrength |
MS.getDriveStrength(java.lang.Object ID)
Gets the drive strength for the drive with the specified ID. |
Methods in clarion.system that return types with arguments of type DriveStrength | |
---|---|
java.util.Collection<DriveStrength> |
MS.getAllDriveStrengths()
Gets all of the drive strength objects for the drives in the MS. |
java.util.Collection<DriveStrength> |
MS.getBASDriveStrengths()
Gets the drive strengths for the drives in the behavioral approach system. |
java.util.Collection<DriveStrength> |
MS.getBISDriveStrengths()
Gets the drive strengths for the drives in the behavioral inhibition system. |
java.util.Collection<DriveStrength> |
MS.getBothDriveStrengths()
Gets the drive strengths for the drives that are in both the BAS and BIS. |
java.util.Collection<DriveStrength> |
MS.getNeitherDriveStrengths()
Gets the drive strengths for the drives that have been specified as being in neither behavioral system. |
Constructor parameters in clarion.system with type arguments of type DriveStrength | |
---|---|
ACSLevelProbabilitySettingModule(java.util.Collection<DriveStrength> AffiliatedDrives)
Initializes the ACS level probability setting module using the ACS level probability setting equation. |
|
DriveStrengthCollection(java.util.Collection<? extends DriveStrength> ds)
Initializes a drive strength collection with the collection of drive strengths specified. |
|
DriveStrengthCollection(java.util.Map<? extends java.lang.Object,? extends DriveStrength> map)
Initializes the drive strength collection with the map of drive strengths. |
|
GoalSelectionModule(java.util.Collection<DriveStrength> RelevantDrives,
java.util.Collection<Goal> Goals)
Initializes the goal selection module to use the goal selection equation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |