Uses of Class
FAtiMA.Core.plans.CausalConflictFlaw
-
Packages that use CausalConflictFlaw Package Description FAtiMA.Core.plans -
-
Uses of CausalConflictFlaw in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that return CausalConflictFlaw Modifier and Type Method Description CausalConflictFlawPlan. NextFlaw()Gets the next CausalConflictFlaw in the planMethods in FAtiMA.Core.plans that return types with arguments of type CausalConflictFlaw Modifier and Type Method Description java.util.ArrayList<CausalConflictFlaw>Plan. getIgnoredConflicts()Gets a list of CausalConflicts ignored due to emotion-focused coping strategies (denial or whishfull thinking)Methods in FAtiMA.Core.plans with parameters of type CausalConflictFlaw Modifier and Type Method Description voidPlan. IgnoreConflict(AgentModel am, CausalConflictFlaw flaw)Ignores a given CausalConflict.
-