Class UserRequest
java.lang.Object
desmoj.core.simulator.NamedObject
desmoj.core.simulator.ModelComponent
desmoj.core.simulator.Schedulable
desmoj.core.simulator.Entity
cambio.simulator.entities.NamedEntity
cambio.simulator.entities.networking.Request
cambio.simulator.entities.networking.UserRequest
A
Request that represents a request that is created by a user from outside the simulated system.
These type of requests are generated by the Generators and do not have a parent request. They are usually the
root request of a trace.
- Author:
- Lion Wagner
- See Also:
-
Field Summary
Fields inherited from class desmoj.core.simulator.Schedulable
_schedule -
Constructor Summary
ConstructorsConstructorDescriptionUserRequest(desmoj.core.simulator.Model model, String name, boolean showInTrace, Operation operation) -
Method Summary
Methods inherited from class cambio.simulator.entities.networking.Request
addUpdateListener, areDependenciesCompleted, cancelExecutionAtHandler, cancelSending, getComputeTime, getDependencies, getDependencyWaitTime, getHandler, getParent, getRelatedDependency, getRequester, getResponseTime, getTimestampReceived, getTimestampSend, getUpdateListeners, hasParent, isCompleted, isComputationCompleted, isDependenciesCompleted, notifyDependencyHasFinished, onCompletion, onComputationComplete, onDependenciesComplete, resetSendTimeStamps, setCanceledEvent, setComputationCompleted, setHandler, setReceiveEvent, setSendEvent, stampReceived, stampReceivedAtHandler, stampSendoffMethods inherited from class cambio.simulator.entities.NamedEntity
getPlainName, getQuotedName, getQuotedPlainName, renameMethods inherited from class desmoj.core.simulator.Entity
clone, generateTraceForScheduling, getIdentNumber, getQueueingPriority, getQueues, getScheduledEvents, isEqual, isLarger, isLargerOrEqual, isNotEqual, isQueued, isSimProcess, isSmaller, isSmallerOrEqual, schedule, schedule, schedule, schedule, schedule, schedule, schedule, schedule, schedule, scheduleAfter, scheduleAfter, scheduleAfter, scheduleBefore, scheduleBefore, scheduleBefore, schedulePreempt, schedulePreempt, schedulePreempt, setQueueingPriorityMethods inherited from class desmoj.core.simulator.Schedulable
assignReporter, cancel, getCorrespondingReportable, isCurrent, isScheduled, reSchedule, reSchedule, reSchedulePreempt, scheduledNext, setCorrespondingReportableMethods inherited from class desmoj.core.simulator.ModelComponent
current, currentEntity, currentEntityAll, currentEvent, currentlySendDebugNotes, currentlySendTraceNotes, currentModel, currentSimProcess, debugIsOn, debugOff, debugOn, getModel, isExperimentCompatible, isModelCompatible, presentTime, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOnMethods inherited from class desmoj.core.simulator.NamedObject
getName, toString