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 _

A

A - Variable in class cern.jet.random.EmpiricalWalker
 
A_i0 - Static variable in class cern.jet.math.Bessel
Chebyshev coefficients for exp(-x) I0(x) in the interval [0,8].
A_i1 - Static variable in class cern.jet.math.Bessel
Chebyshev coefficients for exp(-x) I1(x) / x in the interval [0,8].
A_k0 - Static variable in class cern.jet.math.Bessel
COEFFICIENTS FOR METHODS k0, k0e *
A_k1 - Static variable in class cern.jet.math.Bessel
COEFFICIENTS FOR METHODS k1, k1e *
a_setup - Variable in class cern.jet.random.Hyperbolic
 
abort() - Method in interface SSF.OS.Socket.socketAPI
Abort a connection.
abort() - Method in class SSF.OS.TCP.tcpSocket
User aborts the connection.
abort() - Method in class SSF.OS.UDP.udpSocket
not supported for udp sockets
abs - Static variable in class cern.jet.math.IntFunctions
Function that returns Math.abs(a) == (a < 0) ? -a : a.
abs - Static variable in class cern.jet.math.Functions
Function that returns Math.abs(a).
abs(Complex) - Static method in class com.imsl.math.Complex
Returns the absolute value (modulus) of a Complex, |z|.
AbstractContinousDistribution - class cern.jet.random.AbstractContinousDistribution.
Abstract base class for all continous distributions.
AbstractContinousDistribution() - Constructor for class cern.jet.random.AbstractContinousDistribution
Makes this class non instantiable, but still let's others inherit from it.
AbstractDiscreteDistribution - class cern.jet.random.AbstractDiscreteDistribution.
Abstract base class for all discrete distributions.
AbstractDiscreteDistribution() - Constructor for class cern.jet.random.AbstractDiscreteDistribution
Makes this class non instantiable, but still let's others inherit from it.
AbstractDistribution - class cern.jet.random.AbstractDistribution.
Abstract base class for all random distributions.
AbstractDistribution() - Constructor for class cern.jet.random.AbstractDistribution
Makes this class non instantiable, but still let's others inherit from it.
AbstractPlayer - class SSF.OS.BGP4.Players.AbstractPlayer.
Converts encoded simulation records into instances of Java constructs (Objects or fundamental types).
AbstractPlayer(String) - Constructor for class SSF.OS.BGP4.Players.AbstractPlayer
Constructs an abstract player using the given stream ID.
accept(socketAPI[], Continuation) - Method in interface SSF.OS.Socket.socketAPI
For TCP, accept an established connection (after three-way handshake) from the pending connection request queue.
accept(socketAPI[], Continuation) - Method in class SSF.OS.TCP.tcpSocket
Accept a socket from the complete socket queue.
accept(socketAPI[], Continuation) - Method in class SSF.OS.UDP.udpSocket
not supported for udp sockets
acceptPacket(ProtocolMessage) - Method in class SSF.OS.NetFlow.IpNetFlow
Check whether the given packet belongs to this flow.
acceptPacket(ProtocolMessage) - Method in class SSF.OS.NetFlow.NetFlow
check whether the given packet belongs to this flow since we may have different standards (resolution) of flows, this is an abstract method here
accessRandomDistribution(ProtocolSession, Configuration, String) - Static method in class SSF.Net.Net
Returns a reference to a random distributrution that will be shared by consumers depending the value of .Net.randomstream.reproducibility_level Specification of the RandomDistribution is via a Configuration.
accessRandomDistribution(ProtocolSession, String, String) - Static method in class SSF.Net.Net
Returns a reference to a random distributrution that will be shared by consumers depending the value of .Net.randomstream.reproducibility_level Specification of the RandomDistribution is by a name recognized by class method RandomStream.getDistribution(); the returned handle is for default values of the distribution's parameters.
accessRandomStream(ProtocolSession, String) - Static method in class SSF.Net.Net
Returns a reference to a raw random number generator output specified by the global attribute .Net.randomstream; that will be shared by consumers depending the value of .Net.randomstream.reproducibility_level.
ACK - Static variable in class SSF.OS.TCP.TCP_Header
 
ACK - Static variable in class SSF.App.DDoS.DDoSMessage
 
ACKno - Variable in class SSF.OS.TCP.TCP_Header
Acknowledgment number (next sequence number expected)
ackTimer - Variable in class SSF.OS.OSPFv2.Interface
A timer that delays sending of Acknowledgment Packets.
acos - Static variable in class cern.jet.math.Functions
Function that returns Math.acos(a).
acos(Complex) - Static method in class com.imsl.math.Complex
Returns the inverse cosine (arc cosine) of a Complex, with branch cuts outside the interval [-1,1] along the real axis.
acosh - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.acosh(a).
acosh(Complex) - Static method in class com.imsl.math.Complex
Returns the inverse hyperbolic cosine (arc cosh) of a Complex, with a branch cut at values less than one along the real axis.
acosh(double) - Static method in class com.imsl.math.Sfun
Returns the inverse (arc) hyperbolic cosine of a double.
action - Variable in class SSF.App.DDoS.DDoSMessage
 
Action - class SSF.OS.BGP4.Policy.Action.
Each instance of this class represents an action to be taken with regard to a route which is undergoing the BGP filtering process.
Action(boolean) - Constructor for class SSF.OS.BGP4.Policy.Action
Builds an action with the given permit status and no atoms.
Action(boolean, ArrayList) - Constructor for class SSF.OS.BGP4.Policy.Action
Builds an action with the given permit status and given atomic actions.
action(RadixTreeNode, String) - Method in class SSF.OS.BGP4.Util.RadixTreeIteratorAction
A generic method to act upon a radix tree node during iteration of the tree.
ACTIVE - Static variable in class SSF.OS.BGP4.BGPSession
Indicates the Active state in the BGP finite state machine (FSM).
ActiveOpen() - Method in class SSF.OS.TCP.tcpSession
Active open a connection by sending a message with a SYN flag.
add_atom(AtomicAction) - Method in class SSF.OS.BGP4.Policy.Action
Adds the given atom to the action.
add_atom(AtomicPredicate) - Method in class SSF.OS.BGP4.Policy.Predicate
Adds the given atom to the predicate.
add_clause(Clause) - Method in class SSF.OS.BGP4.Policy.Rule
Adds a clause to the policy rule at the end of the list.
add_route(Route) - Method in class SSF.OS.BGP4.Comm.UpdateMessage
Adds a route to the message.
add_wd(IPaddress) - Method in class SSF.OS.BGP4.Comm.UpdateMessage
Adds the destination of a withdrawn route to this message.
add(BitString, Object) - Method in class SSF.OS.BGP4.Util.RadixTree
Attempts to add data to the tree, keyed by the given binary string, but fails if data associated with that string already exists.
add(double) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds a value to the receiver.
add(NetworkEntry, String) - Method in class SSF.OS.OSPFv2.HashMapRoutingTable
add a new entry (NetworkEntry) to the routing table whose destination is a network.
add(RouteInfo) - Method in class SSF.OS.BGP4.RIBElement
Adds route information.
add(RouteInfo) - Method in class SSF.OS.BGP4.LocRIB
Adds route information.
add(RouteInfo) - Method in class SSF.OS.BGP4.AdjRIBOut
Adds route information.
add(RouteInfo) - Method in class SSF.OS.BGP4.AdjRIBIn
Adds route information.
add(RouterEntry, Integer, Integer) - Method in class SSF.OS.OSPFv2.HashMapRoutingTable
add a new entry (RouterEntry) to the routing table whose destination is a router.
add(String, NIC, int) - Method in interface SSF.Net.RoutingTable
Add a route to the specified destination through the given interface.
add(String, NIC, int) - Method in class SSF.Net.RadixTreeRoutingTable
 
add(String, NIC, int, int) - Method in interface SSF.Net.RoutingTable
Add a route to the specified destination through the specified host with the given cost.
add(String, NIC, int, int) - Method in class SSF.Net.RadixTreeRoutingTable
 
add(String, NIC, int, int, String) - Method in interface SSF.Net.RoutingTable
Add a route to the specified destination through the specified host with the given cost, from the given routing protocol (if any).
add(String, NIC, int, int, String) - Method in class SSF.Net.RadixTreeRoutingTable
 
add(String, NIC, int, String) - Method in interface SSF.Net.RoutingTable
Add a route to the specified destination through the given interface from the given routing protocol (if any).
add(String, NIC, int, String) - Method in class SSF.Net.RadixTreeRoutingTable
 
addAddrRange(Object) - Method in class SSF.OS.OSPFv2.AreaData
adds a new address range to the given.
addAllOf(DoubleArrayList) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds all values of the specified list to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllPoints(Object[][]) - Method in class SSF.Util.Plot.TimeSeriesComponent
Add all points for "static" plot.
addAllPoints(Object[][], int) - Method in class SSF.Util.Plot.LivePlotter
Add all points for static plot.
addClosingListenerAndDisplay() - Method in class SSF.Util.Plot.TimeSeriesWindow
Add closing window listener and display window.
addClosingListenerAndDisplay() - Method in class SSF.Util.Plot.TimeSeriesAppWindow
Add closing window listener and display window.
addConnection(tcpSocket) - Method in class SSF.OS.TCP.tcpSocket
Informs the listening socket that a pending connection request has become an established connection ready to be accepted.
addDecoder(String, Integer) - Method in class SSF.OS.NetFlow.Filter.Filter
Now the recordID & recordType pair is known.
addDefault(NIC, int) - Method in interface SSF.Net.RoutingTable
Add a default route through the specified host.
addDefault(NIC, int) - Method in class SSF.Net.RadixTreeRoutingTable
 
addDefault(NIC, int, int) - Method in interface SSF.Net.RoutingTable
Add a default route through the specified host with the given cost.
addDefault(NIC, int, int) - Method in class SSF.Net.RadixTreeRoutingTable
 
addDefault(NIC, int, int, String) - Method in interface SSF.Net.RoutingTable
Add a default route through the specified host with the given cost from the named routing protocol.
addDefault(NIC, int, int, String) - Method in class SSF.Net.RadixTreeRoutingTable
 
ADDED_ROUTE - Static variable in class SSF.OS.BGP4.Monitor
Indicates option to show when new routes are added to routing table.
addFIBChangeListener(FIBChangeListener) - Method in interface SSF.Net.RoutingTable
Register the given FIBChangeListener, so that it can be notified about changes to this FIB -- insertions or deletions of routes -- in order to make decisions about route redistribution.
addFIBChangeListener(FIBChangeListener) - Method in class SSF.Net.RadixTreeRoutingTable
Register the given FIBChangeListener, so that it can be notified about changes to this FIB -- insertions or deletions of routes -- in order to make decisions about route redistribution.
addInterface(Interface) - Method in class SSF.OS.OSPFv2.AreaData
adds a new Interface to this area.
addIPRoute(String, NetworkEntry) - Method in class SSF.OS.OSPFv2.OSPF.RTCControlTimer
Stores a route which must be installed in the ip table.
addLegend(int, String) - Method in class SSF.Util.Plot.TimeSeriesComponent
Adds a legend to one of the plots.
addLegend(int, String) - Method in class SSF.Util.Plot.MultiPlotBox
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLegend(int, String) - Method in class SSF.Util.Plot.MultiPlot
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLink(LinkInfo) - Method in class SSF.OS.OSPFv2.Router_LSA
add a new link info to this router LSA.
addLSA(LSA, int) - Method in class SSF.OS.OSPFv2.Interface.PacingTimer
Determine the neighbors to which a new LSA must be flooded out and put it on the neighbors pacingFloodList.
addLSAHeader(LSA) - Method in class SSF.OS.OSPFv2.DD_Packet
Add a new LSA Header to the list of LSA Headers in this DD Packet.
addMenus() - Method in class SSF.Util.Plot.TimeSeriesAppWindow
 
addPoint(int, double, double, boolean) - Method in class SSF.Util.Plot.MultiPlot
In the specified data set, add the specified x, y point to the plot.
addPoint(int, double, float) - Method in class SSF.Util.Plot.TimeSeriesComponent
Adds one data point to one of the plots.
addPoint(Object[][], int) - Method in class SSF.Util.Plot.LivePlotter
Add one point to plot from the given data array, and given data row index.
addPoints(Object[][]) - Method in class SSF.Util.Plot.TimeSeriesComponent
Adds one round of data points to all plots for a "live" plot.
addPointWithErrorBars(int, double, double, double, double, boolean) - Method in class SSF.Util.Plot.MultiPlot
In the specified data set, add the specified x, y point to the plot with error bars.
addr(boolean) - Method in class SSF.OS.BGP4.PeerEntry
Returns the address of the interface on the peer's router to which the local router has a point-to-point connection (whether virtual or not).
addressRanges - Variable in class SSF.OS.OSPFv2.AreaData
This Vector holds the areas address ranges in order to aggregate routing information at area boundaries.
addRoute(RoutingInfo) - Method in class SSF.Net.RoutingInfoOOC
Insert one or more new routes into the linked list, sorted primarily by administrative distance and secondarily by cost.
addRoute(RoutingInfo) - Method in class SSF.Net.RoutingInfoIC
Insert one or more new routes into the linked list, sorted primarily by administrative distance and secondarily by cost.
addRoute(RoutingInfo) - Method in class SSF.Net.RoutingInfo
Insert one or more new routes into the linked list, sorted primarily by administrative distance and secondarily by cost.
addSession() - Method in class SSF.Util.Streams.BasicRecorder
 
addSinglePoint(double, float) - Method in class SSF.Util.Plot.LivePlotter
Add a single data point to plot.
addSocket(int, int, int) - Method in class SSF.OS.TCP.tcpSocket
If this is a listening socket, returns a new socket created in response to received connection request.
addSource(String) - Method in class SSF.OS.NetFlow.Filter.FilterPlayer
The method that will be called when a record of "source nhi" announcement is met in the inputStream.
addSource(String) - Method in class SSF.OS.NetFlow.Util.NHIDemuxer
 
addType(String) - Method in class SSF.Util.Plot.Analyzer
addType copied from FilterPlayer and modified to handle multiple filters.
addType(String) - Method in class SSF.OS.NetFlow.Filter.FilterPlayer
The method that will be called when a record of "type" announcement is met in the inputStream.
addType(String) - Method in class SSF.OS.NetFlow.Util.NHIDemuxer
 
addXTick(String, double) - Method in class SSF.Util.Plot.MultiPlotBox
Specify a tick mark for the X axis.
addYTick(String, double) - Method in class SSF.Util.Plot.MultiPlotBox
Specify a tick mark for the Y axis.
ADIST - Variable in class SSF.Net.RoutingInfoIC
Administrative Distance -- for tiebreaking among routing protocols
adist() - Method in class SSF.Net.RoutingInfoOOC
Returns the administrative distance.
adist() - Method in class SSF.Net.RoutingInfoIC
Returns the administrative distance.
adist() - Method in class SSF.Net.RoutingInfo
Returns the administrative distance.
adjacencyList - Variable in class SSF.App.Worm.AS
Adjacencies with other ASs.
ADJACENT - Static variable in class SSF.OS.OSPF.sOSPF
Indicates that an adjacency exists with a given neighbor.
adjOk() - Method in class SSF.OS.OSPFv2.Neighbor
A decision must be made as to whether an adjacency should be established/maintained with the neighbor.
AdjRIBIn - class SSF.OS.BGP4.AdjRIBIn.
One element of the Adj-RIBs-In section of BGP's Routing Information Base.
AdjRIBOut - class SSF.OS.BGP4.AdjRIBOut.
One element of the Adj-RIBs-Out section of BGP's Routing Information Base.
adrtr - Variable in class SSF.OS.OSPF.LSA
The advertising router of this LSA.
adrtrnh - Variable in class SSF.OS.OSPF.LSA
 
adv_nlri - Variable in class SSF.OS.BGP4.PeerEntry
A table of NLRI recently advertised to this peer, used only when rate limiting is done on a per-peer, per-destination basis.
advanceSeqNumOf(LSA) - Method in class SSF.OS.OSPFv2.AreaData
Method called by "Neighbor.processReceivedLSA() in case of receiving a selforiginated LSA newer than the one stored in the Database.
AdvertisedWnd - Variable in class SSF.OS.TCP.Rcv_WndManager
Size of the advertised window
AdvertisedWnd - Variable in class SSF.OS.TCP.TCP_Header
Advertised receive window size
AdvertisedWnd - Variable in class SSF.OS.TCP.Send_WndManager
Advertised Window Size of Receiver contained in ACK message.
Advertiser - class SSF.OS.BGP4.Widgets.Advertiser.
A test class, masquerading as a ProtocolSession, for injecting a given workload into the system.
Advertiser() - Constructor for class SSF.OS.BGP4.Widgets.Advertiser
We must have a zero-argument, public constructor (so that newInstance() can be used to create a new Advertiser instance).
advRouter - Variable in class SSF.OS.OSPFv2.ShortestPath
The router ID of the router who advertised this path.
advRouter - Variable in class SSF.OS.OSPFv2.LSA
The advertising router of this LSA.
advrtrnh - Variable in class SSF.OS.OSPFv2.LSA
 
affirm(boolean) - Method in class SSF.OS.BGP4.Debug
 
affirm(boolean) - Method in class SSF.OS.OSPF.Debug
See comments for affirm(boolean,String).
affirm(boolean, String) - Method in class SSF.OS.BGP4.Debug
 
affirm(boolean, String) - Method in class SSF.OS.OSPF.Debug
Each of the variations of affirm and gaffirm assert the truth of the given boolean, and print out a message if it is false.
affirm(boolean, String, boolean) - Method in class SSF.OS.BGP4.Debug
Each of the variations of affirm and gaffirm assert the truth of the given boolean, and print out a message if it is false.
age - Variable in class SSF.OS.OSPF.LSA
The age of this Link State Advertisement.
ageAndCheckLSAs() - Method in class SSF.OS.OSPFv2.LSDatabase
Age all LSAs in this Area and check self-originated LSAs for reorigination.
ageAndCheckLSAsOfType(byte) - Method in class SSF.OS.OSPFv2.LSDatabase
Called by "ageAndCheckLSAs()" to age a particular kind of LSAs and check self-originated LSAs whether they must be reoriginated or not.
ageLSA() - Method in class SSF.OS.OSPFv2.LSASlot
determines the new age of the LSA stored in this structure and set the lsAge field to the new value.
AGENT - Static variable in class SSF.App.DDoS.DDoSSessionRand
 
AGG_CONTAINED - Static variable in class SSF.OS.BGP4.RouteInfo
Indicates that this route is part of an aggregation in which there is a less specific route than this one.
AGG_CONTAINS - Static variable in class SSF.OS.BGP4.RouteInfo
Indicates that this route is part of an aggregation in which this route is the least specific.
AGG_NONE - Static variable in class SSF.OS.BGP4.RouteInfo
Indicates that this route is not part of any aggregated route.
AGGREG - Static variable in class SSF.OS.BGP4.Monitor
Indicates option to show messages related to route aggregation.
AGGREGATION - Static variable in class SSF.OS.BGP4.Global
Indicates that the 'aggregation' validation test is being performed.
Aggregator - class SSF.OS.BGP4.Path.Aggregator.
The aggregator path attribute.
aggregator() - Method in class SSF.OS.BGP4.Route
Returns the aggregator path attribute.
Aggregator() - Constructor for class SSF.OS.BGP4.Path.Aggregator
Empty constructor.
Aggregator(String, IPaddress) - Constructor for class SSF.OS.BGP4.Path.Aggregator
Constructs an aggregator path attribute with the AS and IP address of the aggregating BGP speaker.
agingInterval - Variable in class SSF.OS.OSPFv2.OSPF
The duration of the AgingTimer
agingTimer - Variable in class SSF.OS.OSPFv2.OSPF
A Timer aging the LSAs upon expiration
alive - Variable in class SSF.OS.BGP4.BGPSession
Whether or not the BGP process represented by this BGPSession object is actually alive.
ALL_PROTOCOLS - Static variable in class SSF.OS.NetFlow.IpFlowCollector
default value for protocol_type: all protocols
alpha - Variable in class cern.jet.random.Hyperbolic
 
alpha - Variable in class cern.jet.random.Gamma
 
alpha - Variable in class cern.jet.random.Beta
 
always_run_dp - Static variable in class SSF.OS.BGP4.Global
Whether or not to always run the Decision Process when a new route is inserted into an Adj-RIB-In.
Analyzer - class SSF.Util.Plot.Analyzer.
Analyzes the raw binary data streams from the simulation to and bins it into time-bins.
Analyzer(int, String, String) - Constructor for class SSF.Util.Plot.Analyzer
Constructs an analyzer object for streamID that quantizes the timepoints in the data into bins of size binSize.
ancestorBlock - Variable in class SSF.Net.Util.cidrBlock
CIDR block where defined
and - Static variable in class cern.jet.math.IntFunctions
Function that returns a & b.
and(BitString) - Method in class SSF.OS.BGP4.Util.BitString
Performs a logical AND between this BitString and the given BitString and assigns the results to this BitString.
and(BitString, BitString) - Static method in class SSF.OS.BGP4.Util.BitString
Performs a logical AND between this two given BitStrings and returns the result in a new BitString.
and(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a & b.
APP_PRTL_NUM - Static variable in class SSF.OS.Protocols
 
append_as(String) - Method in class SSF.OS.BGP4.Path.Segment
Adds an AS NHI prefix address to the end of the list.
append_cluster(long) - Method in class SSF.OS.BGP4.Route
Appends a cluster number to the cluster list attribute.
append_segment(Segment) - Method in class SSF.OS.BGP4.Path.ASpath
Appends a path segment to the list of segments.
append(long) - Method in class SSF.OS.BGP4.Path.ClusterList
Appends a cluster number to the cluster list.
apply_to(Route) - Method in class SSF.OS.BGP4.Policy.Rule
Applies the policy rule to the given route, determining whether it will be denied or permitted, and applying any desired attribute manipulation on those which are permitted.
apply_to(Route) - Method in class SSF.OS.BGP4.Policy.Predicate
Applies this predicate to the given route and returns true only if it matches.
apply_to(Route) - Method in class SSF.OS.BGP4.Policy.Clause
Applies the predicate of this clause to the given route.
apply_to(Route) - Method in class SSF.OS.BGP4.Policy.AtomicPredicate
Applies this atomic predicate to the given route and returns true only if it matches.
apply_to(Route) - Method in class SSF.OS.BGP4.Policy.AtomicAction
Applies this atomic action to the given route, modifying one of its path attributes.
apply_to(Route) - Method in class SSF.OS.BGP4.Policy.Action
Applies this action to the given route and returns whether or not the route was permitted.
apply(double) - Method in class cern.jet.math.Mult
Returns the result of the function evaluation.
apply(double) - Method in class cern.jet.random.AbstractDistribution
Equivalent to nextDouble().
apply(double) - Method in class cern.jet.random.engine.RandomEngine
Equivalent to raw().
apply(double, double) - Method in class cern.jet.math.PlusMult
Returns the result of the function evaluation.
apply(int) - Method in class cern.jet.random.AbstractDistribution
Equivalent to nextInt().
apply(int) - Method in class cern.jet.random.engine.RandomEngine
Equivalent to nextInt().
AppMessage - class SSF.OS.BGP4.test.App.AppMessage.
A simple message for end-to-end transmission containing only the source and destination NHI addresses.
approxBytes() - Static method in class SSF.Net.RoutingInfo
Returns an estimate of the number of bytes that would be produced by the conversion performed in toBytes.
approxBytes() - Method in class SSF.Net.RadixTreeRoutingTable
Returns an estimate of the number of bytes that would be produced by the conversion performed in toBytes.
approxBytes(boolean) - Static method in class SSF.OS.BGP4.RouteInfo
Determines the approximate number of bytes that would be required when converting this route info to a series of bytes with toBytes.
approxBytes(boolean) - Method in class SSF.OS.BGP4.RIBElement
Determines the approximate number of bytes that would be required when converting this RIB element to a series of bytes with toBytes.
appsess - Variable in class SSF.OS.UDP.udpSocket
local application session that created this socket
AppSession - class SSF.OS.BGP4.test.App.AppSession.
This is a test class which acts as a very primitive application, able to generate and receive data (IP packets).
AppSession() - Constructor for class SSF.OS.BGP4.test.App.AppSession
We must have a zero-argument, public constructor (so that newInstance() can be used to create a new AppSession instance).
area - Variable in class SSF.OS.OSPF.LinkInfo
The Area to which the link interface belongs.
area - Variable in class SSF.OS.OSPFv2.NetworkEntry
This field indicates the area whose link state information has led to the network entry's collection of paths.
AREA_BORDER - Static variable in class SSF.OS.OSPF.sOSPF
Indicates an OSPF area border router.
area_border_rtr - Variable in class SSF.OS.OSPF.sOSPF
Indicates if this is an area border router.
area_border_rtr - Variable in class SSF.OS.OSPFv2.OSPF
Indicates if this is an area border router.
area_num - Variable in class SSF.OS.OSPF.sOSPF
The Area to which this router belongs.
area_num - Variable in class SSF.OS.OSPF.Packet
The area to which this packet belongs.
area_num - Variable in class SSF.OS.OSPF.Interface
 
AreaData - class SSF.OS.OSPFv2.AreaData.
This Data Stucture contains all information used to run the basic OSPF routing algorithm.
AreaData(OSPF, Configuration) - Constructor for class SSF.OS.OSPFv2.AreaData
Constructs an Area Data Structure with the specified area id.
areaID - Variable in class SSF.OS.OSPFv2.AreaData
The identifier for this area.
areaNum - Variable in class SSF.OS.OSPFv2.Packet
The area to which this packet belongs.
areas - Variable in class SSF.OS.OSPF.sOSPF
The Area(s) to which this route belongs.
areaStructs - Variable in class SSF.OS.OSPFv2.OSPF
A HashMap which lists all area data structures of this OSPF router.
argument(Complex) - Static method in class com.imsl.math.Complex
Returns the argument (phase) of a Complex, in radians, with a branch cut along the negative real axis.
Arithmetic - class cern.jet.math.Arithmetic.
Arithmetic functions.
Arithmetic() - Constructor for class cern.jet.math.Arithmetic
Makes this class non instantiable, but still let's others inherit from it.
Arrays - class cern.colt.Arrays.
Array manipulations; complements java.util.Arrays.
Arrays() - Constructor for class cern.colt.Arrays
Makes this class non instantiable, but still let's others inherit from it.
AS - class SSF.App.Worm.AS.
An (abstract representation of an) Autonomous System.
AS_AREA - Static variable in class SSF.OS.OSPF.Options
Indicates option to print the AS(es) and area(s) number in which OSPF router is located.
AS_BOUNDARY - Static variable in class SSF.OS.OSPF.sOSPF
Indicates an OSPF AS boundary router.
AS_BOUNDARY - Static variable in class SSF.OS.OSPF.LSDatabase
 
as_boundary_rtr - Variable in class SSF.OS.OSPF.sOSPF
Indicates if this is an AS boundary router.
as_boundary_rtr - Variable in class SSF.OS.OSPFv2.OSPF
Indicates if this is an AS boundary router.
AS_descriptor - class SSF.OS.BGP4.Util.AS_descriptor.
This class manages the assignment of autonomous system identifiers.
AS_descriptor() - Constructor for class SSF.OS.BGP4.Util.AS_descriptor
 
AS_EXT - Static variable in class SSF.OS.OSPF.LSDatabase
 
AS_EXTERNAL_LSA - Static variable in class SSF.OS.OSPF.LSA
Indicates an AS External LSA.
AS_EXTERNAL_LSA - Static variable in class SSF.OS.OSPFv2.LSA
Indicates an AS External LSA.
as_nh - Variable in class SSF.OS.BGP4.PeerEntry
The NHI address prefix of the AS in which this peer resides.
as_nh - Variable in class SSF.OS.BGP4.BGPSession
The NHI address prefix uniquely identifying this BGP speaker's AS.
as_nh - Variable in class SSF.OS.BGP4.Comm.OpenMessage
The NHI prefix address of the autonomous system of the sender.
as_nh - Variable in class SSF.OS.OSPF.sOSPF
The NHI address prefix of the AS to which this router belongs.
as_nh - Variable in class SSF.OS.OSPF.Packet
The NHI address prefix of the AS to which this packet belongs.
as_nh - Variable in class SSF.OS.OSPF.Interface
 
as_nh - Variable in class SSF.OS.OSPFv2.Packet
The NHI address prefix of the AS to which this packet belongs.
as_nh - Variable in class SSF.OS.OSPFv2.OSPF
The NHI address prefix of the AS to which this router belongs.
as_nh - Variable in class SSF.OS.OSPFv2.Interface
A reference to the as_nh of the OSPF session above
as_num - Variable in class SSF.OS.BGP4.BGPSession
The AS number of this BGP speaker's AS.
as_num - Variable in class SSF.OS.OSPF.sOSPF
The number of the AS to which this router belongs.
as_num - Variable in class SSF.OS.OSPFv2.OSPF
The number of the AS to which this router belongs.
AS_NUM - Static variable in class SSF.OS.OSPF.Options
Indicates option to print the number of the AS in which the OSPF router is located.
as_prefix - Variable in class SSF.OS.BGP4.BGPSession
The IP address prefix which is representative of this BGP's AS.
AS(ASGraph) - Constructor for class SSF.App.Worm.AS
 
as1 - Variable in class SSF.OS.BGP4.Route
If using the Global.linked_aspaths AS path optimization, this is the first AS in the AS path.
as2nh(int) - Static method in class SSF.OS.BGP4.Util.AS_descriptor
Returns the AS NHI prefix address associated with a given AS number.
ASboundary - Variable in class SSF.OS.OSPF.LSDatabase
 
ASCII_FILE - Static variable in class SSF.Util.Plot.TimeSeries
 
ases - Variable in class SSF.App.Worm.ASGraph
ASs
ASExt - Variable in class SSF.OS.OSPF.LSDatabase
 
ASGraph - class SSF.App.Worm.ASGraph.
The Internet at the AS (interdomain) level.
ASGraph.Edge - class SSF.App.Worm.ASGraph.Edge.
 
ASGraph.Edge(int, int) - Constructor for class SSF.App.Worm.ASGraph.Edge
 
ASGraph.OutputManager - class SSF.App.Worm.ASGraph.OutputManager.
Not used at the moment.
ASGraph.OutputManager(ASGraph, boolean, boolean, boolean, String, String, String) - Constructor for class SSF.App.Worm.ASGraph.OutputManager
 
ASGraph(String) - Constructor for class SSF.App.Worm.ASGraph
 
asin - Static variable in class cern.jet.math.Functions
Function that returns Math.asin(a).
asin(Complex) - Static method in class com.imsl.math.Complex
Returns the inverse sine (arc sine) of a Complex, with branch cuts outside the interval [-1,1] along the real axis.
asinh - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.asinh(a).
asinh(Complex) - Static method in class com.imsl.math.Complex
Returns the inverse hyperbolic sine (arc sinh) of a Complex, with a branch cuts outside the interval [-i,i].
asinh(double) - Static method in class com.imsl.math.Sfun
Returns the inverse (arc) hyperbolic sine of a double.
asLookupFromNum - Variable in class SSF.App.Worm.ASGraph
Lookup table (ASN->index).
asnh - Variable in class SSF.OS.BGP4.Path.Aggregator
The NHI address prefix of the AS of the BGP speaker that formed the aggregate route.
asnhs - Variable in class SSF.OS.BGP4.Path.Segment
The AS NHI prefix addresses which make up this segment of the path.
asnToIndex(int) - Method in class SSF.App.Worm.ASGraph
Translate ASN to index in ases[].
asNumber - Variable in class SSF.App.Worm.AS
AS number.
aspath - Variable in class SSF.OS.BGP4.Route
If using the Global.flat_aspaths AS path optimization, this array of short integers will be used instead of an ASpath object in the 'pas' Attribute array.
ASpath - class SSF.OS.BGP4.Path.ASpath.
The AS path attribute.
aspath_bytecount() - Method in class SSF.OS.BGP4.Route
Returns the number of octets (bytes) needed to represent this AS path attribute in an update message.
aspath_contains(String) - Method in class SSF.OS.BGP4.Route
Determines whether or not a given AS NHI occurs in the AS path.
aspath_length() - Method in class SSF.OS.BGP4.Route
Returns the number of ASes in the AS path attribute.
aspath_toMinString() - Method in class SSF.OS.BGP4.Route
Returns the AS path as a string, leaving out set/sequence information.
aspath_toMinString(char, boolean) - Method in class SSF.OS.BGP4.Route
Returns the AS path as a string, leaving out set/sequence information.
ASpath() - Constructor for class SSF.OS.BGP4.Path.ASpath
Empty constructor.
ASpath(ArrayList) - Constructor for class SSF.OS.BGP4.Path.ASpath
Constructs an AS path attribute given a list of path segments.
aspath2bytes(Route, byte[], int, boolean) - Static method in class SSF.OS.BGP4.Monitor
Converts a simple AS path (no set or sequence information) to a series of bytes.
ASPF_MCAST_ADDR - Static variable in class SSF.OS.OSPF.sOSPF
The int value of the multicast address for ALLSPFRouters (All Shortest Path First Routers).
ASPF_MCAST_ADDR - Static variable in class SSF.OS.OSPFv2.OSPF
The int value of the multicast address for ALLSPFRouters (All Shortest Path First Routers).
assignFieldSelectors(char[]) - Method in class SSF.Util.Plot.Analyzer
Assign a field selector per filter.
assignFilter(Filter) - Method in class SSF.OS.NetFlow.Filter.FilterPlayer
 
assignFilters(Filter[]) - Method in class SSF.Util.Plot.Analyzer
Assign multiple filters to this "Player"/Analyzer.
assignSet(HashSet) - Method in class SSF.App.DDoS.DestList_3
 
atan - Static variable in class cern.jet.math.Functions
Function that returns Math.atan(a).
atan(Complex) - Static method in class com.imsl.math.Complex
Returns the inverse tangent (arc tangent) of a Complex, with branch cuts outside the interval [-i,i] along the imaginary axis.
atan2 - Static variable in class cern.jet.math.Functions
Function that returns Math.atan2(a,b).
atanh - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.atanh(a).
atanh(Complex) - Static method in class com.imsl.math.Complex
Returns the inverse hyperbolic tangent (arc tanh) of a Complex, with a branch cuts outside the interval [-1,1] on the real axis.
atanh(double) - Static method in class com.imsl.math.Sfun
Returns the inverse (arc) hyperbolic tangent of a double.
AtomicAction - class SSF.OS.BGP4.Policy.AtomicAction.
An atomic action applies to a given type of path attribute (of a route), and typically specifies that the attribute be assigned a given value.
AtomicAction(int, boolean, int, String[]) - Constructor for class SSF.OS.BGP4.Policy.AtomicAction
Constructs an atomic action with the given attribute type, action type, and values.
AtomicAction(String, String, ArrayList) - Constructor for class SSF.OS.BGP4.Policy.AtomicAction
Constructs an atomic action with the given attribute type, action type, and values.
AtomicAction(String, String, String[]) - Constructor for class SSF.OS.BGP4.Policy.AtomicAction
Constructs an atomic action with the given path attribute type string, action type string, and values.
AtomicAggregate - class SSF.OS.BGP4.Path.AtomicAggregate.
The atomic aggregate path attribute.
AtomicAggregate() - Constructor for class SSF.OS.BGP4.Path.AtomicAggregate
Constructs an atomic aggregate path attribute.
AtomicPredicate - class SSF.OS.BGP4.Policy.AtomicPredicate.
An atomic predicate applies to a given type of route attribute (typically the route destination or a BGP path attribute).
AtomicPredicate(int, String) - Constructor for class SSF.OS.BGP4.Policy.AtomicPredicate
Constructs and atomic predicate given a route attribute type as an integer and a string used for matching certain values of that type of route attribute.
AtomicPredicate(String, String) - Constructor for class SSF.OS.BGP4.Policy.AtomicPredicate
Constructs an atomic predicate given a route attribute type as a string and a string used for matching certain values of that type of route attribute.
attachedProtocol - Variable in class SSF.Net.NIC
Reference to the ProtocolSession configured over this NIC (generally, but not necessarily, the local IP session).
attachSpec - class SSF.Net.Util.attachSpec.
 
attachSpec(cidrBlock, int, String) - Constructor for class SSF.Net.Util.attachSpec
 
ATTACKER - Static variable in class SSF.App.DDoS.DDoSSessionRand
level constants, so are "MASTER" and "AGENT"
ATTACKER - Static variable in class SSF.App.DDoS.DDoSSession
level constants, so are "MASTER" and "ZOMBIE"
ATTACKING - Static variable in class SSF.App.DDoS.DDoSSessionRand
 
ATTACKING - Static variable in class SSF.App.DDoS.DDoSSession
 
attackMethod - Variable in class SSF.App.DDoS.DDoSSessionRand
attack method
attackMethod - Variable in class SSF.App.DDoS.DDoSSession
attack method
attackMethod - Variable in class SSF.App.DDoS.DDoSMessage
 
attackParam - Variable in class SSF.App.DDoS.DDoSSessionRand
parameter of attacking
attackParam - Variable in class SSF.App.DDoS.DDoSSession
parameter of attacking
ATTEMPT - Static variable in class SSF.OS.OSPFv2.Neighbor
Indicates that the current state of neighbor conversation is ATTEMPT
attrib_dmlnames - Static variable in class SSF.OS.BGP4.Route
The DML string names of route attributes other than path attributes.
attrib_nhidmlnames - Static variable in class SSF.OS.BGP4.Route
The NHI versions of the DML string names of route attributes other than path attributes.
Attribute - class SSF.OS.BGP4.Path.Attribute.
A BGP path attribute.
Attribute() - Constructor for class SSF.OS.BGP4.Path.Attribute
Empty constructor.
auto_advertise - Static variable in class SSF.OS.BGP4.Global
Whether or not a BGP speaker should automatically advertise its AS's network prefix to all neighbors.
auto_advertise - Variable in class SSF.OS.BGP4.BGPSession
Whether or not this BGP speaker should automatically advertise its AS's network prefix to all neighbors.
auto_reconnect - Static variable in class SSF.OS.BGP4.Global
Whether or not a BGP speaker should automatically attempt to reconnect when a peering session is lost.
autoCorrelation(DoubleArrayList, int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the auto-correlation of a data sequence.
autoexit - Static variable in class SSF.OS.BGP4.Global
Not intended for general use.
autoexit_interval - Static variable in class SSF.OS.BGP4.Global
Not intended for general use.
avgQueueLength() - Method in class SSF.Net.droptailQueueMonitor_1
integral of queue_length(t) in the measurement interval divided by the length of the measurement interval.

B

B_i0 - Static variable in class cern.jet.math.Bessel
Chebyshev coefficients for exp(-x) sqrt(x) I0(x) in the inverted interval [8,infinity].
B_i1 - Static variable in class cern.jet.math.Bessel
 
B_k0 - Static variable in class cern.jet.math.Bessel
 
B_k1 - Static variable in class cern.jet.math.Bessel
 
b_setup - Variable in class cern.jet.random.Hyperbolic
 
b00(double, double, RandomElement) - Method in class cern.jet.random.Beta
 
b01(double, double, RandomElement) - Method in class cern.jet.random.Beta
 
b1prs(double, double, RandomElement) - Method in class cern.jet.random.Beta
 
BACKBONE - Static variable in class SSF.OS.OSPF.sOSPF
Indicates an OSPF backbone router.
backbone_rtr - Variable in class SSF.OS.OSPF.sOSPF
Indicates if this is a backbone router.
backbone_rtr - Variable in class SSF.OS.OSPFv2.OSPF
Indicates if this is a backbone router.
backupDesigRouter - Variable in class SSF.OS.OSPFv2.Interface
The Backup Designated Router for the network to which the interface is attached.
badLSReq() - Method in class SSF.OS.OSPFv2.Neighbor
Called if a LS Request has been received for an LSA not contained in the database.
BAR_WIDTH - Static variable in class SSF.Util.Plot.TimeSeries
Width of bars as fraction of time-bin size
barGraph - Variable in class SSF.Util.Plot.LivePlotter
Plot type, default: bar-graph, false = line-graph
base_startup_wait - Static variable in class SSF.OS.BGP4.Global
The minimum period of time at the beginning of the simulation, in seconds, during which all BGP speakers remain inactive.
basic_attribs - Static variable in class SSF.OS.BGP4.Global
Whether or not to use an optimization in which only the three most basic path attributes are allowed: AS path, LocalPref, and NextHop.
BasicFilter - interface SSF.OS.NetFlow.Filter.BasicFilter.
the interface of a basic filter
BasicPlayer - class SSF.Util.Streams.BasicPlayer.
 
BasicPlayer(String) - Constructor for class SSF.Util.Streams.BasicPlayer
 
BasicRecorder - class SSF.Util.Streams.BasicRecorder.
BasicRecorder demonstrates how to build a simple implementation of a StreamInterface for portably emitting a stream of records.
BasicRecorder(String) - Constructor for class SSF.Util.Streams.BasicRecorder
 
BDR - Static variable in class SSF.OS.OSPFv2.Interface
Indicates that the Interface is the Backup Designated Router.
BDR - Variable in class SSF.OS.OSPFv2.HelloPacket
 
becomeInfected() - Method in class SSF.App.Worm.WormProtocolSession
Make this host become infected.
begin() - Method in class SSF.OS.UDP.test.udpStreamSession
Class Methods
begin(Continuation) - Method in class SSF.OS.TCP.test.tcpClientSession
Class Methods
begin(Continuation) - Method in class SSF.OS.UDP.test.udpStreamSession
 
beingHijacked(DDoSMessage, int[]) - Method in class SSF.App.DDoS.DDoSSessionRand
 
Benchmark - class cern.jet.random.engine.Benchmark.
Benchmarks the performance of the currently provided uniform pseudo-random number generation engines.
Benchmark() - Constructor for class cern.jet.random.engine.Benchmark
Makes this class non instantiable, but still let's others inherit from it.
benchmark(int) - Static method in class cern.jet.random.engine.Benchmark
Benchmarks raw() for various uniform generation engines.
Bessel - class cern.jet.math.Bessel.
Bessel and Airy functions.
Bessel() - Constructor for class cern.jet.math.Bessel
Makes this class non instantiable, but still let's others inherit from it.
beta - Variable in class cern.jet.random.Hyperbolic
 
beta - Variable in class cern.jet.random.Beta
 
Beta - class cern.jet.random.Beta.
Beta distribution; math definition and animated definition.
Beta - Variable in class SSF.App.Worm.WormEpidemic
'Overall' infection parameter.
beta(double, double) - Static method in class cern.jet.stat.Gamma
Returns the beta function of the arguments.
beta(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area from zero to x under the beta density function.
Beta(double, double, RandomElement) - Constructor for class cern.jet.random.Beta
Constructs a Beta distribution.
betaComplemented(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the right hand tail (from x to infinity) of the beta density function.
BetaJ - Variable in class SSF.App.Worm.WormEpidemic
Cross-strata infection parameters.
between(double, double) - Static method in class cern.jet.math.Functions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
between(int, int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
bgetlr(int) - Method in class SSF.OS.BGP4.Util.BitString
Returns the value of the given bit as a boolean.
bgetrl(int) - Method in class SSF.OS.BGP4.Util.BitString
Return the value of the given bit as a boolean.
bgp - Variable in class SSF.OS.BGP4.RIBElement
A reference to the local BGP protocol session.
bgp - Variable in class SSF.OS.BGP4.PeerEntry
The BGPSession to which this peer information applies.
bgp_id - Variable in class SSF.OS.BGP4.PeerEntry
The BGP ID of this peer.
bgp_id - Variable in class SSF.OS.BGP4.BGPSession
The BGP Identifier for this BGP speaker.
BGP_PRTL_NUM - Static variable in class SSF.OS.Protocols
 
BGPCrasher - class SSF.OS.BGP4.Widgets.BGPCrasher.
A test class, masquerading as a ProtocolSession, for killing the BGP process at random times during a simulation.
BGPCrasher() - Constructor for class SSF.OS.BGP4.Widgets.BGPCrasher
We must have a zero-argument, public constructor (so that newInstance() can be used to create a new BGPCrasher instance).
bgpid - Variable in class SSF.OS.BGP4.Comm.OpenMessage
The BGP Identifier of the sender.
bgpid2bytes(IPaddress, byte[], int) - Static method in class SSF.OS.BGP4.Monitor
Converts a BGP ID to bytes.
BGPKiller - class SSF.OS.BGP4.Widgets.BGPKiller.
A test class, masquerading as a ProtocolSession, for killing the BGP process at a given time during the simulation.
BGPKiller() - Constructor for class SSF.OS.BGP4.Widgets.BGPKiller
We must have a zero-argument, public constructor (so that newInstance() can be used to create a new BGPKiller instance).
BGPrun - Static variable in class SSF.OS.BGP4.BGPSession
Indicates an event that causes the BGP process to start up.
BGPSession - class SSF.OS.BGP4.BGPSession.
The BGP-4 inter-domain routing protocol.
BGPSession() - Constructor for class SSF.OS.BGP4.BGPSession
Constructs a BGP protocol session.
BGPstart - Static variable in class SSF.OS.BGP4.BGPSession
Indicates the BGP Start event type.
BGPstop - Static variable in class SSF.OS.BGP4.BGPSession
Indicates the BGP Stop event type.
big - Static variable in class cern.jet.math.Constants
 
BIG_PRIME - Static variable in class edu.cornell.lassp.houle.RngPack.Ranmar
The 46,009,220nd prime number, he largest prime less than 9*108.
biginv - Static variable in class cern.jet.math.Constants
 
BIN_EVENT - Static variable in class SSF.OS.BGP4.Monitor
Indicates a bin event, which is a meta-event indicating how many of a certain event type occurred in a given time interval.
BIN_SIZE - Static variable in class SSF.Util.Plot.TimeSeries
Default setting for the time-bin size
bin2str(boolean[]) - Static method in class SSF.OS.BGP4.Util.IPaddress
Converts an IP address from boolean array format to string format.
binarySearchFromTo(byte[], byte, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(char[], char, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(double[], double, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(float[], float, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(int[], int, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, IntComparator) - Static method in class cern.colt.Sorting
Generically searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(long[], long, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(Object[], Object, int, int, Comparator) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(short[], short, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binaryTcpDump - class SSF.OS.binaryTcpDump.
Write to the named OutputStream the log of packets crossing the NIC in the binary tcpdump format.
binaryTcpDump(OutputStream, Entity) - Constructor for class SSF.OS.binaryTcpDump
 
binBoundaries - Variable in class cern.jet.stat.quantile.EquiDepthHistogram
 
bind(int, int) - Method in interface SSF.OS.Socket.socketAPI
Bind the local IP address and port number to the socket.
bind(int, int) - Method in class SSF.OS.TCP.tcpSocket
Bind the socket to a local port number and IP address.
bind(int, int) - Method in class SSF.OS.UDP.udpSocket
names a local socket.
bindArg1(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg1(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg2(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
bindArg2(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
bindTcpSession(tcpSession) - Method in class SSF.OS.TCP.tcpSocket
Bind a tcpSession to this socket.
BinInt - class SSF.Net.Util.BinInt.
 
BinInt - class SSF.OS.OSPF.BinInt.
 
BinInt - class SSF.OS.OSPFv2.BinInt.
 
BinInt() - Constructor for class SSF.Net.Util.BinInt
 
BinInt() - Constructor for class SSF.OS.OSPF.BinInt
 
BinInt() - Constructor for class SSF.OS.OSPFv2.BinInt
 
binOfElement(float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the bin index of the given element.
Binomial - class cern.jet.random.Binomial.
Binomial distribution; See the math definition and animated definition.
binomial(double, long) - Static method in class cern.jet.math.Arithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
Binomial(int, double, RandomElement) - Constructor for class cern.jet.random.Binomial
Constructs a binomial distribution.
binomial(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms 0 through k of the Binomial probability density.
binomial(long, long) - Static method in class cern.jet.math.Arithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
binomialComplemented(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 through n of the Binomial probability density.
BinPlayer - class SSF.OS.BGP4.Players.BinPlayer.
Generates data files corresponding to update messages received per router per time bin.
BinPlayer(String, String, String, String, String, String, String) - Constructor for class SSF.OS.BGP4.Players.BinPlayer
Constructs a data player using the given stream ID.
bins() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the number of bins.
binToArray(Object[][], float) - Method in class SSF.Util.Plot.Analyzer
Bin data from stream into given array using given bin size.
binToInt(boolean[]) - Static method in class SSF.Net.Util.BinInt
returns the int value of a binary (boolean) array, which has the least significant bit on the left ( boolean [0] )
binToInt(boolean[]) - Static method in class SSF.OS.OSPF.BinInt
returns the int value of a binary (boolean) array, which has the least significant bit on the left ( boolean [0] )
binToInt(boolean[]) - Static method in class SSF.OS.OSPFv2.BinInt
returns the int value of a binary (boolean) array, which has the least significant bit on the left ( boolean [0] )
binToStr(boolean[]) - Static method in class SSF.Net.Util.BinInt
Converts the given boolean array into a String of 0's and 1's.
binToStr(boolean[]) - Static method in class SSF.OS.OSPF.BinInt
Converts the given boolean array into a String of 0's and 1's.
binToStr(boolean[]) - Static method in class SSF.OS.OSPFv2.BinInt
Converts the given boolean array into a String of 0's and 1's.
binToStr(boolean[], int) - Static method in class SSF.Net.Util.BinInt
Converts a given boolean array into a String of 0's and 1's, but only up to a certain length.
binToStr(boolean[], int) - Static method in class SSF.OS.OSPF.BinInt
Converts a given boolean array into a String of 0's and 1's, but only up to a certain length.
binToStr(boolean[], int) - Static method in class SSF.OS.OSPFv2.BinInt
Converts a given boolean array into a String of 0's and 1's, but only up to a certain length.
binval() - Method in class SSF.OS.BGP4.Util.IPaddress
Returns the IP address in boolean array format, where the size of the array returned is the same as the prefix length.
binval(boolean) - Method in class SSF.OS.BGP4.Util.IPaddress
Returns the IP address in boolean array format.
Bit - class SSF.OS.BGP4.Util.Bit.
Contains two very simple constants describing the possible values of a single bit.
BIT_RATE - Variable in class SSF.Net.NIC
Interface hardware bit rate.
Bit() - Constructor for class SSF.OS.BGP4.Util.Bit
 
bit(int) - Method in class SSF.OS.BGP4.Util.IPaddress
Returns the value of a single bit in the IP address.
bitrate() - Method in class SSF.Net.NIC
Max bits emitted per simulator tick (i.e., frequency-scaled)
bits() - Method in class SSF.OS.BGP4.Util.IPaddress
Returns the bits in the IP address as a BitString of length 32 (prefix length is ignored).
BitString - class SSF.OS.BGP4.Util.BitString.
This class implements a binary string.
BitString(boolean[]) - Constructor for class SSF.OS.BGP4.Util.BitString
Constructs a BitString from a boolean array.
BitString(int, int) - Constructor for class SSF.OS.BGP4.Util.BitString
Converts an integer into an array of bits.
BitString(long, int) - Constructor for class SSF.OS.BGP4.Util.BitString
Converts a long integer into an array of bits.
blockConfig - Variable in class SSF.Net.Util.cidrBlock
Cached configuration of the Net or link for which this is the address block descriptor.
body_bytecount() - Method in class SSF.OS.BGP4.Comm.UpdateMessage
Returns the number of octets (bytes) in the message body.
body_bytecount() - Method in class SSF.OS.BGP4.Comm.OpenMessage
Returns the number of octets (bytes) in the message body only.
body_bytecount() - Method in class SSF.OS.BGP4.Comm.NotificationMessage
Returns the number of octets (bytes) in the message body.
body_bytecount() - Method in class SSF.OS.BGP4.Comm.Message
Returns the number of octets (bytes) in the message body.
body_bytecount() - Method in class SSF.OS.BGP4.Comm.KeepAliveMessage
Returns the number of octets (bytes) in the message body, which is zero for a KeepAlive message.
BogusAdvertiser - class SSF.OS.BGP4.Widgets.BogusAdvertiser.
A test class, masquerading as a ProtocolSession, for injecting a given route into a system, and later optionally withdrawing it.
BogusAdvertiser() - Constructor for class SSF.OS.BGP4.Widgets.BogusAdvertiser
We must have a zero-argument, public constructor (so that newInstance() can be used to create a new BogusAdvertiser instance).
bogusip - Static variable in class SSF.OS.BGP4.Debug
An IP address used for testing/debugging.
bool_opt_names - Static variable in class SSF.OS.BGP4.Monitor
The names of the those boolean monitoring options which can be overridden by individual BGP instances.
borderRouterList - Variable in class SSF.App.Worm.AS
List of all border routers in this AS that occur in the network level model.
BreitWigner - class cern.jet.random.BreitWigner.
BreitWigner (aka Lorentz) distribution; See the math definition.
BreitWigner(double, double, double, RandomElement) - Constructor for class cern.jet.random.BreitWigner
Constructs a BreitWigner distribution.
BreitWignerMeanSquare - class cern.jet.random.BreitWignerMeanSquare.
Mean-square BreitWigner distribution; See the math definition.
BreitWignerMeanSquare(double, double, double, RandomElement) - Constructor for class cern.jet.random.BreitWignerMeanSquare
Constructs a mean-squared BreitWigner distribution.
BROADCAST - Static variable in class SSF.OS.OSPFv2.Interface
Indicates that the link type the interface is connected to is broadcast.
BROKEN - Static variable in class SSF.App.DDoS.SpoofFloodTracer
 
buffer - Variable in class cern.jet.random.sampling.RandomSamplingAssistant
 
bufferPosition - Variable in class cern.jet.random.sampling.RandomSamplingAssistant
 
buffersize - Variable in class SSF.Net.NIC
Buffer size.
BUILD_RT_TABLE_ITVL - Static variable in class SSF.OS.OSPF.sOSPF
The interval at which OSPF rebuilds its routing tables.
buildIARoute(LSA, int) - Method in class SSF.OS.OSPFv2.OSPF
This method is called, if the best route to a particular inter-area destination must be recalculated.
buildNewUpdate() - Method in class SSF.OS.OSPFv2.Neighbor.FloodingTimer
construct a new LS Update Packet which will be sent to the Neighbor.
buildRoutingTable() - Method in class SSF.OS.OSPFv2.OSPF.RTCControlTimer
method to be performed when the entire RT must be recalculated.
BYTE_LEN - Static variable in class SSF.OS.NetFlow.BytesUtil
 
BYTE_TYPE - Static variable in class SSF.OS.NetFlow.Filter.Decoder
 
bytecount() - Method in class SSF.OS.ProtocolMessage
Return the total size (in bytes) of this header plus the payload, if any.
bytecount() - Method in class SSF.OS.IpHeader
Returns the total number of bytes in this IP packet.
bytecount() - Method in class SSF.OS.ICMPHeader
Returns the total number of bytes in this ICMP packet.
bytecount() - Method in class SSF.OS.TCP.TCP_Message
Returns the total number of bytes contained in this TCP packet (header + data).
bytecount() - Method in class SSF.OS.TCP.TCP_Header
return the number of bytes nominally used by this TCP header
bytecount() - Method in class SSF.OS.UDP.UDP_Header
total number of bytes in this UDP message
bytecount() - Method in class SSF.OS.BGP4.Comm.Message
Returns the number of octets (bytes) in the message.
bytecount() - Method in class SSF.OS.BGP4.Path.OriginatorID
Returns the number of octets (bytes) needed to represent this originator ID attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.Origin
Returns the number of octets (bytes) needed to represent this origin path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.NextHop
Returns the number of octets (bytes) needed to represent this next hop path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.MED
Returns the number of octets (bytes) needed to represent this multiple exit discriminator path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.LocalPref
Returns the number of octets (bytes) needed to represent this local preference path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.Communities
Returns the number of octets (bytes) needed to represent this communities path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.ClusterList
Returns the number of octets (bytes) needed to represent this cluster list path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.Attribute
Calculates and returns the number of octets (bytes) needed to represent this path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.AtomicAggregate
Returns the number of octets (bytes) needed to represent this atomic aggregate path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.Aggregator
Returns the number of octets (bytes) needed to represent this aggregator path attribute in an update message.
bytecount() - Method in class SSF.OS.BGP4.Path.ASpath
Returns the number of octets (bytes) needed to represent this AS path attribute in an update message.
bytecount() - Method in class SSF.OS.OSPFv2.Summary_LSA
 
bytecount() - Method in class SSF.OS.OSPFv2.Router_LSA
Return the total size (in bytes) of this Router_LSA body.
bytecount() - Method in class SSF.OS.OSPFv2.Packet
Return the total size (in bytes) of this OSPF Packet including the header.
bytecount() - Method in class SSF.OS.OSPFv2.LS_UpdatePacket
Return the total size (in bytes) of this LS Update Packet body.
bytecount() - Method in class SSF.OS.OSPFv2.LS_RequestPacket
Return the total size (in bytes) of this LS Request Packet body.
bytecount() - Method in class SSF.OS.OSPFv2.LS_AckPacket
Return the total size (in bytes) of this LS Acknowledgment Packet body.
bytecount() - Method in class SSF.OS.OSPFv2.LSA
Return the total size (in bytes) of this LSA including the header.
bytecount() - Method in class SSF.OS.OSPFv2.HelloPacket
Return the total size (in bytes) of this Hello Packet body.
bytecount() - Method in class SSF.OS.OSPFv2.DD_Packet
Return the total size (in bytes) of this DD Packet body.
bytecount() - Method in class SSF.App.DDoS.DDoSMessage
size of the message, 5 integers, so 20 bytes.
bytes - Variable in class SSF.OS.NetFlow.Filter.FilterData
 
BYTES_PER_INT - Static variable in class SSF.OS.BGP4.Monitor
Indicates option to specify the number of bytes use to encode an int.
bytes() - Method in class SSF.OS.BGP4.Util.IPaddress
Returns the IP address as an array of five bytes.
bytes2aspath(StringBuffer, byte[], int, boolean) - Static method in class SSF.OS.BGP4.Monitor
Converts a series of bytes to a simple AS path (no set or sequence information).
bytes2bgpid(StringBuffer, byte[], int) - Static method in class SSF.OS.BGP4.Monitor
Converts a series of four bytes into a BGP ID.
bytes2cl(StringBuffer, byte[], int) - Static method in class SSF.OS.BGP4.Monitor
Converts a series of bytes to a cluster list.
bytes2info(StringBuffer, byte[], int, boolean) - Static method in class SSF.Net.RoutingInfo
Converts a series of bytes to routing info in string format.
bytes2int(byte[], int) - Static method in class SSF.OS.BGP4.Monitor
Converts a series of bytes to an integer.
bytes2int(byte[], int, int) - Static method in class SSF.OS.BGP4.Monitor
Converts a series of bytes to an integer.
bytes2ip(StringBuffer, byte[], int) - Static method in class SSF.Net.RadixTreeRoutingTable
Converts a series of bytes to an IP address prefix as a string.
bytes2ipprefix(StringBuffer, byte[], int) - Static method in class SSF.Net.RadixTreeRoutingTable
Converts a series of bytes to an IP address prefix in string format.
bytes2ipprefix(StringBuffer, byte[], int, boolean) - Static method in class SSF.OS.BGP4.Monitor
Converts a series of bytes to an IP address prefix.
bytes2nh(StringBuffer, byte[], int) - Static method in class SSF.OS.BGP4.Monitor
Converts a series of bytes to an NH address.
bytes2nhi(StringBuffer, byte[], int) - Static method in class SSF.Net.RadixTreeRoutingTable
Converts a series of bytes to an NHI address.
bytes2str(byte[]) - Static method in class SSF.OS.BGP4.Util.IPaddress
Converts an array of five bytes into an IP address in string form.
bytes2str(StringBuffer, byte[], int, boolean) - Static method in class SSF.OS.BGP4.RouteInfo
Converts a series of bytes into route info (in string form).
bytes2str(StringBuffer, byte[], int, String, boolean) - Static method in class SSF.Net.RadixTreeRoutingTable
Converts a series of bytes to