CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.settings
Class LinkProfile

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

public class LinkProfile
extends Object

Used internally within the JCSP network infrastructure to represent a single link profile.

Author:
Quickstone Technologies Limited

Constructor Summary
LinkProfile(String name, boolean exactMatchRequired)
           
 
Method Summary
 void addReq(Req req)
           
 boolean equals(Object o)
           
 boolean getExactMatchRequired()
           
 String getName()
           
 Req[] getReqs()
           
 int hashCode()
           
 void removeReq(Req req)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkProfile

public LinkProfile(String name,
                   boolean exactMatchRequired)
Method Detail

addReq

public void addReq(Req req)

removeReq

public void removeReq(Req req)

getReqs

public Req[] getReqs()

getName

public String getName()

getExactMatchRequired

public boolean getExactMatchRequired()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode 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.