Public Member Functions | Protected Member Functions

de.fraunhofer.isst.axbench.timing.algorithms.legacy.AlgorithmWcdopsTight Class Reference

List of all members.

Public Member Functions

 AlgorithmWcdopsTight (TransactionSet gamma)

Protected Member Functions

final double phiIjk (int i, int j, int k)
double wIk (int i, int u, int a, int k, double t) throws AbortedException
double wUc (int u, int a, int c, double t, int pStrichUa) throws AbortedException

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.timing.algorithms.legacy.AlgorithmWcdopsTight.AlgorithmWcdopsTight ( TransactionSet  gamma  ) 

Member Function Documentation

final double de.fraunhofer.isst.axbench.timing.algorithms.legacy.AlgorithmWcdopsTight.phiIjk ( int  i,
int  j,
int  k 
) [protected]

In Matlab file: Phi_ijk.m function [phi_ijk]=Phi_ijk(Gamma, i, j, k); % Phi f�r rta_complete

Parameters:
i 
j 
k 
Returns:
double de.fraunhofer.isst.axbench.timing.algorithms.legacy.AlgorithmWcdopsTight.wIk ( int  i,
int  u,
int  a,
int  k,
double  t 
) throws AbortedException [protected]

In Matlab file: W_ik.m function [w_ik] = W_ik(Gamma, i, u, a, k, t);

Parameters:
i 
u 
a 
k 
t 
Returns:
Exceptions:
InterruptedException 

Reimplemented from de.fraunhofer.isst.axbench.timing.algorithms.legacy.AlgorithmWcdops.

double de.fraunhofer.isst.axbench.timing.algorithms.legacy.AlgorithmWcdopsTight.wUc ( int  u,
int  a,
int  c,
double  t,
int  pStrichUa 
) throws AbortedException [protected]

In Matlab file: W_uc.m function [w_uc] = W_uc(Gamma, u, a, c, t, p_strich_ua);

% c Index des Kandidaten aus uGamma % t Zeitfenster der Untersuchung % w_uc Interferenz der Transaktion uGamma auf den Task tau_ua

Parameters:
u 
a 
c 
t 
pStrichUa 
Returns:
Exceptions:
InterruptedException 

Reimplemented from de.fraunhofer.isst.axbench.timing.algorithms.legacy.AlgorithmWcdops.