public class ScriptExecutorBoundingBoxTaskSplitter extends BoundingBoxTaskSplitter
| Constructor and Description |
|---|
ScriptExecutorBoundingBoxTaskSplitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BoundingBox boundingBox) |
Map<String,Object> |
getBeans() |
Map<String,Object> |
getFields() |
Map<String,ChannelInput<?>> |
getInChannels() |
Map<String,ChannelOutput<?>> |
getOutChannels() |
OutsideBoundaryObjects |
getOutsideBoundaryObjects() |
String |
getScriptName() |
protected void |
postRun() |
protected void |
preRun() |
void |
setAttributes(Map<String,Object> attributes) |
void |
setBeans(Map<String,Object> beans) |
void |
setInChannels(Map<String,ChannelInput<?>> inChannels) |
void |
setOutChannels(Map<String,ChannelOutput<?>> outChannels) |
void |
setOutsideBoundaryObjects(OutsideBoundaryObjects outsideBoundaryObjects) |
void |
setScriptName(String scriptName) |
getBoundary, getBoundingBox, getNumX, getNumY, isLogScriptInfo, run, setBoundary, setBoundingBox, setLogScriptInfo, setNumX, setNumYgetBeanName, getProcessNetwork, setBeanName, setProcessNetwork, stop, toStringpublic ScriptExecutorBoundingBoxTaskSplitter()
public void execute(BoundingBox boundingBox)
execute in class BoundingBoxTaskSplitterpublic Map<String,ChannelInput<?>> getInChannels()
public Map<String,ChannelOutput<?>> getOutChannels()
public OutsideBoundaryObjects getOutsideBoundaryObjects()
public String getScriptName()
protected void postRun()
postRun in class BoundingBoxTaskSplitterprotected void preRun()
preRun in class BoundingBoxTaskSplitterpublic void setInChannels(Map<String,ChannelInput<?>> inChannels)
public void setOutChannels(Map<String,ChannelOutput<?>> outChannels)
public void setOutsideBoundaryObjects(OutsideBoundaryObjects outsideBoundaryObjects)
public void setScriptName(String scriptName)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.