metricsOverlay.model
Interface ITyped

All Known Implementing Classes:
Augmentation, AugmentExponentialIStrategy, AugmentLogIStrategy, BackgroundLineAugmentation, BackgroundSectionAugmentation, CompositeIntegerRange, CompositeRealRange, ExponentialIStrategy, IntegerRange, InterpolationStrategy, LinearIStrategy, LogIStrategy, MappedRange, MarginAugmentation, MetricExponentialIStrategy, MetricLogIStrategy, OrderedNominalRange, Range, RealRange, SectionAugmentation, UnderlineAugmentation

public interface ITyped

This interface provides objects with the ability to get at a description of their own type.

Version:
27/8/2009
Author:
Matthew Harward

Method Summary
 java.lang.String getType()
           
 

Method Detail

getType

java.lang.String getType()
Returns:
A succinct String description of the object.