Class BytesizeComputationForSignature


  • public class BytesizeComputationForSignature
    extends Object
    Responsible for determining a bytesize characterisation string for parameters in a signature.
    • Constructor Detail

      • BytesizeComputationForSignature

        public BytesizeComputationForSignature()
    • Method Detail

      • getBytesizeForSignature

        public static String getBytesizeForSignature​(org.palladiosimulator.pcm.repository.OperationSignature sig,
                                                     BytesizeComputationForSignature.Modifier mod)
        Composes a String, which includes the sum of BYTESIZE characterisation strings for all the parameters of a given signature. For example: void foo(int bar, File blub) would be tranformed into "bar.BYTESIZE + blub.BYTESIZE"
        Parameters:
        sig -
        mod -
        Returns: