|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeneratedPair<R>
A pair of objects that has a set of properties that pertain to the generation of the pair.
| Nested Class Summary | |
|---|---|
static class |
GeneratedPair.GeneratedDecision
|
| Method Summary | |
|---|---|
GeneratedPair.GeneratedDecision |
getGeneratedDecision()
|
Properties |
getProperties()
Returns a copy of this object's properties. |
String |
getProperty(String pn)
Searches for the property with the specified name in the properties of this object. |
String |
removeProperty(String pn)
Removes a property from this object. |
void |
setProperty(String pn,
String pv)
Sets a property value for this object. |
| Methods inherited from interface com.choicemaker.shared.api.CMPair |
|---|
getLeft, getRight, iterator, setLeft, setRight |
| Method Detail |
|---|
GeneratedPair.GeneratedDecision getGeneratedDecision()
Properties getProperties()
void setProperty(String pn,
String pv)
pn - the (non-null) property namepv - the (non-null) property valueString removeProperty(String pn)
pn - the (non-null) property name
String getProperty(String pn)
null if the property is not
found.
pn - the property name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||