|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Literal | |
|---|---|
| weka.associations.tertius | |
| Uses of Literal in weka.associations.tertius |
|---|
| Subclasses of Literal in weka.associations.tertius | |
|---|---|
class |
AttributeValueLiteral
|
class |
IndividualLiteral
|
| Methods in weka.associations.tertius that return Literal | |
|---|---|
Literal |
LiteralSet.getLastLiteral()
Give the last literal added to this set. |
Literal |
Predicate.getLiteral(int index)
|
Literal |
Literal.getNegation()
|
| Methods in weka.associations.tertius with parameters of type Literal | |
|---|---|
void |
LiteralSet.addElement(Literal element)
Add a Literal to this set. |
void |
Predicate.addLiteral(Literal lit)
|
boolean |
Rule.bodyContains(Literal lit)
Test if the body of the rule contains a literal. |
boolean |
Body.canKeep(Instance instance,
Literal newLit)
Test if an instance can be kept as a counter-instance, if a new literal is added to this body. |
abstract boolean |
LiteralSet.canKeep(Instance instance,
Literal newLit)
Test if an instance can be kept as a counter-instance, given a new literal. |
boolean |
Head.canKeep(Instance instance,
Literal newLit)
Test if an instance can be kept as a counter-instance, if a new literal is added to this head. |
boolean |
LiteralSet.contains(Literal lit)
Test if this LiteralSet contains a given Literal. |
boolean |
Rule.headContains(Literal lit)
Test if the head of the rule contains a literal. |
int |
Predicate.indexOf(Literal lit)
|
void |
Literal.setNegation(Literal negation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||