Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.application.measurement
Interface ApplicationMeasurementMethod

All Superinterfaces:
MeasurementMethod
All Known Implementing Classes:
AbstractApplicationMeasurementMethod

public interface ApplicationMeasurementMethod
extends MeasurementMethod

Extends the jmt.measurement.MeasurementMethod type by adding methods for method name, method description and method shortcut name.


Method Summary
 java.lang.String getDescription()
          Returns a short description of the method.
 java.lang.String getName()
          Returns the name of the method.
 java.lang.String getShortcutName()
          Returns the shortcut name of the method.
 
Methods inherited from interface jmt.measurement.MeasurementMethod
getResult, isMeasureable
 

Method Detail

getShortcutName

public java.lang.String getShortcutName()
Returns the shortcut name of the method. A shortcut name should be between tree to five letters.

Returns:
The shortcut name of the method

getName

public java.lang.String getName()
Returns the name of the method.

Returns:
The name of the method

getDescription

public java.lang.String getDescription()
Returns a short description of the method. Note: Html format is also allowed.

Returns:
The description of the method