timeBench.R.REngineConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timebench Show documentation
Show all versions of timebench Show documentation
TimeBench, a flexible, easy-to-use, and reusable software library written in Java that provides foundational data structures and algorithms for time- oriented data in Visual Analytics.
The newest version!
package timeBench.R;
import org.rosuda.REngine.REngine;
public interface REngineConnection {
public double R_NA = Double.longBitsToDouble(0x7ff00000000007a2L);
public int R_NA_int = -2147483648;
public REngine getREngine();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy