|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.rhi.architecture.parc.AbstractRecord
com.rhi.architecture.parc.MapRecordSet
The RecordSet is a group of Records. It is an implementation of the composite element of GOF Composite pattern.
| Field Summary |
| Fields inherited from class com.rhi.architecture.parc.AbstractRecord |
DEFAULT_SEPARATOR |
| Constructor Summary | |
MapRecordSet()
Constructor |
|
MapRecordSet(java.lang.Object source)
Constructor |
|
| Method Summary | |
java.lang.Object |
get(java.lang.Object key)
get a Record from the set for the given key |
java.lang.Object |
getSourceKey()
returns the Source Key |
void |
put(java.lang.Object key,
Record r)
Add a new Record to the set. |
| Methods inherited from class com.rhi.architecture.parc.AbstractRecord |
addError, getErrors, isErrored, isValid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.rhi.architecture.parc.Record |
toString |
| Constructor Detail |
public MapRecordSet()
public MapRecordSet(java.lang.Object source)
source - | Method Detail |
public java.lang.Object getSourceKey()
public void put(java.lang.Object key,
Record r)
key - r - public java.lang.Object get(java.lang.Object key)
key -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||