coins.mdf
クラス Conditions

java.lang.Object
  |
  +--coins.mdf.Conditions
直系の既知のサブクラス:
DataAccessCondition, ExecutionDecisionCondition, FinishCondition, NonExecutionDecisionCondition

abstract class Conditions
extends java.lang.Object

The bit vector for the status of the MDF. It is used by the dynamic scheduler in running time.


フィールドの概要
protected  int elemSize
          The size of the elements of this condition
protected  MdfEnvironment env
           
protected  boolean[] isReady
          The condition whether the bit is ready
protected  MacroFlowGraph mfg
          The current macro flow graph
protected  int[][] vector
          The conditions which set into the executable conditions when the macro task finishes executing
protected  int vectSize
          Ths size of the bit vector
 
コンストラクタの概要
protected Conditions(MdfEnvironment e, MacroFlowGraph g)
          Constructor:
protected Conditions(MdfEnvironment e, MacroFlowGraph g, int size)
          Constructor:
 
メソッドの概要
protected  int[] bitVector(int id)
          Get the bit vector which means the condition when the specified macro task is finished executing.
protected  void showVector(java.lang.String name)
          Debug print of the bit vector.
 java.lang.String toString()
          Get the string image of the bit vector.
 java.lang.String toString(MacroTask mt)
          Get the string image of the bit vector which is belong to the specified macro task.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

env

protected final MdfEnvironment env

mfg

protected final MacroFlowGraph mfg
The current macro flow graph


vector

protected final int[][] vector
The conditions which set into the executable conditions when the macro task finishes executing


elemSize

protected final int elemSize
The size of the elements of this condition


vectSize

protected final int vectSize
Ths size of the bit vector


isReady

protected final boolean[] isReady
The condition whether the bit is ready

コンストラクタの詳細

Conditions

protected Conditions(MdfEnvironment e,
                     MacroFlowGraph g)
Constructor:

パラメータ:
e - The environment of the MDF module
g - The current macro flow graph

Conditions

protected Conditions(MdfEnvironment e,
                     MacroFlowGraph g,
                     int size)
Constructor:

パラメータ:
e - The environment of the MDF module
g - The current macro flow graph
size - The size of the bit vector
メソッドの詳細

bitVector

protected int[] bitVector(int id)
Get the bit vector which means the condition when the specified macro task is finished executing.

パラメータ:
id - The unique number of each macro tasks
戻り値:
The bit vector which means the condition for the dynamic scheduler

showVector

protected void showVector(java.lang.String name)
Debug print of the bit vector.

パラメータ:
name - The name of the bit vector

toString

public java.lang.String toString()
Get the string image of the bit vector.

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
The string image of the bit vector

toString

public java.lang.String toString(MacroTask mt)
Get the string image of the bit vector which is belong to the specified macro task.

パラメータ:
mt - The target macro task
戻り値:
The string image of the bit vector