A B C D E F G H I K L M N O P Q R S T U V W

E

END - Static variable in class edu.berkeley.guir.ptk.abstraction.VoiceAbstractor
END * 10 = the number of seconds since there has been no conversation (no mini_conv); this is the amount of dead-time allowed in a conversation before it is no longer considered to be happening.
EVENT_DISPLAY_TIME - Static variable in class edu.berkeley.guir.ptk.apps.pressure.PressureAudioConstants
 
EVENT_DISPLAY_TIME - Static variable in interface edu.berkeley.guir.ptk.constants.AudioConstants
 
EVENT_JUST_ENDED - Static variable in class edu.berkeley.guir.ptk.util.CalendarData
 
EVENT_NOW - Static variable in class edu.berkeley.guir.ptk.util.CalendarData
 
EVENT_STARTING_SOON - Static variable in class edu.berkeley.guir.ptk.util.CalendarData
 
EVENT_TYPE_ID - Static variable in interface edu.berkeley.guir.ptk.constants.PTKConstants
ID for the metadata item that all events have, indicating their type.
EXT_AUDIO - Static variable in interface edu.berkeley.guir.ptk.constants.EvaluationConstants
 
EXT_PICS - Static variable in interface edu.berkeley.guir.ptk.constants.EvaluationConstants
Log file extensions
EXT_TEXT - Static variable in interface edu.berkeley.guir.ptk.constants.EvaluationConstants
 
EnvironmentSampling - class edu.berkeley.guir.ptk.evaluation.EnvironmentSampling.
 
EnvironmentSampling() - Constructor for class edu.berkeley.guir.ptk.evaluation.EnvironmentSampling
Should take params indicating how often / when to take image and/or audio samples.
EvaluationConstants - interface edu.berkeley.guir.ptk.constants.EvaluationConstants.
Contains constants used by evaluation code (in the package edu.berkeley.guir.ptk.evaluation).
EvaluationPolicy - class edu.berkeley.guir.ptk.evaluation.EvaluationPolicy.
 
EvaluationPolicy() - Constructor for class edu.berkeley.guir.ptk.evaluation.EvaluationPolicy
Default constructor which sets all data fields to null or false.
EvaluationPolicy(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class edu.berkeley.guir.ptk.evaluation.EvaluationPolicy
Parameterized constructor which sets all flag data fields.
Event - class edu.berkeley.guir.ptk.Event.
Contains the data that an input source sends to applications and the metadata identifying this data.
Event() - Constructor for class edu.berkeley.guir.ptk.Event
 
EventPriorityQueue - class edu.berkeley.guir.ptk.EventPriorityQueue.
Utility class that queues Event objects within the PTK architecture.
EventPriorityQueue() - Constructor for class edu.berkeley.guir.ptk.EventPriorityQueue
Constructor: initializes the empty queue.
Events - class edu.berkeley.guir.ptk.Events.
Convenience class for a collection of Event objects.
Events() - Constructor for class edu.berkeley.guir.ptk.Events
 
Events(String, String) - Constructor for class edu.berkeley.guir.ptk.Events
Initializes this object, creates a new Event object within this, and adds the ID and data value to it.
Events(Event) - Constructor for class edu.berkeley.guir.ptk.Events
Initializes this object and adds the given Event to it.
Events(Event[]) - Constructor for class edu.berkeley.guir.ptk.Events
Initializes this object and adds the given Event objects to it.
ExactMatchNotificationSetter - class edu.berkeley.guir.ptk.notification.ExactMatchNotificationSetter.
Determines if a given event is exactly the same Data value as the values specified by any of the notification level Data parameters and sets the level accordingly.
ExactMatchNotificationSetter() - Constructor for class edu.berkeley.guir.ptk.notification.ExactMatchNotificationSetter
Default constructor.
ExactMatchNotificationSetter(String, Data, Data, Data, Data, Data) - Constructor for class edu.berkeley.guir.ptk.notification.ExactMatchNotificationSetter
Constructor.
ExactMatchNotificationSetter(String[], Data, Data, Data, Data, Data) - Constructor for class edu.berkeley.guir.ptk.notification.ExactMatchNotificationSetter
Same as previous constructor, except the first parameter is an array.
ExactMatchNotificationSetter(Data, Data, Data, Data, Data) - Constructor for class edu.berkeley.guir.ptk.notification.ExactMatchNotificationSetter
Same as the previous two, except no data IDs.
ExperienceSampling - class edu.berkeley.guir.ptk.evaluation.ExperienceSampling.
 
ExperienceSampling() - Constructor for class edu.berkeley.guir.ptk.evaluation.ExperienceSampling
 
e - Variable in class edu.berkeley.guir.ptk.server.PMessageDispatch
 
e - Variable in class edu.berkeley.guir.ptk.server.PMessageDispatchToSubscriber
 
e - Variable in class edu.berkeley.guir.ptk.server.PMessageHistoryResponse
 
edu.berkeley.guir.ptk - package edu.berkeley.guir.ptk
Overview
How to initialize a Peripheral Display
How to write a Peripheral Display
More Code Examples of Peripheral Displays
edu.berkeley.guir.ptk.abstraction - package edu.berkeley.guir.ptk.abstraction
Overview
How to initialize an Abstractor
Customizing an existing Abstractor
How to write an Abstractor
edu.berkeley.guir.ptk.apps.audio - package edu.berkeley.guir.ptk.apps.audio
 
edu.berkeley.guir.ptk.apps.audioorb - package edu.berkeley.guir.ptk.apps.audioorb
 
edu.berkeley.guir.ptk.apps.audioticker - package edu.berkeley.guir.ptk.apps.audioticker
 
edu.berkeley.guir.ptk.apps.busmobile - package edu.berkeley.guir.ptk.apps.busmobile
 
edu.berkeley.guir.ptk.apps.calendar - package edu.berkeley.guir.ptk.apps.calendar
 
edu.berkeley.guir.ptk.apps.camera - package edu.berkeley.guir.ptk.apps.camera
 
edu.berkeley.guir.ptk.apps.infocanvas - package edu.berkeley.guir.ptk.apps.infocanvas
 
edu.berkeley.guir.ptk.apps.pressure - package edu.berkeley.guir.ptk.apps.pressure
 
edu.berkeley.guir.ptk.apps.rad - package edu.berkeley.guir.ptk.apps.rad
 
edu.berkeley.guir.ptk.apps.ticker - package edu.berkeley.guir.ptk.apps.ticker
 
edu.berkeley.guir.ptk.constants - package edu.berkeley.guir.ptk.constants
 
edu.berkeley.guir.ptk.data - package edu.berkeley.guir.ptk.data
 
edu.berkeley.guir.ptk.evaluation - package edu.berkeley.guir.ptk.evaluation
This package is the beginning of evaluation support for peripheral displays that are created with the PTK.
edu.berkeley.guir.ptk.history - package edu.berkeley.guir.ptk.history
 
edu.berkeley.guir.ptk.input - package edu.berkeley.guir.ptk.input
Overview
How to initialize an Input
Using an existing Input
How to write an Input
edu.berkeley.guir.ptk.notification - package edu.berkeley.guir.ptk.notification
Overview
How to initialize a Notification Setter
Customizing an existing Notification Setter
How to write a Notification Setter
edu.berkeley.guir.ptk.output - package edu.berkeley.guir.ptk.output
Overview
How to initialize an Ouput
Using an existing Ouput
How to write an Ouput
edu.berkeley.guir.ptk.server - package edu.berkeley.guir.ptk.server
When running a distributed PTK application, you must execute the PDiscovery class first; once it is running, it will listen for inputs to register and outputs to subscribe, and it will route events between them.
edu.berkeley.guir.ptk.test - package edu.berkeley.guir.ptk.test
 
edu.berkeley.guir.ptk.transition - package edu.berkeley.guir.ptk.transition
Overview
How to initialize a Transition
Customizing an existing Transition
How to write a Transition
edu.berkeley.guir.ptk.util - package edu.berkeley.guir.ptk.util
 
end - Variable in class edu.berkeley.guir.ptk.util.CalendarData
 
endTransition(Event, Event, int) - Method in class edu.berkeley.guir.ptk.apps.busmobile.BusLEDOutput
 
endTransition(Event, Event, int) - Method in class edu.berkeley.guir.ptk.apps.busmobile.BusLEDOutputTest
 
endTransition(Event, Event, int) - Method in class edu.berkeley.guir.ptk.output.GraphicalTextOutput
Returns the last event to be displayed in a transition: the new event.
endTransition(Event, Event, int) - Method in class edu.berkeley.guir.ptk.output.IconOutput
Returns the last event to be displayed in a transition: the new event.
endTransition(Event, Event, int) - Method in class edu.berkeley.guir.ptk.output.OrbOutput
 
endTransition(Event, Event, int) - Method in interface edu.berkeley.guir.ptk.transition.Animatable
Returns an event representative of the end state of a transition.
equals(Event) - Method in class edu.berkeley.guir.ptk.Event
Returns true if the given Event has the same metadata, data, notification level, and timestamp.
equals(Events) - Method in class edu.berkeley.guir.ptk.Events
Returns true if all the Event objects in e are contained in this.
equals(Data) - Method in class edu.berkeley.guir.ptk.data.Data
Checks if the value and id of this is equal to the given Data.
equals(Data) - Method in class edu.berkeley.guir.ptk.data.DataFile
Compares this Data and the given Data for equality.
equals(Data) - Method in class edu.berkeley.guir.ptk.data.DataNumber
Compares this Data and the given Data for equality.
equals(Data) - Method in class edu.berkeley.guir.ptk.data.DataObject
Compares this Data and the given Data for equality.
equals(Data) - Method in class edu.berkeley.guir.ptk.data.DataRange
Compares this Data and the given Data for equality.
equals(Data) - Method in class edu.berkeley.guir.ptk.data.DataString
Compares this Data and the given Data for equality.
equals(Data) - Method in class edu.berkeley.guir.ptk.data.DataSwitch
Compares this Data and the given Data for equality.
equals(Metadata) - Method in class edu.berkeley.guir.ptk.data.Metadata
 
equals(MetadataItem) - Method in class edu.berkeley.guir.ptk.data.MetadataItem
Returns true if the given MetadataItem has an equal ID and an equal value to this MetadataItem.
evaluation_on - Variable in class edu.berkeley.guir.ptk.evaluation.EvaluationPolicy
Flag that indicates whether or not the display should include evaluation.
event - Variable in class edu.berkeley.guir.ptk.history.HistoryItem
The event that is being stored in history.
event_display_time - Variable in class edu.berkeley.guir.ptk.apps.audioticker.AudioTickerOutput
 
event_log_on - Variable in class edu.berkeley.guir.ptk.evaluation.EvaluationPolicy
Flag that indicates whether or not event logging will occur.

A B C D E F G H I K L M N O P Q R S T U V W