Package jsl.modeling.elements.variable
Interface DefaultReportingOptionIfc
-
- All Known Implementing Classes:
Aggregate
,AggregateCounter
,AggregateTimeWeightedVariable
,AveragePerTimeWeightedVariable
,Counter
,ResponseVariable
,ResponseVariableAverageObserver
,TimeWeighted
public interface DefaultReportingOptionIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getDefaultReportingOption()
Returns the default reporting option.void
setDefaultReportingOption(boolean flag)
Sets the default reporting option.
-
-
-
Method Detail
-
setDefaultReportingOption
void setDefaultReportingOption(boolean flag)
Sets the default reporting option. True means the response will appear on default reports- Parameters:
flag
-
-
getDefaultReportingOption
boolean getDefaultReportingOption()
Returns the default reporting option. True means that the response should appear on the default reports- Returns:
-
-