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 classConnectionOrientedUsed internally within the JCSP network infrastructure to represent a connection oriented protocol.classMaxPingUsed internally within the JCSP network infrastructure to represent a maximum ping rate.classMinMemoryUsed internally within the JCSP network infrastructure to represent a minimum memory setting.classMinSpeedUsed internally within the JCSP network infrastructure to represent a minimum speed setting.classReliableUsed internally within the JCSP network infrastructure to represent a reliable protocol.classReqProtocolUsed internally within the JCSP network infrastructure to represent a protocol requirement.classWirelessUsed 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 voidLinkProfile. addReq(Req req)voidNodeProfile. addReq(Req req)voidLinkProfile. removeReq(Req req)voidNodeProfile. removeReq(Req req)
-