melange
melange copied to clipboard
MelangeResource documentation/API mismatch
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