|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.cmp.Network
com.cmpware.cmp.networks.NoNetwork
public class NoNetwork
This is the default Network configuration class. It does nothing.
Copyright (c) 2004, 2005 Cmpware, Inc. All Rights Reserved.
| 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 |
|---|
public static final java.lang.String copyright
| Constructor Detail |
|---|
public NoNetwork()
| Method Detail |
|---|
public void connectNetwork(Multiprocessor mp,
java.lang.String linkName)
Network
connectNetwork in class Networkmp - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||