Uses of Interface
org.openjdk.jmc.common.IDescribable
-
Packages that use IDescribable Package Description org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util -
-
Uses of IDescribable in org.openjdk.jmc.common.item
Subinterfaces of IDescribable in org.openjdk.jmc.common.item Modifier and Type Interface Description interfaceIAggregator<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 IDescribable Modifier and Type Class Description static 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 classAggregators.Avgstatic classAggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>static classAggregators.MergingAggregator<V,C extends IItemConsumer<C>>static classAggregators.MinMax<V extends Comparable<V>>static classAggregators.Stddevstatic classAggregators.Sumstatic classAggregators.VarianceclassAttribute<T>Methods in org.openjdk.jmc.common.item that return types with arguments of type IDescribable Modifier and Type Method Description Map<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.unit Modifier and Type Interface Description interfaceIOptionDescriptor<T>Classes in org.openjdk.jmc.common.unit that implement IDescribable Modifier and Type Class Description classContentType<T>A content type describes what kind of data a value is.classKindOfQuantity<U extends TypedUnit<U>>classLinearKindOfQuantityThe kind of a linear (scalar) physical quantity.classRangeContentType<T extends Comparable<? super T>>classStructContentType<T>Methods in org.openjdk.jmc.common.unit that return IDescribable Modifier and Type Method Description IDescribableIDescribedMap. getDescribable(K key)Methods in org.openjdk.jmc.common.unit that return types with arguments of type IDescribable Modifier and Type Method Description Map<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 IDescribable Modifier and Type Class Description classLabeledIdentifierAn identifier with a name and a description.classMCPackageBase implementation of theIMCPackageinterface.
-