Simulation.Aivika.Resource

Resource Types

type FCFSResource

type LCFSResource

type SIROResource

type PriorityResource

data Resource s

Creating Resource

newFCFSResource

newFCFSResourceWithMaxCount

newLCFSResource

newLCFSResourceWithMaxCount

newSIROResource

newSIROResourceWithMaxCount

newPriorityResource

newPriorityResourceWithMaxCount

newResource

newResourceWithMaxCount

Resource Properties

resourceStrategy

resourceMaxCount

resourceCount

resourceCountStats

resourceUtilisationCount

resourceUtilisationCountStats

resourceQueueCount

resourceQueueCountStats

resourceTotalWaitTime

resourceWaitTime

Requesting for and Releasing Resource

requestResource

requestResourceWithPriority

tryRequestResourceWithinEvent

releaseResource

releaseResourceWithinEvent

usingResource

usingResourceWithPriority

Altering Resource

incResourceCount

decResourceCount

Statistics Reset

resetResource

Signals

resourceCountChanged

resourceCountChanged_

resourceUtilisationCountChanged

resourceUtilisationCountChanged_

resourceQueueCountChanged

resourceQueueCountChanged_

resourceWaitTimeChanged

resourceWaitTimeChanged_

resourceChanged_