@Deprecated public interface GraphStepFactory
GraphState
to create the GraphStep
instances needed.Modifier and Type | Method and Description |
---|---|
GraphStep |
create(int idx,
List<GraphStep> stack,
GraphSpec spec,
GraphEntry entry,
long[] ids)
Deprecated.
|
GraphSteps |
postProcess(List<GraphStep> steps)
Deprecated.
Gives the
GraphStepFactory a chance to add pre or post-steps for
validation and similar activities. |
GraphStep create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids) throws GraphException
idx
- Index which is being assigned to this step.stack
- Non-null stack of other steps which precede this one in the
graph.spec
- Non-null GraphSpec
which was used to define this step.entry
- Non-null GraphEntry
which was used to define this
step.ids
- Non-null, non-empty array of ids which were found for this
GraphStep
GraphStep
implementation which will permit
arbitrary operations on all the nodes of the graph.GraphException
GraphSteps postProcess(List<GraphStep> steps)
GraphStepFactory
a chance to add pre or post-steps for
validation and similar activities.steps
- Non-null list of steps which are to be post-processed.
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.