org.jcsp.net.settings
Class NodeProfiles
java.lang.Object
org.jcsp.net.settings.NodeProfiles
public class NodeProfiles
- extends java.lang.Object
Used internally within the JCSP network infrastructure to represent a set of node profiles.
- Author:
- Quickstone Technologies Limited
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NodeProfiles
public NodeProfiles()
addProfile
public void addProfile(NodeProfile p)
removeProfile
public void removeProfile(NodeProfile p)
getProfile
public NodeProfile getProfile(java.lang.String name)
getProfiles
public NodeProfile[] getProfiles()
getLastProfile
public NodeProfile getLastProfile()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
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.