Interface SummaryUsageProvider
-
- All Known Implementing Classes:
GroupingTableRows
,OrdinaryTableRow
public interface SummaryUsageProvider
- Author:
- maxim.manuylov Date: 7/4/12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>>
getSummaryUsage()
-
-
-
Method Detail
-
getSummaryUsage
@NotNull List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> getSummaryUsage()
-
-