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