com.infoteria.asteria.flowlibrary2.mapper
クラス Layer
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.mapper.Layer
- すべての実装インタフェース:
- Cloneable
- public class Layer
- extends Object
- implements Cloneable
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Layer
public Layer(String name,
String cond)
getName
public String getName()
getCondition
public String getCondition()
isEachRow
public boolean isEachRow()
setEachRow
public void setEachRow(boolean b)
getItemList
public List getItemList()
getItemCount
public int getItemCount()
getStreamVariables
protected VariableList getStreamVariables()
evaluate
public boolean evaluate(ExecuteContext context,
StreamDataObject stream,
Record record)
throws com.infoteria.asteria.flowlibrary2.condition.ConditionException
clone
public Layer clone(Map inputMap,
Map functionMap)
init
public void init(MapperComponent mapper,
ExecuteContext context,
VariableList streamVars,
VariableList localVars)
throws MapperException
term
public void term(MapperComponent mapper,
ExecuteContext context)
beginMapping
public void beginMapping()
throws MapperException
endMapping
public void endMapping()
throws MapperException
execute
public void execute(ExecuteContext context,
List recList)
throws MapperException