|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcsp.net.Profile
public class Profile
This class is used to hold profiles of Nodes and Links.
Node profiles are not currently used.
Profile functionality is still being implemented.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compares this Profile with another object. |
static Profile |
getLinkProfile(String name)
Returns a link profile of a certain name from a static collection of link profiles. |
static Profile |
getNodeProfile(String name)
Returns a Node profile of a certain name from a static collection of Node profiles. |
int |
hashCode()
Returns a hash code for this object that follows the standard rule for hash codes stated in the Object class. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Profile getLinkProfile(String name)
name - the name of the Profile to obtain.
public static Profile getNodeProfile(String name)
name - the name of the Profile to obtain.
public boolean equals(Object o)
equals in class Objecto - another object to compare with this object.
true iff the supplied object is a Profile object that
is exactly equal.public int hashCode()
Object class.
hashCode in class Objectint hash code for this object.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||