Package weka.associations.tertius
Class Literal
java.lang.Object
weka.associations.tertius.Literal
- All Implemented Interfaces:
Serializable
,RevisionHandler
- Direct Known Subclasses:
AttributeValueLiteral
- Version:
- $Revision: 1.5 $
- Author:
- Peter A. Flach, Nicolas Lachiche
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
negationSatisfies
(Instance instance) boolean
negative()
boolean
positive()
abstract boolean
void
setNegation
(Literal negation) abstract String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface weka.core.RevisionHandler
getRevision
-
Field Details
-
NEG
public static final int NEG- See Also:
-
POS
public static final int POS- See Also:
-
-
Constructor Details
-
Literal
-
-
Method Details