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 _

C

c - Variable in class jist.minisim.block
Communication channel entity.
cache - Variable in class jist.runtime.RemoteJist.RemoteRepository
Hashmap of loaded classes.
CACHE_PREFIX - Static variable in class jist.runtime.Rewriter
Class cache prefix.
cacheDir - Variable in class jist.runtime.Rewriter
Class disk-based cache directory.
cacheToString - Variable in class jist.runtime.Node
cached toString() of this object.
calc(double) - Method in class jist.swans.radio.BERTable
Compute BER value by interpolating among existing SNR points.
calcDelay() - Method in class jist.swans.app.AppHeartbeat
Compute random heartbeat delay.
calcHashCode() - Method in class jist.runtime.Node
Compute and cache node hash code.
call() - Method in class jist.minisim.cont.entity
Perform single continuation call.
call(contproxy.entityInterface) - Method in class jist.minisim.contproxy.entity
Perform single blocking proxied call.
call - Variable in class jist.runtime.Controller
Outgoing (blocking) call event.
callback - Variable in class jist.runtime.Controller
Callback event for outgoing (blocking) call event.
callback - Variable in class jist.swans.app.net.UdpSocket
UDP socket handler.
callback - Variable in class jist.swans.trans.TcpServerSocket
Reference to the server socket's callback.
callback - Variable in class jist.swans.trans.TcpSocket
A callback object used by other entities to call this socket.
callbackState - Variable in class jist.runtime.Controller
Incoming callback state for returning (blocking) call event.
calledBy - Variable in class jist.runtime.Rewriter
Regular method call graph: (methodsig mapped to hashset(methodsig)).
caller - Variable in class jist.runtime.Event.Continuation
Caller event information.
callState - Variable in class jist.runtime.Controller
Outgoing callback state for (blocking) call event.
callStaticAt(Method, Object[], long) - Static method in class jist.runtime.JistAPI
Invoke a static method at given simulation time.
callStaticAt(Method, Object[], long) - Static method in class jist.runtime.JistAPI_Impl
 
cancelPersistTimer() - Method in class jist.swans.trans.TcpSocket
Cancel the current persist timer.
cancelResetTimer() - Method in class jist.swans.trans.TcpSocket
Cancel the current reset timer.
cancelTimer() - Method in class jist.swans.mac.Mac802_11
Cancel timer event, by incrementing the timer identifer.
capacity - Variable in class jist.swans.net.MessageQueue.NoDropMessageQueue
List size limit.
cb - Variable in class jist.swans.app.io.BufferedReader
buffer.
cb - Variable in class jist.swans.app.io.BufferedWriter
buffer.
CBR - Class in driver
Constant Bit Rate simulation program.
CBR() - Constructor for class driver.CBR
 
CBR.Client - Class in driver
A client node in the simulation.
CBR.Client(TransInterface.TransUdpInterface, int, NetAddress, NetAddress) - Constructor for class driver.CBR.Client
Creates a new Client.
CBR.ClientInterface - Interface in driver
The interface for client nodes in the simulation.
CBR.CommandLineOptions - Class in driver
Simulation parameters with default values.
CBR.CommandLineOptions() - Constructor for class driver.CBR.CommandLineOptions
 
CBR.Server - Class in driver
A server node in the simulation.
CBR.Server(TransInterface.TransUdpInterface, NetAddress) - Constructor for class driver.CBR.Server
Creates a new Server.
CBR.ServerInterface - Interface in driver
The interface for server nodes in the simulation.
cellDownButton - Static variable in class jist.runtime.guilog.GuiLog
Re-used JButton.
cellUpButton - Static variable in class jist.runtime.guilog.GuiLog
Re-used JButton.
cfDone(boolean, boolean) - Method in class jist.swans.mac.Mac802_11
 
cfDone(boolean, boolean) - Method in interface jist.swans.mac.MacInterface.Mac802_11
Collision free send sequence complete.
Channel - Class in jist.runtime
Implements a single-slot channel ala Communicating Sequential Processes (CSP) by Hoare.
Channel() - Constructor for class jist.runtime.Channel
Create new Channel.
channel - Variable in class jist.swans.app.net.UdpSocket
blocking channel represents application-kernel boundary; used to wait on packets.
channel - Variable in class jist.swans.app.net.UdpSocket.UdpSocketCallback
Blocking channel, shared with UdpSocket.
channel - Variable in class jist.swans.trans.TcpServerSocket
Channel (for blocking implementation).
channel - Variable in class jist.swans.trans.TcpSocket
A channel for blocking send/receive.
check() - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
Throw exception on error in underlying PrintStream.
check() - Method in class jist.swans.radio.BERTable
Verify the input data.
CHECK_CYCLE - Static variable in class jist.swans.field.Spatial.LinearList
whether to check for cycles.
CheckBuffer(NetAddress) - Method in class jist.swans.route.RouteDsr
Searches the Send Buffer for any packets intended for the given destination and sends any that are found.
CheckForPassiveAck(RouteDsrMsg, NetAddress, NetAddress, short, short, short) - Method in class jist.swans.route.RouteDsr
Checks the given message to see if it matches any of the messages in the Maintenance Buffer for which we are currently awaiting passive passive acknowledgements.
checkListSize() - Method in class jist.runtime.guilog.GuiLog
Checks the number of Events in the list.
checkLock() - Method in class jist.runtime.guilog.GuiLog
If not stepping through one Event, checkLock attempts to acquire a lock on pauseLock.
checkme(String) - Static method in class jist.runtime.RewriterVerify
Check a given class for errors.
checkPacketandState(TransTcp.TcpMessage, NetAddress) - Method in interface jist.swans.trans.SocketInterface
Check and process the incoming packet depending on current state of the socket.
checkPacketandState(TransTcp.TcpMessage, NetAddress) - Method in class jist.swans.trans.TcpServerSocket
Check and process the incoming packet depending on current state of the socket.
checkPacketandState(TransTcp.TcpMessage, NetAddress) - Method in class jist.swans.trans.TcpSocket
Check and process the incoming packet depending on current state of the socket.
checkSocketHandler(int) - Method in interface jist.swans.trans.TransInterface.TransTcpInterface
Return whether socket bound to port.
checkSocketHandler(int) - Method in class jist.swans.trans.TransTcp
Return whether socket bound to port.
children - Variable in class jist.runtime.guilog.GuiLog.EventNode
The node's and Event's child EventNode(s).
CircularBuffer - Class in jist.swans.trans
A class that implements circular byte array.
CircularBuffer(int) - Constructor for class jist.swans.trans.CircularBuffer
Constructor.
classFileFilter - Static variable in class jist.minisim.prime
class file list filter.
classToFileName(String) - Static method in class jist.runtime.Rewriter
Convert class name into a filename.
ClassTraversal - Class in jist.runtime
Facilitates traversal and and modification of a BCEL JavaClass structure.
ClassTraversal(ClassTraversal.Visitor) - Constructor for class jist.runtime.ClassTraversal
Create a new traversal object and initialize it with given traversal upcall.
ClassTraversal.Empty - Class in jist.runtime
Provides a default (empty) implementation of the Visitor.
ClassTraversal.Empty() - Constructor for class jist.runtime.ClassTraversal.Empty
 
ClassTraversal.Visitor - Interface in jist.runtime
ClassTraversal upcall interface.
clear() - Method in class jist.runtime.RemoteJist.RemoteRepository
clear() - Method in class jist.runtime.Scheduler
Clear all events in the queue.
clear() - Method in class jist.swans.route.RouteAodv.AodvPacketStats
Reset statistics.
clear() - Method in class jist.swans.route.RouteAodv.AodvStats
Reset statistics.
clear() - Method in class jist.swans.route.RouteZrp.ZrpPacketStats
Reset statistics.
clear() - Method in class jist.swans.route.RouteZrp.ZrpStats
Reset statistics.
clearBackoff() - Method in class jist.swans.mac.Mac802_11
Reset backoff counter to zero.
clearData() - Method in class jist.runtime.Channel
Clear data from the channel.
clearExpiredEntries() - Method in class jist.swans.route.RouteAodv.RreqBuffer
Remove all expired entries.
clearFlag(byte, byte) - Static method in class jist.swans.misc.Util
Clear a flag within a byte of flags.
clearLookupCache() - Method in class jist.runtime.Rewriter
Reset the JavaClass lookup cache.
clearRestoreState() - Method in class jist.runtime.Controller
Clear restore state of current event, and callback result.
clearRoutes() - Method in class jist.swans.route.RouteZrpIarp
Flush the computed routes.
clearRoutes() - Method in class jist.swans.route.RouteZrpZdp
Flush the computed routes.
client - Variable in class jist.runtime.RemoteJist.Job
remote simulation client.
CLIENT_ID - Static variable in class driver.aodvtest
 
CLIENT_PING_INTERVAL - Static variable in class jist.runtime.Main
Interval between JiST server pings to client.
clients - Variable in class driver.CBR.CommandLineOptions
Number of client-server pairs.
clinit - Variable in class jist.runtime.RewriterTraversalAddEntityMethodStubs
class initializer.
clone() - Method in class jist.swans.route.RouteDsrMsg
close() - Method in class jist.runtime.ProxyPoint.ProxyAcceptSocket
close() - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
close() - Method in class jist.runtime.RemoteIO.RemoteInputStream
close() - Method in interface jist.runtime.RemoteIO.RemoteInputStreamRemote
Close the underlying remote input stream.
close() - Method in class jist.runtime.RemoteIO.RemoteInputStreamSender
Close the underlying remote input stream.
close() - Method in class jist.runtime.RemoteIO.RemoteInputStreamSenderLocal
Close the underlying remote input stream.
close() - Method in class jist.runtime.RemoteIO.RemoteOutputStream
close() - Method in class jist.runtime.RemoteIO.RemoteOutputStreamReceiver
Close the underlying remote output stream.
close() - Method in class jist.runtime.RemoteIO.RemoteOutputStreamReceiverLocal
Close the underlying remote output stream.
close() - Method in interface jist.runtime.RemoteIO.RemoteOutputStreamRemote
Close the underlying remote output stream.
close() - Method in class jist.swans.app.io.BufferedInputStream
 
close() - Method in class jist.swans.app.io.BufferedReader
 
close() - Method in class jist.swans.app.io.BufferedWriter
 
close() - Method in class jist.swans.app.io.FilterInputStream
 
close() - Method in class jist.swans.app.io.InputStream
 
close() - Method in class jist.swans.app.io.InputStreamReader
 
close() - Method in class jist.swans.app.io.OutputStream
 
close() - Method in class jist.swans.app.io.Reader
 
close() - Method in class jist.swans.app.io.Writer
 
close() - Method in class jist.swans.app.net.ServerSocket
 
close() - Method in class jist.swans.app.net.Socket
 
close() - Method in class jist.swans.app.net.UdpSocket
 
close() - Method in interface jist.swans.trans.SocketInterface
Closes this socket.
close() - Method in class jist.swans.trans.TcpInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class jist.swans.trans.TcpOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class jist.swans.trans.TcpServerSocket
Closes this socket.
close() - Method in class jist.swans.trans.TcpSocket
Closes this socket.
CLOSE_WAIT - Static variable in class jist.swans.Constants.TCPSTATES
TCP state: CLOSE-WAIT - represents waiting for a connection termination request from the local user.
CLOSED - Static variable in class jist.swans.Constants.TCPSTATES
TCP state: CLOSED - represents no connection state at all.
closeSocket(boolean) - Method in class jist.swans.trans.TcpSocket
This method is called when socket is to be closed.
CLOSING - Static variable in class jist.swans.Constants.TCPSTATES
TCP state: CLOSING - represents waiting for a connection termination request acknowledgment from the remote TCP.
command - Variable in class jist.runtime.guilog.GuiLog.UntilTask
The GuiLog method to be called.
COMMAND_CONNECT - Static variable in class jist.runtime.ProxyPoint
proxy server command constant.
COMMAND_CONNECTED - Static variable in class jist.runtime.ProxyPoint
proxy server command constant.
COMMAND_INVALID - Static variable in class jist.runtime.ProxyPoint
proxy server command constant.
COMMAND_LISTEN - Static variable in class jist.runtime.ProxyPoint
proxy server command constant.
COMMAND_NOOP - Static variable in class jist.runtime.ProxyPoint
proxy server command constant.
compare(Object, Object) - Method in class jist.runtime.Event.EventComparator
Compare two Event objects in time.
compare(Object, Object) - Method in class jist.runtime.guilog.GuiLog.EventNodeComparator
Compares o1 to o2 and returns a negative number, 0, or a positive number if the o1 is less than, equal to, or greater than o2.
compareTo(Object) - Method in class jist.swans.mac.MacAddress
compareUnsignedInt(int, int) - Method in class jist.swans.trans.TcpSocket
Returns the difference between two unsigned integers.
compareUnsignedShort(short, short) - Method in class jist.swans.trans.TcpSocket
Returns the difference between two unsigned shorts.
compress - Variable in class jist.swans.route.RouteZrpIarp
compression mode.
compress - Variable in class jist.swans.route.RouteZrpIarp.MessageIarp
compression mode.
compress - Variable in class jist.swans.route.RouteZrpZdp
compression mode.
compress - Variable in class jist.swans.route.RouteZrpZdp.MessageZdp
type of packet compression/structure.
COMPRESS_INFINITE - Static variable in class jist.swans.route.RouteZrpIarp
compression constant: inifinite.
COMPRESS_INFINITE - Static variable in class jist.swans.route.RouteZrpZdp
compression constant: inifinite.
COMPRESS_NODE - Static variable in class jist.swans.route.RouteZrpZdp
compression constant: aggregate across single node.
COMPRESS_NONE - Static variable in class jist.swans.route.RouteZrpIarp
compression constant: no aggregation.
COMPRESS_NONE - Static variable in class jist.swans.route.RouteZrpZdp
compression constant: no aggregation.
COMPRESS_ZONE - Static variable in class jist.swans.route.RouteZrpZdp
compression constant: aggregate across zone.
COMPRESS_ZONE_REVERSE - Static variable in class jist.swans.route.RouteZrpZdp
compression constant: aggregate across zone.
compute() - Method in class jist.runtime.EventLocation
Initialize event structure with information about where it originated.
compute() - Method in interface jist.swans.field.Fading
Compute the fading loss.
compute() - Method in class jist.swans.field.Fading.None
Compute the fading loss.
compute() - Method in class jist.swans.field.Fading.Rayleigh
Compute the fading loss.
compute() - Method in class jist.swans.field.Fading.Rician
Compute the fading loss.
compute(RadioInfo, Location, RadioInfo, Location) - Method in interface jist.swans.field.PathLoss
Compute the path loss.
compute(RadioInfo, Location, RadioInfo, Location) - Method in class jist.swans.field.PathLoss.FreeSpace
Compute the path loss.
compute(RadioInfo, Location, RadioInfo, Location) - Method in class jist.swans.field.PathLoss.TwoRay
Compute the path loss.
computeAvgConnectivity(boolean) - Method in class jist.swans.field.Field
Compute field connectivity.
computeClosestNeighbours() - Method in class jist.swans.route.RouteZrpBrp
For each node in the zone, compute the set of closest neighbours.
computeContinuableFixedPoint() - Method in class jist.runtime.Rewriter
Compute continuable fixed-point using call-graph.
computeCoverage(NetAddress, int) - Method in interface jist.swans.route.RouteInterface.Zrp.Iarp
Find the set of nodes within a given distance of source.
computeCoverage(NetAddress, int) - Method in class jist.swans.route.RouteZrpIarp
Find the set of nodes within a given distance of source.
computeCoverage(NetAddress, int) - Method in class jist.swans.route.RouteZrpZdp
Find the set of nodes within a given distance of source.
computeDensity() - Method in class jist.swans.field.Field
Compute field density.
computeDistancesToSource() - Method in class jist.swans.route.RouteZrpZdp
Compute distances FROM every node TO source.
computedRoutes - Variable in class jist.swans.route.RouteZrpIarp
intra-zone routes: NetAddress - RouteEntry.
computedRoutes - Variable in class jist.swans.route.RouteZrpZdp
intra-zone routes: Hashtable dst - RouteEntry.
computeLocation() - Method in class jist.runtime.EventLocation
Computes the originating source location (if possible) for an event.
computeRoutes() - Method in class jist.swans.route.RouteZrpIarp
(Re-)Compute a minimum hop route for each node in zone using current link state information.
computeRoutes(NetAddress) - Method in class jist.swans.route.RouteZrpZdp
(Re-)Compute a minimum hop route for each node in zone using current link state information.
computeRREQTimeout(byte) - Method in class jist.swans.route.RouteAodv
Computes the RREQ Timeout period, given a TTL value.
computeSignal(RadioInfo, Location, Location) - Method in interface jist.swans.field.Spatial.SpatialTransmitVisitor
Compute signal strength between source radio and given point.
computeSource() - Method in class jist.runtime.EventLocation
Computes the originating source runtime events (if possible) for an event.
computeStandardDeviation(double) - Static method in class jist.swans.field.Fading.Rician
Computes standard deviation for Rician distribution such that mean is 1.
concat(byte[], byte[]) - Static method in class jist.runtime.Pickle
Concatenate two byte arrays.
concat(byte[], byte[]) - Static method in class jist.swans.misc.Pickle
 
Config - Class in jist.swans
 
Config() - Constructor for class jist.swans.Config
 
CongestionAvoidance() - Method in class jist.swans.trans.TcpSocket
This method implements Congestion Avoidance phase for congestion control.
connect(SocketAddress) - Method in class jist.swans.app.net.Socket
 
connect(SocketAddress, int) - Method in class jist.swans.app.net.Socket
 
connect(SocketAddress) - Method in interface jist.swans.trans.SocketInterface.TcpSocketInterface
Connects this socket to the server.
connect(SocketAddress, int) - Method in interface jist.swans.trans.SocketInterface.TcpSocketInterface
Connects this socket to the server with a specified timeout value.
connect(SocketAddress) - Method in class jist.swans.trans.TcpSocket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class jist.swans.trans.TcpSocket
Connects this socket to the server with a specified timeout value.
connect(InetAddress, int, int) - Method in class jist.swans.trans.TcpSocket
Connects this socket to a specified address and timeout value.
connectInConstructor - Variable in class jist.swans.trans.TcpSocket
booleans to support TCP implementation.
Constants - Class in jist.swans
SWANS constants.
Constants() - Constructor for class jist.swans.Constants
 
Constants.TCPSTATES - Class in jist.swans
TCP States.
Constants.TCPSTATES() - Constructor for class jist.swans.Constants.TCPSTATES
 
constructPackets() - Method in interface jist.swans.trans.SocketInterface.TcpSocketInterface
Creates packets to be sent based on the receiver's advertised window (managing flow control).
constructPackets() - Method in class jist.swans.trans.TcpSocket
Creates packets to be sent based on the receiver's advertised window (managing flow control).
cont - Class in jist.minisim
Measures throughput of continuation calls in JiST.
cont() - Constructor for class jist.minisim.cont
 
cont - Variable in class jist.runtime.Event
Any event continuation information.
cont.cmdlineOpts - Class in jist.minisim
Parsed command-line options.
cont.cmdlineOpts() - Constructor for class jist.minisim.cont.cmdlineOpts
 
cont.entity - Class in jist.minisim
Entity to test continuation entity calls.
cont.entity(int, long, long) - Constructor for class jist.minisim.cont.entity
Create new continuation event benchmarking entity.
contains(Object[], Object) - Static method in class jist.runtime.Util
Return whether a given Objects exists within an Object array.
contains(Object[], Object) - Static method in class jist.swans.misc.Util
Return whether a given Objects exists within an Object array.
contains(RouteAodv.RreqBufferEntry) - Method in class jist.swans.route.RouteAodv.RreqBuffer
Checks if a given RouteBufferEntry exists in the RREQ Buffer.
containsMethod(JavaClass, String, Type, Type[]) - Static method in class jist.runtime.Rewriter
Return whether method contained (declared) within class.
content - Variable in class jist.swans.route.RouteDsrMsg
The payload of the DSR message.
continuable - Variable in class jist.runtime.Rewriter
Methods should be rewritten to be Continuable.
continuableMethod - Static variable in class jist.runtime.Rewriter
List of methods that are pre-defined to be continuable.
continuationPool - Variable in class jist.runtime.Controller
Pool of pre-allocated continuations.
contproxy - Class in jist.minisim
Measures throughput of proxy entity continuation calls in JiST.
contproxy() - Constructor for class jist.minisim.contproxy
 
contproxy.cmdlineOpts - Class in jist.minisim
Parsed command-line options.
contproxy.cmdlineOpts() - Constructor for class jist.minisim.contproxy.cmdlineOpts
 
contproxy.entity - Class in jist.minisim
Benchmark proxy entity.
contproxy.entity(int, long, long) - Constructor for class jist.minisim.contproxy.entity
Create new benchmark entity.
contproxy.entityInterface - Interface in jist.minisim
Interface for benchmarking proxy entity.
Controller - Class in jist.runtime
Maintains all the data structures of a single simulation thread of execution.
Controller() - Constructor for class jist.runtime.Controller
Create and initialize Controller instance.
controller - Variable in class jist.runtime.Controller.JistThread
Slot to store Controller instance.
controller - Variable in class jist.runtime.EntityRefDist
Controller owning entity.
Controller.JistThread - Class in jist.runtime
Provides a Thread with a slot to store the Controller instance.
Controller.JistThread(Controller, String) - Constructor for class jist.runtime.Controller.JistThread
Create a thread group with given name.
CONTROLLER_DISPLAY_INTERVAL - Static variable in class jist.runtime.Main
Interval between JiST controller progress output.
controllerCount - Static variable in class jist.runtime.Controller
Number of controller threads initialized.
ControllerRemote - Interface in jist.runtime
Remote (RMI) interface that Controllers implement and use to interoperate.
copy() - Method in class jist.swans.net.NetMessage.Ip
Make copy of packet, usually in order to modify it.
count - Variable in class driver.threaded.worker
 
count - Static variable in class jist.minisim.prime
number of classes loaded.
count - Variable in class jist.runtime.Pool.ArrayPool
Index into array pool.
count - Variable in class jist.runtime.Pool.ContinuationPool
Index into object pool.
count - Variable in class jist.runtime.Pool.EventPool
Index into object pool.
count - Variable in class jist.swans.app.io.BufferedInputStream
 
COUNT_EVENTS - Static variable in class jist.runtime.Main
Whether to count up events of each type.
COVERAGE_LIFETIME - Static variable in class jist.swans.route.RouteZrpBrp
query coverage expiration.
COVERAGE_LIFETIME - Static variable in class jist.swans.route.RouteZrpBrpFlood
query coverage expiration.
COVERAGE_REFRESH - Static variable in class jist.swans.route.RouteZrpBrp
query coverage refresh timer (check for expiration).
COVERAGE_REFRESH - Static variable in class jist.swans.route.RouteZrpBrpFlood
query coverage refresh timer (check for expiration).
cpg - Variable in class jist.runtime.RewriterTraversalContinuableMethods
class constant pool.
cpg - Variable in class jist.runtime.RewriterTraversalModifyEntityCreation
class constant pool.
cpg - Variable in class jist.runtime.RewriterTraversalModifyEntityInvocation
class constant pool.
cpg - Variable in class jist.runtime.RewriterTraversalVerifyAll
class constant pool.
cpg - Variable in class jist.runtime.RewriterTraversalVerifyEntity
class constant pool.
create(int, Controller, String, String[], Object) - Static method in class jist.runtime.Bootstrap
Create and enqueue a bootstrap event.
create(Object, Class[]) - Static method in class jist.runtime.ProxyEntity
Dynamically create a proxy entity for the given target object and interface.
create(byte[], int) - Static method in class jist.swans.route.RouteDsrMsg.Option
Creates a new Option from the given byte array, starting at the given offset.
create(short, NetAddress, NetAddress) - Static method in class jist.swans.route.RouteDsrMsg.OptionAck
Creates a new Acknowledgement option.
create(short) - Static method in class jist.swans.route.RouteDsrMsg.OptionAckRequest
Creates a new Acknowledgement Request option.
create() - Static method in class jist.swans.route.RouteDsrMsg.OptionPad1
Creates a new Pad1 option.
create(byte) - Static method in class jist.swans.route.RouteDsrMsg.OptionPadN
Creates a new PadN option.
create(byte, int, NetAddress, NetAddress, byte[]) - Static method in class jist.swans.route.RouteDsrMsg.OptionRouteError
Creates a new Route Error option.
create(boolean, NetAddress[]) - Static method in class jist.swans.route.RouteDsrMsg.OptionRouteReply
Creates a new Route Reply option.
create(NetAddress[]) - Static method in class jist.swans.route.RouteDsrMsg.OptionRouteReply
Creates a new Route Reply option with the Last Hop External field set to false.
create(short, NetAddress, NetAddress[]) - Static method in class jist.swans.route.RouteDsrMsg.OptionRouteRequest
Creates a new Route Request option.
create(boolean, boolean, int, int, NetAddress[]) - Static method in class jist.swans.route.RouteDsrMsg.OptionSourceRoute
Creates a new Source Route option.
create(int, int, NetAddress[]) - Static method in class jist.swans.route.RouteDsrMsg.OptionSourceRoute
Creates a new Source Route option with the First Hop External and the Last Hop External fields set to false.
createACKPacket(int, int, int, int, short) - Static method in class jist.swans.trans.TransTcp.TcpMessage
Method called to create an ACK packet.
createAndShowGUI() - Method in class jist.runtime.guilog.GuiLog
Creates the JTable and shows it.
createChannel() - Static method in class jist.runtime.JistAPI
Create a new Channel entity.
createChannel() - Static method in class jist.runtime.JistAPI_Impl
 
createChannelImpl() - Static method in class jist.runtime.JistAPI_Impl
Actual implementation of createChannel method; returns new Channel Entity reference.
createEvent(Method, EntityRef, Object[]) - Method in class jist.runtime.Controller
Create an event using the event pool, using the current simulation time and the given invocation parameters.
createEvent(Method, EntityRef, Object[], long) - Method in class jist.runtime.Controller
Create an event using the event pool, using the given simulation time and the given invocation parameters.
createFINPacket(int, int, int, int, short) - Static method in class jist.swans.trans.TransTcp.TcpMessage
Method called to create a FIN packet.
createImageIcon(String) - Static method in class jist.runtime.guilog.GuiLog
Creates an ImageIcon.
createNode(int, Field, float, float, RadioInfo.RadioInfoShared, Mapper, Class, PacketLoss, PacketLoss) - Static method in class driver.aodvtest
Create node at location (x,y)
createNode(int, Field, Placement, RadioInfo.RadioInfoShared, Mapper, PacketLoss, PacketLoss) - Static method in class driver.heartbeat
Initialize simulation node.
createNode(Field, int, Location, RadioNoise, NetAddress, NetInterface.NetHandler) - Static method in class driver.ip
 
createNode(int, Field, Placement, RadioInfo.RadioInfoShared, Mapper, PacketLoss, PacketLoss) - Static method in class driver.memory
Initialize simulation node.
createNode(int, Field, Placement, RadioInfo.RadioInfoShared, Mapper, PacketLoss, PacketLoss) - Static method in class driver.ndp
Initialize simulation node.
createProbeMessage() - Method in class jist.swans.trans.TcpSocket
Create a probe message (for persist timer) by extracting one byte of data from the send buffer.
createProxy() - Method in class jist.swans.trans.TcpServerSocket
Create an entity reference to itself.
createProxy() - Method in class jist.swans.trans.TcpSocket
Create an entity reference to itself.
createRadio(int, int, RadioInfo.RadioInfoShared) - Static method in class driver.ip
 
createRSTPacket(int, int, int, int, short) - Static method in class jist.swans.trans.TransTcp.TcpMessage
Method called to create a RST packet.
createServerSocket(int) - Method in class jist.runtime.ProxyPoint.ProxySocketFactory
createShared(double, int, double, double, double, double, double, double, double) - Static method in class jist.swans.radio.RadioInfo
Create shared radio parameters.
createSim() - Static method in class driver.aodvtest
 
createSim(int, int) - Static method in class driver.heartbeat
Initialize simulation field.
createSim(int) - Static method in class driver.memory
Initialize simulation field.
createSim(Location.Location2D, Spatial, long) - Static method in class driver.ndp
Initialize simulation field.
createSim(Location.Location2D, Spatial, long) - Static method in class driver.spatial
Initialize simulation field.
createSocket(String, int) - Method in class jist.runtime.ProxyPoint.ProxySocketFactory
createStateClass(MethodGen, int, Frame) - Static method in class jist.runtime.RewriterTraversalContinuableMethods
Generate state class for a specific execution point within a method.
createStreams() - Method in class jist.swans.trans.TcpSocket
Create the input and output streams for this socket.
createSYNACKPacket(int, int, int, int, short) - Static method in class jist.swans.trans.TransTcp.TcpMessage
Method called to create a SYNACK packet.
createSYNPacket(int, int, int, short) - Static method in class jist.swans.trans.TransTcp.TcpMessage
Method called to create a SYN packet.
createTableColumn(String, int, int, boolean) - Method in class jist.runtime.guilog.GuiLog
helper method.
currentCaller - Variable in class jist.runtime.Controller
Incoming caller information for returning (blocking) call event.
currentEvent - Variable in class jist.runtime.Controller
Current event being processed.
currentJob - Static variable in class jist.runtime.Main
current job.
currentSimulationTime - Variable in class jist.runtime.Controller
Current local simulation time.
currentState - Variable in class jist.swans.trans.TcpServerSocket
Current state of the socket.
currentState - Variable in class jist.swans.trans.TcpSocket
State of the TCP connection.
curSize - Variable in class jist.swans.trans.CircularBuffer
current size of the buffer.
cw - Variable in class jist.swans.mac.Mac802_11
current contention window size.
CW_MAX - Static variable in class jist.swans.mac.Mac802_11
Maximum collision window (for backoff).
CW_MIN - Static variable in class jist.swans.mac.Mac802_11
Minimum collision window (for backoff).
cwnd - Variable in class jist.swans.trans.TcpSocket
congestion window.
cwnd_increment - Variable in class jist.swans.trans.TcpSocket
to hold the increment of congestion window during congestion avoidance.

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 _