Uses of Interface
com._1c.g5.v8.dt.chart.compare.ChartComparisonNode
-
Packages that use ChartComparisonNode Package Description com._1c.g5.v8.dt.chart.compare com._1c.g5.v8.dt.chart.compare.impl com._1c.g5.v8.dt.chart.compare.util -
-
Uses of ChartComparisonNode in com._1c.g5.v8.dt.chart.compare
Methods in com._1c.g5.v8.dt.chart.compare that return ChartComparisonNode Modifier and Type Method Description ChartComparisonNode
ChartCompareFactory. createChartComparisonNode()
Returns a new object of class 'Chart Comparison Node'. -
Uses of ChartComparisonNode in com._1c.g5.v8.dt.chart.compare.impl
Classes in com._1c.g5.v8.dt.chart.compare.impl that implement ChartComparisonNode Modifier and Type Class Description class
ChartComparisonNodeImpl
An implementation of the model object 'Chart Comparison Node'.Methods in com._1c.g5.v8.dt.chart.compare.impl that return ChartComparisonNode Modifier and Type Method Description ChartComparisonNode
ChartCompareFactoryImpl. createChartComparisonNode()
-
Uses of ChartComparisonNode in com._1c.g5.v8.dt.chart.compare.util
Methods in com._1c.g5.v8.dt.chart.compare.util with parameters of type ChartComparisonNode Modifier and Type Method Description T
ChartCompareSwitch. caseChartComparisonNode(ChartComparisonNode object)
Returns the result of interpreting the object as an instance of 'Chart Comparison Node'.
-