Package nz.org.riskscape.engine.steps
Class GroupByStep
java.lang.Object
nz.org.riskscape.engine.steps.BaseStep<GroupByStep.Params>
nz.org.riskscape.engine.steps.GroupByStep
- All Implemented Interfaces:
nz.org.riskscape.engine.Identified
,nz.org.riskscape.engine.pipeline.Step
-
Nested Class Summary
-
Field Summary
Fields inherited from interface nz.org.riskscape.engine.pipeline.Step
FUNCTOR_INTERFACES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
nz.org.riskscape.problem.ResultOrProblems<? extends nz.org.riskscape.engine.pipeline.Realized>
realize
(GroupByStep.Params parameters) 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
-
GroupByStep
public GroupByStep(nz.org.riskscape.engine.Engine engine)
-
-
Method Details
-
getId
- Specified by:
getId
in interfacenz.org.riskscape.engine.Identified
- Overrides:
getId
in classBaseStep<GroupByStep.Params>
-
realize
public nz.org.riskscape.problem.ResultOrProblems<? extends nz.org.riskscape.engine.pipeline.Realized> realize(GroupByStep.Params parameters) - Specified by:
realize
in classBaseStep<GroupByStep.Params>
-