| Conditions | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | package it.cnr.istc.pst.cognition.koala.reasoner.observation; |
||
| 22 | protected ObservationReasonerUpdate(String eventId, String eventType, String concernedFeatureId, ObservationUpdateCategory category) { |
||
| 23 | this.eventId = eventId; |
||
| 24 | this.eventType = eventType; |
||
| 25 | this.category = category; |
||
| 26 | this.concernedFeatureId = concernedFeatureId; |
||
| 27 | } |
||
| 100 |