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

T

table - Variable in class jist.runtime.guilog.GuiLog.ChildrenCellEditor
The table that the ChildrenCellEditor edits.
table - Variable in class jist.runtime.guilog.GuiLog.MouseAdapterHandler
The table that is receiving mouse clicks.
table - Variable in class jist.runtime.guilog.GuiLog
The JTable for displaying the Event information.
table - Variable in class jist.swans.route.RouteAodv.RouteTable
The routing table.
tableFont - Static variable in class jist.runtime.guilog.GuiLog
The font used for most of the table.
tail - Variable in class jist.swans.trans.CircularBuffer
points to the byte after the last unread byte.
tails - Variable in class jist.swans.net.MessageQueue.NoDropMessageQueue
Tails of message queues for different priorities.
target - Variable in class jist.runtime.ProxyEntity.ProxyEntityHandler
Target object of the proxy entity.
target - Variable in class jist.swans.route.RouteZrpBrp.QueryCoverageEntry
whether node is target for this query.
targets - Variable in class jist.swans.route.RouteZrpBrp.MessageBrp
targets of broadcast packet.
tcp - Class in driver
Small TCP test that can be run both inside and outside of JiST.
tcp() - Constructor for class driver.tcp
 
tcp - Variable in class jist.swans.app.AppJava
TCP entity.
tcp.Client - Class in driver
Simple TCP client.
tcp.Client() - Constructor for class driver.tcp.Client
 
tcp.Server - Class in driver
Simple TCP server.
tcp.Server() - Constructor for class driver.tcp.Server
 
TCP_DEBUG - Static variable in class jist.swans.trans.TcpSocket
Debug printing flag.
TCP_PROTOCOL_ECHO - Static variable in class jist.swans.Constants
transport level (tcp/udp) protocol number.
TCP_PROTOCOL_FTP - Static variable in class jist.swans.Constants
transport level (tcp/udp) protocol number.
TCP_PROTOCOL_HTTP - Static variable in class jist.swans.Constants
transport level (tcp/udp) protocol number.
TCP_PROTOCOL_SMTP - Static variable in class jist.swans.Constants
transport level (tcp/udp) protocol number.
TCP_PROTOCOL_TELNET - Static variable in class jist.swans.Constants
transport level (tcp/udp) protocol number.
TCP_PROTOCOL_TIME - Static variable in class jist.swans.Constants
transport level (tcp/udp) protocol number.
tcpEntity - Variable in class jist.swans.trans.TcpServerSocket
Entity reference to transport layer.
tcpEntity - Variable in class jist.swans.trans.TcpSocket
A reference to TCP Entity.
TcpInputStream - Class in jist.swans.trans
SWANS Implementation of InputStream for Socket.
TcpInputStream(SocketInterface.TcpSocketInterface) - Constructor for class jist.swans.trans.TcpInputStream
Constructor.
TcpOutputStream - Class in jist.swans.trans
SWANS Implementation of OutputStream for Socket.
TcpOutputStream(SocketInterface.TcpSocketInterface) - Constructor for class jist.swans.trans.TcpOutputStream
Constructor.
TcpServerSocket - Class in jist.swans.trans
SWANS Implementation of Server Socket entity.
TcpServerSocket() - Constructor for class jist.swans.trans.TcpServerSocket
Creates an unbound server socket.
TcpServerSocket(int) - Constructor for class jist.swans.trans.TcpServerSocket
Creates a server socket, bound to the specified port.
TcpServerSocket(int, int) - Constructor for class jist.swans.trans.TcpServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
TcpServerSocket(int, int, InetAddress) - Constructor for class jist.swans.trans.TcpServerSocket
Creates a server with the specified port, listen backlog, and local IP address to bind to.
TcpServerSocket.TcpServerSocketCallback - Class in jist.swans.trans
Implementation of Socket Callback for TcpServerSocket.
TcpServerSocket.TcpServerSocketCallback(SocketInterface.TcpServerSocketInterface) - Constructor for class jist.swans.trans.TcpServerSocket.TcpServerSocketCallback
Constructor.
TcpSocket - Class in jist.swans.trans
SWANS Implementation of Socket entity.
TcpSocket() - Constructor for class jist.swans.trans.TcpSocket
Creates an unconnected socket, with the system-default type of SocketImpl.
TcpSocket(InetAddress, int) - Constructor for class jist.swans.trans.TcpSocket
Creates a stream socket and connects it to the specified port number at the specified IP address.
TcpSocket(InetAddress, int, boolean) - Constructor for class jist.swans.trans.TcpSocket
Deprecated.
TcpSocket(InetAddress, int, InetAddress, int) - Constructor for class jist.swans.trans.TcpSocket
Creates a socket and connects it to the specified remote address on the specified remote port.
TcpSocket(SocketImpl) - Constructor for class jist.swans.trans.TcpSocket
Creates an unconnected Socket with a user-specified SocketImpl.
TcpSocket(TransInterface.TransTcpInterface, InetAddress, short, InetAddress, short, int, short) - Constructor for class jist.swans.trans.TcpSocket
Creates an unconnected Socket with a user-specified TransInterface Entity and SYN packet received by TcpServerSocket.
TcpSocket(String, int) - Constructor for class jist.swans.trans.TcpSocket
Creates a stream socket and connects it to the specified port number on the named host.
TcpSocket(String, int, boolean) - Constructor for class jist.swans.trans.TcpSocket
Deprecated.
TcpSocket(String, int, InetAddress, int) - Constructor for class jist.swans.trans.TcpSocket
Creates a socket and connects it to the specified remote host on the specified remote port.
TcpSocket.TcpSocketCallback - Class in jist.swans.trans
Implementation of Socket Callback for TcpSocket.
TcpSocket.TcpSocketCallback(SocketInterface.TcpSocketInterface) - Constructor for class jist.swans.trans.TcpSocket.TcpSocketCallback
Constructor.
temp_rcv_wnd - Variable in class jist.swans.trans.TcpSocket
temporary receiver window (used to hold update after some data are sent to application layer).
TEMPERATURE_DEFAULT - Static variable in class jist.swans.Constants
Default temperature (units: degrees Kelvin).
TEMPERATURE_FACTOR_DEFAULT - Static variable in class jist.swans.Constants
Default temperature noise factor.
test(Scheduler) - Static method in class jist.runtime.Scheduler
Simple scheduler test...
testMapToNext(int) - Method in class jist.swans.misc.Mapper
Define a mapping if one does not already exist.
THIS - Static variable in class jist.runtime.JistAPI
Entity reference for 'this'.
thisNode - Variable in class jist.swans.route.RouteAodv.MessageQueue
reference to this RouteAodv instance.
thisNode - Variable in class jist.swans.route.RouteAodv.PrecursorSet
Reference to this RouteAodv instance.
thisNode - Variable in class jist.swans.route.RouteAodv.RouteRequest
Reference to the encapsulating RouteAodv instance.
thread - Variable in class jist.runtime.Controller
Controller thread of execution.
thread - Variable in class jist.swans.app.AppJava
current thread.
threaded - Class in driver
An example to show the transparent conversion of threads to simulation time under the AppJava.
threaded() - Constructor for class driver.threaded
 
threaded.worker - Class in driver
 
threaded.worker(int, int) - Constructor for class driver.threaded.worker
 
threadid - Variable in class driver.threaded.worker
 
ThreeNodeTest() - Static method in class driver.dsrtest
 
THRESHOLD_DEFAULT - Static variable in class jist.swans.Constants
Default radio reception threshold (units: dBm).
THRESHOLD_FRAGMENT - Static variable in class jist.swans.mac.Mac802_11
Threshold packet size for fragmentation.
THRESHOLD_FRAGMENT - Static variable in class jist.swans.net.NetIp
Packet fragmentation threshold.
threshold_mW - Variable in class jist.swans.radio.RadioInfo.RadioInfoShared
Reception threshold (units: mW).
THRESHOLD_RTS - Static variable in class jist.swans.mac.Mac802_11
Threshold packet size to activate RTS.
thresholdSNR - Variable in class jist.swans.radio.RadioNoiseAdditive
threshold signal-to-noise ratio.
thresholdSNR - Variable in class jist.swans.radio.RadioNoiseIndep
threshold signal-to-noise ratio.
tile - Variable in class jist.swans.field.Spatial.TiledWraparound
nested spatial data structure.
time - Variable in class driver.ndp.cmdlineOpts
total simulation time.
time - Variable in class jist.runtime.Event
Simulation time at which the event should be processed.
time - Variable in class jist.swans.route.RouteZrpBrp.QueryCoverageEntry
entry insertion time.
time - Variable in class jist.swans.route.RouteZrpIarp.LinkStateEntry
entry insertion time.
time - Variable in class jist.swans.route.RouteZrpIerp.QueuedPacket
queue insertion time.
time - Variable in class jist.swans.route.RouteZrpIerp.RouteEntry
entry insertion time.
TIME_WAIT - Static variable in class jist.swans.Constants.TCPSTATES
TCP state: TIME-WAIT - represents waiting for enough time to pass to be sure the remote TCP received the acknowledgment of its connection termination request.
timeless - Static variable in class jist.runtime.Rewriter
List of objects that are pre-defined to be timeless.
Timeless - Interface in jist.runtime
An internal interface (should not be mentioned in simulation programs) that all JistAPI.Timeless application objects or objects that are immutable are rewritten to implement.
timelessHash - Static variable in class jist.runtime.Rewriter
Hashtable containing the timeless list for rapid lookup.
timeout(int) - Method in class jist.swans.mac.Mac802_11
 
timeout(int) - Method in interface jist.swans.mac.MacInterface.Mac802_11
Process mac timeout.
timeout() - Method in interface jist.swans.misc.Timer
Timer expiration processing.
timeout() - Method in class jist.swans.route.RouteAodv
AODV Timeout event, which gets called periodically at fixed intervals.
timeout - Variable in class jist.swans.route.RouteDsr.RouteRequestTableEntry
The amount of time necessary to wait (starting at lastRequestTime) before sending out another Route Request.
timeout() - Method in interface jist.swans.route.RouteInterface.Aodv
AODV Timeout event, which gets called periodically.
timeout(Timer) - Method in interface jist.swans.route.RouteInterface.Zrp
Process timer expiration.
timeout(Timer) - Method in class jist.swans.route.RouteZrp
Process timer expiration.
timeout() - Method in class jist.swans.route.RouteZrpBrp
Timer expiration processing.
timeout() - Method in class jist.swans.route.RouteZrpBrpFlood
Timer expiration processing.
timeout() - Method in class jist.swans.route.RouteZrpIarp
Timer expiration processing.
timeout() - Method in class jist.swans.route.RouteZrpIerp
Timer expiration processing.
timeout() - Method in class jist.swans.route.RouteZrpNdp
Timer expiration processing.
timeout() - Method in class jist.swans.route.RouteZrpZdp.TimerRefresh
Timer expiration processing.
timeout() - Method in class jist.swans.route.RouteZrpZdp.TimerSend
Timer expiration processing.
Timer - Interface in jist.swans.misc
Timer expiration interface.
timerId - Variable in class jist.swans.mac.Mac802_11
timer identifier.
timeSeconds() - Static method in class jist.swans.misc.Util
Return current simulation time as string in seconds.
timeSent - Variable in class jist.swans.route.RouteAodv.RreqBufferEntry
Time (simulation time) that this entry was created.
timeWaitTimerTimeout() - Method in interface jist.swans.trans.SocketInterface.TcpSocketInterface
Execution when time wait timer times out (closing the socket).
timeWaitTimerTimeout() - Method in class jist.swans.trans.TcpSocket
Execution when time wait timer times out (closing the socket).
TL - Static variable in class jist.swans.field.Spatial.HierGrid
sub-bin constants.
tl - Variable in class jist.swans.field.Spatial
Spatial data structure endpoints.
toByteArray() - Method in class jist.runtime.Node
Serialize node instance into byte array.
toByteArray(byte[], int) - Method in class jist.runtime.Node
Serialize node instance into byte array.
toDB(double) - Static method in class jist.swans.misc.Util
Convert number to decibels.
topPri - Variable in class jist.swans.net.MessageQueue.NoDropMessageQueue
Index of highest priority.
toString(Object) - Static method in class jist.runtime.Controller
String of given object or entity.
toString() - Method in class jist.runtime.Entity.Static
toString() - Method in class jist.runtime.EntityRef
Return toString of referenced entity.
toString() - Method in class jist.runtime.Event.Continuation
Return string representation of Contination information.
toString() - Method in class jist.runtime.Event
Return string representation of Event.
toString() - Method in class jist.runtime.EventLocation
Return string representation of Event including its originating location.
toString(Object) - Static method in class jist.runtime.JistAPI
Determine the String representation of an object or entity.
toString(Object) - Static method in class jist.runtime.JistAPI_Impl
 
toString() - Method in class jist.runtime.Node
Return string representation of node in format host:port.
toString() - Method in class jist.runtime.RemoteJist.Job
toString() - Method in class jist.runtime.RewriterFlow.WildcardReturnaddressType
toString() - Method in class jist.swans.app.net.ServerSocket
 
toString() - Method in class jist.swans.app.net.Socket
 
toString() - Method in class jist.swans.field.Mobility.RandomWalk
toString() - Method in class jist.swans.mac.MacAddress
toString() - Method in class jist.swans.mac.MacDumb.MacDumbMessage
toString() - Method in class jist.swans.mac.MacDumb
toString() - Method in class jist.swans.misc.Location.Location2D
toString() - Method in class jist.swans.misc.Location.Location3D
toString() - Method in class jist.swans.misc.MessageBytes
toString() - Method in class jist.swans.net.NetAddress
toString() - Method in class jist.swans.net.NetIp
toString() - Method in class jist.swans.net.NetMessage.Ip
toString() - Method in class jist.swans.net.NetMessage.IpOptionSourceRoute
toString() - Method in class jist.swans.radio.RadioInfo.RadioInfoShared
toString() - Method in class jist.swans.radio.RadioInfo.RadioInfoUnique
toString() - Method in class jist.swans.radio.RadioInfo
toString() - Method in class jist.swans.route.Link
toString() - Method in class jist.swans.route.RouteZrpBrp.MessageBrp
toString() - Method in class jist.swans.route.RouteZrpBrpFlood.MessageBrpFlood
toString() - Method in class jist.swans.route.RouteZrpIarp.MessageIarp
toString() - Method in class jist.swans.route.RouteZrpIerp.MessageIerp
toString() - Method in class jist.swans.route.RouteZrpNdp.MessageNdp
toString() - Method in class jist.swans.route.RouteZrpZdp.MessageZdp
toString() - Method in interface jist.swans.trans.SocketInterface
Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class jist.swans.trans.TcpServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class jist.swans.trans.TcpSocket
Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class jist.swans.trans.TransTcp.TcpMessage
Returns string representation of the TCP message.
toString() - Method in class jist.swans.trans.TransUdp.UdpMessage
toStringEntity(int) - Method in class jist.runtime.Controller
Return string of entity at given index.
toStringEntity(int) - Method in interface jist.runtime.ControllerRemote
Return toString of a specific entity at this Controller.
total - Variable in class jist.minisim.events.entity
total number of events.
total - Variable in class jist.minisim.proxy.entity
total number of benchmark proxied events.
totalPower_mW - Variable in class jist.swans.radio.RadioNoiseAdditive
total signal power.
TR - Static variable in class jist.swans.field.Spatial.HierGrid
sub-bin constants.
tr - Variable in class jist.swans.field.Spatial
Spatial data structure endpoints.
trace - Class in jist.minisim
Test trace facility, by throwing an exception.
trace() - Constructor for class jist.minisim.trace
 
trans - Variable in class jist.swans.misc.Node
 
TRANS_DELAY - Static variable in class jist.swans.Constants
transport layer delay.
TRANS_PROCESSING_DELAY - Static variable in class jist.swans.Constants
socket delay.
TRANS_PROTOCOL_INVALID - Static variable in class jist.swans.Constants
transport level (tcp/udp) protocol number.
transEntity - Variable in class jist.swans.misc.Node
 
transformName(String) - Method in class jist.swans.Rewriter.ModifyTypeTraversal
Replace type by string.
transformType(Type) - Method in class jist.swans.Rewriter.ModifyTypeTraversal
Replace BCEL type.
transformTypes(Type[]) - Method in class jist.swans.Rewriter.ModifyTypeTraversal
Replace BCEL type array.
TransInterface - Interface in jist.swans.trans
Defines the interface of all Transport layer entity implementations.
TransInterface.SocketHandler - Interface in jist.swans.trans
Socket callback handler.
TransInterface.SocketHandler.TcpHandler - Interface in jist.swans.trans
Defines the interface for TCP socket callback.
TransInterface.TransMessage - Class in jist.swans.trans
Super-class of all transport layer packets.
TransInterface.TransMessage() - Constructor for class jist.swans.trans.TransInterface.TransMessage
 
TransInterface.TransTcpInterface - Interface in jist.swans.trans
Defines the Transport sub-interface for TCP entities.
TransInterface.TransUdpInterface - Interface in jist.swans.trans
Defines the Transport sub-interface for UDP entities.
TRANSMISSION_JITTER - Static variable in class jist.swans.route.RouteAodv
The maximum amount of jitter before sending a packet.
transmissions - Variable in class driver.CBR.Client
number of outgoing transmissions.
transmissions - Variable in class driver.CBR.CommandLineOptions
Number of transmissions for each client-server pair.
transmit(RadioInfo, Message, long) - Method in class jist.swans.field.Field
Transmit physical-layer message.
transmit(RadioInfo, Message, long) - Method in interface jist.swans.field.FieldInterface
Transmit physical-layer message.
transmit - Variable in class jist.swans.radio.RadioInfo.RadioInfoShared
Transmission power (units: dBm).
transmit(Message, long, long) - Method in interface jist.swans.radio.RadioInterface
Start transmitting message.
transmit(Message, long, long) - Method in class jist.swans.radio.RadioNoise
Start transmitting message.
Transmit(NetMessage.Ip) - Method in class jist.swans.route.RouteDsr
Sends the given message and looks for acknowledgement.
TRANSMIT_DEFAULT - Static variable in class jist.swans.Constants
Default transmission strength (units: dBm).
transmitTime(Message) - Method in class jist.swans.mac.Mac802_11
Compute packet transmission time at current bandwidth.
transmitTime(Message) - Method in class jist.swans.mac.MacDumb
Compute packet transmission time at current bandwidth.
transmitVisitor - Variable in class jist.swans.field.Field
Transmission visitor object.
TransmitWithNetworkAck(NetMessage.Ip, Short, long, int) - Method in class jist.swans.route.RouteDsr
Sends the given message.
TransmitWithNetworkAck(NetMessage.Ip, Short, long, int) - Method in interface jist.swans.route.RouteInterface.Dsr
Transmits the given packet with a request for a network-level acknowledgement.
TransmitWithPassiveAck(NetMessage.Ip, int) - Method in class jist.swans.route.RouteDsr
Sends the given message and waits for a passive acknowledgement.
TransmitWithPassiveAck(NetMessage.Ip, int) - Method in interface jist.swans.route.RouteInterface.Dsr
Transmits the given packet and waits for a passive acknowledgement.
TransTcp - Class in jist.swans.trans
Implementation of TCP Transport Layer.
TransTcp() - Constructor for class jist.swans.trans.TransTcp
Constructor.
TransTcp.TcpMessage - Class in jist.swans.trans
Data structure for TCP Message.
TransTcp.TcpMessage(short, short, int, int, short, boolean, boolean, boolean, boolean, boolean, boolean, short, Message) - Constructor for class jist.swans.trans.TransTcp.TcpMessage
constructor for TcpMessage.
TransTcp.TcpMessage(byte[], int) - Constructor for class jist.swans.trans.TransTcp.TcpMessage
constructor for TcpMessage (reconstruct TcpMessage from byte array).
TransTcp.TcpOptions - Class in jist.swans.trans
Implementation for TCP Options.
TransTcp.TcpOptions() - Constructor for class jist.swans.trans.TransTcp.TcpOptions
Constructor.
TransUdp - Class in jist.swans.trans
UDP implementation.
TransUdp() - Constructor for class jist.swans.trans.TransUdp
Initialize UDP transport implementation.
TransUdp.UdpMessage - Class in jist.swans.trans
UDP packet structure.
TransUdp.UdpMessage(int, int, Message) - Constructor for class jist.swans.trans.TransUdp.UdpMessage
Create an new UDP packet.
TRY_PASSIVE_ACKS - Static variable in class jist.swans.route.RouteDsr
The number of times to try retransmission using passive ackknowledgments.
ttl - Variable in class jist.swans.net.NetMessage.Ip
ip packet time-to-live.
ttl - Variable in class jist.swans.route.RouteAodv.RouteRequest
Time to live.
ttl - Variable in class jist.swans.route.RouteZrpIarp.MessageIarp
time-to-live.
TTL_DEFAULT - Static variable in class jist.swans.Constants
default time-to-live.
TTL_INCREMENT - Static variable in class jist.swans.route.RouteAodv
The amount added to current TTL upon successive broadcasts of a RREQ message.
TTL_START - Static variable in class jist.swans.route.RouteAodv
The initial TTL value for any Route Request instance.
TTL_THRESHOLD - Static variable in class jist.swans.route.RouteAodv
The maximum TTL for any RREQ message.
TwoNodeTest() - Static method in class driver.dsrtest
 
TX_DIFS - Static variable in class jist.swans.mac.Mac802_11
Transmit start DIFS.
TX_SIFS - Static variable in class jist.swans.mac.Mac802_11
Transmit start SIFS.
type - Variable in class jist.swans.mac.MacMessage
packet type.
type(Class) - Static method in class jist.swans.misc.Sizeof
Return static size of non-primitive type (a class/structure).
TYPE - Static variable in class jist.swans.net.NetMessage.IpOptionSourceRoute
option type constant: source route.
type - Variable in class jist.swans.radio.RadioNoiseAdditive
radio type: SNR or BER.
type - Variable in class jist.swans.route.RouteZrpIerp.MessageIerp
packet type.
TYPE_ACK - Static variable in class jist.swans.mac.MacMessage
ACK packet constant: type = 01, subtype = 1101.
TYPE_CTS - Static variable in class jist.swans.mac.MacMessage
CTS packet constant: type = 01, subtype = 1100.
TYPE_DATA - Static variable in class jist.swans.mac.MacMessage
DATA packet constant: type = 10, subtype = 0000.
TYPE_RREP - Static variable in class jist.swans.route.RouteZrpIerp.MessageIerp
ierp packet type constant: reply.
TYPE_RREQ - Static variable in class jist.swans.route.RouteZrpIerp.MessageIerp
ierp packet type constant: request.
TYPE_RTS - Static variable in class jist.swans.mac.MacMessage
RTS packet constant: type = 01, subtype = 1011.
typeModifications - Variable in class jist.swans.Rewriter
 

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