Uses of Class
org.jcsp.net2.NetLocation
-
Packages that use NetLocation Package Description org.jcsp.net2 org.jcsp.net2.mobile -
-
Uses of NetLocation in org.jcsp.net2
Subclasses of NetLocation in org.jcsp.net2 Modifier and Type Class Description class
NetBarrierLocation
This class is a data structure representing the location of a NetBarrier in a network.class
NetChannelLocation
This class is a data structure representing the location of a NetChannelInput in a network.class
NetConnectionLocation
Methods in org.jcsp.net2 that return NetLocation Modifier and Type Method Description NetLocation
NetAltingConnectionClient. getLocation()
NetLocation
NetAltingConnectionServer. getLocation()
NetLocation
NetBarrier. getLocation()
Returns the location of this barrierNetLocation
Networked. getLocation()
Gets the networked location of the Networked construct -
Uses of NetLocation in org.jcsp.net2.mobile
Methods in org.jcsp.net2.mobile that return NetLocation Modifier and Type Method Description NetLocation
MobileChannelInput. getLocation()
NetLocation
MobileChannelOutput. getLocation()
-