Java uses default constructors for their Objects. Booleans for example has a wide range of constructors that knows how to turns any Object into a boolean. Currently this in DEMUSE this logic is spread all over the classes using the as* methods.
We might want to use a load of implicit convertor functions. Than we could add some internal functions to implicitely call these to turn any Object into say an Boolean object.
Java uses default constructors for their Objects. Booleans for example has a wide range of constructors that knows how to turns any Object into a boolean. Currently this in DEMUSE this logic is spread all over the classes using the
as*methods.We might want to use a load of implicit convertor functions. Than we could add some internal functions to implicitely call these to turn any
Objectinto say anBooleanobject.