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
Any2NetChannel. getLocation()
Gets the NetChannelLocation of the input end this channel is connected to.NetLocation
Net2AnyChannel. getLocation()
Gets the channel location of this channelNetLocation
Net2OneChannel. getLocation()
Returns the NetChannelLocation of the channelNetLocation
NetAltingConnectionClient. getLocation()
NetLocation
NetAltingConnectionServer. getLocation()
NetLocation
NetBarrier. getLocation()
Returns the location of this barrierNetLocation
Networked. getLocation()
Gets the networked location of the Networked constructNetLocation
One2NetChannel. 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 NetLocation
MobileChannelInput. getLocation()
NetLocation
MobileChannelOutput. getLocation()
-