Class DevStoneCoupledHOmem


  • @Deprecated
    public class DevStoneCoupledHOmem
    extends DevStone
    Deprecated.
    This class is deprecated and will be removed in the future.
    Coupled model to study the performance HOmem DEVStone models
    • Field Detail

      • iInAux

        public Port<Integer> iInAux
        Deprecated.
        Additional input port
    • Constructor Detail

      • DevStoneCoupledHOmem

        public DevStoneCoupledHOmem​(String prefix,
                                    int width,
                                    int depth,
                                    double preparationTime,
                                    double intDelayTime,
                                    double extDelayTime)
        Deprecated.
        Constructor
        Parameters:
        prefix - prefix of the model name
        width - width of the model
        depth - depth of the model
        preparationTime - preparation time
        intDelayTime - internal delay time
        extDelayTime - external delay time
      • DevStoneCoupledHOmem

        public DevStoneCoupledHOmem​(String prefix,
                                    int width,
                                    int depth,
                                    double preparationTime,
                                    org.apache.commons.math3.distribution.RealDistribution distribution)
        Deprecated.
        Constructor
        Parameters:
        prefix - prefix of the model name
        width - width of the model
        depth - depth of the model
        preparationTime - preparation time
        distribution - distribution used to generate the internal and external delay times
    • Method Detail

      • numDeltExtsInTheory

        public long numDeltExtsInTheory​(int maxEvents,
                                        int width,
                                        int depth)
        Deprecated.
        Description copied from class: DevStone
        Theoretical number of external transitions performed in the simulation of the DEVStone model
        Specified by:
        numDeltExtsInTheory in class DevStone
        Parameters:
        maxEvents - maximum number of input events
        width - width of the DEVStone model
        depth - depth of the DEVStone model
        Returns:
        theoretical number of external transitions performed
      • numDeltIntsInTheory

        public long numDeltIntsInTheory​(int maxEvents,
                                        int width,
                                        int depth)
        Deprecated.
        Description copied from class: DevStone
        Theoretical number of internal transitions performed in the simulation of the DEVStone model
        Specified by:
        numDeltIntsInTheory in class DevStone
        Parameters:
        maxEvents - maximum number of input events
        width - width of the DEVStone model
        depth - depth of the DEVStone model
        Returns:
        theoretical number of internal transitions performed
      • numEventsInTheory

        public long numEventsInTheory​(int maxEvents,
                                      int width,
                                      int depth)
        Deprecated.
        Description copied from class: DevStone
        Theoretical number of events internally received in all the external transition functions.
        Specified by:
        numEventsInTheory in class DevStone
        Parameters:
        maxEvents - number of external input events to the DEVStone model
        width - width of the DEVStone model
        depth - depth of the DEVStone model
        Returns:
        theoretical number of events internally received in all the external transition functions
      • numAtomicsInTheory

        public int numAtomicsInTheory​(int width,
                                      int depth)
        Deprecated.
        Description copied from class: DevStone
        Theoretical number of atomic models in the DEVStone model
        Specified by:
        numAtomicsInTheory in class DevStone
        Parameters:
        width - width of the DEVStone model
        depth - depth of the DEVStone model
        Returns:
        theoretical number of atomic models