Skip navigation links
A C D E G I L M N O P R S T U V W 

A

Aggregation<G extends GeneralAggrItem> - Class in ch.ethz.coss.nervousnet.aggregation
 
Aggregation(List<G>) - Constructor for class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
Aggregation.LargestFirstComparator - Class in ch.ethz.coss.nervousnet.aggregation
 
Aggregation.SmallestFirstComparator - Class in ch.ethz.coss.nervousnet.aggregation
 

C

ch.ethz.coss.nervousnet.aggregation - package ch.ethz.coss.nervousnet.aggregation
 
ch.ethz.coss.nervousnet.clustering - package ch.ethz.coss.nervousnet.clustering
 
ch.ethz.coss.nervousnet.lib - package ch.ethz.coss.nervousnet.lib
 
Cluster - Class in ch.ethz.coss.nervousnet.clustering
Created by ales on 20/07/16.
Cluster() - Constructor for class ch.ethz.coss.nervousnet.clustering.Cluster
 
cluster - Variable in class ch.ethz.coss.nervousnet.clustering.Point
 
ClusteringException - Exception in ch.ethz.coss.nervousnet.clustering
Created by ales on 06/10/16.
ClusteringException(String) - Constructor for exception ch.ethz.coss.nervousnet.clustering.ClusteringException
 
compare(G, G) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation.LargestFirstComparator
 
compare(G, G) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation.SmallestFirstComparator
 
connect() - Method in class ch.ethz.coss.nervousnet.lib.NervousnetServiceController
 
coordinates - Variable in class ch.ethz.coss.nervousnet.clustering.Point
 
CREATOR - Static variable in class ch.ethz.coss.nervousnet.lib.InfoReading
 
CREATOR - Static variable in class ch.ethz.coss.nervousnet.lib.SensorReading
 

D

describeContents() - Method in class ch.ethz.coss.nervousnet.lib.InfoReading
 
describeContents() - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
DEVICE_INFO - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
disconnect() - Method in class ch.ethz.coss.nervousnet.lib.NervousnetServiceController
 
displayAlert(Context, String, String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener) - Static method in class ch.ethz.coss.nervousnet.lib.Utils
 

E

ERROR - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 

G

GeneralAggrItem - Class in ch.ethz.coss.nervousnet.aggregation
 
GeneralAggrItem() - Constructor for class ch.ethz.coss.nervousnet.aggregation.GeneralAggrItem
 
getAverage() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getCluster() - Method in interface ch.ethz.coss.nervousnet.clustering.iPoint
 
getCluster() - Method in class ch.ethz.coss.nervousnet.clustering.Point
 
getConnectivityTypeString(int) - Static method in class ch.ethz.coss.nervousnet.lib.Utils
 
getCoordinates() - Method in class ch.ethz.coss.nervousnet.clustering.Cluster
 
getCoordinates() - Method in interface ch.ethz.coss.nervousnet.clustering.iPoint
 
getCoordinates() - Method in class ch.ethz.coss.nervousnet.clustering.Point
 
getCorrelation(ArrayList<G>, ArrayList<G>) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getDimensions() - Method in interface ch.ethz.coss.nervousnet.clustering.iPoint
 
getDimensions() - Method in class ch.ethz.coss.nervousnet.clustering.Point
 
getEntropy() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getInfoCode() - Method in class ch.ethz.coss.nervousnet.lib.InfoReading
 
getInfoReading(int) - Static method in class ch.ethz.coss.nervousnet.lib.Utils
 
getInfoString() - Method in class ch.ethz.coss.nervousnet.lib.InfoReading
 
getKMeans(int, ArrayList<Float>) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getLargest(int) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getLatestReading(long) - Method in class ch.ethz.coss.nervousnet.lib.NervousnetServiceController
 
getMaxValue() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getMeanSquare() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getMedian() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getMinValue() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getParametersNames() - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
getRankLargest(int) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getRankSmallest(int) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getReference() - Method in class ch.ethz.coss.nervousnet.clustering.Point
 
getRms() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getSensorID() - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
getSensorName() - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
getSmallest(int) - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getSum() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getSumSquare() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
getTimestampEpoch() - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
getValue() - Method in class ch.ethz.coss.nervousnet.aggregation.GeneralAggrItem
 
getValues() - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 

I

INFO - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
InfoReading - Class in ch.ethz.coss.nervousnet.lib
 
InfoReading() - Constructor for class ch.ethz.coss.nervousnet.lib.InfoReading
 
InfoReading(String[]) - Constructor for class ch.ethz.coss.nervousnet.lib.InfoReading
 
InfoReading(Parcel) - Constructor for class ch.ethz.coss.nervousnet.lib.InfoReading
 
iPoint - Interface in ch.ethz.coss.nervousnet.clustering
Created by ales on 20/07/16.

L

LargestFirstComparator() - Constructor for class ch.ethz.coss.nervousnet.aggregation.Aggregation.LargestFirstComparator
 
LibConstants - Class in ch.ethz.coss.nervousnet.lib
 
LibConstants() - Constructor for class ch.ethz.coss.nervousnet.lib.LibConstants
 

M

mService - Variable in class ch.ethz.coss.nervousnet.lib.NervousnetServiceController
 

N

NervousnetSensorDataListener - Interface in ch.ethz.coss.nervousnet.lib
* Nervousnet - a distributed middleware software for social sensing.
NervousnetServiceConnectionListener - Interface in ch.ethz.coss.nervousnet.lib
* Nervousnet - a distributed middleware software for social sensing.
NervousnetServiceController - Class in ch.ethz.coss.nervousnet.lib
* Nervousnet - a distributed middleware software for social sensing.
NervousnetServiceController(Context, NervousnetServiceConnectionListener) - Constructor for class ch.ethz.coss.nervousnet.lib.NervousnetServiceController
 

O

onSensorDataReady(SensorReading) - Method in interface ch.ethz.coss.nervousnet.lib.NervousnetSensorDataListener
 
onServiceConnected() - Method in interface ch.ethz.coss.nervousnet.lib.NervousnetServiceConnectionListener
 
onServiceConnectionFailed(InfoReading) - Method in interface ch.ethz.coss.nervousnet.lib.NervousnetServiceConnectionListener
 
onServiceDisconnected() - Method in interface ch.ethz.coss.nervousnet.lib.NervousnetServiceConnectionListener
 

P

parametersNames - Variable in class ch.ethz.coss.nervousnet.lib.SensorReading
 
Point - Class in ch.ethz.coss.nervousnet.clustering
Created by ales on 20/07/16.
Point(double[]) - Constructor for class ch.ethz.coss.nervousnet.clustering.Point
 
Point(double[], Object) - Constructor for class ch.ethz.coss.nervousnet.clustering.Point
 

R

readFromParcel(Parcel) - Method in class ch.ethz.coss.nervousnet.lib.InfoReading
 
readFromParcel(Parcel) - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
reference - Variable in class ch.ethz.coss.nervousnet.clustering.Point
 

S

sd() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 
SENSOR_ACCELEROMETER - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
SENSOR_BATTERY - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
SENSOR_GYROSCOPE - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
SENSOR_LIGHT - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
SENSOR_LOCATION - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
SENSOR_NOISE - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
SENSOR_PROXIMITY - Static variable in class ch.ethz.coss.nervousnet.lib.LibConstants
 
sensorID - Variable in class ch.ethz.coss.nervousnet.lib.SensorReading
 
sensorName - Variable in class ch.ethz.coss.nervousnet.lib.SensorReading
 
SensorReading - Class in ch.ethz.coss.nervousnet.lib
Created by ales on 20/09/16.
SensorReading() - Constructor for class ch.ethz.coss.nervousnet.lib.SensorReading
 
SensorReading(long, String, ArrayList<String>) - Constructor for class ch.ethz.coss.nervousnet.lib.SensorReading
 
SensorReading(Parcel) - Constructor for class ch.ethz.coss.nervousnet.lib.SensorReading
 
setCluster(int) - Method in interface ch.ethz.coss.nervousnet.clustering.iPoint
 
setCluster(int) - Method in class ch.ethz.coss.nervousnet.clustering.Point
 
setCoordinates(double[]) - Method in class ch.ethz.coss.nervousnet.clustering.Cluster
 
setParametersNames(ArrayList<String>) - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
setReference(Object) - Method in class ch.ethz.coss.nervousnet.clustering.Point
 
setSensorID(int) - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
setTimestampEpoch(long) - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
setValue(String, Object) - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
setValues(ArrayList) - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
SmallestFirstComparator() - Constructor for class ch.ethz.coss.nervousnet.aggregation.Aggregation.SmallestFirstComparator
 

T

timestampEpoch - Variable in class ch.ethz.coss.nervousnet.lib.SensorReading
 
toString() - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 

U

Utils - Class in ch.ethz.coss.nervousnet.lib
 
Utils() - Constructor for class ch.ethz.coss.nervousnet.lib.Utils
 

V

values - Variable in class ch.ethz.coss.nervousnet.lib.SensorReading
 
var() - Method in class ch.ethz.coss.nervousnet.aggregation.Aggregation
 

W

writeReading(SensorReading) - Method in class ch.ethz.coss.nervousnet.lib.NervousnetServiceController
 
writeToParcel(Parcel, int) - Method in class ch.ethz.coss.nervousnet.lib.InfoReading
 
writeToParcel(Parcel, int) - Method in class ch.ethz.coss.nervousnet.lib.SensorReading
 
A C D E G I L M N O P R S T U V W 
Skip navigation links