Class NodeProfiles


  • public class NodeProfiles
    extends java.lang.Object
    Used internally within the JCSP network infrastructure to represent a set of node profiles.
    Author:
    Quickstone Technologies Limited
    • Constructor Detail

      • NodeProfiles

        public NodeProfiles()
    • Method Detail

      • addProfile

        public void addProfile​(NodeProfile p)
      • removeProfile

        public void removeProfile​(NodeProfile p)
      • getProfile

        public NodeProfile getProfile​(java.lang.String name)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object