|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drive | |
---|---|
clarion.system |
Uses of Drive in clarion.system |
---|
Methods in clarion.system that return Drive | |
---|---|
Drive |
Drive.clone()
Clones the drive. |
Drive |
MS.getDrive(java.lang.Object ID)
Gets the drive with the specified ID. |
Drive |
DriveCollection.put(java.lang.Object key,
Drive drive)
Puts a drive in the drive collection. |
Methods in clarion.system that return types with arguments of type Drive | |
---|---|
java.util.Collection<Drive> |
MS.getAllDrives()
Gets the all the drives in the MS. |
java.util.Collection<Drive> |
MS.getBASDrives()
Gets the drives in the behavioral approach system. |
java.util.Collection<Drive> |
MS.getBISDrives()
Gets the drives in the behavioral inhibition system. |
java.util.Collection<Drive> |
MS.getBothDrives()
Gets the drives that are in both the BAS and BIS. |
java.util.Collection<Drive> |
MS.getNeitherDrives()
Gets the drives that have been specified as being in neither behavioral system. |
Methods in clarion.system with parameters of type Drive | |
---|---|
void |
MS.addDriveToBAS(Drive drive)
Adds the specified drive to the behavior approach system. |
void |
MS.addDriveToBIS(Drive drive)
Adds the specified drive to the behavior inhibition system. |
void |
MS.addDriveToBothSystems(Drive drive)
Adds the specified drive to both the BIS and the BAS. |
void |
MS.addDriveToNeither(Drive drive)
Adds the specified drive to the MS without specifying a behavioral system. |
Drive |
DriveCollection.put(java.lang.Object key,
Drive drive)
Puts a drive in the drive collection. |
Method parameters in clarion.system with type arguments of type Drive | |
---|---|
void |
MS.addDrivesToBAS(java.util.Collection<Drive> drives)
Adds the specified drives to the behavior approach system. |
void |
MS.addDrivesToBIS(java.util.Collection<Drive> drives)
Adds the specified drives to the behavior inhibition system. |
void |
MS.addDrivesToBothSystems(java.util.Collection<Drive> drives)
Adds the specified drives to both the BIS and the BAS. |
void |
MS.addDrivesToNeither(java.util.Collection<Drive> drives)
Adds the specified drives to the MS without specifying a behavioral system. |
void |
DriveCollection.putAll(java.util.Map<? extends java.lang.Object,? extends Drive> drives)
Puts a collection of drives in the drive collection. |
Constructor parameters in clarion.system with type arguments of type Drive | |
---|---|
BehavioralApproachSystem(java.util.Collection<Drive> drives)
Initializes the behavioral approach system with the collection of drives specified. |
|
BehavioralInhibitionSystem(java.util.Collection<Drive> drives)
Initializes the behavioral inhibition system with the collection of drives specified. |
|
DriveCollection(java.util.Collection<? extends Drive> drives)
Initializes the drive collection with the collection of drives specified. |
|
DriveCollection(java.util.Map<? extends java.lang.Object,? extends Drive> map)
Initializes the drive collection with the map of drives. |
|
NeitherBehavioralSystem(java.util.Collection<Drive> drives)
Initializes a system to hold drives that do not belong to a behavioral system with the collection of drives specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |