Package org.openjdk.jmc.common.item
Interface IItemQuery
- 
public interface IItemQuery 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<IAggregator<?,?>>getAggregators()Collection<IAttribute<?>>getAttributes()IItemFiltergetFilter()IAttribute<?>getGroupBy() 
 - 
 
- 
- 
Method Detail
- 
getFilter
IItemFilter getFilter()
 
- 
getGroupBy
IAttribute<?> getGroupBy()
 
- 
getAttributes
Collection<IAttribute<?>> getAttributes()
 
- 
getAggregators
Collection<IAggregator<?,?>> getAggregators()
 
 - 
 
 -