|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.datamixer.functions.FunctionStrategy
org.datamixer.functions.LineStrategy
| Field Summary |
| Fields inherited from class org.datamixer.functions.FunctionStrategy |
functionIterator_, logger_, result_ |
| Constructor Summary | |
LineStrategy()
|
|
| Method Summary | |
int |
findDataType(int type)
Returns the datatype with maximum precision among iterators, multiplier, and intercept. |
Value |
getIntercept()
|
Value |
getMultiplier()
|
Value |
operator()
Applies an operator to the children of a Function node. |
void |
setIntercept(Value value)
|
void |
setMultiplier(Value value)
|
| Methods inherited from class org.datamixer.functions.FunctionStrategy |
doInitialize, getDataType, getFunctionIterator, handleArguments, initialize, initResult, operate, setDataType, setFunctionIterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LineStrategy()
| Method Detail |
public int findDataType(int type)
throws DatamixerException
findDataType in class FunctionStrategyDatamixerException
public Value operator()
throws DatamixerException
FunctionStrategy
operator in class FunctionStrategyDatamixerExceptionpublic Value getMultiplier()
public void setMultiplier(Value value)
public Value getIntercept()
public void setIntercept(Value value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||