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 _

H

halveCapacity() - Method in class jist.runtime.Scheduler.Heap
Halve the capacity of the internal array.
halveSize - Variable in class jist.runtime.Scheduler.Heap
Collapse size.
HandleAck(RouteDsrMsg.OptionAck, NetAddress) - Method in class jist.swans.route.RouteDsr
Processes an incoming Acknowledgement option.
HandleAckRequest(RouteDsrMsg, RouteDsrMsg.OptionAckRequest, NetAddress, NetAddress, RouteDsrMsg.OptionSourceRoute) - Method in class jist.swans.route.RouteDsr
Processes an incoming Acknowledgement Request option.
HandleError(RouteDsrMsg.OptionRouteError) - Method in class jist.swans.route.RouteDsr
Processes an incoming Route Error option.
HandleReply(RouteDsrMsg, RouteDsrMsg.OptionRouteReply) - Method in class jist.swans.route.RouteDsr
Processes an incoming Route Reply.
HandleRequest(RouteDsrMsg, RouteDsrMsg.OptionRouteRequest, byte[], NetAddress, NetAddress, short, byte, byte, short, short) - Method in class jist.swans.route.RouteDsr
Processes an incoming Route Request option.
handlers - Variable in class jist.swans.trans.TransTcp
Hashmap to hold references to socket callbacks.
handlers - Variable in class jist.swans.trans.TransUdp
socket handlers.
hasBackoff() - Method in class jist.swans.mac.Mac802_11
Return whether there is a backoff.
hasCycle() - Method in class jist.swans.field.Spatial.LinearList
Determine whether bin radio list contains a cycle.
hasData - Variable in class jist.runtime.Channel
Whether channel is holding data.
hashCode() - Method in class jist.runtime.EntityRef
Return entity reference hashcode.
hashCode() - Method in class jist.runtime.Event
Return entity reference hashcode.
hashCode - Variable in class jist.runtime.Node
hash of this object.
hashCode() - Method in class jist.runtime.Node
Return node hash code.
hashCode() - Method in class jist.swans.mac.MacAddress
Compute hash code for mac address.
hashCode() - Method in class jist.swans.net.NetAddress
Compute hash code for network address.
hashCode() - Method in class jist.swans.route.Link
hashCode() - Method in class jist.swans.route.RouteAodv.RreqBufferEntry
Returns a hash code.
hashCode() - Method in class jist.swans.route.RouteDsr.MaintenanceBufferEntry
hashCode() - Method in class jist.swans.route.RouteDsr.RouteReplyTableEntry
hashCode() - Method in class jist.swans.route.RouteDsrMsg.Option
hashCode() - Method in class jist.swans.route.RouteZrpBrp.QueryKey
hasOption(byte) - Method in class jist.swans.route.RouteDsrMsg
Determines whether the DSR header contains an option of the given type.
hasPacket() - Method in class jist.swans.mac.Mac802_11
Return whether mac currently has a packet to send.
hasRoute(NetAddress) - Method in interface jist.swans.route.RouteInterface.Zrp.Iarp
Return whether node is within zone (if IARP has route to it).
hasRoute(NetAddress) - Method in class jist.swans.route.RouteZrpIarp
Return whether node is within zone (if IARP has route to it).
hasRoute(NetAddress) - Method in class jist.swans.route.RouteZrpIerp
Return whether IERP table has a route.
hasRoute(NetAddress) - Method in class jist.swans.route.RouteZrpZdp
Return whether node is within zone (if IARP has route to it).
hasSourceRoute() - Method in class jist.swans.net.NetMessage.Ip
Returns whether packet contains source route.
head - Variable in class jist.swans.trans.CircularBuffer
points to first unread byte.
header - Variable in class jist.swans.misc.MessageNest
Nested message header.
HEADER_SIZE - Static variable in class jist.swans.mac.MacDumb.MacDumbMessage
fixed mac packet header length.
HEADER_SIZE - Static variable in class jist.swans.mac.MacMessage.Data
Packet header size.
HEADER_SIZE - Static variable in class jist.swans.trans.TransTcp.TcpMessage
Minimum size of TCP message.
HEADER_SIZE - Static variable in class jist.swans.trans.TransUdp.UdpMessage
UDP packet header size.
heads - Variable in class jist.swans.net.MessageQueue.NoDropMessageQueue
Heads of message queues for different priorities.
heapify(int) - Method in class jist.runtime.Scheduler.Heap
Establish heap order in internal array from given index.
heartbeat - Class in driver
SWANS demo/test: heartbeat application.
heartbeat() - Constructor for class driver.heartbeat
 
HEARTBEAT_MAX - Static variable in class jist.swans.app.AppHeartbeat
maximum heartbeat period.
HEARTBEAT_MIN - Static variable in class jist.swans.app.AppHeartbeat
minimum heartbeat period.
height - Variable in class jist.swans.misc.Location.Location2D
co-ordinates.
HEIGHT_DEFAULT - Static variable in class jist.swans.Constants
Default radio height (units: sim distance units, usually meters).
hello - Class in jist.minisim
Hello World of simulations.
hello() - Constructor for class jist.minisim.hello
 
hello(String) - Method in class jist.minisim.sleepblock
 
HELLO_ALLOWED_LOSS - Static variable in class jist.swans.route.RouteAodv
Number of timeout periods that must pass before this node can determine an outgoing link unreachable.
HELLO_INTERVAL - Static variable in class jist.swans.route.RouteAodv
Duration of inactivity after which a HELLO message should be sent to a precursor.
hello_loop - Class in jist.minisim
A slightly more sophisticated Hello World of simulations to show the difference between blocking and non-blocking events.
hello_loop() - Constructor for class jist.minisim.hello_loop
Initialize hello_loop entity.
HELLO_MESSAGES_ON - Static variable in class jist.swans.route.RouteAodv
Hello Messages setting.
helloPackets - Variable in class jist.swans.route.RouteAodv.AodvPacketStats
HELLO packets.
helloSendEvent() - Method in class jist.swans.route.RouteAodv
Send hello messages to any precursors to which we have not sent a message in the past HELLO_INTERVAL time.
helloWaitCount - Variable in class jist.swans.route.RouteAodv.OutgoingInfo
Indication of how long the node has been waiting for HELLO from the outgoing node.
helloWaitEvent() - Method in class jist.swans.route.RouteAodv
Increments the HELLO_wait counter for each outgoing node.
HelloWorld(String) - Method in class jist.minisim.hello_loop
A non-blocking hello event.
HelloWorld1(String) - Method in class jist.minisim.hello_loop
non-blocking event that schedules 10 hellos.
HelloWorld2(String) - Method in class jist.minisim.hello_loop
blocking event that schedules 10 hellos.
help - Variable in class driver.aodvsim.CommandLineOptions
Whether to print a usage statement.
help - Variable in class driver.bordercast.CommandLineOptions
Whether to print a usage statement.
help - Variable in class driver.CBR.CommandLineOptions
Whether to print a usage statement.
help - Variable in class driver.ip.CommandLineOptions
Whether to print a usage statement.
help - Variable in class driver.ndp.cmdlineOpts
print help.
help - Variable in class driver.spatial.cmdlineOpts
print help.
help - Variable in class jist.minisim.cont.cmdlineOpts
print help.
help - Variable in class jist.minisim.contproxy.cmdlineOpts
print help.
help - Variable in class jist.minisim.events.cmdlineOpts
print help.
help - Variable in class jist.minisim.loop.cmdlineOpts
print help.
help - Variable in class jist.minisim.prime.CmdlineOpts
print help.
help - Variable in class jist.minisim.proxy.cmdlineOpts
print help.
help - Variable in class jist.runtime.Main.CommandLineOptions
help option.
help - Variable in class jist.swans.Main.CommandLineOptions
show help.
hopCount - Variable in class jist.swans.route.RouteAodv.RouteReplyMessage
RREP message hop count field.
hopCount - Variable in class jist.swans.route.RouteAodv.RouteRequestMessage
Hop count from originator node.
hopCount - Variable in class jist.swans.route.RouteAodv.RouteTableEntry
Hop count for known route to destination.
HOST - Static variable in class driver.tcp
default server address.
HOST - Static variable in class driver.udp
default server address.
host - Variable in class jist.runtime.Node
Internet address of node.
HOUR - Static variable in class jist.swans.Constants
one hour in simulation time units.
ht - Variable in class jist.runtime.guilog.GuiLog.ChildrenCellEditor
Hashtable for storing children's location in the table.

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 _