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