- GCS_REQUEST_TOPIC - Static variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
The name of the ActiveMQ topic as String
on which the service expects requests.
- GCS_RESULT_TOPIC - Static variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
The name of the ActiveMQ topic as String
on which the service publishes its results.
- get(String) - Static method in class de.hawhamburg.reachability.conf.LoggerConfig
-
Tries to fetch the value of the requested configuration variable from the XML source as String
.
- get(String, Class<T>) - Static method in class de.hawhamburg.reachability.conf.LoggerConfig
-
Tries to fetch the value of the requested configuration variable from the XML source as object of clazz.
- get(String) - Static method in class de.hawhamburg.reachability.conf.MainConfig
-
Returns the String
value of the requested configuration parameter if defined, otherwise
null
.
- get(String, Class<T>) - Static method in class de.hawhamburg.reachability.conf.MainConfig
-
Returns the value of the requested configuration parameter if defined as certain object type defined by the
second parameter clazz, otherwise null
.
- get(String) - Static method in class de.hawhamburg.reachability.conf.ReasonerConfig
-
Tries to fetch the value of the requested configuration variable from the XML source as String
.
- get(String, Class<T>) - Static method in class de.hawhamburg.reachability.conf.ReasonerConfig
-
Tries to fetch the value of the requested configuration variable from the XML source as object of clazz.
- get(String) - Method in class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
-
Fetches the value of a certain configuration variable from the XML document.
- getAndPushCalendarEvents(JsonGoogleCalendarRequest) - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
This method forwords a request to the
GoogleCalendarHook
and publishes its results via the ActiveMQ.
- getBody() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the body of the the user interface as JPanel
.
- getBoolean(String) - Method in class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
-
Fetches the value of a certain configuration variable as Boolean
from the XML document.
- getCalendars() - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHook
-
Fetches the accessible calendars within the established connection.
- getChangeableProperties() - Static method in class de.hawhamburg.reachability.conf.MainConfig
-
Returns all by user interface changeable system properties.
- getChangeMsg(Map<String, String>) - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
- getCommonConfigValue(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a common configuration value as String
specified by the key if existing, otherwise
null
.
- getCommonConfigValue(String, boolean) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a common configuration value as String
specified by the key if existing, otherwise
null
.
- getCondition(Document, Element, String) - Method in class de.hawhamburg.reachability.reasoner.engine.drools.WorkingMemoryRuleGenerator
-
Determines the conditions for a certain user defined rule.
- getConfigValue(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the value of a configuration variable specified by key as String
if existing, otherwise
null
.
- getConfigValueAsInteger(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the value of a configuration variable specified by key as Integer
if existing, otherwise
null
.
- getConnectedSensorAdapter(String, ReasonerDimension) - Static method in class de.hawhamburg.reachability.sensor.SensorAdapterFactory
-
- getContentLines(String) - Static method in class de.hawhamburg.reachability.util.ExternFileUtil
-
Returns the content of the supplied file as list of lines.
- getCreationTime() - Method in class de.hawhamburg.reachability.sensor.SensorData
-
Returns the creation time of this data as UNIX timestamp.
- getDataDimension() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
- getDataDimension() - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
-
- getDataMessage(SensorData) - Method in class de.hawhamburg.reachability.sensor.Sensor
-
- getDefaultKnowledgeBase() - Static method in class de.hawhamburg.reachability.reasoner.engine.drools.DroolsUtil
-
Loads and returns the current default KnowledgeBase
.
- getDefaultValue() - Method in class de.hawhamburg.reachability.ui.frame.resource.DisplayParameter
-
Returns the parameters default value as String
.
- getDefaultValue() - Method in class de.hawhamburg.reachability.ui.frame.simulation.resource.SimulationParameter
-
Returns the parameters default value as String
.
- getDimension() - Method in class de.hawhamburg.reachability.sensor.SensorData
-
- getDisplay() - Method in class de.hawhamburg.reachability.ui.frame.resource.DisplayParameter
-
Returns the parameters display name as String
.
- getDisplay() - Method in class de.hawhamburg.reachability.ui.frame.simulation.resource.SimulationParameter
-
Returns the parameters display name as String
.
- getDisplayGroup() - Method in class de.hawhamburg.reachability.properties.PropertyDescription
-
Returns the display group as String
.
- getDisplayName() - Method in class de.hawhamburg.reachability.properties.PropertyDescription
-
Returns the display name as String
.
- getDisplayType() - Method in class de.hawhamburg.reachability.properties.PropertyDescription
-
- getDouble(String) - Method in class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
-
Fetches the value of a certain configuration variable as Double
from the XML document.
- getEstimatedReachability() - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
-
- getEstimatedReachability(ReachabilityGroup) - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
-
- getEstimatedReachability() - Method in class de.hawhamburg.reachability.reasoner.engine.ExampleReasoner
-
- getEstimatedReachability(ReachabilityGroup) - Method in class de.hawhamburg.reachability.reasoner.engine.ExampleReasoner
-
- getEstimatedReachability(ReachabilityGroup) - Method in interface de.hawhamburg.reachability.reasoner.ReasoningEngine
-
Returns the current estimated state of reachability for a certain group from the reasoner.
- getEstimatedReachability() - Method in interface de.hawhamburg.reachability.reasoner.ReasoningEngine
-
Returns the current estimated state of reachability of all registered groups as hash map.
- getEvents(String, int, DateTime, DateTime, String) - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHook
-
Fetches entries from a certain calendar within the established connection using supplied request conditions.
- getFeed(URL, Class<T>) - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHook
-
Fetches a feed by URL.
- getFeed(Query, Class<T>) - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHook
-
Fetches a feed by query.
- getFieldType() - Method in class de.hawhamburg.reachability.ui.frame.resource.DisplayParameter
-
Returns the parameters field type as
FieldType
.
- getFieldType() - Method in class de.hawhamburg.reachability.ui.frame.simulation.resource.SimulationParameter
-
Returns the parameters field type as
FieldType
.
- getFile() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
Return the actual simulation files name.
- getFrameConfigValue(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a frame (local) configuration value as String
specified by the key if existing, otherwise
null
.
- getFrameConfigValue(String, boolean) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a frame (local) configuration value as String
specified by the key if existing, otherwise
null
.
- getFrameConfigValueAsInteger(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the value of a frame (local) configuration variable specified by key as Integer
if
existing, otherwise null
.
- getGrid() - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
-
Returns a user interface grid.
- getGrid(int) - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
Returns a user interface grid.
- getGrid(int) - Method in class de.hawhamburg.reachability.ui.frame.ControllingToolUI
-
Returns a user interface grid.
- getGrid() - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
Returns a user interface grid.
- getGrid(int) - Method in class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
-
Returns a user interface grid.
- getGrid(int) - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationDetailsUI
-
Returns a user interface grid.
- getGrid(int) - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
-
Returns a user interface grid.
- getGrid(int) - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilityStartSimulationUI
-
Returns a user interface grid.
- getGrid(int, int) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a user interface grid.
- getID() - Method in interface de.hawhamburg.lifecycle.agent.LifeCycleAgent
-
the identifier of the Application.
- getID() - Method in class de.hawhamburg.reachability.properties.PropertyService
-
Returns a service ID.
- getID() - Method in class de.hawhamburg.reachability.ReachabilityAgent
-
- getID() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
-
- getID() - Method in class de.hawhamburg.reachability.reasoner.ReasonerAgent
-
- getID() - Method in class de.hawhamburg.reachability.registry.Registry
-
Returns an service ID.
- getID() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Returns the ID of this
Sensor
.
- getID() - Method in class de.hawhamburg.reachability.sensor.SensorAgent
-
- getId() - Method in class de.hawhamburg.reachability.ui.UI
-
Generates a random ID for this
UI
.
- getInfoMessage() - Method in interface de.hawhamburg.lifecycle.agent.LifeCycleAgent
-
Generating a Info Message.
- getInfoMessage() - Method in class de.hawhamburg.reachability.ReachabilityAgent
-
- getInfoMessage() - Method in class de.hawhamburg.reachability.reasoner.ReasonerAgent
-
- getInfoMessage() - Method in class de.hawhamburg.reachability.sensor.SensorAgent
-
- getInstructionMsg(ReachabilityGroup, ReachabilityStatus) - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
-
- getInstructionMsg(ReachabilityGroup, ReachabilityStatus, String) - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
-
- getInstructionMsg(ReachabilityGroup, ReachabilityStatus) - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
- getInstructionMsg(ReachabilityGroup, ReachabilityStatus, String) - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
- getInteger(String) - Method in class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
-
Fetches the value of a certain configuration variable as Integer
from the XML document.
- getIntegerContent(Document, String) - Static method in class de.hawhamburg.reachability.util.XMLUtil
-
Fetches value as integer from the supplied Document
using the given xPath.
- getJsonReachabilityInformation() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
-
- getKnowledgeBase() - Static method in class de.hawhamburg.reachability.reasoner.engine.drools.DroolsUtil
-
Creates and returns an empty KnowledgeBase
.
- getKnowledgeBuilder(Resource) - Static method in class de.hawhamburg.reachability.reasoner.engine.drools.DroolsUtil
-
Creates an returns a new KnowledgeBuilder
based on a supplied Resource
.
- getKnowledgeBuilderFromFile(String) - Static method in class de.hawhamburg.reachability.reasoner.engine.drools.DroolsUtil
-
- getKnowledgeBuilderFromString(String) - Static method in class de.hawhamburg.reachability.reasoner.engine.drools.DroolsUtil
-
- getLastUserScrollActionIndex() - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
-
Returns the last scroll index the user positioned the display panel.
- getLastUserScrollActionTime() - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
-
Returns the last time index the user triggered a scroll event related to the display panel.
- getLocalConf(String) - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Returns the value of the supplied local adapter parameter key if exiting, otherwise null
.
- getLog() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
- getLong(String) - Method in class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
-
Fetches the value of a certain configuration variable as Long
from the XML document.
- getMessageOnTopic(LPSubscriber) - Static method in class de.hawhamburg.reachability.util.ConnectionUtil
-
Checks if there is a message on the topic of the LPSubscriber
object and returns it as String
on
success (null
instead).
- getName() - Method in class de.hawhamburg.reachability.sensor.SensorData
-
Returns the name of the sensor, which measured this value.
- getName() - Method in class de.hawhamburg.reachability.ui.frame.resource.DisplayParameter
-
Returns the parameters name as String
.
- getName() - Method in class de.hawhamburg.reachability.ui.frame.simulation.resource.SimulationParameter
-
Returns the parameters name as String
.
- getParentWindow() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the parent window if existing as JFrame
, otherwise null
.
- getPath() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
Returns the path where the simulation file is located.
- getPlainCodeLine(Element, String, String) - Method in class de.hawhamburg.reachability.reasoner.engine.drools.WorkingMemoryRuleGenerator
-
Extracts a plain code line from a given user defined code element.
- getPlainCodeLines(NodeList, String, String) - Method in class de.hawhamburg.reachability.reasoner.engine.drools.WorkingMemoryRuleGenerator
-
Extracts multiple plain code lines from given user defined code elements.
- getPossibleValue() - Method in class de.hawhamburg.reachability.properties.PropertyDescription
-
Returns the list of possible values as Map
of String
(value) to String
(display name).
- getProperties(String) - Static method in class de.hawhamburg.reachability.util.PropertiesUtil
-
This static method loads the Properties
from a properties file which path is given as parameter.
- getPropertiesAsMap(String) - Method in class de.hawhamburg.reachability.properties.PropertyService
-
Loads the required properties for the requested type by using
PropertyService.loadProperties()
and fetches the
requested properties defined by the
reqProps parameter.
- getPropertiesDescriptionMap() - Method in class de.hawhamburg.reachability.properties.PropertyService
-
Loads the properties descriptions from the external file and parses them out of the XML document.
- getPublisher(String, StopableObject) - Static method in class de.hawhamburg.reachability.util.ConnectionUtil
-
Returns an LPPublisher
object related to a certain topic.
- getRealTime() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
-
Returns the simulation time to which this event happens as formatted String
"hh:mm".
- getRequestMsg() - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
- getRequestTopic() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Returns the current
LPPublisher
object, which is connected to the internally defined request topic of
this
Sensor
s data source.
- getRequestTopicName() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Provides the name of the request topic for ActiveMQ communication, if this
Sensor
is connect to its data
source via ActiveMQ.
- getRequestTopicName() - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
-
Provides the name of the request topic for ActiveMQ communication, if the
SensorAdapter
is connected to
its data source via the ActiveMQ and the data source needs requests to supply data, otherwise
null
.
- getResultTopic() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Returns the current
LPSubscriber
object, which is connected to the internally defined result topic of
this
Sensor
s data source.
- getResultTopicName() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Provides the name of the result topic for ActiveMQ communication, if this
Sensor
is connect to its data
source via ActiveMQ.
- getResultTopicName() - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
-
Provides the name of the result topic for ActiveMQ communication, if the
SensorAdapter
is connected to
its data source via the ActiveMQ, otherwise
null
.
- getRoot(Document) - Static method in class de.hawhamburg.reachability.util.XMLUtil
-
Fetches the root node from the given Document
and returns it.
- getRules(String) - Static method in class de.hawhamburg.reachability.reasoner.engine.drools.DroolsUtil
-
Creates and loads the currently defined
KnowledgeBase
based on the supplied phenotype file
String
by using the
WorkingMemoryRuleGenerator
.
- getSensorAdapter(String, ReasonerDimension) - Static method in class de.hawhamburg.reachability.sensor.SensorAdapterFactory
-
Tries to instantiate a
SensorAdapter
by a supplied class name from the sub-package "adapter".
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.adapter.ExampleAdapter
-
Retrieves the current inhabitants stress level via ActiveMQ and returns it as
SensorData
.
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.adapter.GoogleCalendarAdapter
-
Provides the inhabitants next calendar events.
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.adapter.GoogleCalendarHookAdapter
-
Provides the inhabitants next calendar events.
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.adapter.LP3DObjectLocationAdapter
-
Provides the inhabitants current position inside the environment as
SensorData
.
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.adapter.RSDFAdapter
-
Retrieves the fictional stress level of an inhabitant via ActiveMQ and returns it as
SensorData
.
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.adapter.StressCompanionAdapter
-
Retrieves the current inhabitants stress level via ActiveMQ and returns it as
SensorData
.
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.adapter.TimeAdapter
-
Provides the current time in format HHMMSS as
SensorData
.
- getSensorOutput() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Provides the current
SensorData
and
null
if none exists.
- getSensorOutput() - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
-
- getServiceStateReference() - Method in class de.hawhamburg.reachability.properties.PropertyService
-
Returns the service state reference which entitles a change requests.
- getSingleCondition(Element, String, String) - Method in class de.hawhamburg.reachability.reasoner.engine.drools.WorkingMemoryRuleGenerator
-
Builds a single condition (Tags: alternative
or condition
) by evaluating the elements
text content and attributes.
- getSpeed() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
Returns the actual simulation speed in simulation minutes per real-time minute.
- getStatusColor(ReachabilityStatus) - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
-
- getStatusList() - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
- getStory() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
- getStringTime(int) - Static method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
-
Converts an amount of minutes to a simulation time String
formatted as "hh:mm".
- getSubscriber(String, StopableObject) - Static method in class de.hawhamburg.reachability.util.ConnectionUtil
-
Returns an LPSubscriber
object related to a certain topic.
- getTextContent(Document, String) - Static method in class de.hawhamburg.reachability.util.XMLUtil
-
Fetches text value as String
from the supplied Document
using the given xPath.
- getTime() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
-
Returns the event time in simulation minutes.
- getTimer() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the timer thread as Timer
if existing, otherwise null
.
- getTopic(String) - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
Creates and returns a new
LPPublisher
object which holds an open ActiveMQ topic connection named as
"
SensorDataFeeder.topicRoot
+[SENSOR_TYPE_NAME]".
- getTopicRoot() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
Returns the actual ActiveMQ topic prefix.
- getType() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
-
Returns the events sensor type name as String
.
- getValue() - Method in class de.hawhamburg.reachability.sensor.SensorData
-
Returns the first value of the value scalar for downwards compatibility.
- getValue(int) - Method in class de.hawhamburg.reachability.sensor.SensorData
-
Returns the n-th dimension of the value scalar measured by the sensor.
- getValue() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
-
Returns the events simulated value as String
.
- getValues() - Method in class de.hawhamburg.reachability.sensor.SensorData
-
Returns the value scalar as Map<Integer, Double>.
- getValuesForProperty(String) - Method in interface de.hawhamburg.reachability.properties.PropertyServiceNotifiable
-
It may occur that a property is defined as
DisplayType.AGENT_DEFINED
, which means that the value range is
dynamically defined at runtime.
- getValuesForProperty(String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
-
- getValuesForProperty(String) - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
-
- getValuesForProperty(String) - Method in class de.hawhamburg.reachability.reasoner.engine.ExampleReasoner
-
Returns reasoner defined options for a specific property.
- getVersion() - Method in class de.hawhamburg.reachability.properties.PropertyService
-
Returns the agents version.
- getVersion() - Method in class de.hawhamburg.reachability.ReachabilityWorker
-
Returns the agents version.
- getVersion() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
-
- getVersion() - Method in class de.hawhamburg.reachability.registry.Registry
-
Returns the agents version.
- getVersion() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Returns the version of this
Sensor
.
- getWindowHeight() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the height of this window as integer.
- getWindowWidth() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the width of this window as integer.
- globalControlTopic - Variable in class de.hawhamburg.reachability.ReachabilityWorker
-
The LPPublisher
which sends control messages to other components via the ActiveMQ.
- globalControlTopic - Variable in class de.hawhamburg.reachability.ui.frame.ControllingToolUI
-
The LPPublisher
, which sends control messages via the ActiveMQ globel control topic.
- globalExists(String) - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
-
Checks if a global is defined within the StatefulKnowledgeSession
or not.
- globals - Variable in class de.hawhamburg.reachability.reasoner.engine.drools.WorkingMemoryRuleGenerator
-
Important globals which shall be included for runtime rule base to java communication.
- GOOGLE_CALENDAR - Static variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
The name of the google calendar which shall be used.
- GOOGLE_PASSWORD - Static variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
The (fixed...) password of the google user.
- GOOGLE_USER - Static variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
The (fixed...) name of the google user.
- GoogleCalendarAdapter - Class in de.hawhamburg.reachability.sensor.adapter
-
Sensor to read events from the users Google(TM) calendar.
- GoogleCalendarAdapter(ReasonerDimension) - Constructor for class de.hawhamburg.reachability.sensor.adapter.GoogleCalendarAdapter
-
Creates a new
GoogleCalendarAdapter
which provides the next events of the inhabitants Google(TM)
calendar.
- GoogleCalendarHook - Class in de.hawhamburg.reachability.tools.googleCalendar
-
Adapter for the google calendar web-service.
- GoogleCalendarHook(String, String) - Constructor for class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHook
-
- GoogleCalendarHookAdapter - Class in de.hawhamburg.reachability.sensor.adapter
-
Sensor to read events from the users Google(TM) calendar using the projects google calendar hook service via
ActiveMQ.
- GoogleCalendarHookAdapter(ReasonerDimension) - Constructor for class de.hawhamburg.reachability.sensor.adapter.GoogleCalendarHookAdapter
-
- GoogleCalendarHookService - Class in de.hawhamburg.reachability.tools.googleCalendar
-
Google calendar hook service which receives requests and returns results via the ActiveMQ.
- GoogleCalendarHookService() - Constructor for class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
Private constructor method to prevent external created instances of this class.
- Group - Variable in class de.hawhamburg.reachability.json.JsonReachabilityInstruction
-
The group for which the feedback is specified.