public interface DataFileAccessor
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete the accessors file.
|
void |
dispose() |
void |
forwardCorrect(double value,
Date afterDate)
Forward correct entries
This deletes all entries which are after the specified date |
Date |
getEnd() |
Date |
getStart() |
void |
insertValue(double value,
Date date,
boolean error,
boolean manual,
boolean heartbeat) |
boolean |
visit(ValueVisitor visitor) |
boolean |
visitFirstValue(ValueVisitor visitor) |
void insertValue(double value, Date date, boolean error, boolean manual, boolean heartbeat) throws IOException
IOException
boolean visit(ValueVisitor visitor) throws Exception
Exception
void dispose()
boolean visitFirstValue(ValueVisitor visitor) throws Exception
Exception
void forwardCorrect(double value, Date afterDate) throws Exception
value
- the valueafterDate
- the starting point, correct everything afterException
- if anything goes wrongvoid delete()
Date getStart()
Date getEnd()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.