|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
java.lang.Object |
clone()
|
Factor |
getFactorByName(java.lang.String name)
Lets you retrieve a factor by its name |
java.util.Collection |
getFactors()
Returns all factors |
java.util.Collection |
getFactors(java.util.Collection widgets)
Returns relevant factors |
java.util.Collection |
getFactors(SuppleType type,
UiObject uiObject,
java.util.Collection descriptors)
Returns relevant factors |
java.util.Collection |
getFactors(SuppleType type,
UiObject uiObject,
WidgetDescriptor descriptor)
Returns relevant factors |
java.util.Collection |
getFactors(Widget widget)
Returns relevant factors |
java.lang.String |
prettyPrint()
|
void |
setState(FactoredCostFunctionState state)
|
| Method Detail |
public java.util.Collection getFactors()
public java.util.Collection getFactors(java.util.Collection widgets)
widgets - a collection of widgets for which we want to find factors
public java.util.Collection getFactors(SuppleType type,
UiObject uiObject,
java.util.Collection descriptors)
type - uiObject - descriptors - a collection of widget descriptors for which we want to find
factors (all descriptors are for widgets for the same ui
object)
public java.util.Collection getFactors(Widget widget)
widget - a widget for which we want to find factors
public java.util.Collection getFactors(SuppleType type,
UiObject uiObject,
WidgetDescriptor descriptor)
type - uiObject - descriptor - descriptor of a widget for which we want to find factors
public Factor getFactorByName(java.lang.String name)
name - factor's name
public void setState(FactoredCostFunctionState state)
public java.lang.String prettyPrint()
public java.lang.Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||