|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvs.characteragent.BasicInterpretationModule
public class BasicInterpretationModule
| Constructor Summary | |
|---|---|
BasicInterpretationModule(ICharacterAgent owner)
|
|
| Method Summary | |
|---|---|
java.util.Set<StoryBelief> |
adopt(StorySettingElement sse)
Just adopts new setting elements as beliefs |
java.util.Set<FabulaCausality> |
explainCausalities()
Explain the motivations, the causalities or enablements that the interfaced class produced. |
java.util.Set<FabulaElement> |
explainElements()
Explain the fabula elements that the interfaced class produced |
ICharacterAgent |
getAgent()
To get the Agent |
java.util.Set<StoryBelief> |
interpret(StoryPerception sp)
Interprets perceptions. |
java.util.Set<StoryBelief> |
reinterpret(StoryBelief sb)
Re-interprets beliefs to generate new beliefs Current implementation: do not do any re-interpretation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicInterpretationModule(ICharacterAgent owner)
| Method Detail |
|---|
public java.util.Set<StoryBelief> adopt(StorySettingElement sse)
adopt in interface IInterpretationModulesse - the new setting
public ICharacterAgent getAgent()
IAgentModule
getAgent in interface IAgentModulepublic java.util.Set<StoryBelief> interpret(StoryPerception sp)
interpret in interface IInterpretationModulesp - the perception
public java.util.Set<StoryBelief> reinterpret(StoryBelief sb)
reinterpret in interface IInterpretationModulesb - a belief to re-interpret
public java.util.Set<FabulaCausality> explainCausalities()
IExplainable
explainCausalities in interface IExplainablepublic java.util.Set<FabulaElement> explainElements()
IExplainable
explainElements in interface IExplainable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||