|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerbTense | |
---|---|
story.scheherazade.misc | |
story.scheherazade.verbalizer |
Uses of VerbTense in story.scheherazade.misc |
---|
Methods in story.scheherazade.misc that return VerbTense | |
---|---|
VerbTense |
SCHHashtable.getVerbTense(java.lang.String key)
Get a VerbTense |
Methods in story.scheherazade.misc with parameters of type VerbTense | |
---|---|
void |
SCHHashtable.setVerbTense(java.lang.String key,
VerbTense value)
Set VerbTense. |
Uses of VerbTense in story.scheherazade.verbalizer |
---|
Fields in story.scheherazade.verbalizer declared as VerbTense | |
---|---|
static VerbTense |
VerbTense.Conditional
|
static VerbTense |
VerbTense.FutureIndicative
|
static VerbTense |
VerbTense.FutureSubjunctive
|
static VerbTense |
VerbTense.Imperative
|
static VerbTense |
VerbTense.Infinitive
|
static VerbTense |
VerbTense.PastParticiple
|
static VerbTense |
VerbTense.PastPerfect
|
static VerbTense |
VerbTense.PastProgressive
|
static VerbTense |
VerbTense.PastSimple
|
static VerbTense |
VerbTense.Pluperfect
|
static VerbTense |
VerbTense.PresentPerfect
|
static VerbTense |
VerbTense.PresentProgressive
|
static VerbTense |
VerbTense.PresentSimple
|
static VerbTense |
VerbTense.Prevailing
|
static VerbTense |
VerbTense.PrevailingPerfect
|
static VerbTense |
VerbTense.PrevailingProgressive
|
static VerbTense |
VerbTense.Progressive
|
Methods in story.scheherazade.verbalizer that return VerbTense | |
---|---|
static VerbTense |
VerbTense.get(int number)
Return the corresponding VerbTense for the given Unique ID (see getUniqueID). |
static VerbTense |
VerbTense.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
Methods in story.scheherazade.verbalizer with parameters of type VerbTense | |
---|---|
boolean |
ActionPlanner.conjugationSet(VerbTense tense)
|
DiscourseExecutable |
SymbolPlanner.getPlan(VerbTense tense)
|
DiscourseExecutable |
ConditionPlanner.getPlan(VerbTense tense)
|
java.lang.String |
ActionPlanner.getVerbConjugation(VerbTense tense)
|
boolean |
SymbolPlanner.hasPlan(VerbTense tense)
|
boolean |
ConditionPlanner.hasPlan(VerbTense tense)
|
void |
SymbolPlanner.setPlan(VerbTense tense,
DiscourseExecutable plan)
|
void |
ActionPlanner.setVerbConjugation(VerbTense tense,
java.lang.String conjugation)
|
void |
VerbalizerState.setVerbTense(java.lang.String key,
VerbTense value)
|
Constructors in story.scheherazade.verbalizer with parameters of type VerbTense | |
---|---|
VerbalizeAction(Action action,
VerbTense tense)
|
|
VerbalizeActionArg(int arg,
VerbTense tense)
|
|
VerbalizeAssignedAction(AssignedAction action,
TransitionTime actionTimeSlice,
TimelineTime perception,
VerbTense tense,
boolean conditional)
Constructor for viewing the assigned action from a transition. |
|
VerbalizeAssignedActionArg(int arg,
VerbTense tense,
boolean conditional)
|
|
VerbalizeAssignedCondition(AssignedCondition condition,
TimelineTime perceptionTime,
VerbTense tense,
boolean conditional)
Constructor for viewing the assigned condition from a state or transition. |
|
VerbalizeAssignedConditionArg(int arg,
VerbTense tense)
|
|
VerbalizeAssignedConditionArg(int arg,
VerbTense tense,
boolean conditional)
|
|
VerbalizeAssignedInterpNode(AssignedInterpNode node,
VerbTense tense)
|
|
VerbalizeCondition(Condition condition,
VerbTense tense)
|
|
VerbalizeCondition(Condition condition,
VerbTense tense,
boolean conditional)
|
|
VerbalizeConditionArg(int arg,
VerbTense tense)
|
|
VerbalizeInterpChain(InterpChainLink chain,
VerbTense tense,
AssignedInterpNode perspectiveBox,
boolean verbalizeSource,
boolean verbalizeForks,
boolean propagate)
|
|
VerbalizeIntersection(SCHIntersection intersection,
VerbTense tense)
|
|
VerbalizePredicate(ValidPredicate predicate,
VerbTense tense)
|
|
VerbalizePropositionArg(int arg,
VerbTense tense,
boolean raising)
|
|
VerbalizeState(TimelineID timeline,
StateTime time,
VerbTense tense,
int scope,
boolean encapsulateInSentence,
Conditionality conditionality,
boolean conditional)
Constructor. |
|
VerbalizeTimeline(TimelineID timeline,
VerbTense tense)
|
|
VerbalizeTimelineArg(int arg,
VerbTense tense)
|
|
VerbalizeTransition(TimelineID timeline,
TransitionTime time,
VerbTense tense,
boolean conditional,
boolean encapsulateInSentence,
Conditionality conditionality,
TimelineTime perceptionTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |