Uses of Class
FAtiMA.Core.plans.CausalLink
-
Packages that use CausalLink Package Description FAtiMA.Core.plans -
-
Uses of CausalLink in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that return CausalLink Modifier and Type Method Description CausalLinkCausalConflictFlaw. GetCausalLink()Gets the CausalLink referenced by the threatMethods in FAtiMA.Core.plans that return types with arguments of type CausalLink Modifier and Type Method Description java.util.ArrayList<CausalLink>Plan. getLinks()Gets the plan CausalLinksMethods in FAtiMA.Core.plans with parameters of type CausalLink Modifier and Type Method Description voidPlan. AddLink(CausalLink l)Adds a CausalLink of the Form A--p-->B to the PlanvoidPlan. RemoveCausalLink(CausalLink link)Removes a CausalLink from the planConstructors in FAtiMA.Core.plans with parameters of type CausalLink Constructor Description CausalConflictFlaw(CausalLink link, java.lang.Integer step, Effect eff)Creates a new CausalConflictFlaw
-