CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.settings
Class LinkProfiles

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

public class LinkProfiles
extends Object

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

Author:
Quickstone Technologies Limited

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

Constructor Detail

LinkProfiles

public LinkProfiles()
Method Detail

addProfile

public void addProfile(LinkProfile p)

removeProfile

public void removeProfile(LinkProfile p)

getProfile

public LinkProfile getProfile(String name)

getProfiles

public LinkProfile[] getProfiles()

getLastProfile

public LinkProfile 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.