|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStateFactoryArguments
A state factory arguments interface.
| Method Summary | |
|---|---|
IValueArray |
getGlobalValues()
Gets the initial globalValues |
IValueArray |
getLocalValues(int threadId)
Gets the local values of a thread |
int |
getLocationDesc(int threadId)
Gets the location desc of a thread |
int[] |
getThreadIds()
Gets the thread ids that are active in the initial state. |
| Method Detail |
|---|
IValueArray getGlobalValues()
IValueArray getLocalValues(int threadId)
threadId - The thread id whose local values to be retrieved.
The thread id must be one of those returned by the getThreadIds method.
int getLocationDesc(int threadId)
threadId - The thread id whose local values to be retrieved.
The thread id must be one of those returned by the getThreadIds method.
int[] getThreadIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||