Uses of Interface
org.openjdk.jmc.common.IDescribable
Packages that use IDescribable
Package
Description
This package contains the
IItem data model.This package contains the data model for quantities and units.
-
Uses of IDescribable in org.openjdk.jmc.common.action
Subinterfaces of IDescribable in org.openjdk.jmc.common.actionModifier and TypeInterfaceDescriptioninterfaceAn action that may be displayed in a user interface and also may be executed. -
Uses of IDescribable in org.openjdk.jmc.common.item
Subinterfaces of IDescribable in org.openjdk.jmc.common.itemModifier and TypeInterfaceDescriptioninterfaceIAggregator<V,C extends IItemConsumer<C>> Encapsulates the calculation of an aggregate for (potentially) different types of items.interfaceIAttribute<V>An attribute is a named and typed kind of (read only) value.interfaceIType<T>A type for objects of class T.Classes in org.openjdk.jmc.common.item that implement IDescribableModifier and TypeClassDescriptionstatic classAggregators.AdvancedMaxAggregator<V,T extends Comparable<T>> This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.static classAggregators.AdvancedMinAggregator<V,T extends Comparable<T>> This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.static classAggregators.AggregatorBase<V,C extends IItemConsumer<C>> static classstatic classAggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>> static classAggregators.MergingAggregator<V,C extends IItemConsumer<C>> static classAggregators.MinMax<V extends Comparable<V>>static classstatic classstatic classclassAttribute<T>Methods in org.openjdk.jmc.common.item that return types with arguments of type IDescribableModifier and TypeMethodDescriptionMap<IAccessorKey<?>,? extends IDescribable> IType.getAccessorKeys()Get keys for the accessors that this type knows of. -
Uses of IDescribable in org.openjdk.jmc.common.unit
Subinterfaces of IDescribable in org.openjdk.jmc.common.unitClasses in org.openjdk.jmc.common.unit that implement IDescribableModifier and TypeClassDescriptionclassContentType<T>A content type describes what kind of data a value is.classKindOfQuantity<U extends TypedUnit<U>>classThe kind of a linear (scalar) physical quantity.classRangeContentType<T extends Comparable<? super T>>classMethods in org.openjdk.jmc.common.unit that return IDescribableMethods in org.openjdk.jmc.common.unit that return types with arguments of type IDescribableModifier and TypeMethodDescriptionMap<IAccessorKey<?>,? extends IDescribable> ContentType.getAccessorKeys()Map<IAccessorKey<?>,? extends IDescribable> KindOfQuantity.getAccessorKeys()Map<IAccessorKey<?>,? extends IDescribable> StructContentType.getAccessorKeys() -
Uses of IDescribable in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IDescribableModifier and TypeClassDescriptionclassAn identifier with a name and a description.classBase implementation of theIMCPackageinterface.