|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.refiner.DataReuseEngine.BooleanBag
public class DataReuseEngine.BooleanBag
A bag implementation that cam be used to hold a boolean value associated with the graph node
| Field Summary | |
|---|---|
private boolean |
mBoolean
The boolean value |
| Constructor Summary | |
|---|---|
DataReuseEngine.BooleanBag()
The default constructor. |
|
| Method Summary | |
|---|---|
void |
add(boolean b)
Adds a boolean value to the bag |
boolean |
add(Object key,
Object value)
Ignores the key and only adds the value . |
boolean |
containsKey(Object key)
Returns false. |
Object |
get(Object key)
For all keys returns the boolean value |
boolean |
getBooleanValue()
Returns the boolean value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean mBoolean
| Constructor Detail |
|---|
public DataReuseEngine.BooleanBag()
| Method Detail |
|---|
public boolean getBooleanValue()
public Object get(Object key)
get in interface Bagkey -
public boolean add(Object key,
Object value)
add in interface Bagkey - value -
public boolean containsKey(Object key)
containsKey in interface Bagkey -
public void add(boolean b)
b - the boolean value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||