edu.udo.cs.yale.operator.io
Class BibtexExampleSource

java.lang.Object
  extended by edu.udo.cs.yale.operator.Operator
      extended by edu.udo.cs.yale.operator.io.ResultSetExampleSource
          extended by edu.udo.cs.yale.operator.io.KDBExampleSource
              extended by edu.udo.cs.yale.operator.io.BibtexExampleSource
All Implemented Interfaces:
ConfigurationListener

public class BibtexExampleSource
extends KDBExampleSource

This operator can read BibTeX files. It uses Stefan Haustein's kdb tools.

Version:
$Id: BibtexExampleSource.java,v 1.6 2006/03/21 15:35:46 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer
Keywords:
bibtex

Constructor Summary
BibtexExampleSource(OperatorDescription description)
           
 
Method Summary
 java.lang.String getExtension()
           
 java.lang.String getFormat()
           
 
Methods inherited from class edu.udo.cs.yale.operator.io.KDBExampleSource
getParameterTypes, getResultSet, setNominalValues
 
Methods inherited from class edu.udo.cs.yale.operator.io.ResultSetExampleSource
apply, createExampleSet, getInputClasses, getOutputClasses
 
Methods inherited from class edu.udo.cs.yale.operator.Operator
addError, addValue, addWarning, apply, checkDeprecations, checkIO, checkProperties, clearErrorList, cloneOperator, createExperimentTree, createExperimentTree, createFromXML, createMarkedExperimentTree, delete, experimentFinished, experimentStarts, getAddOnlyAdditionalOutput, getApplyCount, getDeliveredOutputClasses, getDeprecationInfo, getDesiredInputClasses, getErrorList, getExperiment, getInnerOperatorsXML, getInput, getInput, getInput, getInputDescription, getIOContainerForInApplyLoopBreakpoint, getName, getNumberOfSteps, getOperatorClassName, getOperatorDescription, getParameter, getParameterAsBoolean, getParameterAsColor, getParameterAsDouble, getParameterAsFile, getParameterAsInt, getParameterAsString, getParameterList, getParameters, getParameterType, getParent, getStartTime, getStatus, getUserDescription, getValue, getValues, getXML, hasBreakpoint, hasBreakpoint, hasInput, inApplyLoop, isEnabled, isParameterSet, logMessage, performAdditionalChecks, register, remove, rename, resume, setBreakpoint, setEnabled, setExperiment, setInput, setListParameter, setOperatorParameters, setParameter, setParameters, setParent, setUserDescription, toString, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BibtexExampleSource

public BibtexExampleSource(OperatorDescription description)
Method Detail

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in class KDBExampleSource

getExtension

public java.lang.String getExtension()
Specified by:
getExtension in class KDBExampleSource


Copyright © 2001-2006