Package FAtiMA.motivationalSystem
Class ExpectedGoalEffectsOnDrives
- java.lang.Object
-
- FAtiMA.motivationalSystem.ExpectedGoalEffectsOnDrives
-
- All Implemented Interfaces:
java.io.Serializable
public class ExpectedGoalEffectsOnDrives extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpectedGoalEffectsOnDrives(java.lang.String goalName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddEffect(EffectOnDrive e)java.util.Collection<EffectOnDrive>getEffects()java.lang.StringgetGoalName()
-
-
-
Method Detail
-
getGoalName
public java.lang.String getGoalName()
-
AddEffect
public void AddEffect(EffectOnDrive e)
-
getEffects
public java.util.Collection<EffectOnDrive> getEffects()
-
-