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 NetLocationAny2NetChannel. getLocation()Gets the NetChannelLocation of the input end this channel is connected to.NetLocationNet2AnyChannel. getLocation()Gets the channel location of this channelNetLocationNet2OneChannel. getLocation()Returns the NetChannelLocation of the channelNetLocationNetAltingConnectionClient. getLocation()NetLocationNetAltingConnectionServer. getLocation()NetLocationNetBarrier. getLocation()Returns the location of this barrierNetLocationNetworked. getLocation()Gets the networked location of the Networked constructNetLocationOne2NetChannel. getLocation()Gets the NetChannelLocation that this channel is connected to (i.e. -
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()
-