public class Subset extends DefaultOperationBuilder implements CompositeOperation, Parameterized
Modifier and Type | Method and Description |
---|---|
static Subset |
evaluate(Configuration config) |
List<Operation> |
getOperations()
Returns all
Operation objects contained within this CompositeOperation ; otherwise, returns an
empty List . |
Set<String> |
getRequiredParameterNames()
Get all required
Parameter names for this Parameterized instance. |
void |
perform(Rewrite rewrite,
EvaluationContext context)
Perform the
Operation . |
void |
setParameterStore(ParameterStore parent)
Initialize this
Parameterized instance with the global ParameterStore . |
and
public static Subset evaluate(Configuration config)
public void perform(Rewrite rewrite, EvaluationContext context)
Operation
Operation
.public List<Operation> getOperations()
CompositeOperation
Operation
objects contained within this CompositeOperation
; otherwise, returns an
empty List
.getOperations
in interface CompositeOperation
public Set<String> getRequiredParameterNames()
Parameterized
Parameter
names for this Parameterized
instance.getRequiredParameterNames
in interface Parameterized
public void setParameterStore(ParameterStore parent)
Parameterized
Parameterized
instance with the global ParameterStore
.setParameterStore
in interface Parameterized
Copyright © 2014 OCPsoft. All Rights Reserved.