de.cau.cs.kieler.sim.esi
Class EsiTrace

java.lang.Object
  extended by de.cau.cs.kieler.sim.esi.EsiTrace
All Implemented Interfaces:
ITrace

public class EsiTrace
extends Object
implements ITrace

Rating red

Constructor Summary
EsiTrace(trace t)
           
 
Method Summary
 EsiTick current()
          
 int getRemaining()
          
 Set<String> getSignals()
          
 boolean hasNext()
          
 EsiTick next()
          
 void reset()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EsiTrace

public EsiTrace(trace t)
Method Detail

current

public EsiTick current()

Specified by:
current in interface ITrace

getRemaining

public int getRemaining()

Specified by:
getRemaining in interface ITrace

hasNext

public boolean hasNext()

Specified by:
hasNext in interface ITrace

next

public EsiTick next()

Specified by:
next in interface ITrace

reset

public void reset()

Specified by:
reset in interface ITrace

getSignals

public Set<String> getSignals()

Specified by:
getSignals in interface ITrace
Returns: