Serialized Form
|
Package edu.berkeley.guir.ptk.server |
type
short type
ip
java.lang.String ip
id
java.lang.String id
e
Event e
subscription_id
java.lang.String subscription_id
e
Event e
include
boolean include
request_type
short request_type
n
int n
md
Metadata md
e
Events e
md
Metadata md
md
Metadata[] md
subscription_id
java.lang.String subscription_id
port
int port
subscription_id
java.lang.String subscription_id
port
int port
|
Package edu.berkeley.guir.ptk.data |
id
java.lang.String id
- Identifies the data (i.e., "microphone1" or "temperature").
Must be set by input. PTK components (e.g., Outputs) may check this
string to determine if it can handle the data.
data
java.io.File data
- File data for this object.
data
double data
- The double data for this object.
data
java.lang.Object data
- The Object data for this object.
data
double data
- The number data for this range; the current value of the range.
min
double min
- The minimum number for the range.
max
double max
- The maximum number for the range.
step
double step
- The increment/decrement for the range.
data
java.lang.String data
- The String data for this object.
data
boolean data
- The boolean data for this object.
mds
java.util.Vector mds
- A vector or MetadataItems, each of which consists of an ID and a value
associated with the ID (e.g., ID = PTKConstants.EVENT_TYPE_ID,
value = PTKConstants.AUDIO.
id
java.lang.String id
- Constant id name (see PTKConstants class).
value
java.lang.String value
- Data value associated with the id. Always a String.
|
Package edu.berkeley.guir.ptk.apps.ticker |
message
java.lang.String message
x_start
int x_start
psize
java.awt.Dimension psize
m_length
double m_length
s_color
int s_color
printer
PTK printer
db
java.awt.Image db
dbg
java.awt.Graphics dbg
|
Package edu.berkeley.guir.ptk.util |
|
Package edu.berkeley.guir.ptk |
notification
int notification
- Notification level for this vent. Initialized to -1
(PTKConstants.NOTIFICATION_LEVEL_NOT_SET).
timestamp
java.util.Date timestamp
- Time the event was created.
display_step_num
int display_step_num
- In the case that a number of events are displayed together, indicates the
order in which the events should be displayed. Step numbers start with 0.
display_info
DisplayInfo display_info
- Includes application-specific information on how to display the event (the
default DisplayInfo object is only instantiated if the event is passed to
a Transition object and it includes only a color field; you can install a
custom DisplayInfo object when you initialize your Transition).
grab_action_event
boolean grab_action_event
- This boolean member data just stores whether or not this event should trigger
a call to the checkTheAction() method in output. This member data should be
set during a transition call.
metadata
java.util.Hashtable metadata
- Hashtable of metadata item. Hashes MetadataItem objects by MetadataItem.id
(the ID is the key to the hashtable).
data
java.util.Hashtable data
- Hashtable of data items. Hashes Data objects by Data.id
events
java.util.Vector events
- A vector or Event, each of which consists of an ID and a value
associated with the ID (e.g., ID = PTKConstants.EVENT_TYPE_ID,
value = PTKConstants.AUDIO.