com.cmpware.cmp.models
Class Checkerboard

java.lang.Object
  extended by com.cmpware.cmp.CustomArray
      extended by com.cmpware.cmp.models.Checkerboard

public class Checkerboard
extends CustomArray

This implements an 8x8 heterogeneous processor array in a checkerboard pattern with MIPS32 and Sparc-8 processors.

Copyright (c) 2005, 2006 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String[][] processorArray
          A processor array description
 
Fields inherited from class com.cmpware.cmp.CustomArray
copyright
 
Constructor Summary
Checkerboard()
           
 
Method Summary
 java.lang.String[][] getProcessorTable()
          This method defines the processors in the multiprocessor array.
 
Methods inherited from class com.cmpware.cmp.CustomArray
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processorArray

public static java.lang.String[][] processorArray
A processor array description

Constructor Detail

Checkerboard

public Checkerboard()
Method Detail

getProcessorTable

public java.lang.String[][] getProcessorTable()
Description copied from class: CustomArray
This method defines the processors in the multiprocessor array. Each element in the returned 2D string array represents a class defining a processor. The alernative to this processor array definition is to use the fields in the Cmpware Preference Pages. This will define a regular N x M array of processors, all necessarily of the same type.

Specified by:
getProcessorTable in class CustomArray
Returns:
This method defines the processors in the multiprocessor array. Each element in the returned 2D string array represents a class defining a processor.