|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.mdf.MdfConditions
The conditions for the dynamic scheduler
フィールドの概要 | |
DataAccessCondition |
access
The current data access conditions |
ExecutionDecisionCondition |
exec
The current execution decision conditions |
FinishCondition |
finish
The current finish conditions |
NonExecutionDecisionCondition |
nonExec
The current non-execution decision conditions |
コンストラクタの概要 | |
MdfConditions(MdfEnvironment e,
MacroFlowGraph g)
Constructor |
メソッドの概要 | |
(パッケージプライベート) int[] |
readyTasks()
Get the bit vector which means the ready tasks. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public final ExecutionDecisionCondition exec
public final NonExecutionDecisionCondition nonExec
public final DataAccessCondition access
public final FinishCondition finish
コンストラクタの詳細 |
public MdfConditions(MdfEnvironment e, MacroFlowGraph g) throws PassException
e
- The environment of the MDF moduleg
- The current macro flow graph
PassException
- Any exceptions in itメソッドの詳細 |
int[] readyTasks()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |