org.objectweb.fractal.julia.loader
Interface Generated


public interface Generated

The interface that all Julia's generated classes must implement.


Method Summary
 String getFcGeneratorParameters()
          Returns the string representation of the arguments that were used to generate the class of this object.
 

Method Detail

getFcGeneratorParameters

String getFcGeneratorParameters()
Returns the string representation of the arguments that were used to generate the class of this object.

Returns:
the string representation of the arguments that were used to generate the class of this object. This string representation is of the form "(objectDescriptor arg1 ... argN)" (see loadClass).