- factors - Variable in class simkit.util.DOEDataLogger
-
- factorString - Variable in class simkit.util.DOEDataLogger
-
- fastForward() - Method in class simkit.animate.PingThread
-
Go at full speed (no "Pings")
- fastForward() - Method in interface simkit.animate.VCRController
-
- fastInterrupts - Variable in class simkit.EventList
-
If true, then pending SimEvents will be stored in a secondary hash table
to make them easier to find when interrupting.
- fill() - Method in class simkit.random.MersenneTwister
-
- fillColor - Variable in class simkit.actions.visual.ShapeIcon
-
- filled - Variable in class simkit.actions.visual.ShapeIcon
-
- find(String, Class<? extends EnumBase>) - Static method in class simkit.util.EnumBase
-
Finds the enum with the given name and Class.
- findBattleDimension(String) - Static method in class simkit.smdx.BattleDimension
-
Finds the instance of BattleDimension corresponding to the given name
(case insensitive).
- findClassByUnqualifiedName(String) - Method in class simkit.util.ClassFinder
-
This returns the first Class found on the classpath.
- findFullyQualifiedNameFor(String) - Static method in class simkit.random.RandomVariateFactory
-
Finds the RandomVariate Class corresponding to the given name.
- findFullyQualifiedNameFor(String) - Static method in class simkit.random.RandomVectorFactory
-
Finds the RandomVector Class corresponding to the given name.
- findIntersection(Point2D, Point2D, Line2D) - Static method in class simkit.smd.Math2D
-
- findIntersection(Point2D, Point2D, QuadCurve2D) - Static method in class simkit.smd.Math2D
-
- findIntersection(Point2D, Point2D, Shape) - Static method in class simkit.smd.Math2D
-
- findIntersection(Point2D, Point2D, Shape, AffineTransform) - Static method in class simkit.smd.Math2D
-
- findIntersection(Point2D, Point2D, Ellipse2D) - Static method in class simkit.smd.Math2D
-
- findIntersection(Point2D, Point2D, CubicCurve2D) - Static method in class simkit.smd.Math2D
-
- findIntersection(Point2D, Point2D, Line2D) - Static method in class simkit.smdx.Math2D
-
- findIntersection(Point2D, Point2D, QuadCurve2D) - Static method in class simkit.smdx.Math2D
-
- findIntersection(Point2D, Point2D, Shape) - Static method in class simkit.smdx.Math2D
-
- findIntersection(Point2D, Point2D, Shape, AffineTransform) - Static method in class simkit.smdx.Math2D
-
- findIntersection(Point2D, Point2D, Ellipse2D) - Static method in class simkit.smdx.Math2D
-
- findIntersection(Point2D, Point2D, CubicCurve2D) - Static method in class simkit.smdx.Math2D
-
- findIntersectionTime(Point2D, Point2D, Shape) - Static method in class simkit.smd.Math2D
-
This is the main way that sensors determine when the next time a contact
will enter or exit the sensor's footprint.
- findIntersectionTime(Point2D, Point2D, Shape) - Static method in class simkit.smdx.Math2D
-
This is the main way that sensors determine when the next time a contact
will enter or exit the sensor's footprint.
- findIntersectionTime(Sensor, Mover) - Method in class simkit.smdx.SensorTargetReferee
-
Finds the next time the Mover intersects the detection volume of the
Sensor.
- findIntersectionTimes(Point2D, Point2D, double) - Static method in class simkit.smd.util.Math2D
-
If no real roots or both negative roots, return empty array.
- findIntersectionTimes(Mover, Sensor) - Static method in class simkit.smd.util.Math2D
-
Convenience method to include relative calculations.
- findJarFiles() - Method in class simkit.util.ClassFinder
-
Finds all the jar files on the class path - first the ones in the "first"
directory, then the ones not listed in skippedJars.properties
- findLambdaAndT(Point2D, Point2D, Point2D, Point2D) - Static method in class simkit.smd.util.BarrierMath
-
Compute λ and t for a Mover at xLocation traveling with
velocity xVelocity with respect to a line barrier [y0,y1].
- findLambdaAndT(Mover, Point2D, Line2D) - Static method in class simkit.smd.util.BarrierMath
-
Computes λ and t for a Mover considering movement to destination.
- findLambdaAndT(Mover, Point2D, Point2D, Point2D) - Static method in class simkit.smd.util.BarrierMath
-
Finds λ and t for a Mover considering moving to destination and
possibly encountering a barrier between points y0 and y1
- findOrCreate(String, Class<? extends EnumBase>) - Static method in class simkit.util.EnumBase
-
Find a previously instantiated EnumBase of the given name and class,
creating one if none found.
- findUnqualifiedNameFor(Class<?>) - Method in class simkit.util.ClassFinder
-
- fireAt(Target) - Method in class simkit.smdx.BasicWeapon
-
Deprecated.
- fireIndexedPropertyChange(int, String, Object, Object, Object...) - Method in class simkit.BasicSimEntity
-
Notify registered PropertyChangeListeners that an element of an indexed
property has changed.
- fireIndexedPropertyChange(int, String, Object) - Method in class simkit.BasicSimEntity
-
Notify registered PropertyChangeListeners that an element of an indexed
property has changed.
- firePropertyChange(PropertyChangeEvent) - Method in class simkit.BasicSimEntity
-
Notify all PropertyChangeListeners of the PropertyChangeEvent.
- firePropertyChange(String, Object, Object, Object...) - Method in class simkit.BasicSimEntity
-
Notify registered PropertChangeListeners that the given Object property
has changed.
- firePropertyChange(String, Object) - Method in class simkit.BasicSimEntity
-
Notify registered PropertChangeListeners that the given Object property
has changed.
- firePropertyChange(String, Object, Object) - Method in class simkit.PropertyChangeDispatcher
-
- firePropertyChange(PropertyChangeEvent) - Method in class simkit.PropertyChangeDispatcher
-
- firePropertyChange(PropertyChangeEvent) - Method in interface simkit.PropertyChangeSource
-
Notify all PropertyChangeListeners of the PropertyChangeEvent.
- firePropertyChange(PropertyChangeEvent) - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- first - Variable in class simkit.random.PooledGeneratorBase
-
The instance of the first RandomNumber.
- firstDirectory - Variable in class simkit.util.ClassFinder
-
- firstEvent - Variable in class simkit.util.TimeBetweenEvents
-
- firstRate - Variable in class simkit.test.TestNHPoissonProcessThinned
-
- firstRateDuration - Variable in class simkit.test.TestNHPoissonProcessThinned
-
- fixFullPathName(File, File) - Method in class simkit.util.ClassFinder
-
Trims off ".class" from the end of the file name and substitutes "." for
file separators ("/" on Mac and *nix, "\" on Windows)
- foo - Variable in class simkit.test.TestObjectArray
-
- foo - Variable in class simkit.test.TestPropertyChangeDispatcher
-
- foo(TestSimEntityBaseA.A) - Method in class simkit.test.TestSimEntityBaseA.EntityA
-
- foo(boolean) - Method in class simkit.test.TestSimEntityBaseA.EntityA
-
- foo(Double) - Method in class simkit.test.TestSimEntityBaseA.EntityA
-
- foo(int) - Method in class simkit.test.TestSimEntityBaseA.EntityA
-
- foo(int) - Method in class simkit.test.TestSimEntityBaseA.EntityB
-
- foo(int) - Method in class simkit.test.TestSimEntityBaseA.EntityC
-
- foobar - Variable in class simkit.test.TestAddedProperties
-
- foobar - Variable in class simkit.test.TestPropertyChangeDispatcher
-
- footprint - Variable in class simkit.smdx.CookieCutterSensor
-
The circular coverage area for this Sensor.
- footprint - Variable in class simkit.smdx.test.TestSwissCheeseIntersection
-
- form - Variable in class simkit.BasicAssembly
-
- form - Variable in class simkit.EventList
-
Holds the default format for outputting times.
- form - Static variable in class simkit.Schedule
-
- FORM - Static variable in class simkit.smd.BasicLinearMover
-
For formatting numbers to enhance readability when debugging
- form - Variable in class simkit.smdx.SensorContact
-
The format for numbers output by this Object.
- form - Static variable in class simkit.util.SimpleEventLogger
-
- format(BasicEventList, String) - Static method in class simkit.util.LogString
-
- format(String, String) - Static method in class simkit.util.LogString
-
- FormationLeader - Class in simkit.smdx
-
The guide point (ZZ) for a formation.
- FormationLeader(Point2D) - Constructor for class simkit.smdx.FormationLeader
-
Creates a FormationLeader at the given point that cannot move.
- FormationLeader(Point2D, double) - Constructor for class simkit.smdx.FormationLeader
-
Creates a FormationLeader at the given point at the given max speed.
- FormationLeader(String, Point2D) - Constructor for class simkit.smdx.FormationLeader
-
Creates a FormationLeader at the given point that cannot move.
- FormationLeader(String, Point2D, double) - Constructor for class simkit.smdx.FormationLeader
-
Creates a FormationLeader at the given point at the given max speed.
- FormationMoverManager - Class in simkit.smdx
-
Causes its Mover to move relative to a FormationLeader which acts as a guide
point (ZZ).
- FormationMoverManager(Mover) - Constructor for class simkit.smdx.FormationMoverManager
-
Makes a new manager for the given Mover.
- FormationMoverManager() - Constructor for class simkit.smdx.FormationMoverManager
-
- FormationMoverManager.SurrogateTarget - Class in simkit.smdx
-
A Mover with the minimum functionality to provide the data needed to be
the target Mover in Math2D.getIntercept().
- formatPoint(Point2D, DecimalFormat) - Static method in class simkit.smdx.UniformLinearMover
-
Gives nicer view of a Point2D
- formatPoint(Point2D) - Static method in class simkit.smdx.UniformLinearMover
-
Formats Point2D with default format
- FOUND - Static variable in class simkit.random.MersenneTwisterFactory
-
*********************************************************
- foundByQualifiedName - Variable in class simkit.util.ClassFinder
-
- free_lattice(MersenneTwisterFactory.Vector[], int) - Method in class simkit.random.MersenneTwisterFactory
-
Sets the given Vector to null
- free_mt_struct(MersenneTwisterFactory.MTS) - Method in class simkit.random.MersenneTwisterFactory
-
- frequencies - Variable in class simkit.random.DiscreteIntegerVariate
-
- frequencies - Variable in class simkit.random.DiscreteVariate
-
- frequency - Variable in class simkit.random.OscillatingExponential_64Variate
-
The frequency in cycles per unit of SimTime.
- frequency - Variable in class simkit.random.OscillatingExponentialVariate
-
The frequency in cycles per unit of SimTime.
- frequency - Variable in class simkit.stat.Histogram
-
Contains the number of observations that fall into each bin.
- FrequencyRandomObjectVariate - Class in simkit.random
-
- FrequencyRandomObjectVariate() - Constructor for class simkit.random.FrequencyRandomObjectVariate
-
- fullMethodName - Variable in class simkit.SimEvent
-
The methodName plus the signature.
- fullSpeed - Variable in class simkit.animate.PingPainter
-