|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--edu.columbia.surge.hashImpl.FDH | +--edu.columbia.surge.hashImpl.FDRefH
This class is inherrited from the FDH class and implements the FDRef interface. User creates instances of this class whenever they want to specify a hole in a FD, it has one instance variable which will store the hole of a FD. During the unification process, the path of the hole stored will be included in the set statement.
FDH
,
FDNull
,
FDRef
, Serialized FormField Summary | |
protected java.lang.Object |
ref
A variable to store the hole of a FD |
Constructor Summary | |
FDRefH(java.lang.Object ref)
Constructor. |
Method Summary | |
java.lang.Object |
getRef()
A method that returns the referrence object stored. |
Methods inherited from class edu.columbia.surge.hashImpl.FDH |
checkPath,
checkPath,
computePathDifference,
getPath,
getPath,
putPath,
putPath,
putPathOverride,
putPathOverride,
stackToPath,
stringToArray,
toString,
toString,
toXML |
Methods inherited from class java.util.HashMap |
clear,
clone,
containsKey,
containsValue,
entrySet,
get,
isEmpty,
keySet,
put,
putAll,
remove,
size,
values |
Methods inherited from class java.util.AbstractMap |
equals,
hashCode |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected java.lang.Object ref
Constructor Detail |
public FDRefH(java.lang.Object ref)
ref
- the hole objectMethod Detail |
public java.lang.Object getRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |