- gamma(double) - Static method in class simkit.util.GammaFunction
-
TODO: tests fail for non-integer values, for some reason
- Gamma_64Variate - Class in simkit.random
-
Generates Gamma(alpha, beta) random variates.
- Gamma_64Variate() - Constructor for class simkit.random.Gamma_64Variate
-
Instantiates a new GammaVariate.
- GammaARVariate - Class in simkit.random
-
Instances of this class generate correlated Gamma random variates based on an
approach in Gaver and Lewis (1986).
- GammaARVariate() - Constructor for class simkit.random.GammaARVariate
-
- GammaFunction - Class in simkit.util
-
The log gamma implementation is based on the Lanczos approximation
(Lanczos, "A Precision Approximation of the Gamma Function", Journal of the
Society for Industrial and Applied Mathematics: Series B, Numerical Analysis,
Vol.
- GammaFunction() - Constructor for class simkit.util.GammaFunction
-
- GammaVariate - Class in simkit.random
-
Generates Gamma(alpha, beta) random variates.
- GammaVariate() - Constructor for class simkit.random.GammaVariate
-
Instantiates a new GammaVariate.
- gammaVariate - Variable in class simkit.random.NegativeBinomialVariate
-
- gammaVariate - Variable in class simkit.random.PearsonTypeVVariate
-
The instance of the GammaVariate used to generate the Pearson type V.
- gammaVariate1 - Variable in class simkit.random.BetaVariate
-
- gammaVariate2 - Variable in class simkit.random.BetaVariate
-
- gcur_maxlengs - Variable in class simkit.random.MersenneTwisterFactory
-
for optimize_v_hard *
- generate() - Method in class simkit.random.AR1Variate
-
Generate the next value.
- generate() - Method in class simkit.random.BernoulliVariate
-
Generate the next value cast to double
.
- generate() - Method in class simkit.random.BetaVariate
-
Generates the next value of this variate.
- generate() - Method in class simkit.random.BinomialVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.BivariateNormalVector
-
Uses formula:
X_0 = σ0 * Z0 + μ0
X_1 = σ1 * (ρ * Z0 +
√1 -
ρ2 * Z1) + μ1
- generate() - Method in class simkit.random.CompositionVariate
-
- generate() - Method in class simkit.random.ConstantIntegerVariate
-
- generate() - Method in class simkit.random.ConstantVariate
-
Always generates the constant value.
- generate() - Method in class simkit.random.ConvolutionVariate
-
Generates the next value, which is the sum of the values of the
underlying RandomVariate instances.
- generate() - Method in class simkit.random.DataVariate
-
- generate() - Method in class simkit.random.DiscreteIntegerVariate
-
- generate() - Method in class simkit.random.DiscreteUniformVariate
-
Generates and returns the next value, cast to a double.
- generate() - Method in class simkit.random.DiscreteVariate
-
- generate() - Method in class simkit.random.Exponential_64Variate
-
- generate() - Method in class simkit.random.ExponentialTransform
-
Generates the next exponentially transformed value.
- generate() - Method in class simkit.random.ExponentialVariate
-
- generate() - Method in class simkit.random.FrequencyRandomObjectVariate
-
- generate() - Method in class simkit.random.Gamma_64Variate
-
- generate() - Method in class simkit.random.GammaARVariate
-
- generate() - Method in class simkit.random.GammaVariate
-
- generate() - Method in class simkit.random.Geometric_64Variate
-
Generates the next value cast to a double
.
- generate() - Method in class simkit.random.GeometricVariate
-
Generates the next value cast to a double
.
- generate() - Method in class simkit.random.IntegerTraceVariate
-
- generate() - Method in class simkit.random.InverseGaussianVariate
-
Generate a random variate having an Inverse Gaussian distribution
- generate() - Method in class simkit.random.Log_64Transform
-
Generates the next LogTransform variate.
- generate() - Method in class simkit.random.LogNormalVariate
-
Generates the next Log Normal random variate
- generate() - Method in class simkit.random.LogTransform
-
Generates the next LogTransform variate.
- generate() - Method in class simkit.random.MarkovChainVariate
-
- generate() - Method in class simkit.random.MixedVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.NegativeBinomialVariate
-
- generate() - Method in class simkit.random.NHPoissonProcess_64Variate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.NHPoissonProcessVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.Normal02_64Variate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.Normal02Variate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.Normal03_64Variate
-
- generate() - Method in class simkit.random.Normal03Variate
-
- generate() - Method in class simkit.random.Normal04Variate
-
- generate() - Method in class simkit.random.NormalVariate
-
Generates the next normal
- generate() - Method in class simkit.random.NormalVariate_64
-
Generates the next normally distributed value.
- generate() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
This uses the thinning algorithm of Lewis and Shedler.
- generate() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
This uses the thinning algorithm of Lewis and Shedler.
- generate() - Method in class simkit.random.OscillatingExponential_64Variate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.OscillatingExponentialVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.PearsonTypeVVariate
-
- generate() - Method in class simkit.random.PoissonVariate
-
Generates a random variate having this class's distribution.
- generate() - Method in interface simkit.random.RandomVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in interface simkit.random.RandomVector
-
Returns an array containing a vector having this class's distribution.
- generate() - Method in class simkit.random.RenewalProcessVariate
-
Generate the next arrival time.
- generate() - Method in class simkit.random.ResampleVariate
-
Generates the next value by sampling with equal likelihood from the data
array.
- generate() - Method in class simkit.random.RightWedgeVariate
-
- generate() - Method in class simkit.random.RotatedBivariateNormalVector
-
First generate two independent normals with zero mean and the specified
standard deviations.
- generate() - Method in class simkit.random.ScaledVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.SequenceVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.TraceVariate
-
- generate() - Method in class simkit.random.TriangleVariate
-
Generate a random variate having this class's distribution.
- generate() - Method in class simkit.random.TruncatedNormalVariate
-
- generate() - Method in class simkit.random.TruncatedVariate
-
- generate() - Method in class simkit.random.TwoStateMarkovVariate
-
Generate the next state of the system
- generate() - Method in class simkit.random.UniformVariate
-
- generate() - Method in class simkit.random.Weibull_64Variate
-
- generate() - Method in class simkit.random.WeibullVariate
-
- generateInt() - Method in class simkit.random.BernoulliVariate
-
Generate the next value as an integer (0 or 1)
- generateInt() - Method in class simkit.random.BinomialVariate
-
Adds n Bernoulli variates together.
- generateInt() - Method in class simkit.random.ConstantIntegerVariate
-
- generateInt() - Method in class simkit.random.DiscreteIntegerVariate
-
- generateInt() - Method in interface simkit.random.DiscreteRandomVariate
-
- generateInt() - Method in class simkit.random.DiscreteUniformVariate
-
Generates and returns the next value.
- generateInt() - Method in class simkit.random.Geometric_64Variate
-
Generates the next value as an int.
- generateInt() - Method in class simkit.random.GeometricVariate
-
- generateInt() - Method in class simkit.random.IntegerTraceVariate
-
- generateInt() - Method in class simkit.random.MarkovChainVariate
-
- generateInt() - Method in class simkit.random.NegativeBinomialVariate
-
- generateInt() - Method in class simkit.random.Poisson2Variate
-
- generateInt() - Method in class simkit.random.PoissonVariate
-
- generateInt() - Method in class simkit.random.SequenceVariate
-
- generateInt() - Method in class simkit.random.TwoStateMarkovVariate
-
Generate the next state of the system
- generateObject() - Method in class simkit.random.FrequencyRandomObjectVariate
-
- generateObject() - Method in interface simkit.random.RandomObjectVariate
-
- generatePoint() - Method in class simkit.random.RandomPointGenerator
-
Generates the next point.
- generator - Variable in class simkit.test.TestTruncatingSimpleStatsTimeVarying
-
- GenericAction - Class in simkit.actions
-
The simplest GenericAction.
- GenericAction(Object, String) - Constructor for class simkit.actions.GenericAction
-
Construct with given target object and method name.
- GenericAction(Object, Method) - Constructor for class simkit.actions.GenericAction
-
- Geometric_64Variate - Class in simkit.random
-
Generates random variates having a Geometric distribution.
- Geometric_64Variate() - Constructor for class simkit.random.Geometric_64Variate
-
Creates a new GeometricVariate with the default supporting RandomNumber.
- GeometricVariate - Class in simkit.random
-
Generates random variates having a Geometric distribution.
- GeometricVariate() - Constructor for class simkit.random.GeometricVariate
-
Creates a new GeometricVariate with the default supporting RandomNumber.
- get_irred_param(MersenneTwisterFactory.MTS, int, int) - Method in class simkit.random.MersenneTwisterFactory
-
- get_mt_parameter(int, int) - Method in class simkit.random.MersenneTwisterFactory
-
- get_mt_parameter_id(int, int, int) - Method in class simkit.random.MersenneTwisterFactory
-
- get_mt_parameters(int, int, int) - Method in class simkit.random.MersenneTwisterFactory
-
- getAcceleration() - Method in class simkit.smdx.AcceleratedMover
-
Deprecated.
- getAcceleration() - Method in class simkit.smdx.BasicWeapon
-
Deprecated.
- getAcceleration() - Method in class simkit.smdx.CookieCutterSensor
-
Returns the acceleration vector for this Sensor.
- getAcceleration() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getAcceleration() - Method in interface simkit.smdx.Moveable
-
- getAcceleration() - Method in class simkit.smdx.SensorContact
-
Returns the acceleration vector for the underlying Moveable.
- getAcceleration() - Method in class simkit.smdx.SimpleContact
-
Returns the acceleration vector of the underlying Moveable.
- getAcceleration() - Method in class simkit.smdx.UniformLinearMover
-
Always returns (0,0) for a UniformLinearMover.
- getAction(Object, String) - Method in interface simkit.actions.ActionInfo
-
- getAction(Object, String) - Method in class simkit.actions.ActionIntrospector.DefaultActionInfo
-
- getAction(Object, String) - Static method in class simkit.actions.ActionIntrospector
-
- getAction(Object[], String) - Static method in class simkit.actions.ActionIntrospector
-
- getActionClass() - Method in interface simkit.actions.ActionInfo
-
- getActionClass() - Method in class simkit.actions.ActionIntrospector.DefaultActionInfo
-
- getActionInfo(String) - Static method in class simkit.actions.ActionIntrospector
-
- getActionInfo(Class<?>) - Static method in class simkit.actions.ActionIntrospector
-
- getActionMethod(String, Class<?>) - Static method in class simkit.actions.ActionIntrospector
-
- getActionMethods(String) - Static method in class simkit.actions.ActionIntrospector
-
- getActionMethods(Class<?>) - Static method in class simkit.actions.ActionIntrospector
-
- getActionMethods(Class<?>, Class<?>) - Static method in class simkit.actions.ActionIntrospector
-
- getActionNames() - Method in interface simkit.actions.ActionInfo
-
- getActionNames() - Method in class simkit.actions.ActionIntrospector.DefaultActionInfo
-
- getActionNames(Class, Class) - Static method in class simkit.actions.ActionIntrospector
-
- getActionNames(Class) - Static method in class simkit.actions.ActionIntrospector
-
- getActionNames(Object) - Static method in class simkit.actions.ActionIntrospector
-
- getActions(Object) - Method in interface simkit.actions.ActionInfo
-
- getActions(Object, String[]) - Method in interface simkit.actions.ActionInfo
-
- getActions(Object) - Method in class simkit.actions.ActionIntrospector.DefaultActionInfo
-
- getActions(Object, String[]) - Method in class simkit.actions.ActionIntrospector.DefaultActionInfo
-
- getActions(Object) - Static method in class simkit.actions.ActionIntrospector
-
- getActions(Object, Class<?>) - Static method in class simkit.actions.ActionIntrospector
-
First get or generate all the object's actions.
- getActions(Object, String[]) - Static method in class simkit.actions.ActionIntrospector
-
- getAddedProperties() - Method in class simkit.BasicSimEntity
-
- getAddedProperties() - Method in class simkit.PropertyChangeDispatcher
-
- getAddedProperties() - Method in interface simkit.PropertyChangeSource
-
- getAddedProperties() - Method in interface simkit.smdx.Displayable
-
- getAddedProperties() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getAdjudicator(Munition, Target) - Static method in class simkit.smd.MunitionTargetAdjudicatorFactory
-
Returns the Adjudicator for the given Munition and Target.
- getAdjudicator(Class, Class) - Static method in class simkit.smd.MunitionTargetAdjudicatorFactory
-
Gets the Adjudicator for the given Munition class and Target class.
- getAdjudicator(Munition, Target) - Static method in class simkit.smdx.MunitionTargetAdjudicatorFactory
-
If an Adjudicator has not been specified for the Munition-Target pair,
then returns the default Adjudicator.
- getAdjudicator(Class<?>, Class<?>) - Static method in class simkit.smdx.MunitionTargetAdjudicatorFactory
-
If an Adjudicator has not been specified for the Munition-Target pair,
then returns the default Adjudicator.
- getAdjustFactor() - Method in class simkit.animate.PingThread
-
- getAge() - Method in class simkit.Entity
-
- getAimPoint() - Method in class simkit.smd.CircularImpactMunition
-
Returns a copy of the aimpoint.
- getAimPoint() - Method in interface simkit.smd.Munition
-
- getAimPoint() - Method in class simkit.smdx.CircularImpactMunition
-
Returns a copy of the aimpoint.
- getAimPoint() - Method in interface simkit.smdx.Munition
-
- getAllCount() - Method in interface simkit.stat.IndexedSampleStatistics
-
Gets the current number of observations for all of the properties in the
indexed property associated with this statistic.
- getAllCount() - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getAllCount() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getAllCount() - Method in interface simkit.stat.ObjectIndexedStatistics
-
Gets the current number of observations for all of the properties in the
indexed property associated with this statistic.
- getAllCount() - Method in class simkit.stat.ObjectMultiTallyStat
-
- getAllCount() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getAllCount() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getAllCount() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getAllMaxObs() - Method in interface simkit.stat.IndexedSampleStatistics
-
Gets the maximum value of all of the properties in the indexed property
associated with this statistic.
- getAllMaxObs() - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getAllMaxObs() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getAllMaxObs() - Method in interface simkit.stat.ObjectIndexedStatistics
-
Gets the maximum value of all of the properties in the indexed property
associated with this statistic.
- getAllMaxObs() - Method in class simkit.stat.ObjectMultiTallyStat
-
- getAllMaxObs() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getAllMaxObs() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getAllMaxObs() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getAllMean() - Method in interface simkit.stat.IndexedSampleStatistics
-
Gets the current mean of all of the properties in the indexed property
associated with this statistic.
- getAllMean() - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getAllMean() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getAllMean() - Method in interface simkit.stat.ObjectIndexedStatistics
-
Gets the current mean of all of the properties in the indexed property
associated with this statistic.
- getAllMean() - Method in class simkit.stat.ObjectMultiTallyStat
-
- getAllMean() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getAllMean() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getAllMean() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getAllMinObs() - Method in interface simkit.stat.IndexedSampleStatistics
-
Gets the minimum value of all of the properties in the indexed property
associated with this statistic.
- getAllMinObs() - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getAllMinObs() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getAllMinObs() - Method in interface simkit.stat.ObjectIndexedStatistics
-
Gets the minimum value of all of the properties in the indexed property
associated with this statistic.
- getAllMinObs() - Method in class simkit.stat.ObjectMultiTallyStat
-
- getAllMinObs() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getAllMinObs() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getAllMinObs() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getAllSampleStat() - Method in interface simkit.stat.IndexedSampleStatistics
-
Gets the underlying SampleStatistics for all of the properties in the
indexed property associated with this statistic.
- getAllSampleStat() - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getAllSampleStat() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getAllSampleStat() - Method in interface simkit.stat.ObjectIndexedStatistics
-
Gets the underlying SampleStatistics for all of the properties in the
indexed property associated with this statistic.
- getAllSampleStat() - Method in class simkit.stat.ObjectMultiTallyStat
-
- getAllSampleStat() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getAllSampleStat() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getAllSampleStat() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getAllStandardDeviation() - Method in interface simkit.stat.IndexedSampleStatistics
-
Gets the current standard deviation of all of the properties in the
indexed property associated with this statistic.
- getAllStandardDeviation() - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getAllStandardDeviation() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getAllStandardDeviation() - Method in interface simkit.stat.ObjectIndexedStatistics
-
Gets the current standard deviation of all of the properties in the
indexed property associated with this statistic.
- getAllStandardDeviation() - Method in class simkit.stat.ObjectMultiTallyStat
-
- getAllStandardDeviation() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getAllStandardDeviation() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getAllStandardDeviation() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getAllStats() - Method in class simkit.stat.TallyStatsBySource
-
- getAllTallyStats() - Method in class simkit.stat.MultiStat
-
- getAllTimeVaryingStats() - Method in class simkit.stat.MultiStat
-
- getAllVariance() - Method in interface simkit.stat.IndexedSampleStatistics
-
Gets the current variance of all of the properties in the indexed
property associated with this statistic.
- getAllVariance() - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getAllVariance() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getAllVariance() - Method in interface simkit.stat.ObjectIndexedStatistics
-
Gets the current variance of all of the properties in the indexed
property associated with this statistic.
- getAllVariance() - Method in class simkit.stat.ObjectMultiTallyStat
-
- getAllVariance() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getAllVariance() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getAllVariance() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getAlpha() - Method in class simkit.random.AR1Variate
-
- getAlpha() - Method in class simkit.random.BetaVariate
-
- getAlpha() - Method in class simkit.random.Gamma_64Variate
-
- getAlpha() - Method in class simkit.random.GammaVariate
-
- getAlpha() - Method in class simkit.random.PearsonTypeVVariate
-
- getAlpha() - Method in class simkit.random.Weibull_64Variate
-
- getAlpha() - Method in class simkit.random.WeibullVariate
-
- getAmplitude() - Method in class simkit.random.OscillatingExponential_64Variate
-
- getAmplitude() - Method in class simkit.random.OscillatingExponentialVariate
-
- getAngle() - Method in class simkit.random.RotatedBivariateNormalVector
-
- getAntithetic(RandomNumber) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of a RandomNumber
the will generate
numbers that are antithetic to the given instance.
- getAppCloser() - Method in class simkit.actions.MyFrame
-
- getBatches() - Method in class simkit.stat.BatchMeansTallyStat
-
- getBatchSize() - Method in class simkit.stat.BatchMeansTallyStat
-
- getBattleDimension() - Method in interface simkit.smdx.Displayable
-
- getBeta() - Method in class simkit.random.BetaVariate
-
- getBeta() - Method in class simkit.random.Gamma_64Variate
-
- getBeta() - Method in class simkit.random.GammaVariate
-
- getBeta() - Method in class simkit.random.PearsonTypeVVariate
-
- getBeta() - Method in class simkit.random.Weibull_64Variate
-
- getBeta() - Method in class simkit.random.WeibullVariate
-
- getBuckle() - Method in class simkit.test.TestSimEntityFactory.TestSimEntity
-
- getCache() - Static method in class simkit.random.RandomNumberFactory
-
A cache of RandomNumber Classes that have already been found.
- getCache() - Static method in class simkit.random.RandomVariateFactory
-
- getCache() - Static method in class simkit.random.RandomVectorFactory
-
- getCannonicalParameters() - Method in class simkit.random.BernoulliDistribution
-
Returns a single element array containing the value of the parameter probability of success.
- getCannonicalParameters() - Method in interface simkit.random.Distribution
-
- getCdf() - Method in class simkit.random.DiscreteIntegerVariate
-
- getCDF() - Method in class simkit.random.DiscreteVariate
-
- getCellWidth() - Method in class simkit.stat.Histogram
-
- getCenter() - Method in class simkit.random.TriangleVariate
-
- getCenter(RectangularShape) - Static method in class simkit.smd.Math2D
-
- getCenter(RectangularShape) - Static method in class simkit.smdx.Math2D
-
- getClassFor(String) - Static method in class simkit.random.RandomNumberFactory
-
Helper method - given an unqualified class name, searches through search
path for actual class, returning the first one it finds.
- getCoefficients(Line2D) - Static method in class simkit.smd.Math2D
-
- getCoefficients(QuadCurve2D) - Static method in class simkit.smd.Math2D
-
- getCoefficients(CubicCurve2D) - Static method in class simkit.smd.Math2D
-
- getCoefficients(Line2D) - Static method in class simkit.smdx.Math2D
-
- getCoefficients(QuadCurve2D) - Static method in class simkit.smdx.Math2D
-
- getCoefficients(CubicCurve2D) - Static method in class simkit.smdx.Math2D
-
- getContactForEnterRangeEvent(Sensor, Mover) - Method in class simkit.smdx.CookieCutterMediator
-
This hook method must be implemented by subclasses to return a
Contact
object for the given sensor-target pairing.
- getContactForEnterRangeEvent(Sensor, Mover) - Method in class simkit.smdx.test.TestSensorTargetReferee.TestMediator
-
- getContacts() - Method in class simkit.smd.BasicSensor
-
- getContacts() - Method in interface simkit.smd.Sensor
-
- getContacts() - Method in class simkit.smdx.CookieCutterSensor
-
Returns this Set of contacts currently held by this Sensor.
- getContacts() - Method in interface simkit.smdx.Sensor
-
- getController() - Method in class simkit.animate.VCRControlPanel
-
- getControlPanel() - Method in class simkit.animate.SandboxFrame
-
- getControlPanel() - Method in class simkit.smdx.animate.SandboxFrame
-
- getCoordinate() - Method in class simkit.smd.RandomMoverManager
-
- getCopyright() - Static method in class simkit.Version
-
- getCorrelation() - Method in class simkit.random.BivariateNormalVector
-
- getCorrelation() - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getCount() - Method in class simkit.stat.AbstractSimpleStats
-
- getCount(int) - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getCount(int) - Method in interface simkit.stat.IndexedSampleStatistics
-
- getCount(int) - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getCount(int) - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getCount(Object) - Method in interface simkit.stat.ObjectIndexedStatistics
-
- getCount(Object) - Method in class simkit.stat.ObjectMultiTallyStat
-
- getCount(Object) - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getCount() - Method in interface simkit.stat.SampleStatistics
-
Gets the number of observations so far.
- getCount(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getCount(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getCount() - Method in class simkit.test.TestRenewalProcess
-
- getCounter(String) - Method in class simkit.stat.MultipleBooleanCounters
-
- getCounters() - Method in class simkit.stat.MultipleBooleanCounters
-
Returns copy of Map and of counters
- getCovariance() - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getCreationTime() - Method in class simkit.Entity
-
- getCreationTime() - Method in class simkit.SimEvent
-
- getCruisingSpeed() - Method in class simkit.smdx.FormationMoverManager
-
- getCumIntRates() - Method in class simkit.random.CyclicalStepwiseIntegratedRate
-
These are the cumulative integrated rates.
- getCurrent() - Method in class simkit.util.PropertyDataLogger
-
- getCurrentBatch() - Method in class simkit.stat.BatchMeansTallyStat
-
- getCurrentDecorationsFor(Action) - Static method in class simkit.actions.ActionUtilities
-
- getCurrentDecorationsFor(Action[]) - Static method in class simkit.actions.ActionUtilities
-
- getCurrentEvent() - Static method in class simkit.Schedule
-
Returns currently executing event; null if simulation is not currently
running.
- getCurrentLocation() - Method in class simkit.smd.BasicLinearMover
-
Derived state from initial conditions of equation of motion: x(t) = x0 +
(t - t0) v
- getCurrentLocation() - Method in class simkit.smd.BasicSensor
-
- getCurrentLocation() - Method in class simkit.smd.Contact
-
- getCurrentLocation() - Method in interface simkit.smd.Mover
-
- getCurrentLocation() - Method in interface simkit.smd.Sensor
-
Typically delegated to Mover instance
- getCurrentSimEvent() - Method in interface simkit.BasicEventList
-
- getCurrentSimEvent() - Method in class simkit.EventList
-
- getCurrentSpeed() - Method in class simkit.smd.BasicLinearMover
-
- getCurrentState() - Method in class simkit.random.MarkovChainVariate
-
- getCurrentState() - Method in class simkit.stat.PercentageInStateStat
-
- getCurrentValue() - Method in class simkit.random.GammaARVariate
-
- getDamage() - Method in interface simkit.smd.Damage
-
- getDamage() - Method in class simkit.smd.HitPointDamage
-
- getDamage() - Method in interface simkit.smdx.Damage
-
- getDamage() - Method in class simkit.smdx.HitPointDamage
-
A numerical value representing the amount that a hit damages a Target.
- getData() - Method in class simkit.random.ResampleVariate
-
- getDataLine() - Method in class simkit.stat.AbstractSimpleStats
-
Returns the data line consisting of the count, min, max, mean, variance,
and standard deviation.
- getDebug() - Method in class simkit.random.NSSrng
-
- getDefaultAdjudicator() - Static method in class simkit.smd.MunitionTargetAdjudicatorFactory
-
- getDefaultAdjudicator() - Static method in class simkit.smdx.MunitionTargetAdjudicatorFactory
-
- getDefaultEventList() - Static method in class simkit.Schedule
-
- getDefaultMediator() - Method in class simkit.smd.SensorMoverReferee
-
- getDefaultRandomNumber() - Static method in class simkit.random.RandomVariateFactory
-
- getDefaultValue() - Method in class simkit.random.DataVariate
-
- getDefaultValue() - Method in class simkit.random.IntegerTraceVariate
-
- getDefaultValue() - Method in class simkit.random.TraceVariate
-
- getDelimiter() - Method in class simkit.util.DOEDataLogger
-
- getDelimiter() - Method in class simkit.util.PropertyDataLogger
-
- getDeltaT() - Method in class simkit.animate.PingThread
-
- getDeltaT() - Method in class simkit.test.TestOscillate
-
- getDensity(double) - Static method in class simkit.stat.NormalQuantile
-
- getDensity(double, double, double) - Static method in class simkit.stat.NormalQuantile
-
- getDerivedValues() - Method in class simkit.test.TestNHPoissonProcessThinned
-
- getDesignPointID() - Method in class simkit.BasicAssembly
-
- getDesignPointStats() - Method in class simkit.BasicAssembly
-
- getDesiredPingTime() - Method in class simkit.animate.PingThread
-
- getDestination() - Method in class simkit.smd.BasicLinearMover
-
- getDestination(UniformLinearMover) - Static method in class simkit.smdx.SimkitSmdxTestingHelper
-
- getDiscreteRandomVariateInstance(String, Object...) - Static method in class simkit.random.RandomVariateFactory
-
- getDiscreteRandomVariateInstance(String, RandomNumber, Object...) - Static method in class simkit.random.RandomVariateFactory
-
- getDiscreteRandomVariateInstance(String) - Static method in class simkit.random.RandomVariateFactory
-
- getDistribution(double) - Static method in class simkit.stat.NormalQuantile
-
- getDistribution(double, double, double) - Static method in class simkit.stat.NormalQuantile
-
- getDistributions() - Method in class simkit.random.MixedVariate
-
- getDocument() - Method in class simkit.xml.Bean2XML
-
- getDoMethods() - Method in class simkit.SimEntityBaseProtected
-
This includes public, private,
and protected events defined anywhere in the inheritence.
- getElapsedTime() - Method in class simkit.Entity
-
- getEndVerboseTime() - Method in class simkit.VerboseInterval
-
- getEventCount(String) - Method in class simkit.EventCounter
-
If this event has not been heard, returns -1.
- getEventCounts() - Method in class simkit.EventCounter
-
- getEventHash() - Method in class simkit.SimEvent
-
- getEventList() - Method in class simkit.BasicSimEntity
-
- getEventList() - Method in class simkit.Entity
-
- getEventList() - Method in class simkit.EventList
-
- getEventList() - Method in interface simkit.EventListAware
-
- getEventList(int) - Static method in class simkit.Schedule
-
Will return an existing EventList, if one with that id exists.
- getEventList() - Method in interface simkit.SimEventScheduler
-
- getEventList() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getEventList() - Method in class simkit.stat.SimpleStatsTimeVarying
-
- getEventListAsString(String) - Method in interface simkit.BasicEventList
-
For debugging purposes - returns a String depicting the current event and
state of the event list.
- getEventListAsString(String) - Method in class simkit.EventList
-
- getEventListID() - Method in class simkit.BasicSimEntity
-
- getEventListID() - Method in interface simkit.EventListAware
-
- getEventListID() - Method in interface simkit.SimEntity
-
- getEventListID() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getEventListID() - Method in class simkit.stat.SimpleStatsTimeVarying
-
- getEventListID() - Method in class simkit.util.PropertyChangeFrame
-
- getEventName() - Method in class simkit.SimEvent
-
The event name is the method name with or without the "do"
- getEventName() - Method in class simkit.util.TimeBetweenEvent
-
- getEventParameters() - Method in class simkit.util.TimeBetweenEvent
-
Shallow copy
- getEventPriority() - Method in class simkit.SimEvent
-
The event priority is used to determine which event is processed first if
the scheduled times are the same.
- getEventSet() - Static method in class simkit.SimkitTestingHelper
-
- getExtraData() - Method in class simkit.test.SimEntityWithExtraData
-
- getExtraData(int) - Method in class simkit.util.IndexedPropertyChangeEventX
-
- getExtraData() - Method in class simkit.util.IndexedPropertyChangeEventX
-
- getExtraData() - Method in class simkit.util.PropertyChangeEventX
-
- getExtraData(int) - Method in class simkit.util.PropertyChangeEventX
-
- getExtraDataCount() - Method in class simkit.util.IndexedPropertyChangeEventX
-
- getExtraDataCount() - Method in class simkit.util.PropertyChangeEventX
-
- getFactors() - Method in class simkit.util.DOEDataLogger
-
- getFactorString() - Method in class simkit.util.DOEDataLogger
-
- getFalseOverTrue() - Method in class simkit.stat.BooleanCounter
-
- getFillColor() - Method in class simkit.actions.visual.ShapeIcon
-
- getFireType() - Method in class simkit.smdx.BasicWeapon
-
Deprecated.
- getFireType() - Method in interface simkit.smdx.Weapon
-
- getFirst() - Method in interface simkit.random.Pooled
-
- getFirst() - Method in class simkit.random.PooledGeneratorBase
-
Returns the instance of the first RandomNumber.
- getFirstEvent() - Method in class simkit.util.TimeBetweenEvents
-
- getFoo() - Method in class simkit.test.TestPropertyChangeDispatcher
-
- getFoobar() - Method in class simkit.test.TestAddedProperties
-
- getFoobar() - Method in class simkit.test.TestPropertyChangeDispatcher
-
- getFootprint() - Method in class simkit.smdx.CookieCutterSensor
-
Returns the detection area for this Sensor.
- getFootprint() - Method in interface simkit.smdx.Sensor
-
Two-dimensional area within which detections are possible for this
Sensor.
- getFormationLeader() - Method in class simkit.smdx.FormationMoverManager
-
- getFoundByQualifiedName() - Method in class simkit.util.ClassFinder
-
- getFrequencies() - Method in class simkit.random.DiscreteIntegerVariate
-
- getFrequencies() - Method in class simkit.stat.Histogram
-
- getFrequency() - Method in class simkit.random.OscillatingExponential_64Variate
-
- getFrequency() - Method in class simkit.random.OscillatingExponentialVariate
-
- getFrequency() - Method in class simkit.stat.Histogram
-
- getFullMethodName(Method) - Static method in class simkit.SimEntityBase
-
Gets the method name plus signature as a String.
- getFullMethodName(Method) - Static method in class simkit.SimEntityBaseProtected
-
Gets the method name plus signature as a String.
- getFullMethodName(String, Class[], boolean) - Static method in class simkit.SimEntityBaseProtected
-
Gets the method name plus signature as a String.
- getFullMethodName(Method, boolean) - Static method in class simkit.SimEntityBaseProtected
-
Gets a String containing the Method name plus the signature, with any
primitive parameters optionally wrapped in an Object.
- getFullMethodName() - Method in class simkit.SimEvent
-
- getFullMethodName(String, Object[]) - Static method in class simkit.util.Misc
-
- getFullMethodName(Class<?>, String, Object[]) - Static method in class simkit.util.Misc
-
Returns the method name followed by the class names of the arguments.
- getGammaVariate() - Method in class simkit.random.NegativeBinomialVariate
-
- getGenerator() - Method in class simkit.test.TestTruncatingSimpleStatsTimeVarying
-
- getHeader() - Method in class simkit.util.DOEDataLogger
-
- getHeardEvent() - Method in class simkit.Adapter
-
- getHeardEvent() - Method in class simkit.Bridge
-
- getHeardEvents() - Method in class simkit.EventCounter
-
- getIcon() - Method in class simkit.actions.AppCloser
-
- getIcon() - Method in class simkit.animate.MoverIcon
-
- getIcon() - Method in class simkit.smdx.animate.MoverIcon
-
- getIconHeight() - Method in class simkit.actions.visual.ShapeIcon
-
- getIconLabel() - Method in class simkit.actions.test.ImageView
-
- getIconWidth() - Method in class simkit.actions.visual.ShapeIcon
-
- getID() - Method in interface simkit.BasicEventList
-
- getID() - Method in class simkit.Entity
-
- getID() - Method in class simkit.EventList
-
- getID() - Method in class simkit.SimEvent
-
- getIDforReplicationStateName(String) - Method in class simkit.BasicAssembly
-
- getIgnoredEvents() - Method in interface simkit.BasicEventList
-
For debugging purposes - returns a copy of the ignored events
- getIgnoredEvents() - Method in class simkit.EventList
-
- getImpact() - Method in class simkit.smd.CircularImpactMunition
-
Returns a Shape that is a circle with radius equal to the impactRange
centered on the aimpoint.
- getImpact() - Method in interface simkit.smd.Munition
-
- getImpact() - Method in class simkit.smdx.CircularImpactMunition
-
Returns a Shape that is a circle with radius equal to the impactRange
centered on the aimpoint.
- getImpact() - Method in interface simkit.smdx.Munition
-
- getImpactRange() - Method in class simkit.smd.CircularImpactMunition
-
The radius of the circular area that this Munition effects.
- getImpactRange() - Method in interface simkit.smd.Munition
-
- getImpactRange() - Method in class simkit.smdx.CircularImpactMunition
-
The radius of the circular area that this Munition effects.
- getImpactRange() - Method in interface simkit.smdx.Munition
-
- getInitialLocation() - Method in class simkit.smd.BasicLinearMover
-
- getInitialState() - Method in class simkit.random.MarkovChainVariate
-
- getInitialState() - Method in class simkit.random.TwoStateMarkovVariate
-
- getInitialState() - Method in class simkit.stat.PercentageInStateStat
-
- getInitialValue() - Method in class simkit.random.AR1Variate
-
- getInitialValue() - Method in class simkit.test.TestTruncatingSimpleStatsTimeVarying
-
- getInputFile() - Method in class simkit.random.DataVariate
-
- getInspector() - Method in class simkit.animate.SandboxFrame
-
- getInstance() - Static method in class simkit.random.MersenneTwisterFactory
-
- getInstance() - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of the default Class with its default seed(s).
- getInstance(long) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of the default Class with the given seed.
- getInstance(long[]) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of the default Class with the given seeds.
- getInstance(String) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of the given Class with its default seed(s).
- getInstance(String, long) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of the given Class with the given seed.
- getInstance(String, long[]) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of the given Class with the given seeds.
- getInstance(RandomNumber) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance that has the same Class as the given
RandomNumber
and initial seed(s) equal to the current seed
of the given RandomNumber
.
- getInstance(String, RandomNumber, RandomNumber) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of a Pooled RandomNumber
of the given
Class using the 2 given instances of RandomNumber
.
- getInstance(String, RandomNumber[]) - Static method in class simkit.random.RandomNumberFactory
-
Creates an instance of a Pooled RandomNumber
of the given
Class using the 2 given instances of RandomNumber
.
- getInstance(String, Object...) - Static method in class simkit.random.RandomVariateFactory
-
Creates a RandomVariate
instance with default seed(s) and
the default supporting RandomNumber
.
- getInstance(String, RandomNumber, Object...) - Static method in class simkit.random.RandomVariateFactory
-
Creates a RandomVariate
instance supported by the
RandomNumber
instance passed in.
- getInstance(RandomVariate) - Static method in class simkit.random.RandomVariateFactory
-
Gets a new instance of the given RandomVariate.
- getInstance(String) - Static method in class simkit.random.RandomVariateFactory
-
Parses and instantiates a RandomVariate based on a purely String
representation.
- getInstance(String, Map<String, Object>) - Static method in class simkit.random.RandomVariateFactory
-
- getInstance(String, Object...) - Static method in class simkit.random.RandomVectorFactory
-
Creates a RandomVector
instance with default seed(s) and
the default supporting RandomNumber
.
- getInstance(String, Object[], long) - Static method in class simkit.random.RandomVectorFactory
-
- getInstance(RandomNumber, String, Object...) - Static method in class simkit.random.RandomVectorFactory
-
Creates a RandomVector
instance supported by the
RandomNumber
instance passed in.
- getInstance(RandomVector) - Static method in class simkit.random.RandomVectorFactory
-
Created a new instance of the given RandomVector.
- getInstance(Class<?>, Object[], long) - Static method in class simkit.random.RandomVectorFactory
-
- getInstance(Class<?>, Object[], long[]) - Static method in class simkit.random.RandomVectorFactory
-
- getInstance(Class<?>, Object...) - Static method in class simkit.random.RandomVectorFactory
-
Creates a new RandomVector using the default supporting RandomNumber and
the default seed.
- getInstance(RandomNumber, Class<?>, Object...) - Static method in class simkit.random.RandomVectorFactory
-
Creates a RandomVector
instance supported by the
RandomNumber
instance passed in.
- getInstance(String, Object[]) - Static method in class simkit.smdx.MoverManagerFactory
-
Constructs a MoverManager.
- getInstance() - Static method in class simkit.smdx.SensorTargetMediatorFactory
-
- getINSTANCE() - Static method in class simkit.util.ClassFinder
-
- getInterarrivalTime() - Method in class simkit.random.RenewalProcessVariate
-
- getInterarrivalTime() - Method in class simkit.test.TestLinearSimpleStatsTimeVarying
-
- getInterarrivalTimeGenerator() - Method in class simkit.examples.ArrivalProcess
-
- getInterarrivalTimeGenerator() - Method in class simkit.examples.ArrivalProcess2
-
- getInterarrivalTimeGenerator() - Method in class simkit.test.TestRenewalProcess
-
- getIntercept(Point2D, double, Point2D, Point2D) - Static method in class simkit.smd.Math2D
-
- getIntercept(Mover, double, Mover) - Static method in class simkit.smd.Math2D
-
Computes the Point2D at which the pursuer will intersect the target when
the pursuer moves at the given speed.
- getIntercept(Mover, Mover) - Static method in class simkit.smd.Math2D
-
Computes the intersection point when the pursuer goes at maximum speed.
- getIntercept(Mover, double, double, Mover) - Static method in class simkit.smd.Math2D
-
Computes the point at which the pursuer is within the given range of the
target.
- getIntercept(Point2D, double, double, Point2D, Point2D) - Static method in class simkit.smd.Math2D
-
- getIntercept(Point2D, double, Point2D, Point2D) - Static method in class simkit.smdx.Math2D
-
- getIntercept(Mover, double, Mover) - Static method in class simkit.smdx.Math2D
-
Computes the Point2D at which the pursuer will intersect the target when
the pursuer moves at the given speed.
- getIntercept(Mover, Mover) - Static method in class simkit.smdx.Math2D
-
Computes the intersection point when the pursuer goes at maximum speed.
- getIntercept(Mover, double, double, Mover) - Static method in class simkit.smdx.Math2D
-
Computes the point at which the pursuer is within the given range of the
target.
- getIntercept(Point2D, double, double, Point2D, Point2D) - Static method in class simkit.smdx.Math2D
-
- getInterceptVelocity(Mover, double, Mover) - Static method in class simkit.smd.Math2D
-
- getInterceptVelocity(Point2D, double, Point2D, Point2D) - Static method in class simkit.smd.Math2D
-
- getInterceptVelocity(Mover, Mover) - Static method in class simkit.smd.Math2D
-
Pursuer moves at its max speed
- getInterceptVelocity(Mover, double, Mover) - Static method in class simkit.smdx.Math2D
-
- getInterceptVelocity(Point2D, double, Point2D, Point2D) - Static method in class simkit.smdx.Math2D
-
- getInterceptVelocity(Mover, Mover) - Static method in class simkit.smdx.Math2D
-
- getInventoryLevel() - Method in class simkit.test.TestLinearSimpleStatsTimeVarying
-
- getInverseIntegratedRate() - Method in class simkit.random.NHPoissonProcess_64Variate
-
- getInverseIntegratedRate() - Method in class simkit.random.NHPoissonProcessVariate
-
- getK() - Method in class simkit.random.GammaARVariate
-
- getLambda() - Method in class simkit.random.GammaARVariate
-
- getLambda() - Method in class simkit.random.InverseGaussianVariate
-
- getLambda() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
Get the first parameter - the maximum value of the rate function over the
time span of the process.
- getLambda() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
Get the first parameter - the maximum value of the rate function over the
time span of the process.
- getLambdaDay() - Method in class simkit.test.TestNHPoissonProcess
-
- getLambdaInv(double) - Method in class simkit.random.CyclicalStepwiseIntegratedRate
-
For a given time, returns the corresponding inverse integrated rate for
the stepwise rate function.
- getLambdaNight() - Method in class simkit.test.TestNHPoissonProcess
-
- getLastEvent() - Method in class simkit.util.PropertyChangeListenerHelper
-
- getLastGeneratedTime() - Method in class simkit.random.NHPoissonProcess_64Variate
-
- getLastGeneratedTime() - Method in class simkit.random.NHPoissonProcessVariate
-
- getLastStateValue() - Method in class simkit.stat.MultipleEndingStateStatTally
-
- getLastStateValueFor(String) - Method in class simkit.stat.MultipleEndingStateStatTally
-
- getLastStateValueStat() - Method in class simkit.stat.MultipleEndingStateStatTally
-
- getLastStopLocation() - Method in class simkit.smd.BasicLinearMover
-
- getLastTime() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
Get the previous time that was generated by the process.
- getLastTime() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
Get the previous time that was generated by the process.
- getLastTime() - Method in class simkit.stat.PercentageInStateStat
-
- getLastTime() - Method in class simkit.util.TimeBetweenEvent
-
- getLastUnitRatePoisson() - Method in class simkit.random.NHPoissonProcess_64Variate
-
- getLastUnitRatePoisson() - Method in class simkit.random.NHPoissonProcessVariate
-
- getLastValue() - Method in class simkit.random.AR1Variate
-
- getLeft() - Method in class simkit.random.RightWedgeVariate
-
- getLeft() - Method in class simkit.random.TriangleVariate
-
- getLevel() - Method in class simkit.test.TestLinearSimpleStatsTimeVarying
-
- getLocation() - Method in class simkit.animate.MoverIcon
-
- getLocation() - Method in class simkit.smdx.AcceleratedMover
-
Deprecated.
- getLocation() - Method in class simkit.smdx.animate.MoverIcon
-
- getLocation() - Method in class simkit.smdx.BasicWeapon
-
Deprecated.
- getLocation() - Method in class simkit.smdx.CookieCutterSensor
-
The current location of this Sensor.
- getLocation() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
The current location of the point.
- getLocation() - Method in interface simkit.smdx.Moveable
-
Implementations should take care that simulation events and state changes
are not fired by this method.
- getLocation() - Method in class simkit.smdx.RandomLocationMoverManager
-
- getLocation() - Method in class simkit.smdx.SensorContact
-
Returns the location of the underlying Moveable.
- getLocation() - Method in class simkit.smdx.SimpleContact
-
Returns the location of the underlying Moveable.
- getLocation() - Method in class simkit.smdx.UniformLinearMover
-
If moving, determine actual location by use of the equation of
motion.
- getLocationGenerator() - Method in class simkit.smdx.RandomLocationMoverManager
-
- getLogNormalParameters(double, double) - Static method in class simkit.random.LogNormalVariate
-
A convenience method to convert the underlying Normal parameters into the
actual mean and standard deviation for the log normal distribution.
- getLowValue() - Method in class simkit.stat.Histogram
-
- getMaximum() - Method in class simkit.random.BernoulliDistribution
-
- getMaximum() - Method in class simkit.random.DiscreteUniformVariate
-
Returns the largest value.
- getMaximum() - Method in interface simkit.random.Distribution
-
- getMaximum() - Method in class simkit.random.UniformVariate
-
- getMaxIndex(double[]) - Static method in class simkit.smd.Math2D
-
- getMaxIndex(double[]) - Static method in class simkit.smdx.Math2D
-
Returns the index of the member of the given array with the largest
value.
- getMaxObs() - Method in class simkit.stat.AbstractSimpleStats
-
- getMaxObs(int) - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getMaxObs(int) - Method in interface simkit.stat.IndexedSampleStatistics
-
- getMaxObs(int) - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getMaxObs(int) - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getMaxObs(Object) - Method in interface simkit.stat.ObjectIndexedStatistics
-
- getMaxObs(Object) - Method in class simkit.stat.ObjectMultiTallyStat
-
- getMaxObs(Object) - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getMaxObs() - Method in interface simkit.stat.SampleStatistics
-
Gets the maximum observed value so far.
- getMaxObs(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getMaxObs(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getMaxRange() - Method in class simkit.smd.BasicSensor
-
- getMaxRange() - Method in interface simkit.smd.Sensor
-
- getMaxRange() - Method in class simkit.smdx.CookieCutterSensor
-
Returns the radius of detection for this Sensor.
- getMaxRange() - Method in interface simkit.smdx.Sensor
-
The largest range that this Sensor is capable of making detections,
independent of the shape of the footprint.
- getMaxRate() - Method in class simkit.test.TestNHPoissonProcessThinned
-
- getMaxSpeed() - Method in class simkit.smd.BasicLinearMover
-
- getMaxSpeed() - Method in interface simkit.smd.Mover
-
- getMaxSpeed() - Method in class simkit.smdx.AcceleratedMover
-
Deprecated.
- getMaxSpeed() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getMaxSpeed() - Method in interface simkit.smdx.Mover
-
- getMaxSpeed() - Method in class simkit.smdx.UniformLinearMover
-
The speed that this Mover will never exceed.
- getMean() - Method in class simkit.random.BernoulliDistribution
-
- getMean() - Method in class simkit.random.BivariateNormalVector
-
- getMean(int) - Method in class simkit.random.BivariateNormalVector
-
- getMean() - Method in interface simkit.random.Distribution
-
- getMean() - Method in class simkit.random.Exponential_64Variate
-
- getMean() - Method in class simkit.random.ExponentialVariate
-
- getMean() - Method in class simkit.random.Normal02_64Variate
-
- getMean() - Method in class simkit.random.Normal02Variate
-
- getMean() - Method in class simkit.random.NormalVariate
-
- getMean() - Method in class simkit.random.NormalVariate_64
-
- getMean() - Method in class simkit.random.OscillatingExponential_64Variate
-
- getMean() - Method in class simkit.random.OscillatingExponentialVariate
-
- getMean() - Method in class simkit.random.PoissonVariate
-
- getMean() - Method in class simkit.random.RotatedBivariateNormalVector
-
- getMean(int) - Method in class simkit.random.RotatedBivariateNormalVector
-
- getMean(int) - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getMean(int) - Method in interface simkit.stat.IndexedSampleStatistics
-
- getMean() - Method in class simkit.stat.LinearSimpleStatsTimeVarying
-
- getMean(int) - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getMean(int) - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getMean(Object) - Method in interface simkit.stat.ObjectIndexedStatistics
-
- getMean(Object) - Method in class simkit.stat.ObjectMultiTallyStat
-
- getMean(Object) - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getMean() - Method in interface simkit.stat.SampleStatistics
-
Gets the current value of the mean.
- getMean() - Method in class simkit.stat.SavedStats
-
- getMean() - Method in class simkit.stat.SimpleStatsTally
-
Gets the current mean of the statistic
- getMean() - Method in class simkit.stat.SimpleStatsTimeVarying
-
- getMean(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getMean(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getMean() - Method in class simkit.test.TestNHPoissonProcess
-
- getMedian() - Method in class simkit.random.BernoulliDistribution
-
- getMedian() - Method in interface simkit.random.Distribution
-
- getMediator(Class<? extends Sensor>, Class<? extends Mover>) - Static method in class simkit.smdx.SensorTargetMediatorFactory
-
- getMediatorFor(Class<? extends T1>, Class<? extends T2>) - Method in interface simkit.smdx.MediatorFactory
-
- getMediatorFor(Class<? extends Sensor>, Class<? extends Moveable>) - Method in class simkit.smdx.SensorTargetMediatorFactory
-
Gets the Mediator for the given Sensor Class and Moveable Class.
- getMediators() - Method in class simkit.smd.SensorMoverReferee
-
- getMediators() - Method in interface simkit.smdx.MediatorFactory
-
- getMediators() - Method in class simkit.smdx.SensorTargetMediatorFactory
-
Returns a copy of the HashMap of Mediators that have been added to this
MediatorFactory.
- getMeditorFor(S1, S2) - Method in interface simkit.smdx.MediatorFactory
-
Gets the Mediator for the given Objects.
- getMeditorFor(Sensor, Moveable) - Method in class simkit.smdx.SensorTargetMediatorFactory
-
Gets the Mediator for the given Sensor and Moveable (target)
- getMembers(Class<? extends EnumBase>) - Static method in class simkit.util.EnumBase
-
Returns a Collection containing the enums of the given Class.
- getMessage() - Static method in class simkit.Version
-
- getMethodName() - Method in class simkit.SimEvent
-
It must start with "do"
- getMillisPerSimtime() - Method in class simkit.animate.PingThread
-
- getMinimum() - Method in class simkit.random.BernoulliDistribution
-
- getMinimum() - Method in class simkit.random.DiscreteUniformVariate
-
Returns the smallest value.
- getMinimum() - Method in interface simkit.random.Distribution
-
- getMinimum() - Method in class simkit.random.UniformVariate
-
- getMinObs() - Method in class simkit.stat.AbstractSimpleStats
-
- getMinObs(int) - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getMinObs(int) - Method in interface simkit.stat.IndexedSampleStatistics
-
- getMinObs(int) - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getMinObs(int) - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getMinObs(Object) - Method in interface simkit.stat.ObjectIndexedStatistics
-
- getMinObs(Object) - Method in class simkit.stat.ObjectMultiTallyStat
-
- getMinObs(Object) - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getMinObs() - Method in interface simkit.stat.SampleStatistics
-
Gets the minimum observed value so far.
- getMinObs(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getMinObs(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getMixingProbs() - Method in class simkit.random.MixedVariate
-
- getMixtureVariate() - Method in class simkit.random.GammaARVariate
-
- getMovementState() - Method in class simkit.smdx.AcceleratedMover
-
Deprecated.
- getMovementState() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getMovementState() - Method in interface simkit.smdx.Mover
-
- getMovementState() - Method in class simkit.smdx.UniformLinearMover
-
- getMover() - Method in class simkit.animate.MoverIcon
-
- getMover() - Method in class simkit.smd.BasicSensor
-
- getMover() - Method in class simkit.smd.PathMoverManager
-
- getMover() - Method in class simkit.smd.RandomMoverManager
-
- getMover() - Method in interface simkit.smd.Sensor
-
- getMover() - Method in class simkit.smdx.animate.MoverIcon
-
- getMover() - Method in class simkit.smdx.BasicWeapon
-
Deprecated.
- getMover() - Method in class simkit.smdx.CookieCutterSensor
-
The Mover on which this Sensor is located.
- getMover() - Method in class simkit.smdx.FormationMoverManager
-
The Mover this manager controls.
- getMover() - Method in interface simkit.smdx.MoverManager
-
- getMover() - Method in class simkit.smdx.PathMoverManager
-
The Mover controlled by this PathMoverManager
- getMover() - Method in class simkit.smdx.RandomLocationMoverManager
-
The Mover that this MoverManager manages.
- getMover() - Method in interface simkit.smdx.Sensor
-
Treat as a simulation parameter (should not change after simulation
start)
- getMover() - Method in interface simkit.smdx.Weapon
-
- getMoverFromObject(Object) - Method in class simkit.animate.Inspector
-
- getMoverFromObject(Object) - Method in class simkit.smdx.animate.Inspector
-
- getMovers() - Method in class simkit.smd.SensorMoverReferee
-
- getMovers() - Method in class simkit.smdx.test.AnimationTest
-
- getMu() - Method in class simkit.random.InverseGaussianVariate
-
- getMultiplier() - Method in class simkit.random.Antithetic
-
- getMultiplier() - Method in class simkit.random.Congruential
-
- getMultiplier() - Method in class simkit.random.MersenneTwister
-
- getMultiplier() - Method in class simkit.random.MersenneTwisterDC
-
- getMultiplier() - Method in class simkit.random.Mother
-
Returns the multiplier used to convert the random number to a U(0,1).
- getMultiplier() - Method in class simkit.random.MRG32k3a
-
- getMultiplier() - Method in class simkit.random.NSSrng
-
- getMultiplier() - Method in class simkit.random.PooledGenerator
-
Deprecated.
- getMultiplier() - Method in class simkit.random.PooledXORGenerator
-
The factor to multiply drawLong() by the get U(0,1).
- getMultiplier() - Method in interface simkit.random.RandomNumber
-
Returns the value for this RandomNumber needed to scale
a number produced by drawLong to result in U(0,1).
- getMultiplier() - Method in class simkit.random.RngStream
-
- getMultiplier() - Method in class simkit.random.Sequential
-
Returns the value to multiply a long
by to scale it to
between 0 and 1.
- getMultiplier() - Method in class simkit.random.Tausworthe
-
The number to multiply the seed by to scale it to a U(0,1)
- getMultiplier() - Method in class simkit.test.DummyGenerator
-
- getMy() - Method in class simkit.test.TestSimEntityFactory.TestSimEntity
-
- getMySensor() - Method in class simkit.test.TestOverload
-
- getN() - Method in class simkit.random.BinomialVariate
-
Returns the number of Bernoulli trials.
- getName() - Method in class simkit.BasicSimEntity
-
- getName() - Method in class simkit.Entity
-
- getName() - Method in interface simkit.Named
-
- getName() - Method in class simkit.random.BernoulliDistribution
-
- getName() - Method in class simkit.SimEvent
-
The event name is the method name with or without the "do"
- getName() - Method in class simkit.smdx.BattleDimension
-
- getName() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getName() - Method in class simkit.stat.AbstractSimpleStats
-
- getName() - Method in class simkit.stat.BooleanCounter
-
- getName() - Method in interface simkit.stat.SampleStatistics
-
- getName() - Method in class simkit.util.EnumBase
-
- getNames() - Method in class simkit.stat.MultiStat
-
- getNameSpace() - Method in class simkit.PropertyChangeNamespace
-
- getNextArg() - Method in class simkit.test.TestInterrupt
-
- getNextAvailableID() - Static method in class simkit.Schedule
-
Search event lists for an unused id.
- getNextBatchID() - Method in class simkit.stat.BatchMeansTallyStat
-
- getNextCustomer() - Method in class simkit.examples.IntegerArrivalListener
-
- getNextWayPoint() - Method in class simkit.smd.PathMoverManager
-
This is a derived state from waypoint and nextWayPointIter
- getNextWayPointIter() - Method in class simkit.smd.PathMoverManager
-
This is for purety and consistency since this is a state variable.
- getNoiseVariance() - Method in class simkit.random.AR1Variate
-
- getNormalParameters(double, double) - Static method in class simkit.random.LogNormalVariate
-
Convenience method to convert a given desired mean and standard deviation
into the corresponding Normal mean and standard deviation.
- getNumberArrivals() - Method in class simkit.examples.ArrivalProcess
-
Returns the current number of arrivals.
- getNumberArrivals() - Method in class simkit.examples.ArrivalProcess2
-
- getNumberArrivals() - Method in class simkit.examples.TransferLine
-
- getNumberAvailableServers() - Method in class simkit.examples.EntityServer
-
Returns the number of servers that are not busy.
- getNumberAvailableServers() - Method in class simkit.examples.ServerWithReneges
-
- getNumberAvailableServers() - Method in class simkit.examples.SimpleServer
-
- getNumberAvailableServers() - Method in class simkit.examples.SimpleServer2
-
- getNumberFalse() - Method in class simkit.stat.BooleanCounter
-
- getNumberFormat() - Method in class simkit.stat.PercentageInStateStat
-
- getNumberInQueue() - Method in class simkit.examples.EntityServer
-
Returns the number of Customers in the queue.
- getNumberInQueue() - Method in class simkit.examples.ServerWithReneges
-
- getNumberInQueue() - Method in class simkit.examples.SimpleServer
-
- getNumberInQueue() - Method in class simkit.examples.SimpleServer2
-
- getNumberInSystem() - Method in class simkit.examples.SimpleServer
-
- getNumberPerLine() - Method in class simkit.util.PropertyDataLogger
-
- getNumberReneges() - Method in class simkit.examples.ServerWithReneges
-
- getNumberReplications() - Method in class simkit.BasicAssembly
-
- getNumberRuns() - Method in class simkit.SimExec
-
- getNumberServed() - Method in class simkit.examples.ServerWithReneges
-
- getNumberServed() - Method in class simkit.examples.SimpleServer
-
- getNumberServed() - Method in class simkit.examples.SimpleServer2
-
- getNumberServed() - Method in class simkit.examples.TransferLine
-
- getNumberStopEvents() - Method in interface simkit.BasicEventList
-
- getNumberStopEvents() - Method in class simkit.EventList
-
- getNumberTrue() - Method in class simkit.stat.BooleanCounter
-
- getObject() - Method in class simkit.actions.JButtonListener
-
- getObjectWrapperClassFor(Class<?>) - Static method in class simkit.xml.Bean2XML
-
- getObservedStates() - Method in class simkit.stat.PercentageInStateStat
-
- getOne() - Method in class simkit.test.TestSimEntityFactory.TestSimEntity
-
- getOrigin() - Method in class simkit.animate.MoverIcon
-
- getOrigin() - Method in class simkit.animate.Sandbox
-
- getOrigin() - Method in class simkit.smdx.animate.MoverIcon
-
- getOrigin() - Method in class simkit.smdx.animate.Sandbox
-
- getOutputFile() - Method in class simkit.util.CSVPropertyDataLogger
-
- getOutputStream() - Method in interface simkit.BasicEventList
-
- getOutputStream() - Method in class simkit.EventList
-
- getOutputStream() - Static method in class simkit.Schedule
-
- getOwnerPriority() - Method in class simkit.SimEvent
-
- getP() - Method in class simkit.random.Geometric_64Variate
-
- getP() - Method in class simkit.random.GeometricVariate
-
- getP() - Method in class simkit.random.NegativeBinomialVariate
-
- getPanel() - Method in class simkit.animate.PingPainter
-
- getParameters() - Method in class simkit.random.AR1Variate
-
Returns the current value of the parameters as an array of Objects.
- getParameters() - Method in class simkit.random.BernoulliDistribution
-
Returns a single element array containing the value of the parameter probability of success.
- getParameters() - Method in class simkit.random.BernoulliVariate
-
Returns a single element array containing the probability of success
wrapped as an Object.
- getParameters() - Method in class simkit.random.BetaVariate
-
Returns an array containing the parameters alpha and beta as Objects.
- getParameters() - Method in class simkit.random.BinomialVariate
-
First element is n, wrapped in Integer
second is
probability, wrapped in Double
- getParameters() - Method in class simkit.random.BivariateNormalVector
-
- getParameters() - Method in class simkit.random.CompositionVariate
-
- getParameters() - Method in class simkit.random.ConstantVariate
-
Returns a 1 element array containing the constant value.
- getParameters() - Method in class simkit.random.ConvolutionVariate
-
Returns a single element Object array that contains a clone of the
RandomVariate array.
- getParameters() - Method in class simkit.random.DataVariate
-
- getParameters() - Method in class simkit.random.DiscreteIntegerVariate
-
- getParameters() - Method in class simkit.random.DiscreteUniformVariate
-
Returns an array containing the minimum and maximum as Intergers.
- getParameters() - Method in class simkit.random.DiscreteVariate
-
Returns the values and probabilities that define this RandomVariate.
- getParameters() - Method in interface simkit.random.Distribution
-
- getParameters() - Method in class simkit.random.Exponential_64Variate
-
Returns the mean of this exponential variate in a single element array.
- getParameters() - Method in class simkit.random.ExponentialTransform
-
Gets the parameters of the underlying RandomVariate.
- getParameters() - Method in class simkit.random.ExponentialVariate
-
Returns the mean of this exponential variate in a single element array.
- getParameters() - Method in class simkit.random.FrequencyRandomObjectVariate
-
- getParameters() - Method in class simkit.random.Gamma_64Variate
-
Returns a two element array containing the alpha and beta.
- getParameters() - Method in class simkit.random.GammaARVariate
-
- getParameters() - Method in class simkit.random.GammaVariate
-
Returns a two element array containing the alpha and beta.
- getParameters() - Method in class simkit.random.Geometric_64Variate
-
Returns a single element array containing p
.
- getParameters() - Method in class simkit.random.GeometricVariate
-
Returns a single element array containing p
.
- getParameters() - Method in class simkit.random.IntegerTraceVariate
-
- getParameters() - Method in class simkit.random.InverseGaussianVariate
-
Returns a two element array containing mu (the mean) and lambda (the
scale).
- getParameters() - Method in class simkit.random.Log_64Transform
-
Returns an array containing the parameters of the underlying RandomVariate.
- getParameters() - Method in class simkit.random.LogTransform
-
Returns an array containing the parameters of the underlying RandomVariate.
- getParameters() - Method in class simkit.random.MarkovChainVariate
-
- getParameters() - Method in class simkit.random.MixedVariate
-
Returns a two element array that contains the mixing DiscreteVariate
and a RandomVariate array containing the distributions to mix.
- getParameters() - Method in class simkit.random.NegativeBinomialVariate
-
- getParameters() - Method in class simkit.random.NHPoissonProcess_64Variate
-
Returns a 3 element array containing the Method for the inverse function,
the Object in which the inverse function exists, and the start time.
- getParameters() - Method in class simkit.random.NHPoissonProcessVariate
-
Returns a 3 element array containing the Method for the inverse function,
the Object in which the inverse function exists, and the start time.
- getParameters() - Method in class simkit.random.Normal02_64Variate
-
Returns a 2 element array with the mean and the standard deviation.
- getParameters() - Method in class simkit.random.Normal02Variate
-
Returns a 2 element array with the mean and the standard deviation.
- getParameters() - Method in class simkit.random.NormalVariate
-
Returns an array containing the mean and standard deviation.
- getParameters() - Method in class simkit.random.NormalVariate_64
-
Returns an array containing the mean and standard deviation.
- getParameters() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
Get the three parameters of this process: lambda (max rate, double),
rateInvoker (Object), and rateMethod (String)
- getParameters() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
Get the three parameters of this process: lambda (max rate, double),
rateInvoker (Object), and rateMethod (String)
- getParameters() - Method in class simkit.random.OscillatingExponential_64Variate
-
Returns a 4 element array containing the mean, amplitude, frequency, and
phase as Doubles.
- getParameters() - Method in class simkit.random.OscillatingExponentialVariate
-
Returns a 4 element array containing the mean, amplitude, frequency, and
phase as Doubles.
- getParameters() - Method in class simkit.random.PearsonTypeVVariate
-
Returns the alpha and beta parameters.
- getParameters() - Method in class simkit.random.PoissonVariate
-
Returns a single element array containing the mean as a Double.
- getParameters() - Method in interface simkit.random.RandomVariate
-
Returns the array of parameters as an Object[].
- getParameters() - Method in interface simkit.random.RandomVector
-
Returns an array containing the parameters of this RandomVector.
- getParameters() - Method in class simkit.random.RenewalProcessVariate
-
Returns a single element array containing the instance of the
interarrival time RandomVariate.
- getParameters() - Method in class simkit.random.ResampleVariate
-
Returns a single element array that contains a copy of the data array.
- getParameters() - Method in class simkit.random.RightWedgeVariate
-
- getParameters() - Method in class simkit.random.RotatedBivariateNormalVector
-
- getParameters() - Method in class simkit.random.ScaledVariate
-
Returns a 3 element array with the RandomVariate, scale and the shift as
Doubles.
- getParameters() - Method in class simkit.random.SequenceVariate
-
- getParameters() - Method in class simkit.random.TraceVariate
-
Returns a 1 or 2 element array containing the trace value array and the
default value (if not NaN).
- getParameters() - Method in class simkit.random.TriangleVariate
-
- getParameters() - Method in class simkit.random.TruncatedVariate
-
- getParameters() - Method in class simkit.random.TwoStateMarkovVariate
-
Returns a 2 element array with the parameters.
- getParameters() - Method in class simkit.random.UniformVariate
-
- getParameters() - Method in class simkit.random.Weibull_64Variate
-
Returns a 2 element array containing alpha and beta as Numbers.
- getParameters() - Method in class simkit.random.WeibullVariate
-
- getParameters(SimEntity) - Static method in class simkit.SimEntityFactory
-
- getParameters() - Method in class simkit.SimEvent
-
- getParametersAsString() - Method in class simkit.SimEvent
-
- getPassedEvent() - Method in class simkit.Adapter
-
- getPauseAfterEachEvent() - Static method in class simkit.Schedule
-
- getPendingEventCount() - Method in class simkit.EventList
-
- getPercentageFor(Object) - Method in class simkit.stat.PercentageInStateStat
-
- getPercentFalse() - Method in class simkit.stat.BooleanCounter
-
- getPercentTrue() - Method in class simkit.stat.BooleanCounter
-
- getPhase() - Method in class simkit.random.OscillatingExponential_64Variate
-
- getPhase() - Method in class simkit.random.OscillatingExponentialVariate
-
- getPoint(QuadCurve2D, double) - Static method in class simkit.smd.Math2D
-
- getPoint(CubicCurve2D, double) - Static method in class simkit.smd.Math2D
-
- getPoint() - Method in class simkit.smd.WayPoint
-
- getPoint(QuadCurve2D, double) - Static method in class simkit.smdx.Math2D
-
- getPoint(CubicCurve2D, double) - Static method in class simkit.smdx.Math2D
-
- getPoint() - Method in class simkit.smdx.WayPoint
-
- getPoissonVariate() - Method in class simkit.random.NegativeBinomialVariate
-
- getPriority() - Method in class simkit.BasicSimEntity
-
The scheduling priority for this entity.
- getPriority() - Method in class simkit.Priority
-
- getPriority() - Method in class simkit.SimEvent
-
- getPriority() - Method in interface simkit.SimEventScheduler
-
If two events occur at the same time with the same event priority,
the one with the highest entity priority will be processed first.
- getPriority() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getProbabilities() - Method in class simkit.random.DiscreteVariate
-
- getProbability() - Method in class simkit.random.BernoulliVariate
-
Returns the value of the probability.
- getProbability() - Method in class simkit.random.BinomialVariate
-
- getProbability() - Method in class simkit.test.TestTimeTruncatedTallyStat.Counter
-
- getProperties() - Method in class simkit.Entity
-
- getPropertiesString() - Method in class simkit.BasicSimEntity
-
- getProperty(String) - Method in class simkit.BasicSimEntity
-
Get the value of the given property.
- getProperty(String, Object) - Method in class simkit.BasicSimEntity
-
Get the value of the given property or return the supplied default.
- getProperty(String) - Method in class simkit.Entity
-
- getProperty(String) - Method in class simkit.PropertyChangeDispatcher
-
Get the value of the given property, First the class's properties are
tried, then the addedProperties.
- getProperty(String, Object) - Method in class simkit.PropertyChangeDispatcher
-
Get the value of the given property or return the given default.
- getProperty(String) - Method in interface simkit.PropertyChangeSource
-
Get the value of a property
- getProperty(String, Object) - Method in interface simkit.PropertyChangeSource
-
Get the value of a property if able; if not able return the
provided default value.
- getProperty(String) - Method in interface simkit.smdx.Displayable
-
Get the value of the property.
- getProperty(String) - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getProperty(String, Object) - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getPropertyChangeListeners() - Method in class simkit.BasicSimEntity
-
Gets an array of all registered PropertyChangeListeners.
- getPropertyChangeListeners() - Method in class simkit.PropertyChangeDispatcher
-
- getPropertyChangeListeners(String) - Method in class simkit.PropertyChangeDispatcher
-
- getPropertyChangeListeners() - Method in interface simkit.PropertyChangeSource
-
Get an Array containing all of the PropertyChangeListeners.
- getPropertyChangeListeners() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getPropertyName(String, int) - Static method in class simkit.PropertyChangeDispatcher
-
Changes set/get/is method name to corresponding property name by deleting
the first offset
characters and making the first character
of the result lower case.
- getPropertyName() - Method in class simkit.stat.PercentageInStateStat
-
- getPropertyName() - Method in class simkit.util.DOEDataLogger
-
- getPropertyName() - Method in class simkit.util.PropertyDataLogger
-
- getPropertyName() - Method in class simkit.util.TimeBetweenEvents
-
- getProportions() - Method in class simkit.stat.Histogram
-
Note that if any observations were less than the lower bound or greater
than the upper bound, then the proportions will not add up to 1.
- getQuantile(double) - Static method in class simkit.stat.NormalQuantile
-
Based on Beasley & Springer, "Algorithm AS 111: The Percentage Points
of the Normal Distribution," Journal of the Royal Statistical Society.
- getQuantile(double) - Method in class simkit.stat.QuantileTallyStat
-
Uses "R8" method for calculating quantile of data.
- getQuantile(double, int) - Static method in class simkit.stat.StudentT
-
Based on Hill, G.W., "Algorithm 396 Student T Quantiles,"
Communications of the ACM, Vol 13, No.
- getQuantile(double, double, double) - Static method in class simkit.test.TestNormalQuantile
-
- getQuantile2(double) - Static method in class simkit.stat.NormalQuantile
-
Based on Abramawitz & Stegun, Handbook of Mathematical
Functions, 26.2.23, p.
- getQuantile2(double, int) - Static method in class simkit.stat.StudentT
-
Based on Abramawitz & Stegun, Handbook of Mathematical
Functions, 26.7.5, p.
- getQueue() - Method in class simkit.examples.EntityServer
-
Returns a copy of the queue.
- getQueue() - Method in class simkit.examples.ServerWithReneges
-
- getR() - Method in class simkit.random.NegativeBinomialVariate
-
- getRandomNumber() - Method in class simkit.random.Antithetic
-
- getRandomNumber() - Method in class simkit.random.BinomialVariate
-
Gets the instance of RandomNumber that supports the underlying
BernoulliVariate.
- getRandomNumber() - Method in class simkit.random.BivariateNormalVector
-
- getRandomNumber() - Method in class simkit.random.ExponentialTransform
-
Returns the instance of the supporting RandomNumber of the underlying
RandomVariate.
- getRandomNumber() - Method in class simkit.random.FrequencyRandomObjectVariate
-
- getRandomNumber() - Method in class simkit.random.Geometric_64Variate
-
Returns the instance of the supporting RandomNumber.
- getRandomNumber() - Method in class simkit.random.GeometricVariate
-
Returns the instance of the supporting RandomNumber.
- getRandomNumber() - Method in class simkit.random.Log_64Transform
-
Returns the instance of RandomNumber that supports the underlying
RandomVariate.
- getRandomNumber() - Method in class simkit.random.LogTransform
-
Returns the instance of RandomNumber that supports the underlying
RandomVariate.
- getRandomNumber() - Method in class simkit.random.NHPoissonProcess_64Variate
-
Gets the instance of the underlying RandomNumber.
- getRandomNumber() - Method in class simkit.random.NHPoissonProcessVariate
-
Gets the instance of the underlying RandomNumber.
- getRandomNumber() - Method in class simkit.random.Normal02_64Variate
-
Returns the instance of the supporting RandomNumber.
- getRandomNumber() - Method in class simkit.random.Normal02Variate
-
Returns the instance of the supporting RandomNumber.
- getRandomNumber() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
- getRandomNumber() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
- getRandomNumber() - Method in class simkit.random.OscillatingExponential_64Variate
-
Returns the instance of the underlying RandomNumber.
- getRandomNumber() - Method in class simkit.random.OscillatingExponentialVariate
-
Returns the instance of the underlying RandomNumber.
- getRandomNumber() - Method in class simkit.random.PearsonTypeVVariate
-
- getRandomNumber() - Method in interface simkit.random.RandomVariate
-
Returns the instance of the supporting RandomNumber
- getRandomNumber() - Method in class simkit.random.RandomVariateBase
-
Returns the instance of the supporting RandomVariate.
- getRandomNumber() - Method in interface simkit.random.RandomVector
-
Gets the instance of the supporting RandomNumber.
- getRandomNumber() - Method in class simkit.random.RenewalProcessVariate
-
Returns the instance of the supporting RandomNumber.
- getRandomNumber() - Method in class simkit.random.RotatedBivariateNormalVector
-
- getRandomNumber() - Method in class simkit.random.ScaledVariate
-
Returns the instance of the supporting RandomNumber.
- getRandomNumber() - Method in class simkit.random.SequenceVariate
-
- getRandomNumberClasses() - Method in class simkit.util.ClassFinder
-
- getRandomVariate() - Method in class simkit.random.ExponentialTransform
-
- getRandomVariate() - Method in class simkit.random.Log_64Transform
-
- getRandomVariate() - Method in class simkit.random.LogTransform
-
- getRandomVariate() - Method in class simkit.random.RandomPointGenerator
-
- getRandomVariate() - Method in class simkit.random.ScaledVariate
-
- getRandomVariate() - Method in class simkit.random.TruncatedVariate
-
- getRandomVariateClasses() - Method in class simkit.util.ClassFinder
-
- getRandomVariates() - Method in class simkit.random.ConvolutionVariate
-
Gets a clone of the array of RandomVariates.
- getRateInvoker() - Method in class simkit.random.NHPoissonProcess_64Variate
-
- getRateInvoker() - Method in class simkit.random.NHPoissonProcessVariate
-
- getRateInvoker() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
Get the second parameter - the object containing the method which computes
the rate function.
- getRateInvoker() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
Get the second parameter - the object containing the method which computes
the rate function.
- getRateMethod() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
Get the method that computes the rate function within rateInvoker
- getRateMethod() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
Get the method that computes the rate function within rateInvoker
- getRates() - Method in class simkit.random.CyclicalStepwiseIntegratedRate
-
These values are the successive stepwise rates that apply throughout
a time interval.
- getRawData() - Method in class simkit.stat.QuantileTallyStat
-
- getRemainingRounds() - Method in class simkit.smdx.BasicWeapon
-
Deprecated.
- getRemainingRounds() - Method in interface simkit.smdx.Weapon
-
- getRenegeTimeGenerator() - Method in class simkit.examples.ServerWithReneges
-
- getReplicationData() - Method in class simkit.BasicAssembly
-
- getReplicationReport(int) - Method in class simkit.BasicAssembly
-
This can be done generically.
- getReplicationStat(String, int) - Method in class simkit.BasicAssembly
-
- getReplicationStats(int) - Method in class simkit.BasicAssembly
-
- getRerun() - Method in interface simkit.BasicEventList
-
For debugging purposes - gets a copy of the current reRun list.
- getRerun() - Method in class simkit.EventList
-
- getReruns() - Static method in class simkit.Schedule
-
Returns a copy of the list of SimEntities with Run events.
- getResetLocation() - Method in class simkit.smdx.UniformLinearMover
-
- getResetters() - Method in class simkit.util.Resetter
-
Shallow copy of keyset for resetters Map.
- getResettersAsArray() - Method in class simkit.util.Resetter
-
- getRho() - Method in class simkit.random.GammaARVariate
-
- getRight() - Method in class simkit.random.RightWedgeVariate
-
- getRight() - Method in class simkit.random.TriangleVariate
-
- getRngStream(String, int, int) - Static method in class simkit.random.RandomNumberFactory
-
- getRv() - Method in class simkit.test.TestOscillate
-
- getSamplingType() - Method in class simkit.stat.LinearSimpleStatsTimeVarying
-
- getSamplingType() - Method in interface simkit.stat.SampleStatistics
-
Returns the SamplingType for this SampleStatistics.
- getSamplingType() - Method in class simkit.stat.SavedStats
-
- getSamplingType() - Method in class simkit.stat.SimpleStatsTally
-
Returns the SamplingType which is always TALLY
.
- getSamplingType() - Method in class simkit.stat.SimpleStatsTimeVarying
-
- getSandbox() - Method in class simkit.animate.SandboxFrame
-
- getSandbox() - Method in class simkit.smdx.animate.AnimationFrame
-
- getSandbox() - Method in class simkit.smdx.animate.SandboxFrame
-
- getSandbox() - Method in class simkit.smdx.test.AnimationTest
-
- getScale() - Method in class simkit.animate.MoverIcon
-
- getScale() - Method in class simkit.random.ScaledVariate
-
- getScale() - Method in class simkit.smdx.animate.MoverIcon
-
- getScaledProportions() - Method in class simkit.stat.Histogram
-
- getScheduledEvent(String) - Method in class simkit.util.UnitTestEventList
-
Gets the SimEvent of the given name that would occur first in the
current event list's state.
- getScheduledEvent(String, Object[]) - Method in class simkit.util.UnitTestEventList
-
Gets the SimEvent of the given name and parameter list that would occur
first in the current event list's state.
- getScheduledEvents(String) - Method in class simkit.util.UnitTestEventList
-
Returns all scheduled events of the given name in increasing scheduled
order.
- getScheduledEvents() - Method in class simkit.util.UnitTestEventList
-
- getScheduledEvents(String, Object[]) - Method in class simkit.util.UnitTestEventList
-
Returns all scheduled events of the given name and parameter list in
increasing scheduled order.
- getScheduledTime() - Method in class simkit.SimEvent
-
- getScreenLocation() - Method in class simkit.animate.MoverIcon
-
- getScreenLocation() - Method in class simkit.smdx.animate.MoverIcon
-
- getSEARCH_PACKAGES() - Static method in class simkit.random.RandomVariateFactory
-
- getSearchList() - Static method in class simkit.actions.ActionIntrospector
-
- getSearchPackages() - Static method in class simkit.random.RandomNumberFactory
-
Returns an array containing the names of the packages in the current
search path.
- getSearchPackages() - Static method in class simkit.random.RandomVectorFactory
-
- getSecond() - Method in interface simkit.random.Pooled
-
- getSecond() - Method in class simkit.random.PooledGeneratorBase
-
Returns the instance of the second RandomNumber.
- getSecondEvent() - Method in class simkit.util.TimeBetweenEvents
-
- getSeed() - Method in class simkit.random.Antithetic
-
Gets the current value of the seed of the supporting RandomNumber.
- getSeed() - Method in class simkit.random.Congruential
-
Returns the current seed.
- getSeed() - Method in class simkit.random.MersenneTwister
-
This does not work properly and should not be relied on.
- getSeed() - Method in class simkit.random.MersenneTwisterDC
-
- getSeed() - Method in class simkit.random.Mother
-
Returns the current seed.
- getSeed() - Method in class simkit.random.MRG32k3a
-
- getSeed() - Method in class simkit.random.NSSrng
-
Returns the current value of the current seed.
- getSeed() - Method in class simkit.random.PooledGenerator
-
Deprecated.
Only the LCG seed is returned - use getSeeds()
to get both.
- getSeed() - Method in class simkit.random.PooledGeneratorBase
-
Do not use, get the seeds from the first or second RandomNumber.
- getSeed() - Method in interface simkit.random.RandomNumber
-
Returns the current (not original) seed for this RandomNumber.
- getSeed() - Method in class simkit.random.RngStream
-
- getSeed() - Method in class simkit.random.Sequential
-
Returns the current seed.
- getSeed() - Method in class simkit.random.Tausworthe
-
Returns the current value of the seed.
- getSeed() - Method in class simkit.test.DummyGenerator
-
- getSeeds() - Method in class simkit.random.Antithetic
-
- getSeeds() - Method in class simkit.random.Congruential
-
Returns a one element array containing the current seed.
- getSeeds() - Method in class simkit.random.MersenneTwister
-
- getSeeds() - Method in class simkit.random.MersenneTwisterDC
-
- getSeeds() - Method in class simkit.random.Mother
-
Returns an array containing the 5 seeds of the generator.
- getSeeds() - Method in class simkit.random.MRG32k3a
-
- getSeeds() - Method in class simkit.random.NSSrng
-
- getSeeds() - Method in class simkit.random.PooledGenerator
-
Deprecated.
- getSeeds() - Method in class simkit.random.PooledGeneratorBase
-
Do not use, get the seeds from the first or second RandomNumber.
- getSeeds() - Method in interface simkit.random.RandomNumber
-
Gets the current (not original) value of the seeds for this RandomNumber.
- getSeeds() - Method in class simkit.random.RngStream
-
- getSeeds() - Method in class simkit.random.Sequential
-
Gets the value of the current seed.
- getSeeds() - Method in class simkit.random.Tausworthe
-
Returns a single element array containing the current value of the seed.
- getSeeds() - Method in class simkit.test.DummyGenerator
-
- getSegments(Shape, AffineTransform) - Static method in class simkit.smd.Math2D
-
Takes the given Shape and breaks it up into the individual segments that
make up the Shape.
- getSegments(Shape, AffineTransform) - Static method in class simkit.smdx.Math2D
-
Takes the given Shape and breaks it up into the individual segments that
make up the Shape.
- getSegments(Ellipse2D) - Static method in class simkit.test.TestJava2D
-
- getSegments(Ellipse2D) - Static method in class simkit.test.TestJava2D_Area
-
- getSegments(Ellipse2D) - Static method in class simkit.test.TestTransformUtilities
-
- getSensor() - Method in class simkit.animate.SensorIcon
-
- getSensor() - Method in class simkit.smdx.animate.SensorIcon
-
- getSensors() - Method in class simkit.smd.SensorMoverReferee
-
- getSensors() - Method in class simkit.smdx.SensorTargetReferee
-
- getSentEvent() - Method in class simkit.Bridge
-
- getSerial() - Method in class simkit.BasicSimEntity
-
- getSerial() - Method in class simkit.SimEvent
-
- getSerial() - Method in interface simkit.SimEventScheduler
-
- getSerial() - Method in interface simkit.smdx.Displayable
-
- getSerial() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getSerial() - Method in class simkit.util.EnumBase
-
- getServiceTimeGenerator() - Method in class simkit.examples.EntityServer
-
Returns the RandomVariate used to generate the service times.
- getServiceTimeGenerator() - Method in class simkit.examples.ServerWithReneges
-
- getServiceTimeGenerator() - Method in class simkit.examples.SimpleServer
-
- getServiceTimeGenerator() - Method in class simkit.examples.SimpleServer2
-
- getShape() - Method in class simkit.actions.visual.ShapeIcon
-
- getShift() - Method in class simkit.random.ScaledVariate
-
- getShoe() - Method in class simkit.test.TestSimEntityFactory.TestSimEntity
-
- getShortestQueue() - Method in class simkit.examples.ShortestQueueDispatcher
-
Return the index of the SimpleServer with the shortest queue.
- getSide() - Method in class simkit.smdx.Side
-
Gets the name of this Side.
- getSide() - Method in interface simkit.smdx.Sided
-
- getSide() - Method in class simkit.smdx.SidedContact
-
- getSideFor(String) - Static method in class simkit.smdx.Side
-
Find the Side with the given name.
- getSignature() - Method in class simkit.SimEvent
-
The signature for the method associated with this event.
- getSignatureAsString() - Method in class simkit.SimEvent
-
- getSignatureFromArguments(Object[]) - Static method in class simkit.util.Misc
-
Given an Object[]
array, returns the corresponding
Class[]
array.
- getSignatureString(Method) - Static method in class simkit.SimEntityBase
-
Get the signature of the given Method as a String.
- getSignatureString(Method) - Static method in class simkit.SimEntityBaseProtected
-
Gets the signature of the Method as a String, primative arguments are
displayed with the primative name (e.g, int)
- getSimEntities() - Method in class simkit.BasicAssembly
-
These are the actual SimEnties in the array, but the array itself is
a copy.
- getSimEventListeners() - Method in class simkit.BasicSimEventSource
-
Returns a copy of the currently registered SimEventListeners.
- getSimEventListeners() - Method in interface simkit.SimEventSource
-
Get an array containing all registered listeners.
- getSimEventListeners() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- getSimEventListenersAsList(SimEventSource) - Static method in class simkit.SimkitTestingHelper
-
- getSimRunner(Element) - Static method in class simkit.xml.SimRunner
-
Creates a SimRunner from the information contained in the given root
Element.
- getSimTime() - Method in interface simkit.BasicEventList
-
- getSimTime() - Method in class simkit.EventList
-
- getSimTime() - Static method in class simkit.Schedule
-
For default event list
- getSimTimeStr() - Static method in class simkit.Schedule
-
For default event list
- getSmallHeight() - Method in class simkit.random.RightWedgeVariate
-
- getSource() - Method in class simkit.SimEvent
-
The SimEventScheduler that will process this SimEvent.
- getSource() - Method in class simkit.SimEventRedispatcher
-
- getSpeed() - Method in class simkit.smd.WayPoint
-
- getSpeed() - Method in class simkit.smdx.WayPoint
-
- getSpeedGenerator() - Method in class simkit.smdx.RandomLocationMoverManager
-
- getStandardDeviation() - Method in class simkit.random.BernoulliDistribution
-
- getStandardDeviation() - Method in class simkit.random.BivariateNormalVector
-
- getStandardDeviation(int) - Method in class simkit.random.BivariateNormalVector
-
- getStandardDeviation() - Method in interface simkit.random.Distribution
-
- getStandardDeviation() - Method in class simkit.random.Normal02_64Variate
-
- getStandardDeviation() - Method in class simkit.random.Normal02Variate
-
- getStandardDeviation() - Method in class simkit.random.NormalVariate
-
- getStandardDeviation() - Method in class simkit.random.NormalVariate_64
-
- getStandardDeviation() - Method in class simkit.random.RotatedBivariateNormalVector
-
- getStandardDeviation(int) - Method in class simkit.random.RotatedBivariateNormalVector
-
- getStandardDeviation(int) - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getStandardDeviation(int) - Method in interface simkit.stat.IndexedSampleStatistics
-
- getStandardDeviation(int) - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getStandardDeviation(int) - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getStandardDeviation(Object) - Method in interface simkit.stat.ObjectIndexedStatistics
-
- getStandardDeviation(Object) - Method in class simkit.stat.ObjectMultiTallyStat
-
- getStandardDeviation(Object) - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getStandardDeviation() - Method in interface simkit.stat.SampleStatistics
-
Gets the current value of the standard deviation.
- getStandardDeviation() - Method in class simkit.stat.SavedStats
-
- getStandardDeviation() - Method in class simkit.stat.SimpleStatsTally
-
Gets the current standard deviation of the statistic
- getStandardDeviation() - Method in class simkit.stat.SimpleStatsTimeVarying
-
- getStandardDeviation(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getStandardDeviation(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getStandardNormalsGenerator() - Method in class simkit.random.BivariateNormalVector
-
- getStartMoveTime() - Method in class simkit.smd.BasicLinearMover
-
- getStartTime() - Method in class simkit.random.NHPoissonProcess_64Variate
-
- getStartTime() - Method in class simkit.random.NHPoissonProcessVariate
-
- getStartTime() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
Get the starting time for the process.
- getStartTime() - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
Get the starting time for the process.
- getStartTime() - Method in class simkit.stat.SimpleStatsTimeVarying
-
- getStartVerboseTime() - Method in class simkit.VerboseInterval
-
- getState() - Method in class simkit.random.RngStream
-
- getState(String) - Static method in class simkit.smdx.MovementState
-
- getState() - Method in class simkit.test.SimEntityWithExtraData
-
- getStateNameLength() - Method in class simkit.stat.PercentageInStateStat
-
- getStateStats() - Method in class simkit.stat.PercentageInStateStat
-
- getStatsAtTruncation() - Method in class simkit.stat.TimeTruncatedTallyStat
-
- getStatsFor(Object) - Method in class simkit.stat.TallyStatsBySource
-
- getStatus() - Method in class simkit.actions.MyFrame
-
- getStatusArea() - Method in class simkit.actions.MyFrame
-
- getSteadyState(double[][]) - Static method in class simkit.random.MarkovChainVariate
-
This uses the power approach to finding the steady-state distribution.
- getStep() - Method in class simkit.test.TestPostRep
-
- getStopEventName() - Method in interface simkit.BasicEventList
-
- getStopEventName() - Method in class simkit.EventList
-
- getStopTime() - Method in class simkit.BasicAssembly
-
- getStopTime() - Method in interface simkit.BasicEventList
-
- getStopTime() - Method in class simkit.EventList
-
- getStopTime() - Method in class simkit.SimExec
-
- getStreamID() - Method in interface simkit.random.RandomNumberStream
-
- getStreamID() - Method in class simkit.random.RngStream
-
- getSubstreamID() - Method in interface simkit.random.RandomNumberStream
-
- getSubstreamID() - Method in class simkit.random.RngStream
-
- getSubSubVersionNumber() - Static method in class simkit.Version
-
- getSubVersionNumber() - Static method in class simkit.Version
-
- getSummaryReport() - Method in class simkit.BasicAssembly
-
This can be done generically.
- getSymbol() - Method in class simkit.smdx.BattleDimension
-
- getTallyStats(String) - Method in class simkit.stat.MultiStat
-
Returns a copy of the SimpleStatsTally for the given property name.
- getTargets() - Method in class simkit.smd.MunitionTargetReferee
-
- getTargets() - Method in class simkit.smdx.MunitionTargetReferee
-
- getTargets() - Method in class simkit.smdx.SensorTargetReferee
-
- getTemporaryDataFiles() - Method in class simkit.util.CSVPropertyDataLogger
-
- getters - Variable in class simkit.PropertyChangeDispatcher
-
Local reference to getters for the class of this instance.
- getTheRandomVariates() - Method in class simkit.random.CompositionVariate
-
- getTimes() - Method in class simkit.random.CyclicalStepwiseIntegratedRate
-
The time epochs that
- getTimes() - Method in class simkit.util.TimeBetweenEvents
-
- getTimeStamp() - Method in class simkit.Entity
-
- getTimeToDetect() - Method in class simkit.smd.ConstantTimeSensor
-
- getTimeToFoo() - Method in class simkit.test.TestWaitDelayRandomVariate
-
- getTimeVaryingStats(String) - Method in class simkit.stat.MultiStat
-
Returns a copy of the SimpleStatsTimeVarying for the given property name.
- getToString(Object) - Static method in class simkit.util.DefaultToStringer
-
Returns all of the known properties of the given Object.
- getTotal() - Method in class simkit.stat.Histogram
-
- getTotalNumberServers() - Method in class simkit.examples.EntityServer
-
Returns the total number of servers.
- getTotalNumberServers() - Method in class simkit.examples.ServerWithReneges
-
- getTotalNumberServers() - Method in class simkit.examples.SimpleServer
-
- getTotalNumberServers() - Method in class simkit.examples.SimpleServer2
-
Returns the total number of servers.
- getTraceValues() - Method in class simkit.random.IntegerTraceVariate
-
- getTraceValues() - Method in class simkit.random.TraceVariate
-
- getTransform() - Method in class simkit.actions.visual.ShapeIcon
-
- getTransform(Point2D, Point2D) - Static method in class simkit.smd.Math2D
-
- getTransform(Point2D, Point2D) - Static method in class simkit.smdx.Math2D
-
- getTransientStats() - Method in class simkit.stat.BatchMeansTallyStat
-
- getTransitionMatrix() - Method in class simkit.random.MarkovChainVariate
-
- getTransitionProb() - Method in class simkit.random.TwoStateMarkovVariate
-
Returns a 2 element array containing the transition probabilities.
- getTrueOverFalse() - Method in class simkit.stat.BooleanCounter
-
- getTruncationPoint() - Method in class simkit.random.TruncatedVariate
-
- getTruncationPoint() - Method in class simkit.stat.BatchMeansTallyStat
-
- getTruncationPoint() - Method in class simkit.stat.TruncatingCollectionSizeTimeVarying
-
- getTruncationPoint() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getTruncationPoint() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getTruncationPoint() - Method in class simkit.stat.TruncatingSimpleStatsTally
-
- getTruncationPoint() - Method in class simkit.stat.TruncatingSimpleStatsTimeVarying
-
- getTruncationTime() - Method in class simkit.stat.TimeTruncatedTallyStat
-
- getTwo() - Method in class simkit.test.TestSimEntityFactory.TestSimEntity
-
- getUnconfiguredInstance(String) - Static method in class simkit.random.RandomVariateFactory
-
- getUniform() - Method in class simkit.random.RNG
-
- getValue() - Method in class simkit.random.ConstantVariate
-
- getValue() - Method in class simkit.test.TestTimeTruncatedTallyStat.Counter
-
- getValue() - Method in class simkit.test.TestTruncatingSimpleStatsTimeVarying
-
- getValues() - Method in class simkit.random.DiscreteIntegerVariate
-
- getValues() - Method in class simkit.random.DiscreteVariate
-
- getValues() - Method in class simkit.random.FrequencyRandomObjectVariate
-
- getValues() - Method in class simkit.stat.Histogram
-
- getVariance() - Method in class simkit.random.BernoulliDistribution
-
- getVariance() - Method in interface simkit.random.Distribution
-
- getVariance() - Method in class simkit.random.NormalVariate
-
- getVariance() - Method in class simkit.random.NormalVariate_64
-
- getVariance(int) - Method in class simkit.stat.BivariateSimpleStatsTally
-
- getVariance(int) - Method in interface simkit.stat.IndexedSampleStatistics
-
- getVariance() - Method in class simkit.stat.LinearSimpleStatsTimeVarying
-
- getVariance(int) - Method in class simkit.stat.MultipleSimpleStatsTally
-
- getVariance(int) - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
-
- getVariance(Object) - Method in interface simkit.stat.ObjectIndexedStatistics
-
- getVariance(Object) - Method in class simkit.stat.ObjectMultiTallyStat
-
- getVariance(Object) - Method in class simkit.stat.ObjectMultiTimeVaryingStat
-
- getVariance() - Method in interface simkit.stat.SampleStatistics
-
Gets the current value of the variance.
- getVariance() - Method in class simkit.stat.SavedStats
-
- getVariance() - Method in class simkit.stat.SimpleStatsTally
-
Gets the current variance of the statistic
- getVariance() - Method in class simkit.stat.SimpleStatsTimeVarying
-
- getVariance(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
-
- getVariance(int) - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
-
- getVcrController() - Method in class simkit.animate.PingPanel
-
- getVelocity() - Method in class simkit.smd.BasicLinearMover
-
- getVelocity() - Method in class simkit.smd.BasicSensor
-
- getVelocity() - Method in interface simkit.smd.Mover
-
- getVelocity() - Method in interface simkit.smd.Sensor
-
Typically delegated to Mover instance
- getVelocity() - Method in class simkit.smdx.AcceleratedMover
-
Deprecated.
- getVelocity() - Method in class simkit.smdx.BasicWeapon
-
Deprecated.
- getVelocity() - Method in class simkit.smdx.CookieCutterSensor
-
Returns the velocity of this Sensor.
- getVelocity() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
The current velocity of the point.
- getVelocity() - Method in interface simkit.smdx.Moveable
-
- getVelocity() - Method in class simkit.smdx.SensorContact
-
Returns the velocity vector for the underlying Moveable.
- getVelocity() - Method in class simkit.smdx.SimpleContact
-
Returns the velocity vector of the underlying Moveable.
- getVelocity() - Method in class simkit.smdx.UniformLinearMover
-
The current velocity of this Mover
- getVersion() - Static method in class simkit.Version
-
- getVersionNumber() - Static method in class simkit.Version
-
- getWaitState() - Method in class simkit.SimEvent
-
An event is either WAITING or INTERRUPTED.
- getWaitStateStr() - Method in class simkit.SimEvent
-
If the state is WAITING, returns an empty String, otherwise returns the
name of the waitState.
- getWaypoint() - Method in class simkit.smd.PathMoverManager
-
- getWayPoint() - Method in class simkit.smd.WayPoint
-
- getWayPoint() - Method in class simkit.smdx.WayPoint
-
- getWayPoints() - Method in class simkit.smdx.PathMoverManager
-
Creates a shallow copy of the current path
- getZero() - Static method in class simkit.smd.Math2D
-
- getZero() - Static method in class simkit.smdx.Math2D
-
- ggap - Variable in class simkit.random.MersenneTwisterFactory
-
difference between machine wordsize and dest wordsize *
- glower_mask - Variable in class simkit.random.MersenneTwisterFactory
-
least significant RRR bits *
- gmax_b - Variable in class simkit.random.MersenneTwisterFactory
-
- gmax_c - Variable in class simkit.random.MersenneTwisterFactory
-
- go() - Method in class simkit.test.TestSimEntityBaseA
-
- greal_mask - Variable in class simkit.random.MersenneTwisterFactory
-
upper WWW bitmask *
- GREEN - Static variable in class simkit.smdx.Side
-
Green
- GROUND - Static variable in class simkit.smdx.BattleDimension
-
- gupper_mask - Variable in class simkit.random.MersenneTwisterFactory
-
most significant (WWW - RRR) bits *