edu.udo.cs.yale.example
Class AbstractExampleReader

java.lang.Object
  extended by edu.udo.cs.yale.example.AbstractExampleReader
All Implemented Interfaces:
ExampleReader, java.util.Iterator<Example>
Direct Known Subclasses:
ConditionExampleReader, SimpleExampleReader, SkipNANExampleReader, SplittedExampleSetReader, WeightingExampleReader

public abstract class AbstractExampleReader
extends java.lang.Object
implements ExampleReader

Abstract implementation which implements the method remove by throwing a UnsupportedOperationException.

Version:
$Id: AbstractExampleReader.java,v 2.2 2006/08/03 14:39:27 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
AbstractExampleReader()
           
 
Method Summary
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Constructor Detail

AbstractExampleReader

public AbstractExampleReader()
Method Detail

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Example>


Copyright © 2001-2006