Package | Description |
---|---|
model.agent.humanAgent.aatom.strategicLevel.belief |
The belief module and its related classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Belief> |
BeliefModule.beliefs
The historic beliefs.
|
Modifier and Type | Method and Description |
---|---|
private Belief |
BeliefModule.generateBelief()
Generates a new belief.
|
Belief |
BeliefModule.getCurrentBelief()
Gets the current belief.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
BeliefModule.isSameActivityStatePairVector(Belief first,
Belief second)
Determines if two beliefs have the same activity state pair vector.
|
private void |
BeliefModule.updateBelief(Belief newBelief)
Updates the belief if it's different from the current belief.
|