public class FilterSpecParaForgeMap extends Object
Constructor and Description |
---|
FilterSpecParaForgeMap()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(FilterSpecParaForgeMap other) |
void |
clear() |
int |
countUnassignedExpressions() |
Collection<FilterSpecPlanPathTripletForge> |
getTriplets()
Returns all filter parameters.
|
List<ExprNode> |
getUnassignedExpressions()
Returns all expression nodes for which no filter parameter exists.
|
void |
put(ExprNode exprNode,
FilterSpecPlanPathTripletForge param)
Add a node and filter param.
|
ExprNode |
removeEntry(FilterSpecPlanPathTripletForge param)
Removes a filter parameter and it's associated expression node
|
void |
removeNode(ExprNode node) |
void |
removeValue(FilterSpecPlanPathTripletForge param)
Remove a filter parameter leaving the expression node in place.
|
public void put(ExprNode exprNode, FilterSpecPlanPathTripletForge param)
exprNode
- is the node to addparam
- is null if the expression node has not optimized formpublic List<ExprNode> getUnassignedExpressions()
public int countUnassignedExpressions()
public Collection<FilterSpecPlanPathTripletForge> getTriplets()
public void removeNode(ExprNode node)
public ExprNode removeEntry(FilterSpecPlanPathTripletForge param)
param
- is the parameter to removepublic void removeValue(FilterSpecPlanPathTripletForge param)
param
- filter parameter to removepublic void clear()
public void add(FilterSpecParaForgeMap other)
Copyright © 2005–2022. All rights reserved.