Package | Description |
---|---|
weka.associations.tertius |
Modifier and Type | Class and Description |
---|---|
class |
AttributeValueLiteral |
class |
IndividualLiteral |
Modifier and Type | Method and Description |
---|---|
Literal |
LiteralSet.getLastLiteral()
Give the last literal added to this set.
|
Literal |
Predicate.getLiteral(int index) |
Literal |
Literal.getNegation() |
Modifier and Type | Method and Description |
---|---|
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.
|
abstract boolean |
LiteralSet.canKeep(Instance instance,
Literal newLit)
Test if an instance can be kept as a counter-instance,
given a new 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.
|
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) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.