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 booleannegationSatisfies(Instance instance) booleannegative()booleanpositive()abstract booleanvoidsetNegation(Literal negation) abstract StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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