Uses of Interface
org.jcsp.net.settings.Req
-
Packages that use Req Package Description org.jcsp.net.settings 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
ConnectionOriented
Used internally within the JCSP network infrastructure to represent a connection oriented protocol.class
MaxPing
Used internally within the JCSP network infrastructure to represent a maximum ping rate.class
MinMemory
Used internally within the JCSP network infrastructure to represent a minimum memory setting.class
MinSpeed
Used internally within the JCSP network infrastructure to represent a minimum speed setting.class
Reliable
Used internally within the JCSP network infrastructure to represent a reliable protocol.class
ReqProtocol
Used internally within the JCSP network infrastructure to represent a protocol requirement.class
Wireless
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)
-