Uses of Interface
org.openjdk.jmc.common.IDescribable
-
Packages that use IDescribable Package Description org.openjdk.jmc.common.item This package contains theIItem
data 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 interface
IAggregator<V,C extends IItemConsumer<C>>
Encapsulates the calculation of an aggregate for (potentially) different types of items.interface
IAttribute<V>
An attribute is a named and typed kind of (read only) value.interface
IType<T>
A type for objects of class T.Classes in org.openjdk.jmc.common.item that implement IDescribable Modifier and Type Class Description static class
Aggregators.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 class
Aggregators.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 class
Aggregators.AggregatorBase<V,C extends IItemConsumer<C>>
static class
Aggregators.Avg
static class
Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>
static class
Aggregators.MergingAggregator<V,C extends IItemConsumer<C>>
static class
Aggregators.MinMax<V extends Comparable<V>>
static class
Aggregators.Stddev
static class
Aggregators.Sum
static class
Aggregators.Variance
class
Attribute<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 interface
IOptionDescriptor<T>
Classes in org.openjdk.jmc.common.unit that implement IDescribable Modifier and Type Class Description class
ContentType<T>
A content type describes what kind of data a value is.class
KindOfQuantity<U extends TypedUnit<U>>
class
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.class
RangeContentType<T extends Comparable<? super T>>
class
StructContentType<T>
Methods in org.openjdk.jmc.common.unit that return IDescribable Modifier and Type Method Description IDescribable
IDescribedMap. 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 class
LabeledIdentifier
An identifier with a name and a description.class
MCPackage
Base implementation of theIMCPackage
interface.
-