Package nz.org.riskscape.engine.steps
Class ApplyFunctionStep
java.lang.Object
nz.org.riskscape.engine.steps.BaseStep<T>
nz.org.riskscape.engine.steps.ProjectionStep<ApplyFunctionStep.Parameters>
nz.org.riskscape.engine.steps.ApplyFunctionStep
- All Implemented Interfaces:
nz.org.riskscape.engine.Identified
,nz.org.riskscape.engine.pipeline.Step
-
Nested Class Summary
Nested classes/interfaces inherited from class nz.org.riskscape.engine.steps.ProjectionStep
ProjectionStep.ProjectionParameters
-
Field Summary
Fields inherited from interface nz.org.riskscape.engine.pipeline.Step
FUNCTOR_INTERFACES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
protected nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.projection.Projection>
getProjection
(ApplyFunctionStep.Parameters parameters) Methods inherited from class nz.org.riskscape.engine.steps.ProjectionStep
realize
Methods inherited from class nz.org.riskscape.engine.steps.BaseStep
bindInputs, bindParameters, equals, findParameterClass, getDescription, getEngine, getInputArity, getInputNames, getParamContext, getParameterSet, hashCode, realize, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClass
Methods inherited from interface nz.org.riskscape.engine.pipeline.Step
getDeclaredParameter, getDeclaredParameterNames, getDeclaredParameters, getDefaultInputName, hasNamedInput, named
-
Constructor Details
-
ApplyFunctionStep
public ApplyFunctionStep(nz.org.riskscape.engine.Engine engine)
-
-
Method Details
-
getProjection
protected nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.projection.Projection> getProjection(ApplyFunctionStep.Parameters parameters) - Specified by:
getProjection
in classProjectionStep<ApplyFunctionStep.Parameters>
-
getId
- Specified by:
getId
in interfacenz.org.riskscape.engine.Identified
- Overrides:
getId
in classBaseStep<ApplyFunctionStep.Parameters>
-