|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvs.plotagent.BasicPerceptionManager
public class BasicPerceptionManager
Constructor Summary | |
---|---|
BasicPerceptionManager(IPlotAgent owner)
|
Method Summary | |
---|---|
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 |
IPlotAgent |
getAgent()
To get the Agent |
void |
informCharacters()
Sends new perceptions and setting elements to the characters |
void |
registerOperatorResult(OperatorResult or)
Register operator results |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicPerceptionManager(IPlotAgent owner)
Method Detail |
---|
public java.util.Set<FabulaCausality> explainCausalities()
IExplainable
explainCausalities
in interface IExplainable
public java.util.Set<FabulaElement> explainElements()
IExplainable
explainElements
in interface IExplainable
public IPlotAgent getAgent()
IAgentModule
getAgent
in interface IAgentModule
public void informCharacters()
informCharacters
in interface IPerceptionManager
public void registerOperatorResult(OperatorResult or)
IPerceptionManager
registerOperatorResult
in interface IPerceptionManager
or
- the Operator Result to register
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |