Package tsl2.nano.cursus.effectus
Class Effectus<O,V>
java.lang.Object
tsl2.nano.cursus.Mutatio<O,V>
tsl2.nano.cursus.effectus.Effectus<O,V>
- Type Parameters:
CONTENT-
- All Implemented Interfaces:
IChange,Serializable
- Direct Known Subclasses:
IncEffectus,RuleEffectus
an effect can be created/processed after a change was made.
- Author:
- Tom
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanon activation, the changes will be stored into the content - to be reused and not recalculated -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fixed
protected boolean fixedon activation, the changes will be stored into the content - to be reused and not recalculated
-
-
Constructor Details
-
Effectus
public Effectus() -
Effectus
-
-
Method Details