程序包 weka.gui.streams
类 InstanceEvent
java.lang.Object
java.util.EventObject
weka.gui.streams.InstanceEvent
- 所有已实现的接口:
Serializable
An event encapsulating an instance stream event.
- 版本:
- $Revision: 1.7 $
- 作者:
- Len Trigg (trigg@cs.waikato.ac.nz)
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明static final int
Specifies that the batch of instances is finishedstatic final int
Specifies that the instance format is availablestatic final int
Specifies that an instance is available -
构造器概要
构造器构造器说明InstanceEvent
(Object source, int ID) Constructs an InstanceEvent with the specified source object and event type -
方法概要
从类继承的方法 java.util.EventObject
getSource, toString
-
字段详细资料
-
FORMAT_AVAILABLE
public static final int FORMAT_AVAILABLESpecifies that the instance format is available- 另请参阅:
-
INSTANCE_AVAILABLE
public static final int INSTANCE_AVAILABLESpecifies that an instance is available- 另请参阅:
-
BATCH_FINISHED
public static final int BATCH_FINISHEDSpecifies that the batch of instances is finished- 另请参阅:
-
-
构造器详细资料
-
InstanceEvent
Constructs an InstanceEvent with the specified source object and event type- 参数:
source
- the object generating the InstanceEventID
- the type of the InstanceEvent
-
-
方法详细资料
-
getID
public int getID()Get the event type- 返回:
- the event type
-