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.elements
Interface Element

All Known Subinterfaces:
Class, Field, Method, Package

public interface Element

Describes a Element of the JMT model.

Each element has a name and has measurement results attached with it according to the method set used to create the element instance.

By convention every element implementation may only contain static informations. No modification is allowed during lifetime.

Author:
Martin Kersten

Method Summary
 java.lang.String getName()
          Returns the name of the Element.
 MeasurementResultSet getResults()
          Returns a set of results of the measurement.
 

Method Detail

getName

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

Returns:
The name of the Element

getResults

public MeasurementResultSet getResults()
Returns a set of results of the measurement. The measurement usally takes place when a element instance is created.

Returns:
The results of the measurement.