A B C D E F G H I K L M N O P Q R S T U V W _

G

GM_DETECTORkey - Static variable in interface lime.PropertyKeys
A Key specifying the detection mode for GroupMember.
GM_DISSEMINATORkey - Static variable in interface lime.PropertyKeys
A Key specifying the dissemination mode for GroupMember.
GM_MAX_SPEEDkey - Static variable in interface lime.PropertyKeys
A key that specifies the maximum speed at which the host can be moving.
GM_MCASTADDRkey - Static variable in interface lime.PropertyKeys
A key to the multicast address used by the GroupMember
GM_MCASTPORTkey - Static variable in interface lime.PropertyKeys
A key to the multicast port used by the GroupMember
GM_NETWORK_LATENCYkey - Static variable in interface lime.PropertyKeys
A key that specifies to GroupMember the latency of the network.
GM_PERIODkey - Static variable in interface lime.PropertyKeys
A key that specified the period at which GroupMember broadcasts beacons.
GM_RANGEkey - Static variable in interface lime.PropertyKeys
A key that specifies the broadcast range in meters of the wireless card.
GO - Static variable in interface lime.LimeConstants
 
GO - Static variable in interface lime.motes.util.console.LimeConstants
 
GO - Static variable in interface lime.util.console.LimeConstants
 
GPS - Static variable in class moteaccess.SensorType
 
GPSInfo - class location.GPSInfo.
Encapsulates inforamation obtained from the GPS receiver.
GPSInfo(Latitude, Longitude, double, LocationDate, boolean) - Constructor for class location.GPSInfo
The constructor.
GPSInfo(GPSInfo) - Constructor for class location.GPSInfo
The copy constructor.
GPSReceiverSettings - class location.GPSReceiverSettings.
Encapsulates all of the information needed to connect to a GPS receiver.
GPSReceiverSettings(String, String) - Constructor for class location.GPSReceiverSettings
 
GPSReceiverSettingsDialog - class location.GPSReceiverSettingsDialog.
Prompts the user for real GPS receiver settings.
GPSReceiverSettingsDialog(Frame, GPSReceiverUser) - Constructor for class location.GPSReceiverSettingsDialog
Displays a dialog asking the user to input GPS receiver settings.
GPSReceiverUser - interface location.GPSReceiverUser.
Defines the interface for a object that uses a real GPS unit.
GPS_BAUDkey - Static variable in interface lime.PropertyKeys
A key that specifies the baud rate of the GPS unit.
GPS_FR - Static variable in class moteaccess.SensorType
 
GPS_PORTkey - Static variable in interface lime.PropertyKeys
A key that specifies which port the GPS unit it connected to.
GREATER_THAN - Static variable in class moteaccess.Condition
Constant that indicates the greater than operation.
GpsInfoEvent - class location.GpsInfoEvent.
This class encapulates the additional information about satellites, modes and data validity, extracted from the GPS unit each second.
GpsInfoEvent(Object, String, String, String, String) - Constructor for class location.GpsInfoEvent
Creates a new GpsInfoEvent
GpsInfoListener - interface location.GpsInfoListener.
This interface must be implemented by any object that wishes to receive GpsInfoEvent events.
GroupChangedEvent - class groupmgmt.GroupChangedEvent.
The GroupChangedEvent class; Encapsulates information related to an event generated by a group configuration change.
GroupChangedEvent(Object, Vector) - Constructor for class groupmgmt.GroupChangedEvent
Constructor.
GroupChangedListener - interface groupmgmt.GroupChangedListener.
The interface that must be implemented by any class that wants to receive notifications of changes to the Group.
GroupDisseminator - class groupmgmt.GroupDisseminator.
The GroupDisseminator abstract class; Implementations of this class are responsible for coordinating group changes with members of the group, based on connection changes sent by the MemberDetector.
GroupDisseminator() - Constructor for class groupmgmt.GroupDisseminator
Constructor.
GroupManager - class groupmgmt.GroupManager.
The Group Manager; Built for use in LIME 1.1; Maintains local information about the group that the current host is a part of (list of members).
GroupManager(int, MemberDetector, GroupDisseminator, boolean) - Constructor for class groupmgmt.GroupManager
Constructor, initializes the GroupManager with the provided MemberDetector and GroupDisseminator.
GroupManager.TestFrame - class groupmgmt.GroupManager.TestFrame.
## Private GUI class used for testing.
GroupManager.TestFrame(int, LocationGenerator, double) - Constructor for class groupmgmt.GroupManager.TestFrame
 
g - Variable in class groupmgmt.GroupManager.TestFrame
 
gd - Variable in class groupmgmt.GroupManager.TestFrame
 
genRandomGpsInfo() - Method in class location.generators.FakeSatelliteInfoGenerator
Generates a randome GpsInfoEvent.
generateRemoteSysReq(TupleOpDescriptor, ITuple, LimeServerID) - Method in class lime.LimeTSMgr
Make the reaction to go into the pendingUpon structure, and put the remote system take or read opeartion into the outgoing queue.
generateRequestID(Object) - Method in class lime.motes.MoteLimeTupleSpace
Helper method used to generate a unique request id.
get(LimeServerID) - Method in class lime.ConnectionMgr
Returns the eonnection to the LimeServer with the specified LimeServerID.
getAddress() - Method in class groupmgmt.Member
Returns the IP address of the host represented by this Member.
getAgent() - Method in class lime.motes.util.console.MainDialog
 
getAgent() - Method in class lime.util.console.MainDialog
 
getAgentReactions(AgentID) - Method in class lime.Reactor
Return the reactions belonging to the specified agent.
getAgents() - Method in class lime.AgentsEngMsg
Returns the agent hashtable.
getAgents(LimeServerID) - Method in class lime.LimeSystemTSMgr
Return an array containing the AgentID of each agent present on a given host.
getAgentsAndTS(LimeServerID) - Method in class lime.TransactionMgr
Find the agents and tuple spaces that are local to the passed host
getAllHosts() - Method in class lime.LimeSystemTSMgr
Return an array containing the LimeServerIDs of each host in the LSTS.
getAllReactions() - Method in class lime.Reactor
Returns all of the reactions that are registered on this tuple space.
getAllUpons() - Method in class lime.UponMgr
 
getAltitude() - Method in class location.LocationEvent
Returns tha altitude in meters above sea level.
getAntiTupleType(ITuple) - Method in class lime.LimeSystemTSMgr
 
getArray(ITuple[]) - Method in class lime.LimeTupleSpace
 
getArray(ITuple) - Method in class lime.LimeTupleSpace
 
getArriving() - Method in class groupmgmt.impl.SPConnectionChangesMessage
Accessor to SPChanges indicating arrivals.
getAzimut() - Method in class location.Satellite
Accessor method to satellite azimut
getBaud() - Method in class location.GPSReceiverSettings
 
getBeacon() - Method in class groupmgmt.impl.BeaconEvent
Accessor to the MemberBeacon.
getBeacon() - Method in class groupmgmt.impl.BeaconSender
Accessor to the beacon.
getBeacon() - Method in class groupmgmt.impl.BeaconServer
Accessor to the beacon.
getChange() - Method in class groupmgmt.impl.SPChangeRefusedMessage
Accessor to the refused SPChange.
getChangingHosts() - Method in class lime.LimeServer
Returns the hosts that are changing in this engagement or disengagement.
getCondition() - Method in class moteaccess.MoteReaction
Getter for the condition.
getConnected() - Method in class groupmgmt.impl.SPChange
Accessor to the state of the connection.
getConnections() - Method in class groupmgmt.impl.SPGroupChangeMessage
Accessor to get the new connections table of the group.
getConnections() - Method in class groupmgmt.impl.SPGroupInfoMessage
Accessor to get the connections table of the sender.
getConsole() - Method in class InteractiveAgent
 
getConsole() - Method in class lime.motes.MoteInteractiveAgent
 
getConsole() - Method in interface lime.motes.util.console.IConsoleProvider
Retrieves the console from the provider.
getConsole() - Method in interface lime.util.console.IConsoleProvider
Retrieves the console from the provider.
getConsoleProvider() - Method in class lime.motes.util.console.LimeConsoleListener
Return the LimeConsole object this listener is associated to.
getConsoleProvider() - Method in class lime.util.console.LimeConsoleListener
Return the LimeConsole object this listener is associated to.
getCourse() - Method in class location.LocationEvent
Returns the course in degrees.
getCurrent() - Method in class lime.LimeTemplate
Get the current location associated with the tuple.
getCurrent() - Method in class lime.LimeTuple
Get the current location associated with the tuple.
getCurrentActiveQueue() - Method in class devutil.QueueMux
Returns the index of the queue currently active.
getCurrentLocation() - Method in class lime.Reaction
Get the current location associated with the reaction.
getData_validity() - Method in class location.GpsInfoEvent
Accessor method to the validity of data
getDate() - Method in class location.GPSInfo
Returns the date this GPS reading was taken.
getDate() - Method in class location.LocationEvent
Returns the time stamp of this location.
getDefaultLatitude() - Method in class location.generators.FakeGPSMonitor
Returns the default (starting) latitude.
getDefaultLongitude() - Method in class location.generators.FakeGPSMonitor
Returns the default (starting) longitude.
getDegrees() - Method in class location.Latitude
Accessor method to get the degrees latitude
getDegrees() - Method in class location.Longitude
Accessor method to get the degrees Longitude
getDelta_epoch_from() - Method in class lime.motes.AggregationOptions
Getter for the attribute.
getDelta_epoch_to() - Method in class lime.motes.AggregationOptions
Getter for the attribute.
getDeparting() - Method in class groupmgmt.impl.SPConnectionChangesMessage
Accessor to SPChanges indicating departures.
getDepartingAgents() - Method in class lime.TransDescriptor
Returns an array of AgentIDs that represent the agents that are departing.
getDestination() - Method in class lime.LimeTemplate
Get the destination of the tuple.
getDestination(AgentLocation) - Method in class lime.LimeTemplate
 
getDestination() - Method in class lime.LimeTuple
Get the destination of the tuple.
getDestinationLocation() - Method in class lime.Reaction
Get the destination location associated with the reaction.
getDetector() - Method in class groupmgmt.GroupManager
Accessor to get the MemberDetector.
getDisseminator() - Method in class groupmgmt.GroupManager
Accessor to get the GroupDisseminator.
getElevation() - Method in class location.Satellite
Accessor method to satellite elevation
getEngagementMessage() - Method in class lime.TransactionOpDescriptor
Returns the engagement message.
getEngagingTuples(String) - Method in class lime.TransDescriptor
returns the tuples that are to be added as a result of the current transaction.
getEpochTime() - Method in class moteaccess.MoteResult
 
getEventTuple() - Method in class lime.ReactionEvent
Get the tuple that triggered the reaction.
getEventTuple() - Method in class lime.motes.MoteReactionEvent
 
getFreshness() - Method in class lime.motes.MoteLimeTemplate
Getter of the freshness of the template.
getGroupOfMember(Member, Vector, Hashtable, Hashtable) - Method in class groupmgmt.impl.SinglePhaseDisseminator
Leader-only.
getHemisphere() - Method in class location.Latitude
Accessor method to get the direction of the latitude
getHemisphere() - Method in class location.Longitude
Accessor method to get the direction of the Longitude
getHost() - Method in class lime.LimeServerID
 
getHost(AgentID) - Method in class lime.LimeSystemTSMgr
given an agentID, give the InetAddress of the host from The method is package visible so that the RemoteUponListener and SystemUponListener can take advantage of it.
getHost() - Method in class lime.motes.util.console.MainDialog
 
getHost() - Method in class lime.util.console.MainDialog
 
getHostDepartingAgents() - Method in class lime.TransactionMgr
Returns a list of AgentIDs of all of the agents on the hosts that are changing.
getHostsAgents() - Method in class lime.HostsEngMsg
 
getHostsAgents() - Method in class lime.TransactionMgr
 
getHostsDataExpected() - Method in class lime.TransDescriptor
Returns an array of LimeServerIDs representing the hosts from which this transaction is expecting data from.
getID() - Method in class lime.LimeAgentMgr
Returns the AgentID of the agent that this manager manages.
getID() - Method in class lime.LimeTemplate
get the tuple id.
getID(LimeTupleID) - Method in class lime.LimeTemplate
get the tuple id.
getID() - Method in class lime.LimeTuple
get the tuple id.
getID() - Method in class location.Satellite
Accessor method to satellite ID
getId() - Method in class lime.motes.MoteRegisteredReaction
Getter for the request id.
getId() - Method in class moteaccess.MoteID
Get the Mote ID as an Integer.
getId() - Method in class moteaccess.RequestID
Getter for the int representation of the id.
getImageIcon(String) - Method in class location.generators.FakeGPSgui
Returns an image icon of the specified image file.
getImmediate() - Method in class moteaccess.SwingTOSMoteAccessUI.RequestWrapper
 
getIncomingOpDestAgent() - Method in class lime.TSOpDescriptor
 
getIncomingOpSourceAgent() - Method in class lime.TSOpDescriptor
 
getIncomingTransactions() - Method in class lime.TransactionMgr
Accessor for the incomingTransactions queue.
getInput() - Method in class devutil.awt.InputDialog
 
getInternal() - Method in class lime.LimeError
Returns the internal exception associated with this object.
getInternal() - Method in class lime.LimeException
Returns the internal exception associated with this object.
getInternal() - Method in class lime.LimeRuntimeException
Returns the internal exception associated with this object.
getKPH() - Method in class location.GPSInfo
Accessor method to get the speed in kilometers per hour stored in this event
getKnots() - Method in class location.GPSInfo
Returns the knots of this GPS reading.
getLTS() - Method in class lime.InitiatorTransDescriptor
Returns a hashtable that maps the name of the tuple space to the LimeTupleSpace.
getLatitude() - Method in class location.GPSInfo
Returns the latitude.
getLatitude() - Method in class location.Location
Accessor method to the latitude.
getLeader() - Method in class groupmgmt.impl.SPGroupChangeMessage
Accessor to get the new leader of the group.
getLeader() - Method in class groupmgmt.impl.SPLeaderAddressMessage
Accessor to the leader's Member object.
getLeader() - Method in class lime.LimeSystemTSMgr
Returns the LimeServerID of the host that is the leader of this group.
getLeavingHosts(Vector) - Method in class lime.LimeServer
This method returns the hosts that are leaving the group.
getLimeTupleSpace() - Method in class lime.motes.util.console.LimeConsole
Return the Lime tuple space associated with this Lime console.
getLimeTupleSpace() - Method in class lime.util.console.LimeConsole
Return the Lime tuple space associated with this Lime console.
getLimifiedTemplate() - Method in class lime.Reaction
Get the template associated with the reaction...without delimifying it.
getListener() - Method in class lime.Reaction
Get the reaction listener associated with the reaction.
getLoadPort() - Method in class lime.LimeServer
Returns the port used to load agents onto this LimeServer.
getLoc() - Method in class lime.motes.util.console.LocDialog
 
getLoc() - Method in class lime.util.console.LocDialog
 
getLocation() - Method in class groupmgmt.impl.MemberBeacon
Allows access to the physical location of the source of this beacon.
getLocation() - Method in class location.LocationEvent
Returns the current location.
getLocation() - Method in interface location.LocationGenerator
Returns the most recently broadcasted location
getLocation() - Method in class location.generators.FakeGPSMonitor
Returns the most previously current location
getLocation() - Method in class location.generators.RealGPSMonitor
Returns the current location reading of the GPS receiver or null of the no reading has been received yet.
getLock() - Method in class lime.InitiatorTransDescriptor
Returns the lock held within this object.
getLongDescription() - Method in class moteaccess.SwingTOSMoteAccessUI.RequestWrapper
 
getLongitude() - Method in class location.GPSInfo
Returns the longitude.
getLongitude() - Method in class location.Location
Accessor method to the longitude.
getLower() - Method in class moteaccess.Condition
Getter for the lower attribute.
getM1() - Method in class groupmgmt.impl.SPChange
Accessor to the first Member.
getM2() - Method in class groupmgmt.impl.SPChange
Accessor to the second Member.
getMPH() - Method in class location.GPSInfo
Accessor method to get the speed in miles per hour stored in this event
getMcastAddress() - Method in class groupmgmt.impl.BeaconReceiver
Accessor to the multicast address.
getMcastPort() - Method in class groupmgmt.impl.BeaconReceiver
Accessor to the multicast port.
getMember() - Static method in class groupmgmt.GroupManager
Static accessor for Detectors/Disseminators to get a Member object representing this group member.
getMember() - Method in class groupmgmt.impl.MemberBeacon
Allows access to the Member that sent this beacon.
getMembers() - Method in class groupmgmt.impl.SPGroupChangeMessage
Accessor to get the new members of the group.
getMgr() - Method in interface lime.ILimeAgent
Returns the manager of this agent.
getMgr() - Method in class lime.StationaryAgent
Returns the manager of this agent.
getMgr() - Method in class lime.mobileagent.mucode.MobileAgent
Returns the LimeAgentMgr object associated to this agent.
getMinutes() - Method in class location.Latitude
Accessor method to get the minutes latitude
getMinutes() - Method in class location.Longitude
Accessor method to get the minutes Longitude
getMisplacedTuples(short, Hashtable, Hashtable) - Method in class lime.TransactionMgr
remove the misplaced tuples for the agents and tuplespaces identified.
getMisplacedUpons(short, Hashtable, Hashtable, LimeServerID, short, boolean) - Method in class lime.TransactionMgr
 
getMode() - Method in class lime.Reaction
Get the reaction mode.
getMode() - Method in class location.GpsInfoEvent
Accessor method to the mode (2D/3D)
getMoteID() - Method in class lime.motes.MoteRegisteredReaction
Getter for the MoteID attribute.
getMoteID() - Method in class moteaccess.MoteReaction
Return the required MoteID
getMoteID() - Method in class moteaccess.MoteRequest
Getter method for the ID of the mote that has performed the reading.
getMoteid() - Method in class lime.motes.MoteLimeTemplate
Getter for the moteID.
getMoteid() - Method in class lime.motes.MoteLimeTuple
Method used to get the Mote Identifier.
getName() - Method in class lime.LimeTupleSpace
Get the name of the Lime tuple space as given by the user.
getNamedTS() - Method in class lime.InitiatorTransDescriptor
Returns a hashtable that maps the name of the tuple space to the ITupleSpace.
getNewGroup() - Method in class groupmgmt.GroupChangedEvent
Allows access to the new group member set.
getNewHosts(Vector) - Method in class lime.LimeServer
This method returns the hosts that are new to the group.
getNextTupleID(String) - Static method in class lime.LimeServer
Return the next tuple id for a given tuple space name.
getObject() - Method in class lime.motes.Decoration
 
getOncePerTupleMode() - Method in class lime.motes.LimeMoteReaction
 
getOpName(short) - Static method in class lime.motes.util.console.LimeConsole
 
getOpName(short) - Static method in class lime.util.console.LimeConsole
 
getOpType(short) - Static method in class lime.LimeTSMgr
Used for debugging purposes.
getOutgoingMgr() - Static method in class lime.OutgoingMgr
Provides a reference to the OutgoingMgr singleton.
getParameter(String) - Method in class moteaccess.TOSMoteAccess
 
getPort() - Method in class groupmgmt.Member
Returns the port of the host represented by this Member.
getPort() - Method in class lime.LimeServer
Returns the port being used by this LIMEServer.
getPort() - Method in class lime.LimeServerID
 
getPort() - Method in class location.GPSReceiverSettings
 
getPublicName(String) - Static method in class lime.LimeTupleSpace
 
getQueuedOp() - Method in class lime.motes.util.console.MainDialog
 
getQueuedOp() - Method in class lime.motes.util.console.MigrationDialog
 
getQueuedOp() - Method in class lime.motes.util.console.ReactionDialog
 
getQueuedOp() - Method in class lime.util.console.MainDialog
 
getQueuedOp() - Method in class lime.util.console.MigrationDialog
 
getQueuedOp() - Method in class lime.util.console.ReactionDialog
 
getQueues() - Method in class devutil.QueueMux
Gets back the array of queues.
getQueues() - Method in class devutil.QueueWaiter
Gets back the array of queues.
getReaction() - Method in class lime.ReactionEvent
Get the reaction this listener is associated with.
getReaction() - Method in class lime.motes.util.console.MainDialog
 
getReaction() - Method in class lime.util.console.MainDialog
 
getReaction() - Method in class moteaccess.SwingTOSMoteAccessUI.RequestWrapper
 
getReactions() - Method in class lime.ResultReactions
 
getRegisteredReactions() - Method in class lime.LimeTupleSpace
Return all the reactions registered on this Lime tuple space, i.e., all those registered by the agent owning this Lime tuple space.
getRegisteredReactions() - Method in class lime.motes.MoteLimeTupleSpace
This method returns an array of MoteRegisteredReaction that contains all the reactions registered by any user on this MotesLimeTupleSpace.
getRemRegReactByAgent(AgentID) - Method in class lime.LimeTSMgr
 
getRequestID() - Method in class moteaccess.SwingTOSMoteAccessUI.RequestWrapper
 
getRequester() - Method in class groupmgmt.impl.SPGetLeaderMessage
Accessor to the requester of leader information.
getRid() - Method in class moteaccess.MoteResult
 
getSNR() - Method in class location.Satellite
Accessor method to satellite SNR
getSatellite(int) - Method in class location.GpsInfoEvent
Gets the satellite in position i of the vector
getSeconds() - Method in class location.LocationDate
 
getSender() - Method in class groupmgmt.impl.SPGroupChangeMessage
Accessor to get the sender of this message.
getSensingTimeout() - Method in class lime.motes.MoteLimeTupleSpace
Getter for the sensing timeout.
getSensorReading() - Method in class moteaccess.MoteResult
 
getSensorType() - Method in class moteaccess.MoteReaction
Return the desired sensor
getSensorType() - Method in class moteaccess.MoteRequest
Getter method for the Type of sensor requested.
getSensorType() - Method in class moteaccess.MoteResult
 
getSensorType() - Method in class moteaccess.SensorType
Getter for the sensor type.
getSeqNum() - Method in class lime.RegisteredReaction
 
getSerializedForm(ITuple) - Method in class lime.Reactor
Returns the byte array containing the serialized form of the tuple.
getServer() - Static method in class lime.LimeServer
Return a handle to the Lime server.
getServer() - Static method in class location.LocationServer
Returns the LocationServer singleton.
getServerID() - Method in class lime.LimeServer
Returns the ID of the local server.
getSourceAgent() - Method in class lime.ReactionEvent
Get the identifier of the agent owning the tuple space where the event occurred.
getSourceID() - Method in class moteaccess.MoteResult
 
getSpeed() - Method in class location.LocationEvent
Returns the speed in meters per second.
getStopping() - Method in class groupmgmt.impl.MemberBeacon
Allows access to thestopping variable.
getSubscriber() - Method in class lime.RegisteredReaction
Return a handle to the agent that registered the reaction.
getTSNames(Hashtable) - Method in class lime.TransactionMgr
Return the set of tuple space names of the all of the agents
getTSNamesNested(Hashtable) - Method in class lime.TransactionMgr
 
getTemplate() - Method in class lime.Reaction
Get the template associated with the reaction.
getTimeStamp() - Method in class moteaccess.MoteResult
 
getTimestamp() - Method in class groupmgmt.impl.SPGroupChangeMessage
Private accessor to get the time at which this message was constructed.
getTransactionLock() - Method in class lime.LimeTSMgr
 
getTransactionMgr() - Static method in class lime.TransactionMgr
Provides access to the TransactionMgr singleton.
getTuple() - Method in class lime.LimeTemplate
Get the tuple.
getTuple() - Method in class lime.LimeTuple
Get the tuple.
getTuple() - Method in class lime.ResultTuple
 
getTuple() - Method in class lime.motes.util.console.FieldDialog
 
getTuple() - Method in class lime.util.console.FieldDialog
 
getTupleSpaceFactory() - Method in class lime.LimeServer
Returns the tuple space factory
getTupleSpaceName() - Method in class lime.RegisteredReaction
Return the name of the tuple space where the reaction is installed.
getTupleSpaces(AgentID) - Method in class lime.LimeSystemTSMgr
Return an array containing the name of the tuple spaces belonging to a given agent.
getTupleSpaces(LimeServerID) - Method in class lime.LimeSystemTSMgr
Return an array containing the name of all the tuple spaces belonging to all the agents residing on the given host.
getTuplespacesToAgents(Hashtable) - Method in class lime.TransactionMgr
reverse the hash table that goes from agents to tuple spaces to go from tuple spaces to agents
getType() - Method in class lime.motes.AggregationOptions
Getter for the attribute.
getType() - Method in class moteaccess.Condition
Getter for the type attribute.
getUniqueName() - Method in class lime.LimeTupleSpace
Get the name of the Lime tuple space after going through contortions to make the name unique.
getUponDesc() - Method in class lime.RegisteredReaction
 
getUponProbeDescriptor(Hashtable, Hashtable) - Method in class lime.TransactionMgr
Convert a hashatable from tsname to RegisteredReaction[][] into a hashtable from tsname to UponProbeDescriptor[].
getUpons(boolean) - Method in class lime.UponMgr
Retrieve either the already installed upons or the noninstallable upons (based on the parameter) fromthe pendingUpon structure (NOT THE REACTOR).
getUpons(Object[], boolean, short) - Method in class lime.UponMgr
 
getUponsWithLocation(Location[], boolean) - Method in class lime.UponMgr
Pick all the registered reactions that have the current location equal to one of those supplied.
getUponsWithSubscriber(AgentID[], boolean) - Method in class lime.UponMgr
Pick all the registered reactions that have the subscriber equal to one of those supplied.
getUpper() - Method in class moteaccess.Condition
Getter for the upper attribute.
getUsedSat() - Method in class location.GpsInfoEvent
Accessor method to the number of used satellite
getValidity() - Method in class location.GPSInfo
Returns whether this GPS info contains a valid GPS reading.
getValue() - Method in class lime.ReactionsOpDescriptor
'getValue' returns the value of a reaction descriptor, namely a reaction array
getValue() - Method in class lime.TupleOpDescriptor
 
getViewedSat() - Method in class location.GpsInfoEvent
Accessor method to the number of viewed satellite
getX() - Method in class location.Location
Returns the sexagesimal notation of the longitude of this GPS Location
getY() - Method in class location.Location
Returns the sexagesimal notation of the latitude of this GPS Location
get_epoch() - Method in class moteaccess.ConfigReplyTOSMessage
Return the value (as a int) of the field 'epoch'
get_epoch() - Method in class moteaccess.ImmediateReplyTOSMessage
Return the value (as a int) of the field 'epoch'
get_epoch() - Method in class moteaccess.ReactionReplyTOSMessage
Return the value (as a int) of the field 'epoch'
get_hbn() - Method in class moteaccess.ConfigReplyTOSMessage
Return the value (as a int) of the field 'hbn'
get_hbn() - Method in class moteaccess.ConfigRequestTOSMessage
Return the value (as a int) of the field 'hbn'
get_hbn() - Method in class moteaccess.ImmediateReplyTOSMessage
Return the value (as a int) of the field 'hbn'
get_hbn() - Method in class moteaccess.ImmediateRequestTOSMessage
Return the value (as a int) of the field 'hbn'
get_hbn() - Method in class moteaccess.ReactionReplyTOSMessage
Return the value (as a int) of the field 'hbn'
get_hbn() - Method in class moteaccess.ReactionRequestTOSMessage
Return the value (as a int) of the field 'hbn'
get_max_val() - Method in class moteaccess.ReactionRequestTOSMessage
Return the value (as a int) of the field 'max_val'
get_min_val() - Method in class moteaccess.ReactionRequestTOSMessage
Return the value (as a int) of the field 'min_val'
get_outcome() - Method in class moteaccess.ConfigReplyTOSMessage
Return the value (as a short) of the field 'outcome'
get_param_id() - Method in class moteaccess.ConfigRequestTOSMessage
Return the value (as a short) of the field 'param_id'
get_param_val() - Method in class moteaccess.ConfigRequestTOSMessage
Return the value (as a int) of the field 'param_val'
get_reading() - Method in class moteaccess.ImmediateReplyTOSMessage
Return the value (as a int) of the field 'reading'
get_reading() - Method in class moteaccess.ReactionReplyTOSMessage
Return the value (as a int) of the field 'reading'
get_sensor_id() - Method in class moteaccess.ImmediateRequestTOSMessage
Return the value (as a short) of the field 'sensor_id'
get_sensor_id() - Method in class moteaccess.ReactionRequestTOSMessage
Return the value (as a short) of the field 'sensor_id'
get_sn() - Method in class moteaccess.ConfigReplyTOSMessage
Return the value (as a long) of the field 'sn'
get_sn() - Method in class moteaccess.ConfigRequestTOSMessage
Return the value (as a long) of the field 'sn'
get_sn() - Method in class moteaccess.ImmediateReplyTOSMessage
Return the value (as a long) of the field 'sn'
get_sn() - Method in class moteaccess.ImmediateRequestTOSMessage
Return the value (as a long) of the field 'sn'
get_sn() - Method in class moteaccess.ReactionReplyTOSMessage
Return the value (as a long) of the field 'sn'
get_sn() - Method in class moteaccess.ReactionRequestTOSMessage
Return the value (as a long) of the field 'sn'
get_src() - Method in class moteaccess.ConfigReplyTOSMessage
Return the value (as a int) of the field 'src'
get_src() - Method in class moteaccess.ConfigRequestTOSMessage
Return the value (as a int) of the field 'src'
get_src() - Method in class moteaccess.ImmediateReplyTOSMessage
Return the value (as a int) of the field 'src'
get_src() - Method in class moteaccess.ImmediateRequestTOSMessage
Return the value (as a int) of the field 'src'
get_src() - Method in class moteaccess.ReactionReplyTOSMessage
Return the value (as a int) of the field 'src'
get_src() - Method in class moteaccess.ReactionRequestTOSMessage
Return the value (as a int) of the field 'src'
get_strength() - Method in class moteaccess.ConfigReplyTOSMessage
Return the value (as a int) of the field 'strength'
get_strength() - Method in class moteaccess.ImmediateReplyTOSMessage
Return the value (as a int) of the field 'strength'
get_strength() - Method in class moteaccess.ReactionReplyTOSMessage
Return the value (as a int) of the field 'strength'
getmcastServerID() - Method in class lime.LimeServer
Returns the ID of the multicast server.
gm - Variable in class lime.LimeServer
 
gmDetector - Variable in class lime.LimeServer
A key that specifies the Detector that GroupManager should use.
gmDisseminator - Variable in class lime.LimeServer
A key that specifies the Disseminator that GroupManager should use.
gmMaxSpeed - Variable in class lime.LimeServer
A key that specifies the maximum speed at which the host can be moving.
gmNetworkLatency - Variable in class lime.LimeServer
A key that specifies to GroupManager the latency of the network.
gmPeriod - Variable in class lime.LimeServer
A key that specified the period at which GroupManager broadcasts beacons.
gmRange - Variable in class lime.LimeServer
A key that specifies the broadcast range in meters of the wireless card.
go - Variable in class lime.motes.util.console.QueuedOp
 
go - Variable in class lime.util.console.QueuedOp
 
gpsBaud - Variable in class lime.LimeServer
 
gpsPort - Variable in class lime.LimeServer
 
gps_listeners - Variable in class location.LocationServer
Holds the listeners that are registered on this server.
gps_listeners - Variable in class location.generators.FakeGPSMonitor
The GPSListeners that are waiting for GPSInfoEvents.
gps_listeners - Variable in class location.generators.RealGPSMonitor
The GPSListeners that are waiting for GPSInfoEvents.
gpsinfo - Variable in class location.generators.FakeGPSMonitor
The fake GPS Info sent to the user.
gpsinfo - Variable in class location.generators.FakeSatelliteInfoGenerator
 
groupChanged(GroupChangedEvent) - Method in interface groupmgmt.GroupChangedListener
 
groupChanged(GroupChangedEvent) - Method in class groupmgmt.GroupManager.TestFrame
Implements the group listener interface.
groupChanged(GroupChangedEvent) - Method in class groupmgmt.GroupManager
Method required by the GroupChangedListener interface.
groupChanged(GroupChangedEvent) - Method in class groupmgmt.impl.BeaconingDetector
Implements the GroupChangedListener interface.
groupChanged(GroupChangedEvent) - Method in class groupmgmt.impl.SafeDistanceDetector
Implements the GroupChangedListener interface.
groupChanged(GroupChangedEvent) - Method in class lime.LimeServer
The makeup of the group has changed.
groupChangedListeners - Variable in class groupmgmt.GroupDisseminator
A list of all GroupChangedListeners that are registered to receive GroupChangedEvents from this GroupDisseminator.
groupChangedListeners - Variable in class groupmgmt.GroupManager
A list of all GroupChangedListeners that are registered to receive GroupChangedEvents from this GroupDisseminator.
groupMembers - Variable in class groupmgmt.GroupChangedEvent
A vector containing the identities of the new group members in the form of Member objects.
groupMembers - Variable in class lime.LimeServer
 
groupmgmt - package groupmgmt
 
groupmgmt.impl - package groupmgmt.impl
 
gui - Variable in class location.generators.FakeGPSMonitor
The GUI that allows the user to specifiy the direction of motion.

A B C D E F G H I K L M N O P Q R S T U V W _