/[xulu]/branches/1.8-gt2-2.6/src/appl/parallel/data/splittable/SingleGridFactory.java
ViewVC logotype

Annotation of /branches/1.8-gt2-2.6/src/appl/parallel/data/splittable/SingleGridFactory.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/src/appl/parallel/data/splittable/SingleGridFactory.java
File size: 1048 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 mojays 2 package appl.parallel.data.splittable;
2    
3     import edu.bonn.xulu.io.InstantiationFactory;
4     // nur fuer Doku
5     import schmitzm.data.WritableGrid;
6     import edu.bonn.xulu.plugin.data.grid.SingleGrid;
7     import edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory;
8    
9     /**
10     * Diese Factory erzeugt Standard-Instanzen von {@link SingleGrid} mit einem
11     * durch die Factory {@link SplittableGridLLFactory} erzeugten (auf Standard-Arrays basierenden)
12     * {@link WritableGrid}.
13     * @author Dominik Appl
14     * @author <a href="mailto:[email protected]">Martin Schmitz</a> (University of Bonn/Germany)
15     * @version 1.0
16     */
17     public class SingleGridFactory extends edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory{
18    
19     /**
20     * Liefert eine Instanz von {@link WritableGridArrayFactory}, die auf Standard-Arrays
21     * basierende Instanzen von {@link WritableGrid} erzeugt. Mit diesen
22     * Instanzen wird das SingleGrid gefuellt.
23     */
24     protected InstantiationFactory getWritableGridFactory() {
25     return new SplittableGridLLFactory();
26     }
27     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26