Module simpa.core

Enum Class TrackingObserver.ObserverBehaviour

java.lang.Object
java.lang.Enum<TrackingObserver.ObserverBehaviour>
simpa.core.api.track.TrackingObserver.ObserverBehaviour
All Implemented Interfaces:
Serializable, Comparable<TrackingObserver.ObserverBehaviour>, Constable
Enclosing interface:
TrackingObserver

public static enum TrackingObserver.ObserverBehaviour extends Enum<TrackingObserver.ObserverBehaviour>
Describes how the some observer behaves. The observer implementations which have a constructor with this enum, take it into account and behave accordingly. STORE_ONLY Store trajectory data, but don't write to a file. WRITE_ONLY Writes to a file, but don't store it. STORE_AND_WRITE Do both.
Author:
lbojtar