Class RecommendationModification
java.lang.Object
de.rpgframework.genericrpg.modification.Modification
de.rpgframework.genericrpg.modification.DataItemModification
de.rpgframework.genericrpg.modification.RecommendationModification
A modification made to the current item it is attached to
-
Nested Class Summary
Nested classes/interfaces inherited from class de.rpgframework.genericrpg.modification.Modification
Modification.Origin -
Field Summary
Fields inherited from class de.rpgframework.genericrpg.modification.DataItemModification
choice, choiceOptions, date, decisions, expCost, id, ref, remove, restrictedToMode, variantFields inherited from class de.rpgframework.genericrpg.modification.Modification
apply, conditions, origin, source, type, when -
Constructor Summary
ConstructorsConstructorDescriptionRecommendationModification(ModifiedObjectType type, String ref, Weight level) -
Method Summary
Methods inherited from class de.rpgframework.genericrpg.modification.DataItemModification
clone, equals, getChoiceOptions, getConnectedChoice, getDate, getDecision, getDecisions, getExpCost, getId, getKey, getResolvedKey, getVariant, isRemove, setDate, setDecisions, setExpCost, setId, setKey, setRemove, validateMethods inherited from class de.rpgframework.genericrpg.modification.Modification
getApplyTo, getConditionString, getOrigin, getReferenceType, getSource, getWhen, isConditional, setApplyTo, setConditionString, setOrigin, setSource, setWhen
-
Constructor Details
-
RecommendationModification
public RecommendationModification() -
RecommendationModification
-
-
Method Details
-
toString
- Overrides:
toStringin classDataItemModification- See Also:
-
getAsKeys
- Overrides:
getAsKeysin classDataItemModification
-
isNotRecommended
public boolean isNotRecommended() -
getWeight
-