Package com.nomagic.magicdraw.cookies
Class CookieSet
java.lang.Object
com.nomagic.magicdraw.cookies.CookieSet
Support class for storing cookies and retrieving them by representation class.
-
Method Summary
-
Method Details
-
add
Add a new cookie to the set. If a cookie of the same actual (not representation!) class is already there, it is replaced.Cookies inserted earlier are given preference during lookup, in case a supplied representation class matches more than one cookie in the set.
- Parameters:
cookie
- cookie to add
-
remove
Remove a cookie from the set.- Parameters:
cookie
- the cookie to remove
-
getCookie
Get a cookie.- Parameters:
clazz
- the representation class- Returns:
- a cookie assignable to the representation class, or
null
if there is none
-