|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwalker.Persisitor
public class Persisitor
Created by IntelliJ IDEA. User: andy Date: Apr 19, 2010
Constructor Summary | |
---|---|
Persisitor()
|
Method Summary | |
---|---|
static void |
error(java.lang.String line)
Temporarily stores a badSyntax error. |
static double |
getCloserTimestamp(double timestamp)
When the user seeks to a position, the visualization must continue from the previous stored experiment State. |
static void |
persistErrors()
Persists all stored errors. |
static ExperimentState |
retrieve(double timestamp)
Retrieves an ExperimentState from disk. |
static void |
store(ExperimentState state)
Persists an ExperimentState. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Persisitor()
Method Detail |
---|
public static void error(java.lang.String line)
line
- information about the position of the syntax error in the wiseml file.public static double getCloserTimestamp(double timestamp)
timestamp
- where the user want's to seek (in milliseconds).
public static void persistErrors()
public static ExperimentState retrieve(double timestamp)
timestamp
- the ExperimentState's timestamp is used as a key.
public static void store(ExperimentState state)
state
- the ExperimentState to be stored.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |