public interface ChangeOperator
| Modifier and Type | Method and Description | 
|---|---|
ProbabilisticExtension | 
change(PartialProbabilityAssignment ppa,
      DungTheory theory)
Given a partial probability assignment ppa and an argumentation theory, compute
 the closest probabilistic extension that is adequate for observing the theory in 
 the state ppa. 
 | 
ProbabilisticExtension | 
change(ProbabilisticExtension p,
      DungTheory theory)
Given a probabilistic extension and an argumentation theory, compute
 the closest probabilistic extension that is adequate for observing the theory in 
 the state p. 
 | 
ProbabilisticExtension change(PartialProbabilityAssignment ppa, DungTheory theory)
ppa - some partial probability assignment.theory - some theory.ProbabilisticExtension change(ProbabilisticExtension p, DungTheory theory)
p - some probabilistic extension.theory - some theory.