Class LinkProfile


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

      • LinkProfile

        public LinkProfile​(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