com.cmpware.cmp.networks
Class NoNetwork

java.lang.Object
  extended by com.cmpware.cmp.Network
      extended by com.cmpware.cmp.networks.NoNetwork

public class NoNetwork
extends Network

This is the default Network configuration class. It does nothing.

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

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Constructor Summary
NoNetwork()
           
 
Method Summary
 void connectNetwork(Multiprocessor mp, java.lang.String linkName)
          This method is called to build the interconnection network for the newly allocated processor array.
 
Methods inherited from class com.cmpware.cmp.Network
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Constructor Detail

NoNetwork

public NoNetwork()
Method Detail

connectNetwork

public void connectNetwork(Multiprocessor mp,
                           java.lang.String linkName)
Description copied from class: Network
This method is called to build the interconnection network for the newly allocated processor array.

Specified by:
connectNetwork in class Network
Parameters:
mp - The multiprocessor to be connected.
linkName - The name of the link type to be used to build this network. This shouyld be a fully qualified class name. This parameter may or may not be used in this method, depending on the type of network constructed.