Serialized Form


Package org.hops.clients

Class org.hops.clients.TC extends javax.swing.JFrame implements Serializable

Serialized Fields

mode

java.lang.String mode

sessionId

java.lang.String sessionId

parser

TalpNLP parser
objectes


extractxml

parser2moves extractxml

wts

WebTextServer wts

btnSend

javax.swing.JButton btnSend

jPanel6

javax.swing.JPanel jPanel6

jPanel7

javax.swing.JPanel jPanel7

labDialog

javax.swing.JLabel labDialog

labResponse

javax.swing.JLabel labResponse

menDialog

javax.swing.JMenu menDialog

menItemDM

javax.swing.JMenuItem menItemDM

menItemNLA

javax.swing.JMenuItem menItemNLA

menuApplication

javax.swing.JMenuBar menuApplication

panArea

javax.swing.JPanel panArea

panAreaDialog

javax.swing.JPanel panAreaDialog

panAreaResponse

javax.swing.JPanel panAreaResponse

scrollTextDialog

javax.swing.JScrollPane scrollTextDialog

scrollTextResponse

javax.swing.JScrollPane scrollTextResponse

textDialog

javax.swing.JTextPane textDialog

textResponse

javax.swing.JTextPane textResponse

Package org.hops.common

Class org.hops.common.BackEndResult extends java.lang.Object implements Serializable

Serialized Fields

status

db_status status

pairs

java.util.TreeMap<K,V> pairs

total

int total

from

int from

Class org.hops.common.HopsAttribute extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key
Attribute key


values

java.util.ArrayList<E> values
Values of the attribute

Class org.hops.common.RecognitionObject extends java.lang.Object implements Serializable

Serialized Fields

pairs

java.util.TreeMap<K,V> pairs

total

int total

from

int from

Class org.hops.common.RecognizedUserInput extends java.lang.Object implements Serializable

Serialized Fields

sentence

java.lang.String sentence

score

double score

status

ut_status status

pairs

java.util.TreeMap<K,V> pairs

parser_result

answer_result parser_result

expected_result

answer_expected expected_result

coverage_result

answer_coverage coverage_result

xmlparser

java.lang.String xmlparser

Class org.hops.common.RequestData extends java.lang.Object implements Serializable

Serialized Fields

ro

RecognitionObject ro

Class org.hops.common.ResponseData extends java.lang.Object implements Serializable

Serialized Fields

document

java.lang.String document
Represents the next step in the dialogue for voice input or text input. This document could be either a TextXML (text) or VoiceXML (voice) format.


languageId

java.lang.String languageId
The language identification of the document.


systemessage

java.util.ArrayList<E> systemessage
System message. This attribute is used for evaluation pourposes. The array is usually 3 to 5 long. [0] --> main and open [1] --> noinput [2] --> nomatch [3] --> help [4] --> menu


grammars

java.util.ArrayList<E> grammars
list of grammars to use. This attribute is only used for testing pourposes.


expect_attributes

java.util.ArrayList<E> expect_attributes
list of expected attributes. This attribute is only used for testing pourposes.


turn_invalid

boolean turn_invalid
for UserModel updates


Package org.hops.dm.app

Class org.hops.dm.app.HopsDM extends java.lang.Object implements Serializable

Serialized Fields

actualstate

IS actualstate
user information state


se

select se
select module


up

update up
update module


actualut

utterance actualut
the last utterance


user_utterance

utterance user_utterance
the user utterance. used for getIS


syst_utterance

utterance syst_utterance
the user utterance. used for getIS


RD

ResponseData RD
the last ResponseData


next_moves

stackact next_moves
the last moves


sys_next_moves

stackact sys_next_moves
system next moves. used for getIS


generator

ogcall generator
the og call


planfile

java.lang.String planfile
the planfile


dependfile

java.lang.String dependfile
the dependents file


paramvaluesfile

java.lang.String paramvaluesfile
the allowed values file


Lang

java.lang.String Lang
the language identification


ChannelId

java.lang.String ChannelId
the channel identification


logger

java.lang.Object logger
the logger object


objstatistics

statisticsData objstatistics
statistics data


waiting_user

java.util.Date waiting_user
waiting for user time


Package org.hops.dm.tad

Class org.hops.dm.tad.action extends java.lang.Object implements Serializable

Serialized Fields

actionid

actionset actionid
type of action


icm

icminf icm
feedback information


inf

attrval inf
attribute information


moveicm

icmmove moveicm
load or reraise plan


precond

condition[] precond
preconditions of the action ==> OR


postcond

term postcond
postcondition of the action ==> OR

Class org.hops.dm.tad.attrval extends java.lang.Object implements Serializable

Serialized Fields

attr

java.lang.String attr
attribute name


val

java.util.ArrayList<E> val
list of values


ext

attrval_ext ext
extension


ary

attrval_ary ary
aryti


results

java.util.ArrayList<E> results
complex results


def_val

java.lang.String def_val
default value


paginfo

pagInfo paginfo
pagionation information

Class org.hops.dm.tad.condition extends java.lang.Object implements Serializable

Serialized Fields

arterms

term[] arterms
list of terms ==> ANDS

Class org.hops.dm.tad.dm_util extends java.lang.Object implements Serializable

Class org.hops.dm.tad.Domain extends java.lang.Object implements Serializable

Class org.hops.dm.tad.icminf extends java.lang.Object implements Serializable

Serialized Fields

actionLevel

actionlevel actionLevel
kind of feedback


Polarity

polarity Polarity
value of the feedback


DP

turn DP
who did the action


C

attrval C
attribute about the feedback


move

actionset move
type of action of the attribute about the feedback


input

java.lang.String input
last sentence


altQ

java.util.ArrayList<E> altQ
questions for clarify

Class org.hops.dm.tad.IS extends java.lang.Object implements Serializable

Serialized Fields

notshared

ISPrivate notshared
information used by the dialogue system not known by the user


shared

ISShared shared
information knows by the user


program_state

sys_state program_state
status of the dialogue


task_covered_once

boolean task_covered_once
task covered once


planbase

PlanSet planbase
Set of plans

Class org.hops.dm.tad.ISPrivate extends java.lang.Object implements Serializable

Serialized Fields

AGENDA

stackact AGENDA
things to do in the near future. Determine next move


PLAN

plan PLAN
long-term actions, action can be complex(rules have to rewrite them) or simple (execute if system action of move to agenda


SUBACTIONS

stackact SUBACTIONS
subplans loaded


BEL

stackp BEL
set of believes, propositions. Store results of database search


USRTEMP

temporalground USRTEMP
contains parts of the information state copied right before integrating the latest system utterance


SYSTEMP

temporalground SYSTEMP
copy of relevant parts of the information state as they were right before the user's utterance was interpret and integrated


NIM

queuepair NIM
pairs for DP and moves


PAG

stackp PAG
pagination moves with results stored

Class org.hops.dm.tad.ISShared extends java.lang.Object implements Serializable

Serialized Fields

COM

stackp COM
commitments about the questions under discussion


ISSUES

stackp ISSUES
contains open issues --> Global QUD


QUD

stackp QUD
local QUD


PM

queueact PM
past movementS ; for grounding once movements are grounded they are added to shared/LU/MOVES


LU

utterance LU
last utterance processed


ACTIONS

stackact ACTIONS
actions done (database queries)

Class org.hops.dm.tad.nimPair extends java.lang.Object implements Serializable

Serialized Fields

act

action act
the action


DP

turn DP
the dialogue participant

Class org.hops.dm.tad.pagInfo extends java.lang.Object implements Serializable

Serialized Fields

total

int total
total of results


current

int current
current result index


window

int window
number of results per page


previous

int previous
last result index


pagaction

pag_state pagaction
last user selection


item

int item
number of item selected

Class org.hops.dm.tad.plan extends java.lang.Object implements Serializable

Serialized Fields

DepQ

java.lang.String DepQ
dependent question


TaskId

java.lang.String TaskId
name of the plan, answer to the DepQ


actset

stackact actset
stack of actions


type

plantype type
type of the plan


subplanof

java.lang.String subplanof
parent plan name

Class org.hops.dm.tad.PlanSet extends java.lang.Object implements Serializable

Class org.hops.dm.tad.queueact extends java.lang.Object implements Serializable

Serialized Fields

m_queue

java.util.ArrayList<E> m_queue
the queue

Class org.hops.dm.tad.queuepair extends java.lang.Object implements Serializable

Serialized Fields

m_queue

java.util.ArrayList<E> m_queue
the queue


count_shift

int count_shift
shift count, to shift all the elements

Class org.hops.dm.tad.stackact extends java.lang.Object implements Serializable

Serialized Fields

m_stack

java.util.Stack<E> m_stack
the stack

Class org.hops.dm.tad.stackp extends java.lang.Object implements Serializable

Serialized Fields

m_stack

java.util.Stack<E> m_stack

Class org.hops.dm.tad.temporalground extends java.lang.Object implements Serializable

Serialized Fields

COM

stackp COM
commitments about the question under discussion


ISSUES

stackp ISSUES
Global QUD


QUD

stackp QUD
Local QUD


AGENDA

stackact AGENDA
things to do in the near future. Determine next move


PLAN

plan PLAN
long-term actions


ACTIONS

stackact ACTIONS
Database actions done


SUBACTIONS

stackact SUBACTIONS
SUBACTIONS

Class org.hops.dm.tad.utterance extends java.lang.Object implements Serializable

Serialized Fields

score

double score
confidence level of the transcripted sentence 1.0 for text, and 1.0 for system needed for voice/user


participant

turn participant
user / system


input

java.lang.String input
sentence


acts

queueact acts
action interpretation of the sentence


status

ut_status status
status of the utterance


Package org.hops.dm.tad.constantsdef

Class org.hops.dm.tad.constantsdef.actionlevel extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.actionset extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.attrval_ary extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.attrval_ext extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.icmmove extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.pag_state extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.plantype extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.polarity extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.sys_state extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.dm.tad.constantsdef.turn extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Package org.hops.exceptions

Class org.hops.exceptions.HopsException extends java.lang.Exception implements Serializable


Package org.hops.ext

Class org.hops.ext.Log4jInit extends javax.servlet.http.HttpServlet implements Serializable

Class org.hops.ext.statisticsData.AttrHash extends java.util.HashMap implements Serializable

Serialized Fields

num_nous_attributs

int num_nous_attributs
total attributs nous introduits per l'usuari


Package org.hops.lg

Class org.hops.lg.HopsLang extends java.lang.Object implements Serializable

Serialized Fields

logger

java.lang.Object logger
logger


langs

java.util.HashMap<K,V> langs
languageGenerators table


Tphrases

java.util.HashMap<K,V> Tphrases
table of phrases keys identified by action-attrval


Tmenu

java.util.HashMap<K,V> Tmenu
list of phrases keys identified by menu-attrval


Tattributes

java.util.HashMap<K,V> Tattributes
list of attributes name used by the DM


um

UserModel um
User Model


Package org.hops.og.util

Class org.hops.og.util.AttributesTaxonomy extends java.lang.Object implements Serializable

Serialized Fields

ThopsAttr

java.util.HashMap<K,V> ThopsAttr
attribute names table


logger

java.lang.Object logger
logger object

Class org.hops.og.util.og_util extends java.lang.Object implements Serializable


Package org.hops.util

Class org.hops.util.answer_coverage extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.util.answer_expected extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.util.answer_result extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.util.channel_type extends java.lang.Object implements Serializable

Class org.hops.util.date_format extends java.lang.Object implements Serializable

Serialized Fields

keys

java.util.HashMap<K,V> keys
keys of the new date to transform

Class org.hops.util.db_status extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.util.initiative extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.hops.util.TypeChannel extends java.lang.Object implements Serializable

Class org.hops.util.ut_status extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id