Class NodeProfile


  • public class NodeProfile
    extends Object
    Used internally within the JCSP network infrastructure to represent a node profile.
    Author:
    Quickstone Technologies Limited
    • Constructor Detail

      • NodeProfile

        public NodeProfile​(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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object