ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.openbci
Class OpenBCIProperties

java.lang.Object
  extended by com.github.mrstampy.esp.openbci.OpenBCIProperties

public class OpenBCIProperties
extends java.lang.Object

The Class OpenBCIProperties.


Method Summary
static boolean getBooleanProperty(java.lang.String key)
          Gets the boolean property.
static double getDoubleProperty(java.lang.String key)
          Gets the double property.
static int getIntegerProperty(java.lang.String key)
          Gets the integer property.
static java.lang.String getProperty(java.lang.String key)
          Gets the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)
Gets the property.

Parameters:
key - the key
Returns:
the property

getIntegerProperty

public static int getIntegerProperty(java.lang.String key)
Gets the integer property.

Parameters:
key - the key
Returns:
the integer property

getDoubleProperty

public static double getDoubleProperty(java.lang.String key)
Gets the double property.

Parameters:
key - the key
Returns:
the double property

getBooleanProperty

public static boolean getBooleanProperty(java.lang.String key)
Gets the boolean property.

Parameters:
key - the key
Returns:
the boolean property

brought to you by Mr. Stampy