|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.courses.CheckedRegistry
This class to register the pair element name / value (it is a hashtable) and indicates if all the registrations have been done.
| Constructor Summary | |
CheckedRegistry()
The constructor. |
|
| Method Summary | |
void |
add(java.lang.String id,
OpenMathizable omizable,
java.lang.String arg)
Adds an element in the registery. |
java.lang.String |
getArg(java.lang.String id)
Returns the argument name of the element with the specified identifier. |
boolean |
gotAll()
Returns true if each key has a non-null associated value.
|
void |
remove(java.lang.String id)
Removes the specified element form the registery. |
void |
setOMizable(java.lang.String id,
OpenMathizable omizable)
Set the value of the specified element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CheckedRegistry()
| Method Detail |
public void add(java.lang.String id,
OpenMathizable omizable,
java.lang.String arg)
id - the identifier.omizable - the object to identify.arg - the argument number.public void remove(java.lang.String id)
id - the elment to remove.
public void setOMizable(java.lang.String id,
OpenMathizable omizable)
id - the identifier.omizable - the object to identify.public boolean gotAll()
true if each key has a non-null associated value.
false otherwise.
public java.lang.String getArg(java.lang.String id)
id - the spcified identifier.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||