A B C D E F G H I L M N O P R S T U W 
All Classes All Packages

C

CenUtils - Class in eu.h2020.helios_social.core.info_control
Static utility methods for Contextual Ego Network.
CenUtils() - Constructor for class eu.h2020.helios_social.core.info_control.CenUtils
 
Classification - Class in eu.h2020.helios_social.core.info_control.classifier
Classification result container.
Classification(String, double) - Constructor for class eu.h2020.helios_social.core.info_control.classifier.Classification
Creates a Classification instance
classify(String) - Method in class eu.h2020.helios_social.core.info_control.classifier.MultiClassNaiveBayes
Classifies the input text
classify(String, String, String) - Method in class eu.h2020.helios_social.core.info_control.ContextClassifier
Classifies a received message into context classes with probability
Context - Class in eu.h2020.helios_social.core.context
This is the base class for HELIOS contexts.
Context(String, boolean) - Constructor for class eu.h2020.helios_social.core.context.Context
Creates a context
Context(String, String, boolean) - Constructor for class eu.h2020.helios_social.core.context.Context
Creates a context
ContextAnd - Class in eu.h2020.helios_social.core.context
This class is a compound context defined by two other contexts and the context is active when both the related contexts are active (AND operation).
ContextAnd(String, Context, Context) - Constructor for class eu.h2020.helios_social.core.context.ContextAnd
Creates an AndContext
ContextAnd(String, String, Context, Context) - Constructor for class eu.h2020.helios_social.core.context.ContextAnd
Creates an AndContext
ContextAttribute - Class in eu.h2020.helios_social.core.context
This is an abstract base class for context attributes.
ContextAttribute(String) - Constructor for class eu.h2020.helios_social.core.context.ContextAttribute
Creates an context attribute
contextChanged(boolean) - Method in class eu.h2020.helios_social.core.context_example1.ContextExample1
Implements the ContextLister interface contextChanged method, which called when context active value changed.
contextChanged(boolean) - Method in class eu.h2020.helios_social.core.context_example1.MyContextsActivity
Implements the ContextLister interface contextChanged method.
contextChanged(boolean) - Method in class eu.h2020.helios_social.core.context_example1.MyContextsDialog
 
contextChanged(boolean) - Method in class eu.h2020.helios_social.core.context_example1.WifiContextExample1
Implements the ContextLister interface contextChanged method, which called when context active value changed.
contextChanged(boolean) - Method in class eu.h2020.helios_social.core.context.ContextAnd
 
contextChanged(boolean) - Method in interface eu.h2020.helios_social.core.context.ContextListener
This method is called when context active value changed.
contextChanged(boolean) - Method in class eu.h2020.helios_social.core.context.ContextNot
 
contextChanged(boolean) - Method in class eu.h2020.helios_social.core.context.ContextOr
 
ContextClassifier - Class in eu.h2020.helios_social.core.info_control
ContextClassifier detects context of received message.
ContextClassifier(MyContexts) - Constructor for class eu.h2020.helios_social.core.info_control.ContextClassifier
 
ContextClassifier(MyContexts, int) - Constructor for class eu.h2020.helios_social.core.info_control.ContextClassifier
 
ContextExample1 - Class in eu.h2020.helios_social.core.context_example1
A location-based context example test application.
ContextExample1() - Constructor for class eu.h2020.helios_social.core.context_example1.ContextExample1
 
ContextListener - Interface in eu.h2020.helios_social.core.context
ContextListener is an interface for tracking context active value changes.
ContextNot - Class in eu.h2020.helios_social.core.context
This class is defined by an other context and this context is active when the related context is inactive (NOT operation).
ContextNot(String, Context) - Constructor for class eu.h2020.helios_social.core.context.ContextNot
Creates a ContextNot context
ContextNot(String, String, Context) - Constructor for class eu.h2020.helios_social.core.context.ContextNot
Creates a ContextNot context
ContextOr - Class in eu.h2020.helios_social.core.context
This class is a compound context defined by two other contexts and the context is active when at least one of the related contexts are active (OR operation).
ContextOr(String, Context, Context) - Constructor for class eu.h2020.helios_social.core.context.ContextOr
Creates an OrContext
ContextOr(String, String, Context, Context) - Constructor for class eu.h2020.helios_social.core.context.ContextOr
Creates an OrContext
ContextProbability - Class in eu.h2020.helios_social.core.info_control
ContextProbability class - associates probability to context
ContextProbability(Context, double) - Constructor for class eu.h2020.helios_social.core.info_control.ContextProbability
Creates a ContextProbability
ContextSource - Class in eu.h2020.helios_social.core.context
ContextSource - a context source may relate to different types of sensors and other information sources.
ContextSource(String) - Constructor for class eu.h2020.helios_social.core.context.ContextSource
Creates a context source instance
A B C D E F G H I L M N O P R S T U W 
All Classes All Packages