|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mindswap.ocl.OCLRegistry
| Constructor Summary | |
OCLRegistry()
|
|
| Method Summary | |
boolean |
contains(OCLObject theObject)
Returns whether or not the OCLObject is in the registry |
boolean |
contains(java.lang.String theName)
Returns whether and object with the specified URL is registered |
java.lang.Object |
get(java.lang.String theName)
Gets an object with the specified url from the registry, if it exists |
void |
register(OCLObject theObject)
Registers an OCL object. |
void |
register(java.lang.String theURL,
java.lang.Object theObject)
Register a URL with the specified object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OCLRegistry()
| Method Detail |
public void register(java.lang.String theURL,
java.lang.Object theObject)
theURL - String the URL indentifiertheObject - Object the object identified by the URLpublic void register(OCLObject theObject)
theObject - OCLObject the OCL object to registerpublic boolean contains(OCLObject theObject)
theObject - OCLObject the object to look for
public boolean contains(java.lang.String theName)
theName - String url to look for
public java.lang.Object get(java.lang.String theName)
theName - String the url of the object to retrieve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||