Uses of Class
org.datamixer.DatamixerException

Packages that use DatamixerException
org.datamixer   
org.datamixer.collections   
org.datamixer.config   
org.datamixer.config.collections   
org.datamixer.config.containers   
org.datamixer.config.functions   
org.datamixer.config.functions.datamixer   
org.datamixer.config.io   
org.datamixer.containers   
org.datamixer.functions   
org.datamixer.functions.arithmetic   
org.datamixer.functions.datamixer   
org.datamixer.functions.string   
org.datamixer.io   
org.datamixer.values   
 

Uses of DatamixerException in org.datamixer
 

Methods in org.datamixer that throw DatamixerException
 void Main.run(java.lang.String[] args)
           
 void Main.diff()
           
 java.lang.String Main.readFile(java.lang.String path)
           
 void DatamixerListener.handleDatamixerEvent(DatamixerEvent e)
          dispatches the event based on the event type and action.
 void DatamixerEventGenerator.fireDatamixerEvent(int event)
          Calls handleDatamixerEvent on listeners.
 

Uses of DatamixerException in org.datamixer.collections
 

Methods in org.datamixer.collections that throw DatamixerException
protected  void ValueListIterator.doInitialize()
          Initialization.
protected  boolean ValueListIterator.doDone()
           
protected  void ValueListIterator.doGenerate()
           
protected  void ValueListIterator.doReset()
          Resets the iterator to an initial state.
 void ValueList.handleDatamixerEvent(DatamixerEvent e)
          Dispatches the event based on the event type and action.
protected  void ValueList.doInitialize()
           
 Value ValueList.findValue(java.lang.String[] names)
          Locate a nested value by names.
protected  void SyntheticList.doInitialize()
           
protected  void SyntheticIterator.doInitialize()
          Initialization.
protected  void SyntheticIterator.doReset()
          Resets the iterator to an initial state.
protected  void StringsIterator.doInitialize()
          Initialization.
protected  boolean StringsIterator.doDone()
           
protected  void StringsIterator.doGenerate()
          Generate the next element in the collection.
protected  void Strings.doInitialize()
           
protected  void RandomIterator.doInitialize()
          Initialization.
protected  boolean RandomIterator.doDone()
           
protected  void RandomIterator.doGenerate()
           
protected  void RandomIterator.doReset()
          Resets the iterator to an initial state.
 void IteratorReference.fireDatamixerEvent(int event)
          Calls handleDatamixerEvent on listeners.
protected  void IteratorReference.doInitialize()
          Initialization.
protected  boolean IteratorReference.doDone()
          Returns true if generation has finished.
protected  void IteratorReference.doGenerate()
          Generate the next element in the collection.
protected  void IteratorReference.doReset()
          Resets the generator to an initial state.
protected  void IntsIterator.doInitialize()
          Initialization.
protected  boolean IntsIterator.doDone()
           
protected  void IntsIterator.doGenerate()
           
protected  void IntsIterator.doReset()
          Resets the iterator to an initial state.
protected  void Ints.doInitialize()
          Initialization.
protected  void DoublesIterator.doInitialize()
          Initialization.
protected  boolean DoublesIterator.doDone()
           
protected  void DoublesIterator.doGenerate()
           
protected  void DoublesIterator.doReset()
          Resets the iterator to an initial state.
protected  void Doubles.doInitialize()
          Initialization.
protected  void DatesIterator.doInitialize()
          Initialization.
protected  boolean DatesIterator.doDone()
           
protected  void DatesIterator.doGenerate()
           
protected  void DatesIterator.doReset()
          Resets the iterator to an initial state.
protected  void Dates.doInitialize()
          Initialization.
protected  boolean DatamixerIterator.doDone()
          Returns false, always.
 void DatamixerIterator.fireDatamixerEvent(int event)
          Calls handleDatamixerEvent on listeners.
protected  void DatamixerIterator.doFireDatamixerEvent(DatamixerEvent event)
          Allows subclasses to initialize event.
 boolean DatamixerIterator.getHasNext()
          Provides JavaBean access.
 java.lang.Object DatamixerIterator.getNext()
          Provides JavaBean access.
 Value DatamixerIterator.getNextValue()
          Generates the next value, sets it as the current value, and fires a next event.
 void DatamixerIterator.initialize()
          Initialize this instance.
protected  void DatamixerIterator.doInitialize()
          Initialization.
 void DatamixerIterator.reset()
          Resets the generator to an initial state.
protected  void DatamixerIterator.doReset()
          Resets the generator to an initial state.
 void DatamixerIterator.generate()
          Generates the next value and sets it as the current value.
protected  void DatamixerIterator.doGenerate()
          Generate the next element in the collection.
protected  void DatamixerCollection.initialize()
          Initialize this instance.
protected  void DatamixerCollection.doInitialize()
           
protected  void DatamixerCollection.error(java.lang.String errmsg)
           
protected  boolean CollectionWrapperIterator.doDone()
           
protected  void CollectionWrapperIterator.doGenerate()
           
protected  void CollectionWrapperIterator.doReset()
          Resets the iterator to an initial state.
 

Uses of DatamixerException in org.datamixer.config
 

Methods in org.datamixer.config that throw DatamixerException
protected  void PageConfig.doInitialize()
           
 DatamixerEventGenerator ListenerConfig.getGeneratorImpl()
           
 DatamixerListener ListenerConfig.getListenerImpl()
           
 void ElementBase.initialize()
           
protected  void ElementBase.doInitialize()
           
protected  void ElementBase.initializeElements()
           
protected  void ElementBase.setListenerImpls(DatamixerEventGenerator parentGenerator)
          Add listeners to parentGenerator, or generator attribute if set.
protected  void ElementBase.error(java.lang.String errmsg)
           
protected  void ElementBase.error(java.lang.Exception e)
           
protected  void ElementBase.error(java.lang.String errmsg, java.lang.Exception e)
           
 void DatamixerConfig.initialize()
          initialize
static DatamixerConfig ConfigUtils.load(java.lang.String path)
           
static DatamixerConfig ConfigUtils.parse(java.lang.String filepath)
           
protected  void ApplicationConfig.doInitialize()
           
 

Uses of DatamixerException in org.datamixer.config.collections
 

Methods in org.datamixer.config.collections that throw DatamixerException
protected  void ValueListConfig.doInitialize()
           
protected  void SyntheticListConfig.doInitialize()
           
protected  void StringsConfig.doInitialize()
           
protected  void IteratorConfig.doInitialize()
           
protected  void IteratorConfig.validate()
          Ensures the consistency of attributes and nested elements for different iterator implementations.
protected  void IteratorConfig.setImplAttributes(DatamixerIterator iterator)
          Set attributes in the implementation.
protected  DatamixerIterator IteratorConfig.initIteratorImpl()
           
protected  DatamixerIterator IteratorConfig.initRandomIteratorImpl()
           
protected  DatamixerCollection IteratorConfig.resolveCollection()
           
protected  void ConstantsIteratorConfig.doInitialize()
           
protected  void CollectionConfig.doInitialize()
           
 

Uses of DatamixerException in org.datamixer.config.containers
 

Methods in org.datamixer.config.containers that throw DatamixerException
protected  void CollectionContainerIteratorConfig.doInitialize()
           
protected  void CollectionContainerConfig.doInitialize()
           
 

Uses of DatamixerException in org.datamixer.config.functions
 

Methods in org.datamixer.config.functions that throw DatamixerException
protected  void RandomConfig.doInitialize()
           
protected  void LineConfig.doInitialize()
           
protected  void FunctionConfig.doInitialize()
           
 

Uses of DatamixerException in org.datamixer.config.functions.datamixer
 

Methods in org.datamixer.config.functions.datamixer that throw DatamixerException
protected  void NextValueConfig.doInitialize()
           
protected  void ForEachConfig.doInitialize()
           
 

Uses of DatamixerException in org.datamixer.config.io
 

Methods in org.datamixer.config.io that throw DatamixerException
protected  void WriterConfig.doInitialize()
           
protected  void ReaderConfig.doInitialize()
           
protected  void FormatterConfig.doInitialize()
           
protected  void FileWriterConfig.doInitialize()
           
protected  void FileReaderConfig.doInitialize()
           
protected  void ElementConfig.doInitialize()
           
protected  void DelimitedFormatConfig.doInitialize()
           
protected  void AttributeConfig.doInitialize()
           
protected  void AttributeConfig.validate()
           
 

Uses of DatamixerException in org.datamixer.containers
 

Methods in org.datamixer.containers that throw DatamixerException
protected  void CounterIterator.doInitialize()
          Initialization.
protected  void CounterIterator.doContainerGenerate(ValueList result)
          Generate the next element in the collection.
protected  void CounterIterator.doReset()
          Resets the iterator to an initial state.
protected  void CollectionContainerIterator.doInitialize()
          Initialization.
protected  boolean CollectionContainerIterator.doDone()
          call done on generators.
protected  boolean CollectionContainerIterator.anyDone()
          returns true if any generator is done.
protected  boolean CollectionContainerIterator.allDone()
          returns true if all iterators are done.
protected  void CollectionContainerIterator.doGenerate()
          Generate the next element in the collection.
protected  void CollectionContainerIterator.doContainerGenerate(ValueList result)
          Generate the next element in the collection.
protected  void CollectionContainerIterator.doReset()
          Resets the iterator to an initial state.
protected  int CollectionContainerIterator.findDataType()
          Returns the datatype.
static int CollectionContainerIterator.maxDataType(int type1, int type2)
          Returns the datatype with maximum precision for type1 and type2.
static void CollectionContainerIterator.checkCompatibility(int type1, int type2)
          Checks compatibility between two datatypes.
static int CollectionContainerIterator.dataTypeWeight(int type)
          Returns the datatype with maximum precision for type1 and type2.
 

Uses of DatamixerException in org.datamixer.functions
 

Methods in org.datamixer.functions that throw DatamixerException
protected  boolean RandomFunction.doDone()
           
protected  void RandomFunction.doGenerate()
           
 int LineStrategy.findDataType(int type)
          Returns the datatype with maximum precision among iterators, multiplier, and intercept.
 Value LineStrategy.operator()
           
 int FunctionStrategy.findDataType(int type)
          Set the datatype.
 Value FunctionStrategy.operator()
          Applies an operator to the children of a Function node.
protected  void FunctionStrategy.handleArguments(Value value)
          If value is a ValueListValue, calls handleArguments recursively on its values.
protected  void FunctionStrategy.operate(Value value)
          Operates on value.
protected  void FunctionIterator.doInitialize()
           
protected  void FunctionIterator.doGenerate()
          Generates the next value.
 FunctionStrategy FunctionIterator.getStrategy()
          Returns the current strategy.
 Value FunctionIterator.getArguments()
          Returns the current arguments.
 

Uses of DatamixerException in org.datamixer.functions.arithmetic
 

Methods in org.datamixer.functions.arithmetic that throw DatamixerException
 Value SubtractStrategy.operator()
           
 Value MultiplyStrategy.operator()
           
 Value DivideStrategy.operator()
           
protected  void AddStrategy.operate(Value value)
           
 

Uses of DatamixerException in org.datamixer.functions.datamixer
 

Methods in org.datamixer.functions.datamixer that throw DatamixerException
 Value ForEachStrategy.operator()
           
 Value AddValueStrategy.operator()
          Takes two arguments: a DatamixerIterator and a ValueList.
 

Uses of DatamixerException in org.datamixer.functions.string
 

Methods in org.datamixer.functions.string that throw DatamixerException
protected  void ConcatStrategy.operate(Value value)
           
 

Uses of DatamixerException in org.datamixer.io
 

Methods in org.datamixer.io that throw DatamixerException
 boolean XmlFormat.read(DMElement element)
           
protected  void XmlFormat.writeElement(int depth, DMElement element)
           
protected  void XmlFormat.formatAttribute(DMAttribute attr, Value value, int index)
           
static void XmlFormat.indent(DMWriter writer, int depth)
           
static void XmlFormat.newline(DMWriter writer)
           
 void DMWriter.write(java.lang.String s)
           
 void DMWriter.flush()
           
 void DMWriter.close()
           
 void DMStreamWriter.write(java.lang.String s)
           
 java.lang.String DMReader.readLine()
           
 void DMReader.finish()
           
 boolean DMFormatter.read(DMElement element)
          Should be overridden by derived classes.
 void DMFormatter.write(DMElement element)
           
 void DMFormatter.write(int depth, DMElement element)
           
protected  void DMFormatter.writeElements(int depth, java.util.ArrayList elements)
          Write all elements in elements.
protected  void DMFormatter.writeElementValues(int depth, DMElement element)
           
protected  void DMFormatter.writeElement(int depth, DMElement element)
           
protected  void DMFormatter.writeAttributes(java.util.ArrayList attrs)
           
protected  void DMFormatter.writeAttribute(DMAttribute attr, int index)
           
protected  void DMFormatter.formatAttribute(DMAttribute attr, Value value, int index)
           
 void DMElement.handleDatamixerEvent(DatamixerEvent e)
          Dispatches the event based on the event type and action.
 Value DMElement.findValue(java.lang.String path)
          Finds value by name.
 void DMElement.read()
           
 void DMElement.write()
           
 void DMAttribute.handleDatamixerEvent(DatamixerEvent e)
          Dispatches the event based on the event type and action.
 void DMAttribute.fireDatamixerEvent(int event)
          Calls handleDatamixerEvent on listeners.
protected  void DMAttribute.doFireDatamixerEvent(DatamixerEvent event)
          Allows subclasses to initialize event.
 Value DMAttribute.getValue()
           
 void DMAttribute.setValue(Value value)
          sets value as the current value, and fires a next event.
protected  void DMAttribute.error(java.lang.String message)
           
 boolean DelimitedFormat.read(DMElement element)
           
protected  void DelimitedFormat.readAttributes(java.lang.String[] tokens, java.util.ArrayList attributes)
           
protected  void DelimitedFormat.writeElement(int depth, DMElement element)
           
protected  void DelimitedFormat.formatAttribute(DMAttribute attr, Value value, int index)
           
 

Uses of DatamixerException in org.datamixer.values
 

Methods in org.datamixer.values that throw DatamixerException
 Value Value.findValue(java.lang.String[] names)
          Find a nested value by path, a dot-separated list of names.
 



Copyright © 2004-2006 datamixer.org. All Rights Reserved.