Uses of Interface
org.jcsp.net.settings.Req

Packages that use Req
Package
Description
This package is used internally by the JCSP network infrastructure to load XML configuration files and represent their structure.
  • Uses of Req in org.jcsp.net.settings

    Classes in org.jcsp.net.settings that implement Req
    Modifier and Type
    Class
    Description
    class 
    Used internally within the JCSP network infrastructure to represent a connection oriented protocol.
    class 
    Used internally within the JCSP network infrastructure to represent a maximum ping rate.
    class 
    Used internally within the JCSP network infrastructure to represent a minimum memory setting.
    class 
    Used internally within the JCSP network infrastructure to represent a minimum speed setting.
    (package private) class 
    Used internally within the JCSP network infrastructure to represent miscellaneous requirements.
    class 
    Used internally within the JCSP network infrastructure to represent a reliable protocol.
    class 
    Used internally within the JCSP network infrastructure to represent a protocol requirement.
    class 
    Used internally within the JCSP network infrastructure to represent a wireless protocol.
    Methods in org.jcsp.net.settings that return Req
    Modifier and Type
    Method
    Description
    Req[]
    LinkProfile.getReqs()
     
    Req[]
    NodeProfile.getReqs()
     
    Methods in org.jcsp.net.settings with parameters of type Req
    Modifier and Type
    Method
    Description
    void
    LinkProfile.addReq(Req req)
     
    void
    NodeProfile.addReq(Req req)
     
    void
    LinkProfile.removeReq(Req req)
     
    void
    NodeProfile.removeReq(Req req)