org.jcsp.net.settings
Class NodeProfile
java.lang.Object
org.jcsp.net.settings.NodeProfile
public class NodeProfile
- extends java.lang.Object
Used internally within the JCSP network infrastructure to represent a node profile.
- Author:
- Quickstone Technologies Limited
Constructor Summary |
NodeProfile(java.lang.String name,
boolean exactMatchRequired)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NodeProfile
public NodeProfile(java.lang.String name,
boolean exactMatchRequired)
addReq
public void addReq(Req req)
removeReq
public void removeReq(Req req)
getReqs
public Req[] getReqs()
getName
public java.lang.String getName()
getExactMatchRequired
public boolean getExactMatchRequired()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
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.