You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The online documentation (section MelangeResource API http://melange.inria.fr/documentation/)states about def void cast(String modelTypeID) and def void downcast(String languageID)
but in the code they are named upcast and extendAs
The text was updated successfully, but these errors were encountered:
The online documentation (section MelangeResource API http://melange.inria.fr/documentation/)states about
def void cast(String modelTypeID)
anddef void downcast(String languageID)
but in the code they are named
upcast
andextendAs
The text was updated successfully, but these errors were encountered: