|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrace
Generic interface for traces, ie, a list of ticks.
Method Summary | |
---|---|
ITick |
current()
Returns the current tick of the trace, without switching to the next tick. |
Set<String> |
getOutputs()
|
int |
getRemaining()
|
Set<String> |
getSignals()
Take all signals that are defined by the trace, either input or output. |
boolean |
hasNext()
|
ITick |
next()
Activate and return the next tick of the trace, or null if no further tick exists. |
void |
reset()
Reset the trace, ie, set initial tick as current. |
Methods inherited from interface java.util.Iterator |
---|
remove |
Method Detail |
---|
ITick next()
next
in interface Iterator<ITick>
boolean hasNext()
hasNext
in interface Iterator<ITick>
ITick current()
int getRemaining()
void reset()
Set<String> getSignals()
Set<String> getOutputs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |