Class PnLVectorSubstitutionWhatIfDefinition

  • All Implemented Interfaces:
    com.activeviam.tools.whatif.core.IWhatIfDefinition, Serializable

    public class PnLVectorSubstitutionWhatIfDefinition
    extends com.activeviam.tools.whatif.core.AUpdateWhatIfDefinition
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.activeviam.tools.whatif.core.AWhatIfDefinition

        baseBranch, condition, definitionName, id, parameters, storeFields, storeName
    • Constructor Summary

      Constructors 
      Constructor Description
      PnLVectorSubstitutionWhatIfDefinition​(com.qfs.condition.ICondition condition, Map<String,​com.qfs.vector.IVector> vectors, boolean offset, double offsetValue, int daysToOffset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateEntries​(Map<String,​Object> valuesMap)  
      • Methods inherited from class com.activeviam.tools.whatif.core.AUpdateWhatIfDefinition

        addEntries, getAddEntries, getOperationType, setOperationType
      • Methods inherited from class com.activeviam.tools.whatif.core.AWhatIfDefinition

        getBaseBranch, getCondition, getDefinitionName, getId, getParameters, getStoreFields, getStoreName, setBaseBranch, setCondition, setDefinitionName, setId, setParameters, setStoreFields, setStoreName
    • Constructor Detail

      • PnLVectorSubstitutionWhatIfDefinition

        public PnLVectorSubstitutionWhatIfDefinition​(com.qfs.condition.ICondition condition,
                                                     Map<String,​com.qfs.vector.IVector> vectors,
                                                     boolean offset,
                                                     double offsetValue,
                                                     int daysToOffset)
    • Method Detail

      • updateEntries

        public void updateEntries​(Map<String,​Object> valuesMap)
        Specified by:
        updateEntries in interface com.activeviam.tools.whatif.core.IWhatIfDefinition
        Specified by:
        updateEntries in class com.activeviam.tools.whatif.core.AUpdateWhatIfDefinition