public class Recommendation<T> extends java.util.HashMap<org.deckfour.xes.model.XEvent,Prediction<? extends T>> implements java.lang.Iterable<org.deckfour.xes.model.XEvent>
| Constructor and Description |
|---|
Recommendation(org.deckfour.xes.model.XEvent recommendation) |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XEvent |
getRecommendation() |
java.util.Iterator<org.deckfour.xes.model.XEvent> |
iterator() |
void |
setRecommendation(org.deckfour.xes.model.XEvent recommendation) |
java.lang.String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic Recommendation(org.deckfour.xes.model.XEvent recommendation)
public org.deckfour.xes.model.XEvent getRecommendation()
public java.util.Iterator<org.deckfour.xes.model.XEvent> iterator()
iterator in interface java.lang.Iterable<org.deckfour.xes.model.XEvent>public void setRecommendation(org.deckfour.xes.model.XEvent recommendation)
recommendation - the recommendation to setpublic java.lang.String toString()
toString in class java.util.AbstractMap<org.deckfour.xes.model.XEvent,Prediction<? extends T>>