| Modifier and Type | Field and Description | 
|---|---|
private java.util.Map<java.lang.Integer,RelationalConditional> | 
RelationalBruteForceCReasoner.indexToConditional
Maps the indices of the kappa vector to their corresponding
 conditionals. 
 | 
| Constructor and Description | 
|---|
RclBeliefSet(java.util.Collection<? extends RelationalConditional> conditionals)
Creates a new relational conditional belief set with the given collection of
 relational conditionals. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RelationalConditional | 
RclParser.parseFormula(java.io.Reader reader)  | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Set<RelationalConditional> | 
RelationalRankingFunction.getPrototypes(RelationalConditional rc)
Returns the set of instances with prototypes. 
 | 
private java.util.Set<RelationalConditional> | 
RelationalRankingFunction.getWeakPrototypes(RelationalConditional rc)
Returns the set of instances with weak prototypes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Set<RelationalConditional> | 
RelationalRankingFunction.getPrototypes(RelationalConditional rc)
Returns the set of instances with prototypes. 
 | 
private java.util.Set<RelationalConditional> | 
RelationalRankingFunction.getWeakPrototypes(RelationalConditional rc)
Returns the set of instances with weak prototypes. 
 | 
java.lang.Integer | 
RelationalRankingFunction.numFalsifiedInstances(HerbrandInterpretation w,
                     RelationalConditional rc)
Returns the number of instances of "rc" that are falsified by
 the given interpretation. 
 | 
java.lang.Integer | 
RelationalRankingFunction.numVerifiedInstances(HerbrandInterpretation w,
                    RelationalConditional rc)
Returns the number of instances of "rc" that are verified by
 the given interpretation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RelationalConditional | 
RelationalConditional.clone()  | 
| Modifier and Type | Method and Description | 
|---|---|
Probability | 
RpclProbabilityDistribution.probability(RelationalConditional re)
Gets the probability of the given closed relational conditional "re", i.e. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RelationalProbabilisticConditional
This class represents a relational probabilistic conditional, i.e. 
 | 
| Constructor and Description | 
|---|
RelationalProbabilisticConditional(RelationalConditional conditional,
                                  Probability probability)
Creates a new relational probabilistic conditional with the given conditional and probability 
 |