de.cau.cs.kieler.sim.trace
Interface ITraceList


public interface ITraceList

Rating red

Method Summary
 ITrace current()
           
 Set<String> getInputs()
           
 Set<String> getOutputs()
           
 int getRemaining()
           
 boolean hasNext()
           
 ITrace next()
           
 

Method Detail

next

ITrace next()

hasNext

boolean hasNext()

current

ITrace current()

getRemaining

int getRemaining()

getInputs

Set<String> getInputs()

getOutputs

Set<String> getOutputs()