| Chunk |
|---|
| Conflicting content |
|---|
public class Clause {
/**
<<<<<<< HEAD
* Creates a new clause.
*
* @param cond
* the condition under which this clause applies
* @param cpdClass
* the class of the conditional probability distribution used in this
* clause
* @param cpdParams
* List of ArgSpec objects representing CPD parameters. These must be
* non-random and must contain no free variables.
* @param cpdArgs
* List of ArgSpec objects whose denotations will be passed to the
* CPD each time it is invoked
*/
public Clause(Formula cond, Class extends CondProbDistrib> cpdClass,
List |
| Solution content |
|---|
public class Clause {
/**
* Create a new clause.
*
* @param cond
* the condition under which this clause applies |
| File |
|---|
| Clause.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Method declaration |
| Chunk |
|---|
| Conflicting content |
|---|
* the condition under which this clause applies
* @param cpdCLass
* the class of the conditional probability distribution used.
<<<<<<< HEAD
* @param cpdArgsAndParams
* A mixed list of arguments and parameters.
*/
public Clause(Formula cond, Class extends CondProbDistrib> cpdClass,
List |
| Solution content |
|---|
* the condition under which this clause applies * @param cpdCLass * the class of the conditional probability distribution used. * @param cpdArgs * A list of arguments (may be fixed or non-fixed). */ |
| File |
|---|
| Clause.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Method declaration |
| Chunk |
|---|
| Conflicting content |
|---|
private Formula cond; private Class extends CondProbDistrib> cpdClass; <<<<<<< HEAD private List |
| Solution content |
|---|
private Formula cond; private Class extends CondProbDistrib> cpdClass; private CondProbDistrib cpd; private List |
| File |
|---|
| Clause.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Attribute |
| Comment |