类 Predicate
java.lang.Object
weka.associations.tertius.Predicate
- 所有已实现的接口:
Serializable
,RevisionHandler
- 版本:
- $Revision: 1.5 $
- 作者:
- Peter A. Flach, Nicolas Lachiche
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
addLiteral
(Literal lit) int
getIndex()
getLiteral
(int index) Returns the revision string.int
boolean
isClass()
int
toString()
-
构造器详细资料
-
Predicate
-
-
方法详细资料
-
addLiteral
-
getLiteral
-
getIndex
public int getIndex() -
indexOf
-
numLiterals
public int numLiterals() -
isClass
public boolean isClass() -
toString
-
description
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-