Package weka.associations.tertius
Class Predicate
java.lang.Object
weka.associations.tertius.Predicate
- All Implemented Interfaces:
Serializable,RevisionHandler
- Version:
- $Revision: 1.5 $
- Author:
- Peter A. Flach, Nicolas Lachiche
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLiteral(Literal lit) intgetIndex()getLiteral(int index) Returns the revision string.intbooleanisClass()inttoString()
-
Constructor Details
-
Predicate
-
-
Method Details
-
addLiteral
-
getLiteral
-
getIndex
public int getIndex() -
indexOf
-
numLiterals
public int numLiterals() -
isClass
public boolean isClass() -
toString
-
description
-
getRevision
Returns the revision string.- Specified by:
getRevisionin interfaceRevisionHandler- Returns:
- the revision
-