IStrategyApplication
pentaho.visual.role.adaptation. IStrategyApplication
The IStrategyApplication
interface represents a valid application of a strategy type to adapt between certain external an internal modes.
Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 17
Members
Name | Description |
---|---|
addsFields : | Gets whether the actual application adds fields to the given data table. |
externalMode : | Gets the external mode. |
internalMode : | Gets the internal mode. |
strategyType : | Gets the adaptation strategy type. |
Members Details
addsFields: |
---|
Gets whether the actual application adds fields to the given data table. Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 58 |
externalMode: |
---|
Gets the external mode. Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 34 |
internalMode: |
---|
Gets the internal mode. Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 50 |
strategyType: |
---|
Gets the adaptation strategy type. Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplication.jsdoc, line 26 |