Test if this prototype can be assigned from another prototype.
Test if this prototype can be assigned from another prototype. This work in the same way as java.lang.Class.isAssignableFrom.
the prototype to test
true if the prototype is assignable from the given prototype
Get the name of the prototype.
Get the name of the prototype.
the name of the prototype
Prototype
is a prototype in the sens of C language prototypes. It is composed of a type and a name. It allows specifying typed data transfert in OpenMOLE.the type of the prototype. Values associated to this prototype should always be a subtype of T.