|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.dash.EngineData
public final class EngineData
Storage for all information provided by the engine that
will be collected. For now, it stores the PoshPlan along with all
reached paths and their timestamps.
| Constructor Summary | |
|---|---|
EngineData(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
Create new storage for execution of @plan. |
|
| Method Summary | |
|---|---|
List<Long> |
getOccurrences(cz.cuni.amis.pogamut.sposh.elements.LapPath path)
Get times when engine reached the @path |
Set<cz.cuni.amis.pogamut.sposh.elements.LapPath> |
getPaths()
|
cz.cuni.amis.pogamut.sposh.elements.PoshPlan |
getPlan()
|
void |
storePath(cz.cuni.amis.pogamut.sposh.elements.LapPath path,
long timestamp)
Add record that engine has reached the @path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EngineData(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
plan - Plan for which we will gather data.| Method Detail |
|---|
public void storePath(cz.cuni.amis.pogamut.sposh.elements.LapPath path,
long timestamp)
path - Path the engine has reachedtimestamp - When did engine reached the pathpublic cz.cuni.amis.pogamut.sposh.elements.PoshPlan getPlan()
public Set<cz.cuni.amis.pogamut.sposh.elements.LapPath> getPaths()
public List<Long> getOccurrences(cz.cuni.amis.pogamut.sposh.elements.LapPath path)
path - For which path we want timestamps.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||