|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelativeValueProvider
This interface is implemented by classes that have properties and can map the value of the property to a value between 0.0 (zero) and 1.0 (one), inclusive.
Method Summary | |
---|---|
java.util.List<org.eclipse.emf.edit.provider.IItemPropertyDescriptor> |
getProperties()
|
double |
getRelativeValue(org.eclipse.emf.ecore.EStructuralFeature feature)
Determine the relative (0.0 to 1.0) value of the property as compared to the other properties. |
double |
getRelativeValue(org.eclipse.emf.edit.provider.ItemPropertyDescriptor property)
Determine the relative (0.0 to 1.0) value of the property as compared to the other properties. |
Method Detail |
---|
java.util.List<org.eclipse.emf.edit.provider.IItemPropertyDescriptor> getProperties()
double getRelativeValue(org.eclipse.emf.edit.provider.ItemPropertyDescriptor property)
property
- the property whose relative value is to be determined
double getRelativeValue(org.eclipse.emf.ecore.EStructuralFeature feature)
feature
- feature of the property whose relative value is to be
determined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |