- hakidasi(int, MersenneTwisterFactory.Vector[]) - Method in class simkit.random.MersenneTwisterFactory
-
sweeps out k-th row with 0th ...
- HALF_PI - Static variable in class simkit.stat.StudentT
-
π/2
- handleSimEvent(SimEvent) - Method in class simkit.Adapter
-
Does nothing, since instances of Adapter will never schedule their own
events.
- handleSimEvent(SimEvent) - Method in class simkit.animate.PingPainter
-
- handleSimEvent(SimEvent) - Method in class simkit.BasicAssembly
-
Empty, implemented here so subclasses don't have to implement
(abstract method of BasicSimEntity)
- handleSimEvent(SimEvent) - Method in class simkit.BasicSimEntity
-
- handleSimEvent(SimEvent) - Method in class simkit.Bridge
-
Does nothing.
- handleSimEvent(SimEvent) - Method in class simkit.EventCounter
-
Does nothing, since this will never schedule any events
- handleSimEvent(SimEvent) - Method in class simkit.examples.ArrivalProcess2
-
Handles either a Run or an Arrival event.
- handleSimEvent(SimEvent) - Method in class simkit.examples.SimpleServer2
-
Handles the Run, Arrival, StartService, and EndService events by calling
the corresponding event ("do") method.
- handleSimEvent(SimEvent) - Method in class simkit.nss.NativeBasicSimEntity
-
This method is called from Schedule and will only
be passed SimEvents it had originally scheduled.
- handleSimEvent(SimEvent) - Method in class simkit.random.NHPoissonProcess_64Variate
-
- handleSimEvent(SimEvent) - Method in class simkit.random.NHPoissonProcessVariate
-
- handleSimEvent(SimEvent) - Method in class simkit.random.NPPoissonProcessThinned_64Variate
-
- handleSimEvent(SimEvent) - Method in class simkit.random.NPPoissonProcessThinnedVariate
-
- handleSimEvent(SimEvent) - Method in class simkit.SimEntityBase
-
Process the given SimEvent.
- handleSimEvent(SimEvent) - Method in class simkit.SimEntityBaseA
-
- handleSimEvent(SimEvent) - Method in class simkit.SimEntityBaseProtected
-
Process the given SimEvent.
- handleSimEvent(SimEvent) - Method in class simkit.SimEventFilter
-
Does nothing, since no events will be scheduled
- handleSimEvent(SimEvent) - Method in class simkit.SimEventRedispatcher
-
Does nothing, since this only responds to events that are heard.
- handleSimEvent(SimEvent) - Method in interface simkit.SimEventScheduler
-
Typically an Event is handled (as opposed to processed, as in SimEventListener)
by actually executing a method.
- handleSimEvent(SimEvent) - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
-
- handleSimEvent(SimEvent) - Method in class simkit.util.CollectionSizeListener
-
Does nothing, since no SimEvents are scheduled by this class
- handleSimEvent(SimEvent) - Method in class simkit.util.IndexedCollectionSizeListener
-
Does nothing, since no SimEvents are scheduled by this class
- handleSimEvent(SimEvent) - Method in class simkit.util.Resetter
-
Does nothing
- handleSimEvent(SimEvent) - Method in class simkit.util.TimeBetweenEvent
-
Empty - doesn't schedule any methods
- handleSimEvent(SimEvent) - Method in class simkit.util.TimeBetweenEvents
-
Does nothing.
- handleSimEvent(SimEvent) - Method in class simkit.util.WarmupListener
-
- hashCode() - Method in class simkit.util.EnumBase
-
Returns the hash code of the name of this enum.
- hashEventMap - Variable in class simkit.EventList
-
A Map from a SimEvent.getEventHash() (an Integer) to a SortedSet of
pending events.
- header - Variable in class simkit.util.DOEDataLogger
-
- HEADER - Static variable in class simkit.util.MultiCSVPropertyDataLogger
-
- heardEvent - Variable in class simkit.Adapter
-
Will only respond to events of this name
- heardEvent - Variable in class simkit.Bridge
-
The name of the SimEvent that this Bridge listens for.
- HIGH - Static variable in class simkit.Priority
-
- HIGHER - Static variable in class simkit.Priority
-
- HIGHEST - Static variable in class simkit.Priority
-
- Histogram - Class in simkit.stat
-
A class that collects statistics that can be used to produce a histogram.
- Histogram(String, int) - Constructor for class simkit.stat.Histogram
-
Creates a new Histogram with a lower bound of 0 and a bin width of 1.
- Histogram(String, double, double, int) - Constructor for class simkit.stat.Histogram
-
Creates a new Histogram.
- hit(Damage) - Method in class simkit.smdx.SimpleTarget
-
Does nothing.
- hit(Damage) - Method in interface simkit.smdx.Target
-
Causes this Target to be damaged.
- HitPointDamage - Class in simkit.smd
-
This Damage type holds a Number to indicate the amount of damage to the
Target from a hit.
- HitPointDamage() - Constructor for class simkit.smd.HitPointDamage
-
Constructs a new HitPointDamage with the damage Object set to null.
- HitPointDamage(Number) - Constructor for class simkit.smd.HitPointDamage
-
Constructs a new HitPointDamage with the given damage Object.
- HitPointDamage - Class in simkit.smdx
-
This Damage type holds a Number to indicate the amount of damage to the
Target from a hit.
- HitPointDamage() - Constructor for class simkit.smdx.HitPointDamage
-
Constructs a new HitPointDamage with the damage Object set to null.
- HitPointDamage(Object) - Constructor for class simkit.smdx.HitPointDamage
-
Constructs a new HitPointDamage with the given damage Object.
- hookupDesignPointListeners() - Method in class simkit.BasicAssembly
-
Set up all outer stats propertyChangeListeners.
- hookupPropertyChangeListeners() - Method in class simkit.BasicAssembly
-
Optional method.
- hookupPropertyChangeListeners() - Method in class simkit.test.ArrivalProcessAssembly
-
Have the SimplePropertyDumper listen to the ArrivalProcess.
- hookupReplicationListeners() - Method in class simkit.BasicAssembly
-
Template method for hooking up listening in replications.
- hookupReplicationListeners() - Method in class simkit.test.ArrivalProcessAssembly
-
Hookup the stats object - this doesn't mean much, but illustrates how.
- hookupReplicationListeners() - Method in class simkit.test.SimpleServerAssembly
-
Hook up the replication stats objects - these will be computing means for
each run, and those means will be the inputs to the designPoint stats
objects.
- hookupReplicationListeners() - Method in class simkit.test.TandemQueueAssembly
-
The three workstations are listened to, not the ArrivalProcess.
- hookupsCalled - Variable in class simkit.BasicAssembly
-
- hookupSimEventListeners() - Method in class simkit.BasicAssembly
-
Template method for hooking up the listening pattern in
already-instantiated SimEntities.
- hookupSimEventListeners() - Method in class simkit.test.ArrivalProcessAssembly
-
Does nothing since there are no SimEventListeners
- hookupSimEventListeners() - Method in class simkit.test.SimpleServerAssembly
-
All SimEventListening is connected here.
- hookupSimEventListeners() - Method in class simkit.test.TandemQueueAssembly
-
Set up SimEventListeners, including adapters.
- HUMONGOUS - Static variable in class simkit.test.MorePriority
-
- hyperlinkUpdate(HyperlinkEvent) - Method in class simkit.Version.BrowseTo
-