Package org.jcsp.net.settings
Class NodeProfiles
- java.lang.Object
-
- org.jcsp.net.settings.NodeProfiles
-
public class NodeProfiles extends java.lang.ObjectUsed internally within the JCSP network infrastructure to represent a set of node profiles.- Author:
- Quickstone Technologies Limited
-
-
Constructor Summary
Constructors Constructor Description NodeProfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProfile(NodeProfile p)NodeProfilegetLastProfile()NodeProfilegetProfile(java.lang.String name)NodeProfile[]getProfiles()voidremoveProfile(NodeProfile p)java.lang.StringtoString()
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-