Пример #1
0
        public ErroneousValue(DateTime timeStamp, Sensor owner)
        {
            Owner = owner;

            TimeStamp = timeStamp;

            Detectors = new List<IDetectionMethod>();

            _hasValue = false;

            _command = new GraphCenteringCommand(this);
        }
Пример #2
0
        public ErroneousValue(DateTime timeStamp, Sensor owner)
        {
            Owner = owner;

            TimeStamp = timeStamp;

            Detectors = new List <IDetectionMethod>();

            _hasValue = false;

            _command = new GraphCenteringCommand(this);
        }