org.eclipse.ohf.ihe.common.cdar2
Interface IVLREAL

All Superinterfaces:
ANY, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QTY, REAL1, SXCMREAL
All Known Implementing Classes:
IVLREALImpl

public interface IVLREAL
extends SXCMREAL

A representation of the model object 'IVLREAL'.

The following features are supported:

See Also:
CDAR2Package.getIVLREAL()

Method Summary
 REAL1 getCenter()
          Returns the value of the 'Center' containment reference.
 IVXBREAL getHigh()
          Returns the value of the 'High' containment reference.
 IVXBREAL getHigh1()
          Returns the value of the 'High1' containment reference.
 IVXBREAL getHigh2()
          Returns the value of the 'High2' containment reference.
 IVXBREAL getLow()
          Returns the value of the 'Low' containment reference.
 REAL1 getWidth()
          Returns the value of the 'Width' containment reference.
 REAL1 getWidth1()
          Returns the value of the 'Width1' containment reference.
 REAL1 getWidth2()
          Returns the value of the 'Width2' containment reference.
 void setCenter(REAL1 value)
          Sets the value of the 'Center' containment reference.
 void setHigh(IVXBREAL value)
          Sets the value of the 'High' containment reference.
 void setHigh1(IVXBREAL value)
          Sets the value of the 'High1' containment reference.
 void setHigh2(IVXBREAL value)
          Sets the value of the 'High2' containment reference.
 void setLow(IVXBREAL value)
          Sets the value of the 'Low' containment reference.
 void setWidth(REAL1 value)
          Sets the value of the 'Width' containment reference.
 void setWidth1(REAL1 value)
          Sets the value of the 'Width1' containment reference.
 void setWidth2(REAL1 value)
          Sets the value of the 'Width2' containment reference.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.SXCMREAL
getOperator, isSetOperator, setOperator, unsetOperator
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.REAL1
getValue, setValue
 
Methods inherited from interface org.eclipse.ohf.ihe.common.cdar2.ANY
getNullFlavor, setNullFlavor
 
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

getLow

IVXBREAL getLow()
Returns the value of the 'Low' containment reference. The low limit of the interval.

Returns:
the value of the 'Low' containment reference.
See Also:
setLow(IVXBREAL), CDAR2Package.getIVLREAL_Low()

setLow

void setLow(IVXBREAL value)
Sets the value of the 'Low' containment reference.

Parameters:
value - the new value of the 'Low' containment reference.
See Also:
getLow()

getWidth

REAL1 getWidth()
Returns the value of the 'Width' containment reference. The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.

Returns:
the value of the 'Width' containment reference.
See Also:
setWidth(REAL1), CDAR2Package.getIVLREAL_Width()

setWidth

void setWidth(REAL1 value)
Sets the value of the 'Width' containment reference.

Parameters:
value - the new value of the 'Width' containment reference.
See Also:
getWidth()

getHigh

IVXBREAL getHigh()
Returns the value of the 'High' containment reference. The high limit of the interval.

Returns:
the value of the 'High' containment reference.
See Also:
setHigh(IVXBREAL), CDAR2Package.getIVLREAL_High()

setHigh

void setHigh(IVXBREAL value)
Sets the value of the 'High' containment reference.

Parameters:
value - the new value of the 'High' containment reference.
See Also:
getHigh()

getHigh1

IVXBREAL getHigh1()
Returns the value of the 'High1' containment reference.

If the meaning of the 'High1' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'High1' containment reference.
See Also:
setHigh1(IVXBREAL), CDAR2Package.getIVLREAL_High1()

setHigh1

void setHigh1(IVXBREAL value)
Sets the value of the 'High1' containment reference.

Parameters:
value - the new value of the 'High1' containment reference.
See Also:
getHigh1()

getWidth1

REAL1 getWidth1()
Returns the value of the 'Width1' containment reference. The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.

Returns:
the value of the 'Width1' containment reference.
See Also:
setWidth1(REAL1), CDAR2Package.getIVLREAL_Width1()

setWidth1

void setWidth1(REAL1 value)
Sets the value of the 'Width1' containment reference.

Parameters:
value - the new value of the 'Width1' containment reference.
See Also:
getWidth1()

getHigh2

IVXBREAL getHigh2()
Returns the value of the 'High2' containment reference. The high limit of the interval.

Returns:
the value of the 'High2' containment reference.
See Also:
setHigh2(IVXBREAL), CDAR2Package.getIVLREAL_High2()

setHigh2

void setHigh2(IVXBREAL value)
Sets the value of the 'High2' containment reference.

Parameters:
value - the new value of the 'High2' containment reference.
See Also:
getHigh2()

getCenter

REAL1 getCenter()
Returns the value of the 'Center' containment reference. The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.

Returns:
the value of the 'Center' containment reference.
See Also:
setCenter(REAL1), CDAR2Package.getIVLREAL_Center()

setCenter

void setCenter(REAL1 value)
Sets the value of the 'Center' containment reference.

Parameters:
value - the new value of the 'Center' containment reference.
See Also:
getCenter()

getWidth2

REAL1 getWidth2()
Returns the value of the 'Width2' containment reference. The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.

Returns:
the value of the 'Width2' containment reference.
See Also:
setWidth2(REAL1), CDAR2Package.getIVLREAL_Width2()

setWidth2

void setWidth2(REAL1 value)
Sets the value of the 'Width2' containment reference.

Parameters:
value - the new value of the 'Width2' containment reference.
See Also:
getWidth2()