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 classNetBarrierLocationThis class is a data structure representing the location of a NetBarrier in a network.classNetChannelLocationThis class is a data structure representing the location of a NetChannelInput in a network.classNetConnectionLocationMethods in org.jcsp.net2 that return NetLocation Modifier and Type Method Description NetLocationNetAltingConnectionClient. getLocation()NetLocationNetAltingConnectionServer. getLocation()NetLocationNetBarrier. getLocation()Returns the location of this barrierNetLocationNetworked. 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 NetLocationMobileChannelInput. getLocation()NetLocationMobileChannelOutput. getLocation()
-