CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.settings
Class NodeProfiles

java.lang.Object
  extended by org.jcsp.net.settings.NodeProfiles

public class NodeProfiles
extends Object

Used internally within the JCSP network infrastructure to represent a set of node profiles.

Author:
Quickstone Technologies Limited

Constructor Summary
NodeProfiles()
           
 
Method Summary
 void addProfile(NodeProfile p)
           
 NodeProfile getLastProfile()
           
 NodeProfile getProfile(String name)
           
 NodeProfile[] getProfiles()
           
 void removeProfile(NodeProfile p)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeProfiles

public NodeProfiles()
Method Detail

addProfile

public void addProfile(NodeProfile p)

removeProfile

public void removeProfile(NodeProfile p)

getProfile

public NodeProfile getProfile(String name)

getProfiles

public NodeProfile[] getProfiles()

getLastProfile

public NodeProfile getLastProfile()

toString

public String toString()
Overrides:
toString in class Object

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.