MATES 3.0-rc2

Uses of Class
org.mates.util.Bundle

Packages that use Bundle
org.mates.sim.network   
org.mates.util   
 

Uses of Bundle in org.mates.sim.network
 

Subclasses of Bundle in org.mates.sim.network
protected  class Topology.TopologyBundle
          Specialized threading bundle for parallelized updating of the topology.
 

Methods in org.mates.sim.network with parameters of type Bundle
 void Topology.process(Bundle bundle)
          Callback function for processing a Topology.TopologyBundle.
 

Uses of Bundle in org.mates.util
 

Methods in org.mates.util that return Bundle
 Bundle BatchProcessor.BatchProcessorThread.getResult()
          Returns the resulting bundle list from the processing.
 Bundle Bundle.getNext()
          Returns the next Bundle in the current list.
 

Methods in org.mates.util with parameters of type Bundle
 void BatchProcessor.process(Bundle bundle)
          Processes a bundle of data by splitting it up into bundle.getDataRange()/BatchProcessor.getNumThreads() pieces.
 void BatchProcessor.BatchProcessorThread.process(Bundle bundle)
          Instructs the thread to start its processing.
 void Bundle.insertAfter(Bundle bundle)
          Inserts a bundle in the current list between this and this.
 void Processor.process(Bundle bundle)
          Processes a bundle of data.
 

Constructors in org.mates.util with parameters of type Bundle
Bundle.BundleIterator(Bundle bundle)
          Default constructor.
 


MATES 3.0-rc2

Submit a bug or request a feature
http://mates.sourceforge.net/

Copyright 2004 Evan Sultanik