public class RecommendationVisualizer
extends java.lang.Object
| Constructor and Description |
|---|
RecommendationVisualizer() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
createEventVisualizer(org.deckfour.xes.model.XEvent event) |
javax.swing.JPanel |
createHeadlinedComponent(java.lang.String headerText,
javax.swing.JComponent component) |
javax.swing.JComponent |
createVisualizationPanel(org.w3c.dom.Document document) |
javax.swing.JComponent |
createVisualizationPanel(java.lang.Object response) |
javax.swing.JComponent |
createVisualizationPanel(Prediction<?> response) |
javax.swing.JComponent |
createVisualizationPanel(Recommendation<?> result) |
javax.swing.JComponent |
createVisualizationPanel(ResponseSet<?> result,
java.lang.String providerName) |
javax.swing.JComponent |
getVisualizationPanel(ResponseSet<?> result) |
public javax.swing.JComponent createEventVisualizer(org.deckfour.xes.model.XEvent event)
public javax.swing.JPanel createHeadlinedComponent(java.lang.String headerText,
javax.swing.JComponent component)
public javax.swing.JComponent createVisualizationPanel(org.w3c.dom.Document document)
public javax.swing.JComponent createVisualizationPanel(java.lang.Object response)
public javax.swing.JComponent createVisualizationPanel(Prediction<?> response)
public javax.swing.JComponent createVisualizationPanel(Recommendation<?> result)
public javax.swing.JComponent createVisualizationPanel(ResponseSet<?> result, java.lang.String providerName)
public javax.swing.JComponent getVisualizationPanel(ResponseSet<?> result)