TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDRangeRepresentation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SDDiscreteRepresentation, SDRepresentation
All Known Subinterfaces:
SDGaugeRepresentation
All Known Implementing Classes:
SDGaugeRepresentationImpl, SDRangeRepresentationImpl

public interface SDRangeRepresentation
extends SDDiscreteRepresentation

A representation of the model object 'SD Range Representation'. Observations of this type have a value within a certain range

The following features are supported:

See Also:
StatisticalPackage.getSDRangeRepresentation()

Method Summary
 int getMax()
          Returns the value of the 'Max' attribute.
 int getMin()
          Returns the value of the 'Min' attribute.
 void setMax(int value)
          Sets the value of the 'Max' attribute.
 void setMin(int value)
          Sets the value of the 'Min' attribute.
 
Methods inherited from interface org.eclipse.hyades.model.statistical.SDRepresentation
getMemberDescriptor, setMemberDescriptor
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMin

public int getMin()
Returns the value of the 'Min' attribute.

If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Min' attribute.
See Also:
setMin(int), StatisticalPackage.getSDRangeRepresentation_Min()

setMin

public void setMin(int value)
Sets the value of the 'Min' attribute.

Parameters:
value - the new value of the 'Min' attribute.
See Also:
getMin()

getMax

public int getMax()
Returns the value of the 'Max' attribute.

If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Max' attribute.
See Also:
setMax(int), StatisticalPackage.getSDRangeRepresentation_Max()

setMax

public void setMax(int value)
Sets the value of the 'Max' attribute.

Parameters:
value - the new value of the 'Max' attribute.
See Also:
getMax()

TPTP 4.1.0 Platform Project
Public API Specification