程序包 weka.gui.streams

类 InstanceEvent

java.lang.Object
java.util.EventObject
weka.gui.streams.InstanceEvent
所有已实现的接口:
Serializable

public class InstanceEvent extends EventObject
An event encapsulating an instance stream event.
版本:
$Revision: 1.7 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 字段详细资料

    • FORMAT_AVAILABLE

      public static final int FORMAT_AVAILABLE
      Specifies that the instance format is available
      另请参阅:
    • INSTANCE_AVAILABLE

      public static final int INSTANCE_AVAILABLE
      Specifies that an instance is available
      另请参阅:
    • BATCH_FINISHED

      public static final int BATCH_FINISHED
      Specifies that the batch of instances is finished
      另请参阅:
  • 构造器详细资料

    • InstanceEvent

      public InstanceEvent(Object source, int ID)
      Constructs an InstanceEvent with the specified source object and event type
      参数:
      source - the object generating the InstanceEvent
      ID - the type of the InstanceEvent
  • 方法详细资料

    • getID

      public int getID()
      Get the event type
      返回:
      the event type