public interface DataFileAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete the accessors file.
|
void |
dispose() |
void |
forwardCorrect(double value,
java.util.Date date,
boolean error,
boolean manual)
Forward correct entries
|
java.util.Date |
getEnd() |
java.util.Date |
getStart() |
void |
insertValue(double value,
java.util.Date date,
boolean error,
boolean manual,
boolean heartbeat) |
boolean |
visit(ValueVisitor visitor) |
boolean |
visitFirstValue(ValueVisitor visitor) |
void insertValue(double value,
java.util.Date date,
boolean error,
boolean manual,
boolean heartbeat)
throws java.io.IOException
java.io.IOExceptionboolean visit(ValueVisitor visitor) throws java.lang.Exception
java.lang.Exceptionvoid dispose()
boolean visitFirstValue(ValueVisitor visitor) throws java.lang.Exception
java.lang.Exceptionvoid forwardCorrect(double value,
java.util.Date date,
boolean error,
boolean manual)
throws java.lang.Exception
value - the valuedate - the starting pointerror - the error flagmanual - the manual flagjava.lang.Exceptionvoid delete()
java.util.Date getStart()
java.util.Date getEnd()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0