eu.semaine.components.dialogue.util
Class DialogueAct

java.lang.Object
  extended by eu.semaine.components.dialogue.util.DialogueAct

public class DialogueAct
extends java.lang.Object

This class is a container for an utterance plus all its features

Version:
0.1 - dummy class
Author:
Mark tM

Constructor Summary
DialogueAct(java.lang.String utterance)
          Creates a new DialogueAct with the given utterance
 
Method Summary
 java.lang.String getTaggedUtterance()
           
 java.lang.String[] getTags()
           
 java.lang.String getTargetCharacter()
           
 java.lang.String getUtterance()
           
 boolean isAboutCurrentCharacter()
           
 boolean isAboutOtherCharacter()
           
 boolean isAboutOtherPeople()
           
 boolean isAboutOwnFeelings()
           
 boolean isAction()
           
 boolean isAgree()
           
 boolean isChangeSpeaker()
           
 boolean isDisagree()
           
 boolean isEvent()
           
 boolean isFuture()
           
 boolean isLaugh()
           
 boolean isNegative()
           
 boolean isPast()
           
 boolean isPositive()
           
 boolean isPragmatic()
           
 boolean isTalkAboutSelf()
           
 void setAboutCurrentCharacter(boolean about_current_character)
           
 void setAboutOtherCharacter(boolean about_other_character)
           
 void setAboutOtherPeople(boolean about_other_people)
           
 void setAboutOwnFeelings(boolean about_own_feelings)
           
 void setAction(boolean action)
           
 void setAgree(boolean agree)
           
 void setChangeSpeaker(boolean change_speaker)
           
 void setDisagree(boolean disagree)
           
 void setEvent(boolean event)
           
 void setFuture(boolean future)
           
 void setLaugh(boolean laugh)
           
 void setNegative(boolean negative)
           
 void setPast(boolean past)
           
 void setPositive(boolean positive)
           
 void setPragmatic(boolean pragmatic)
           
 void setTaggedUtterance(java.lang.String taggedUtterance)
           
 void setTags(java.lang.String[] tags)
           
 void setTalkAboutSelf(boolean talk_about_self)
           
 void setTargetCharacter(java.lang.String target_character)
           
 void setUtterance(java.lang.String utterance)
           
 java.lang.String toString()
          Returns a string representation of this act
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialogueAct

public DialogueAct(java.lang.String utterance)
Creates a new DialogueAct with the given utterance

Parameters:
utterance -
Method Detail

getUtterance

public java.lang.String getUtterance()
Returns:
the utterance

setUtterance

public void setUtterance(java.lang.String utterance)
Parameters:
utterance - the utterance to set

getTaggedUtterance

public java.lang.String getTaggedUtterance()
Returns:
the taggedUtterance

setTaggedUtterance

public void setTaggedUtterance(java.lang.String taggedUtterance)
Parameters:
taggedUtterance - the taggedUtterance to set

getTags

public java.lang.String[] getTags()
Returns:
the tags

setTags

public void setTags(java.lang.String[] tags)
Parameters:
tags - the tags to set

isPositive

public boolean isPositive()
Returns:
the positive

setPositive

public void setPositive(boolean positive)
Parameters:
positive - the positive to set

isNegative

public boolean isNegative()
Returns:
the negative

setNegative

public void setNegative(boolean negative)
Parameters:
negative - the negative to set

isAgree

public boolean isAgree()
Returns:
the agree

setAgree

public void setAgree(boolean agree)
Parameters:
agree - the agree to set

isDisagree

public boolean isDisagree()
Returns:
the disagree

setDisagree

public void setDisagree(boolean disagree)
Parameters:
disagree - the disagree to set

isAboutOtherPeople

public boolean isAboutOtherPeople()
Returns:
the about_other_people

setAboutOtherPeople

public void setAboutOtherPeople(boolean about_other_people)
Parameters:
about_other_people - the about_other_people to set

isAboutOtherCharacter

public boolean isAboutOtherCharacter()
Returns:
the about_other_character

setAboutOtherCharacter

public void setAboutOtherCharacter(boolean about_other_character)
Parameters:
about_other_character - the about_other_character to set

isAboutCurrentCharacter

public boolean isAboutCurrentCharacter()
Returns:
the about_current_character

setAboutCurrentCharacter

public void setAboutCurrentCharacter(boolean about_current_character)
Parameters:
about_current_character - the about_current_character to set

isAboutOwnFeelings

public boolean isAboutOwnFeelings()
Returns:
the about_own_feelings

setAboutOwnFeelings

public void setAboutOwnFeelings(boolean about_own_feelings)
Parameters:
about_own_feelings - the about_own_feelings to set

isPragmatic

public boolean isPragmatic()
Returns:
the pragmatic

setPragmatic

public void setPragmatic(boolean pragmatic)
Parameters:
pragmatic - the pragmatic to set

isTalkAboutSelf

public boolean isTalkAboutSelf()
Returns:
the talk_about_self

setTalkAboutSelf

public void setTalkAboutSelf(boolean talk_about_self)
Parameters:
talk_about_self - the talk_about_self to set

isFuture

public boolean isFuture()
Returns:
the future

setFuture

public void setFuture(boolean future)
Parameters:
future - the future to set

isPast

public boolean isPast()
Returns:
the past

setPast

public void setPast(boolean past)
Parameters:
past - the past to set

isEvent

public boolean isEvent()
Returns:
the event

setEvent

public void setEvent(boolean event)
Parameters:
event - the event to set

isAction

public boolean isAction()
Returns:
the action

setAction

public void setAction(boolean action)
Parameters:
action - the action to set

isLaugh

public boolean isLaugh()
Returns:
the laugh

setLaugh

public void setLaugh(boolean laugh)
Parameters:
laugh - the laugh to set

isChangeSpeaker

public boolean isChangeSpeaker()
Returns:
change_speaker

setChangeSpeaker

public void setChangeSpeaker(boolean change_speaker)
Parameters:
change_speaker -

getTargetCharacter

public java.lang.String getTargetCharacter()
Returns:
change_speaker

setTargetCharacter

public void setTargetCharacter(java.lang.String target_character)
Parameters:
change_speaker -

toString

public java.lang.String toString()
Returns a string representation of this act

Overrides:
toString in class java.lang.Object