|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datamixer.functions.FunctionStrategy
public abstract class FunctionStrategy
| Field Summary | |
|---|---|
protected FunctionIterator |
functionIterator_
the associated function |
protected StrategyResult |
result_
the result |
| Constructor Summary | |
|---|---|
FunctionStrategy()
|
|
| Method Summary | |
|---|---|
protected void |
doInitialize()
|
int |
getDataType()
Get the datatype. |
FunctionIterator |
getFunctionIterator()
Returns the current function iterator. |
void |
initialize()
|
abstract Value |
operator()
Applies an operator to the children of a Function node. |
void |
setDataType(int type)
Set the datatype. |
void |
setFunctionIterator(FunctionIterator value)
Sets the current function iterator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FunctionIterator functionIterator_
protected StrategyResult result_
| Constructor Detail |
|---|
public FunctionStrategy()
| Method Detail |
|---|
public int getDataType()
public void setDataType(int type)
public FunctionIterator getFunctionIterator()
public void setFunctionIterator(FunctionIterator value)
value - the current function iterator.
public abstract Value operator()
throws DatamixerException
DatamixerExceptionpublic void initialize()
protected void doInitialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||