|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITraceList
Generic interface for a list of traces, as for example defined by an Esi/ Eso file.
Method Summary | |
---|---|
ITrace |
current()
Return the current tick without activating the next one. |
Set<String> |
getInputs()
|
Set<String> |
getOutputs()
|
int |
getRemaining()
Return the number of remaining traces after the current one. |
boolean |
hasNext()
|
ITrace |
next()
|
Methods inherited from interface java.util.Iterator |
---|
remove |
Method Detail |
---|
ITrace next()
next
in interface Iterator<ITrace>
boolean hasNext()
hasNext
in interface Iterator<ITrace>
ITrace current()
int getRemaining()
Set<String> getInputs()
Set<String> getOutputs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |