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 TypeInterfaceDescriptioninterface
An 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 TypeInterfaceDescriptioninterface
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 IDescribableModifier and TypeClassDescriptionstatic 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
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
static class
static class
class
Attribute<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 TypeClassDescriptionclass
ContentType<T>
A content type describes what kind of data a value is.class
KindOfQuantity<U extends TypedUnit<U>>
class
The kind of a linear (scalar) physical quantity.class
RangeContentType<T extends Comparable<? super T>>
class
Methods 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 TypeClassDescriptionclass
An identifier with a name and a description.class
Base implementation of theIMCPackage
interface.