protected static class OpenSchemaPlanner.Cache.Entry extends Object
Modifier and Type | Field and Description |
---|---|
protected OpenSchemaPlanner.Node |
node
The node which values are being cached.
|
protected List<Map<Object,Frame>> |
values
The values that satisty the predicate properties.
|
protected Map<String,Frame> |
vars
The mapping from global variable names to values.
|
Constructor and Description |
---|
Entry(OpenSchemaPlanner.Node node,
Map<String,Frame> vars)
Construct a new entry for a given node and global variables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(OpenSchemaPlanner.Node node,
Map<String,Frame> vars)
Check when the node and the variables are the same.
|
List<Map<Object,Frame>> |
getValues()
Access the values list.
|
void |
setValues(List<Map<Object,Frame>> values)
Set the values list.
|
protected OpenSchemaPlanner.Node node
public Entry(OpenSchemaPlanner.Node node, Map<String,Frame> vars)
public boolean equals(OpenSchemaPlanner.Node node, Map<String,Frame> vars)
Copyright © 2015 Pablo Duboue. All rights reserved.