Uses of Class
eu.iv4xr.framework.mainConcepts.ObservationEvent.TimeStampedObservationEvent
Packages that use ObservationEvent.TimeStampedObservationEvent
-
Uses of ObservationEvent.TimeStampedObservationEvent in eu.iv4xr.framework.mainConcepts
Modifier and TypeClassDescriptionstatic classThis event is used to record a vector of (p,vs) where p is an agent's current position and vs is a bunch of scalar-values, organized as name-value pairs.static classWhen a test-agent interacts with a system-under-test, it will want to report things that meet its expectations, as well as things that violate its expectations (and may thus imply bugs).Fields in eu.iv4xr.framework.mainConcepts with type parameters of type ObservationEvent.TimeStampedObservationEventModifier and TypeFieldDescription(package private) List<ObservationEvent.TimeStampedObservationEvent>TestDataCollector.EventTrace.traceMethods in eu.iv4xr.framework.mainConcepts that return ObservationEvent.TimeStampedObservationEventModifier and TypeMethodDescription(package private) ObservationEvent.TimeStampedObservationEventObservationEvent.TimeStampedObservationEvent.parseWorker(String[] parts)Methods in eu.iv4xr.framework.mainConcepts that return types with arguments of type ObservationEvent.TimeStampedObservationEventModifier and TypeMethodDescriptionTestDataCollector.getTestAgentTrace(String agentUniqueId)Return the "trace" of the specified test-agent.Methods in eu.iv4xr.framework.mainConcepts with parameters of type ObservationEvent.TimeStampedObservationEventModifier and TypeMethodDescriptionvoidTestAgent.registerEvent(ObservationEvent.TimeStampedObservationEvent event)Register this event to be appended to a historical trace that this test agent keeps track.(package private) voidTestDataCollector.EventTrace.registerEvent(ObservationEvent.TimeStampedObservationEvent e)Add the event e to this event-trace.voidTestDataCollector.registerEvent(String agentUniqueId, ObservationEvent.TimeStampedObservationEvent e)Register an observation event.