|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.esi.EsiFile
public class EsiFile
Constructor Summary | |
---|---|
EsiFile()
|
Method Summary | |
---|---|
ITrace |
current()
|
String[] |
getExtensions()
|
Set<String> |
getInputs()
|
Set<String> |
getOutputs()
|
int |
getRemaining()
|
boolean |
hasNext()
|
List<EsiTrace> |
loadTrace(String fileName)
load a trace from a file |
ITrace |
next()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EsiFile()
Method Detail |
---|
public ITrace current()
public int getRemaining()
public boolean hasNext()
public ITrace next()
public Set<String> getInputs()
public Set<String> getOutputs()
public String[] getExtensions()
getExtensions
in interface ITraceProvider
public List<EsiTrace> loadTrace(String fileName) throws KiemInitializationException
loadTrace
in interface ITraceProvider
fileName
- name of the trace file
KiemInitializationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |