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

I

IAggregationOptions - interface lime.motes.IAggregationOptions.
Interface defining the options relative to the aggregation to be performed.
IConsoleProvider - interface lime.motes.util.console.IConsoleProvider.
Defines a simple interface that can be used by any object that somehow manages a LimeConsole object.
IConsoleProvider - interface lime.util.console.IConsoleProvider.
Defines a simple interface that can be used by any object that somehow manages a LimeConsole object.
ID - Variable in class location.Satellite
 
ID_TAG - Static variable in class lime.LimeTupleSpace
 
ILimeAgent - interface lime.ILimeAgent.
Any Lime agent must implement this interface.
IMoteAccess - interface moteaccess.IMoteAccess.
Interface by which an application can start readings and install reactions.
IMoteLimeTupleDecorator - interface lime.motes.IMoteLimeTupleDecorator.
Interface implemented by the user-defined classes that decorate the tuple, i.e.
IMoteListener - interface moteaccess.IMoteListener.
Interface that must be implemented by the callers of the method exported by the IMoteAccess.
INCOMMING_EVENTS_QUEUE - Static variable in class lime.LimeTSMgr
 
INCOMMING_OPS_QUEUE - Static variable in class lime.LimeTSMgr
 
INCOMMING_TRANSACTION_STARTS_QUEUE - Static variable in class lime.LimeTSMgr
 
ING - Static variable in interface lime.LimeConstants
 
ING - Static variable in interface lime.motes.util.console.LimeConstants
 
ING - Static variable in interface lime.util.console.LimeConstants
 
INITIATOR_REQ - Static variable in interface lime.LimeConstants
 
INST_REACTS_TO - Static variable in interface lime.LimeConstants
 
INST_REACTS_TO - Static variable in interface lime.motes.util.console.LimeConstants
 
INST_REACTS_TO - Static variable in interface lime.util.console.LimeConstants
 
INST_REM_UPON_LISTENER - Static variable in interface lime.LimeConstants
 
INST_REM_UPON_LISTENER - Static variable in interface lime.motes.util.console.LimeConstants
 
INST_REM_UPON_LISTENER - Static variable in interface lime.util.console.LimeConstants
 
INST_UPON_LISTENER - Static variable in interface lime.LimeConstants
 
INST_UPON_LISTENER - Static variable in interface lime.motes.util.console.LimeConstants
 
INST_UPON_LISTENER - Static variable in interface lime.util.console.LimeConstants
 
IllegalReactionOperationException - exception lime.IllegalReactionOperationException.
Raised whenever a blocking operation (in or rd) or an operation accessing a non-local portion of the shared tuple space is invoked from within a ReactionListener object.
IllegalReactionOperationException() - Constructor for class lime.IllegalReactionOperationException
Creates a new exception with no internal, lower-level exception.
IllegalReactionOperationException(String) - Constructor for class lime.IllegalReactionOperationException
Creates a new exception with no internal, lower-level exception.
IllegalReactionOperationException(Exception) - Constructor for class lime.IllegalReactionOperationException
Creates an exception that wraps an internal exception.
IllegalReactionOperationException(Exception, String) - Constructor for class lime.IllegalReactionOperationException
Creates an exception that wraps an internal exception.
IllegalSharingException - exception lime.IllegalSharingException.
Raised when an agent tries to set its own Lime System tuple space object to private.
IllegalSharingException() - Constructor for class lime.IllegalSharingException
Creates a new exception with no internal, lower-level exception.
IllegalSharingException(String) - Constructor for class lime.IllegalSharingException
Creates a new exception with no internal, lower-level exception.
IllegalSharingException(Exception) - Constructor for class lime.IllegalSharingException
Creates an exception that wraps an internal exception.
IllegalSharingException(Exception, String) - Constructor for class lime.IllegalSharingException
Creates an exception that wraps an internal exception.
IllegalTupleSpaceAccessException - exception lime.IllegalTupleSpaceAccessException.
Raised when an agent tries to access a Lime tuple space it did not create.
IllegalTupleSpaceAccessException() - Constructor for class lime.IllegalTupleSpaceAccessException
Creates a new exception with no internal, lower-level exception.
IllegalTupleSpaceAccessException(String) - Constructor for class lime.IllegalTupleSpaceAccessException
Creates a new exception with no internal, lower-level exception.
IllegalTupleSpaceAccessException(Exception) - Constructor for class lime.IllegalTupleSpaceAccessException
Creates an exception that wraps an internal exception.
IllegalTupleSpaceAccessException(Exception, String) - Constructor for class lime.IllegalTupleSpaceAccessException
Creates an exception that wraps an internal exception.
IllegalTupleSpaceModificationException - exception lime.IllegalTupleSpaceModificationException.
Raised when an agent tries to modify the contents of a read-only tuple spaces, with a out, in, or inp operation.
IllegalTupleSpaceModificationException() - Constructor for class lime.IllegalTupleSpaceModificationException
Creates a new exception with no internal, lower-level exception.
IllegalTupleSpaceModificationException(String) - Constructor for class lime.IllegalTupleSpaceModificationException
Creates a new exception with no internal, lower-level exception.
IllegalTupleSpaceModificationException(Exception) - Constructor for class lime.IllegalTupleSpaceModificationException
Creates an exception that wraps an internal exception.
IllegalTupleSpaceModificationException(Exception, String) - Constructor for class lime.IllegalTupleSpaceModificationException
Creates an exception that wraps an internal exception.
IllegalTupleSpaceNameException - exception lime.IllegalTupleSpaceNameException.
Raised when an agent tries to create a LimeTupleSpace with an invalid name.
IllegalTupleSpaceNameException() - Constructor for class lime.IllegalTupleSpaceNameException
Creates a new exception with no internal, lower-level exception.
IllegalTupleSpaceNameException(String) - Constructor for class lime.IllegalTupleSpaceNameException
Creates a new exception with no internal, lower-level exception.
IllegalTupleSpaceNameException(Exception) - Constructor for class lime.IllegalTupleSpaceNameException
Creates an exception that wraps an internal exception.
IllegalTupleSpaceNameException(Exception, String) - Constructor for class lime.IllegalTupleSpaceNameException
Creates an exception that wraps an internal exception.
ImmediateReplyTOSMessage - class moteaccess.ImmediateReplyTOSMessage.
 
ImmediateReplyTOSMessage() - Constructor for class moteaccess.ImmediateReplyTOSMessage
Create a new ImmediateReplyTOSMessage of size 14.
ImmediateReplyTOSMessage(int) - Constructor for class moteaccess.ImmediateReplyTOSMessage
Create a new ImmediateReplyTOSMessage of the given data_length.
ImmediateReplyTOSMessage(int, int) - Constructor for class moteaccess.ImmediateReplyTOSMessage
Create a new ImmediateReplyTOSMessage with the given data_length and base offset.
ImmediateReplyTOSMessage(byte[]) - Constructor for class moteaccess.ImmediateReplyTOSMessage
Create a new ImmediateReplyTOSMessage using the given byte array as backing store.
ImmediateReplyTOSMessage(byte[], int) - Constructor for class moteaccess.ImmediateReplyTOSMessage
Create a new ImmediateReplyTOSMessage using the given byte array as backing store, with the given base offset.
ImmediateReplyTOSMessage(byte[], int, int) - Constructor for class moteaccess.ImmediateReplyTOSMessage
Create a new ImmediateReplyTOSMessage using the given byte array as backing store, with the given base offset and data length.
ImmediateRequestTOSMessage - class moteaccess.ImmediateRequestTOSMessage.
 
ImmediateRequestTOSMessage() - Constructor for class moteaccess.ImmediateRequestTOSMessage
Create a new ImmediateRequestTOSMessage of size 9.
ImmediateRequestTOSMessage(int) - Constructor for class moteaccess.ImmediateRequestTOSMessage
Create a new ImmediateRequestTOSMessage of the given data_length.
ImmediateRequestTOSMessage(int, int) - Constructor for class moteaccess.ImmediateRequestTOSMessage
Create a new ImmediateRequestTOSMessage with the given data_length and base offset.
ImmediateRequestTOSMessage(byte[]) - Constructor for class moteaccess.ImmediateRequestTOSMessage
Create a new ImmediateRequestTOSMessage using the given byte array as backing store.
ImmediateRequestTOSMessage(byte[], int) - Constructor for class moteaccess.ImmediateRequestTOSMessage
Create a new ImmediateRequestTOSMessage using the given byte array as backing store, with the given base offset.
ImmediateRequestTOSMessage(byte[], int, int) - Constructor for class moteaccess.ImmediateRequestTOSMessage
Create a new ImmediateRequestTOSMessage using the given byte array as backing store, with the given base offset and data length.
IncomingMgr - class lime.IncomingMgr.
The only thread listening for remote connections.
IncomingMgr() - Constructor for class lime.IncomingMgr
 
IncomingThread - class lime.IncomingThread.
Manages a single incoming connection.
IncomingThread(Socket) - Constructor for class lime.IncomingThread
Determines the connection source and the input stream associated to the socket.
IncompatibleLocationsException - exception lime.IncompatibleLocationsException.
Raised whenever the current and/or destination locations specified in a location-dependent operation are incompatible with the semantics of the operation itself.
IncompatibleLocationsException() - Constructor for class lime.IncompatibleLocationsException
Creates a new exception with no internal, lower-level exception.
IncompatibleLocationsException(String) - Constructor for class lime.IncompatibleLocationsException
Creates a new exception with no internal, lower-level exception.
IncompatibleLocationsException(Exception) - Constructor for class lime.IncompatibleLocationsException
Creates an exception that wraps an internal exception.
IncompatibleLocationsException(Exception, String) - Constructor for class lime.IncompatibleLocationsException
Creates an exception that wraps an internal exception.
InitiatorTransDescriptor - class lime.InitiatorTransDescriptor.
A descriptor of a transaction for the host that initiated the transaction.
InitiatorTransDescriptor(TransactionOpDescriptor, LimeTupleSpace[], Result) - Constructor for class lime.InitiatorTransDescriptor
Creates an InitiatorTransDescriptor for the specified transaction.
InputDialog - class devutil.awt.InputDialog.
 
InputDialog(Frame, String, String) - Constructor for class devutil.awt.InputDialog
 
InteractiveAgent - class InteractiveAgent.
 
InteractiveAgent() - Constructor for class InteractiveAgent
 
iAmLeader() - Method in class lime.TransactionMgr
Returns true if this host is the leader, false otherwise.
id - Variable in class lime.LimeAgentMgr
The AgentID for the agent this object manages.
id - Variable in class lime.LimeTemplate
 
id - Variable in class lime.LimeTuple
 
id - Variable in class lime.motes.MoteRegisteredReaction
ID of the request, used for identifying it in the motes subsystem.
id - Variable in class moteaccess.MoteID
Int value that identifies a mote.
id - Variable in class moteaccess.RequestID
The internal representation of the id, an int value.
in(LimeTemplate) - Method in class lime.LimeTupleSpace
Retrieves a tuple that matches a given template, and removes it from the tuple space.
in(LimeTemplate) - Method in class lime.motes.MoteLimeTupleSpace
As explained and motivated in the documentation, this method always throws a MotesIllegalOperationException when trying to remove sensig data tuples, since we consider not appropriate to remove from the tuple space a tuple that indicates a property of the environment, such as the temperature or the light status.
inLTS - Variable in class lime.motes.MoteLimeTupleSpace
Variable used to "receive" the tuples from the motes.
inReactorReaction - Variable in class lime.RegisteredReaction
 
inTransaction - Variable in class lime.LimeTSMgr
Indicates whether the tuple space is participating in a transaction.
incLat() - Method in class location.generators.FakeGPSMonitor
Increments the latitude.
incLong() - Method in class location.generators.FakeGPSMonitor
Increments the longitude.
incomingEvents - Variable in class lime.LimeTSMgr
 
incomingOps - Variable in class lime.LimeTSMgr
 
incomingTransactionStarts - Variable in class lime.LimeTSMgr
 
incomingTransactions - Variable in class lime.TransactionMgr
A queue that contains the TransactionOpDescriptors that were received from other hosts.
incomingWaiter - Variable in class lime.LimeTSMgr
 
ing(LimeTemplate) - Method in class lime.LimeTupleSpace
Retrieve all tuples that match a pattern.
ing(LimeTemplate) - Method in class lime.motes.MoteLimeTupleSpace
As explained and motivated in the documentation, this method always throws a MotesIllegalOperationException, since we consider not appropriate to remove from the tuple space a tuple that indicates a property of the environment, such as the temperature or the light status.
initiationHost - Variable in class lime.TransactionID
The identifier is composed of two parts: the address of the host where the transaction has been initiated and a progressive number assigned on that host.
initiatorAgentEngage(TransactionOpDescriptor) - Method in class lime.TransactionMgr
 
initiatorTransactionQueue - Variable in class lime.TransactionMgr
Holds the transactions that this host wants to start.
initiatorTransactions - Variable in class lime.TransactionMgr
Maps TransactionIDs to the InitiatorTransDescriptor.
injectReaction(RequestID, MoteReaction, IMoteListener) - Method in class moteaccess.DummyMoteAccess
Emulate the behaviour of an injectReaction
injectReaction(RequestID, MoteReaction, IMoteListener) - Method in interface moteaccess.IMoteAccess
Method by which the MoteAccess layer is requested to install a reaction.
injectReaction(RequestID, MoteReaction, IMoteListener) - Method in class moteaccess.TOSMoteAccess
 
inp(LimeTemplate) - Method in class lime.LimeTupleSpace
Retrieves a tuple that matches a given template, and removes it from the tuple space, or returns null if no matching tuple exists.
inp(LimeTemplate) - Method in class lime.motes.MoteLimeTupleSpace
As explained and motivated in the documentation, this method always throws a MotesIllegalOperationException, since we consider not appropriate to remove from the tuple space a tuple that indicates a property of the environment, such as the temperature or the light status.
input - Variable in class devutil.awt.InputDialog
 
inputSR - Variable in class location.generators.RealGPSMonitor
The reader to convert the input stream to a reader
inputStream - Variable in class location.generators.RealGPSMonitor
The input stream to the serial port
insertMoteID() - Method in class lime.motes.MoteLimeTemplate
Used to insert to mote id into the tuple that will be used for pattern matching.
installReactions(Reaction[], String, AgentID, long) - Method in class lime.Reactor
 
installRegisteredReactions(RegisteredReaction[]) - Method in class lime.Reactor
Reinstalls a reaction.
installRemUponListeners(UponProbeDescriptor[]) - Method in class lime.UponMgr
 
installUpons(Reaction[], String, AgentID) - Method in class lime.UponMgr
 
internal - Variable in class lime.LimeError
 
internal - Variable in class lime.LimeException
 
internal - Variable in class lime.LimeRuntimeException
 
internalFlag - Variable in class lime.LimeError
 
internalFlag - Variable in class lime.LimeException
 
internalFlag - Variable in class lime.LimeRuntimeException
 
interval - Variable in class location.generators.FakeGPSMonitor
How often in milliseconds the user wants to receive a LocationEvent
is - Variable in class lime.ConnectionMgr.Connection
The input stream from the socket.
isActive() - Method in class groupmgmt.GroupDisseminator
Check if this GroupDisseminator is active.
isActive() - Method in class groupmgmt.MemberDetector
Check if this MemberDetector is active.
isAgentLevel(short) - Method in class lime.TransactionMgr
Returns true if the type is an agent level transaction (AGENT_HELLO or AGENT_BYE).
isAgentOnHost(AgentID, LimeServerID) - Method in class lime.LimeSystemTSMgr
 
isAggregType(ITuple) - Method in class lime.motes.MoteAgent
Verifies if the tuple passed as a parameter is an aggregation tuple or not.
isArray_epoch() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'epoch' is an array (false).
isArray_epoch() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'epoch' is an array (false).
isArray_epoch() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'epoch' is an array (false).
isArray_hbn() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'hbn' is an array (false).
isArray_hbn() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'hbn' is an array (false).
isArray_hbn() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'hbn' is an array (false).
isArray_hbn() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'hbn' is an array (false).
isArray_hbn() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'hbn' is an array (false).
isArray_hbn() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'hbn' is an array (false).
isArray_max_val() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'max_val' is an array (false).
isArray_min_val() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'min_val' is an array (false).
isArray_outcome() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'outcome' is an array (false).
isArray_param_id() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'param_id' is an array (false).
isArray_param_val() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'param_val' is an array (false).
isArray_reading() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'reading' is an array (false).
isArray_reading() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'reading' is an array (false).
isArray_sensor_id() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'sensor_id' is an array (false).
isArray_sensor_id() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'sensor_id' is an array (false).
isArray_sn() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'sn' is an array (false).
isArray_sn() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'sn' is an array (false).
isArray_sn() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'sn' is an array (false).
isArray_sn() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'sn' is an array (false).
isArray_sn() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'sn' is an array (false).
isArray_sn() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'sn' is an array (false).
isArray_src() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'src' is an array (false).
isArray_src() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'src' is an array (false).
isArray_src() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'src' is an array (false).
isArray_src() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'src' is an array (false).
isArray_src() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'src' is an array (false).
isArray_src() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'src' is an array (false).
isArray_strength() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'strength' is an array (false).
isArray_strength() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'strength' is an array (false).
isArray_strength() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'strength' is an array (false).
isBooted() - Method in class location.LocationServer
Returns true if the location server is booted.
isBye(short) - Method in class lime.TransactionMgr
 
isConnect - Variable in class lime.ConnectionMgr
If true, then permanent connections are allowed.
isDebugOn() - Method in class lime.LimeServer
Returns true if debug messages should be printed.
isEmpty() - Method in class devutil.Queue
 
isEmpty() - Method in class devutil.QueueMux
 
isEmpty(int) - Method in class devutil.QueueWaiter
 
isEngaged() - Method in class lime.LimeServer
Return true if the host is engaged, false otherwise
isErrorsOn() - Method in class lime.LimeServer
Returns true if error messages should be printed.
isFocusable() - Method in class location.generators.FakeGPSgui
 
isFreshnessSet() - Method in class lime.motes.MoteLimeTemplate
This method is used to determine if the freshness is required or unspecified.
isGroupCast - Variable in class lime.RemoteOpDescriptor
Is this message a group cast?
isHostLevel(short) - Method in class lime.TransactionMgr
Returns true if the type is a host level transaction (HOST_HELLO or HOST_BYE).
isImmediate() - Method in class moteaccess.SwingTOSMoteAccessUI.RequestWrapper
 
isInReaction() - Method in class lime.LimeSystemTupleSpace
 
isInReaction() - Method in class lime.LimeTupleSpace
 
isLastAgent(AgentID, String) - Method in class lime.LimeSystemTSMgr
Check whether a given agent is the last one that owns a given tuple space.
isLeader() - Method in class groupmgmt.impl.SinglePhaseDisseminator
Accessor to isLeader variable.
isMessagesOn() - Method in class lime.LimeServer
Returns true if messages should be printed.
isNew - Variable in class lime.RegisteredReaction
 
isOK - Variable in class devutil.awt.InputDialog
 
isOK() - Method in class devutil.awt.InputDialog
 
isOK - Variable in class lime.motes.util.console.MainDialog
 
isOK() - Method in class lime.motes.util.console.MainDialog
 
isOK - Variable in class lime.motes.util.console.ReactionDialog
 
isOK() - Method in class lime.motes.util.console.ReactionDialog
 
isOK - Variable in class lime.util.console.MainDialog
 
isOK() - Method in class lime.util.console.MainDialog
 
isOK - Variable in class lime.util.console.ReactionDialog
 
isOK() - Method in class lime.util.console.ReactionDialog
 
isOnce() - Method in class moteaccess.MoteReaction
True if the reaction is "one-shot".
isOpQueueEmpty() - Method in class lime.motes.util.console.LimeConsole
Returns true if the queue of operations is empty, false otherwise.
isOpQueueEmpty() - Method in class lime.util.console.LimeConsole
Returns true if the queue of operations is empty, false otherwise.
isOwner() - Method in class lime.LimeTupleSpace
Return true if the thread calling this method is the ILimeAgentAgent object that owns this Lime tuple space object, false otherwise.
isOwner(LimeTupleSpace) - Static method in class lime.LimeTupleSpace
 
isPermanent() - Method in class lime.ConnectionMgr
Returns whether connections established by this class are permanent.
isPermanentConnections() - Method in class lime.LimeServer
Returns true if TCP connections are maintained.
isPersistent() - Method in class moteaccess.MoteReaction
True if the reaction is persistent.
isQuit - Variable in class lime.util.Launcher
Keeps track of whether the quit flag was set.
isReaction() - Method in class moteaccess.SwingTOSMoteAccessUI.RequestWrapper
 
isRegistered(RegisteredReaction) - Method in class lime.Reactor
Returns true if the RegisteredReaction is registered within this Reactor.
isRegistered(RegisteredReaction) - Method in class lime.UponMgr
 
isRegisteredReaction(RegisteredReaction) - Method in class lime.LimeTupleSpace
Checks whether a given reaction is still registered.
isRemove - Variable in class lime.motes.util.console.ReactionDialog
 
isRemove - Variable in class lime.util.console.ReactionDialog
 
isRunning() - Method in class lime.Reactor
Returns whether a reactive program is running.
isSend - Variable in class lime.mobileagent.mucode.Launcher
 
isShared() - Method in class lime.LimeTupleSpace
Returns true if this tuple space is currently shared, false otherwise.
isShuttingDown() - Method in class lime.LimeServer
Returns whether shutdown has been called on this LimeServer.
isSigned_epoch() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'epoch' is signed (false).
isSigned_epoch() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'epoch' is signed (false).
isSigned_epoch() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'epoch' is signed (false).
isSigned_hbn() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'hbn' is signed (false).
isSigned_hbn() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'hbn' is signed (false).
isSigned_hbn() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'hbn' is signed (false).
isSigned_hbn() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'hbn' is signed (false).
isSigned_hbn() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'hbn' is signed (false).
isSigned_hbn() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'hbn' is signed (false).
isSigned_max_val() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'max_val' is signed (false).
isSigned_min_val() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'min_val' is signed (false).
isSigned_outcome() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'outcome' is signed (false).
isSigned_param_id() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'param_id' is signed (false).
isSigned_param_val() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'param_val' is signed (false).
isSigned_reading() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'reading' is signed (false).
isSigned_reading() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'reading' is signed (false).
isSigned_sensor_id() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'sensor_id' is signed (false).
isSigned_sensor_id() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'sensor_id' is signed (false).
isSigned_sn() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'sn' is signed (false).
isSigned_sn() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'sn' is signed (false).
isSigned_sn() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'sn' is signed (false).
isSigned_sn() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'sn' is signed (false).
isSigned_sn() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'sn' is signed (false).
isSigned_sn() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'sn' is signed (false).
isSigned_src() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'src' is signed (false).
isSigned_src() - Static method in class moteaccess.ConfigRequestTOSMessage
Return whether the field 'src' is signed (false).
isSigned_src() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'src' is signed (false).
isSigned_src() - Static method in class moteaccess.ImmediateRequestTOSMessage
Return whether the field 'src' is signed (false).
isSigned_src() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'src' is signed (false).
isSigned_src() - Static method in class moteaccess.ReactionRequestTOSMessage
Return whether the field 'src' is signed (false).
isSigned_strength() - Static method in class moteaccess.ConfigReplyTOSMessage
Return whether the field 'strength' is signed (false).
isSigned_strength() - Static method in class moteaccess.ImmediateReplyTOSMessage
Return whether the field 'strength' is signed (false).
isSigned_strength() - Static method in class moteaccess.ReactionReplyTOSMessage
Return whether the field 'strength' is signed (false).
isSource() - Method in class lime.TransDescriptor
Returns true if the LimeServer on this JVM is the one that initiated the transaction.
isSourceOf(TransactionOpDescriptor) - Method in class lime.TransactionMgr
Returns true if this host is the source of the specified transaction.
isStillLeader() - Method in class lime.TransactionMgr
Returns true if this LimeServer is still the leader within the new group.
isTimed() - Method in class moteaccess.MoteRequest
Returns true if this request is timed, false if it is to be run until a reading is obtained.
isTransDone() - Method in class lime.TransDescriptor
Returns true if the transaction is completed.
isUnspecified(Location) - Static method in class lime.LimeTupleSpace
 
isValid - Variable in class location.LocationEvent
Whether this LocationEvent contains valid information.
isValid() - Method in class location.LocationEvent
Accessor method to flag isValid.
isValid - Variable in class location.generators.RealGPSMonitor
 
isWeak - Variable in class lime.RegisteredReaction
 
isWeakReaction() - Method in class lime.RegisteredReaction
 
isWildCard() - Method in class lime.Location
Test whether the location is a wild card location.
isolateLSTS() - Method in class lime.LimeSystemTSMgr
remove all agents/tspaces/hosts not on this getServerID()

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