|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionStrength | |
---|---|
demo.inpro.system.greifarm | This package contains all classes that are necessary for the Greifarm domain. |
Uses of ActionStrength in demo.inpro.system.greifarm |
---|
Fields in demo.inpro.system.greifarm declared as ActionStrength | |
---|---|
private ActionStrength |
ActionIU.actionStrength
|
Methods in demo.inpro.system.greifarm that return ActionStrength | |
---|---|
private ActionStrength |
NLU.getModifierValue(WordIU word,
ActionStrength strengthModifier)
we only interpret the very last modifier word; that is, things like "sehr weit" are handled just like "weit" "ganz weit nach" should really be interpreted like "ganz nach", not like "weit nach" at the same time, "ganz bisschen" *should* be interpreted like "bisschen" in other words: max followed by strong should remain strong. |
static ActionStrength |
ActionStrength.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActionStrength[] |
ActionStrength.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in demo.inpro.system.greifarm with parameters of type ActionStrength | |
---|---|
private ActionStrength |
NLU.getModifierValue(WordIU word,
ActionStrength strengthModifier)
we only interpret the very last modifier word; that is, things like "sehr weit" are handled just like "weit" "ganz weit nach" should really be interpreted like "ganz nach", not like "weit nach" at the same time, "ganz bisschen" *should* be interpreted like "bisschen" in other words: max followed by strong should remain strong. |
Constructors in demo.inpro.system.greifarm with parameters of type ActionStrength | |
---|---|
ActionIU(ActionIU sll,
java.util.List<? extends IU> groundingWords,
ActionType type,
ActionStrength strengthModifier)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |