public class JISplitCohorts extends JIOptionsPanel implements IDropDownListener
Modifier and Type | Field and Description |
---|---|
CohortClassifier |
mycc |
static java.lang.String |
preferredAttribute |
static java.lang.String |
preferredClassifierType |
Constructor and Description |
---|
JISplitCohorts(org.processmining.visualisation3d.JoglInteractionManager iman,
org.deckfour.xes.model.XLog l,
org.processmining.visualisation3d.scenemanagement.JoglScene scene,
org.processmining.visualisation3d.scene.JSOGraphicalUserInterface gui,
IPerformanceStatisticsEnrichedNet psen,
IPerformanceStatisticsEnrichedNet wten) |
Modifier and Type | Method and Description |
---|---|
void |
Hide() |
boolean |
isVisible() |
boolean |
mouseClicked(org.processmining.visualisation3d.input.JoglInputMouseEvent e) |
void |
mouseMoved(org.processmining.visualisation3d.input.JoglInputMouseEvent e) |
boolean |
mousePressed(org.processmining.visualisation3d.input.JoglInputMouseEvent e) |
boolean |
mouseReleased(org.processmining.visualisation3d.input.JoglInputMouseEvent e) |
void |
OnDropDownSelected(JIDropdownBox ddb,
java.lang.String val) |
boolean |
ShouldAnimate() |
void |
Show() |
void |
updateCohorts() |
void |
updateCohorts(CohortClassifier cc) |
void |
UpdateScene(org.processmining.visualisation3d.scenemanagement.JoglScene scene) |
Dispose
public static java.lang.String preferredClassifierType
public static java.lang.String preferredAttribute
public CohortClassifier mycc
public JISplitCohorts(org.processmining.visualisation3d.JoglInteractionManager iman, org.deckfour.xes.model.XLog l, org.processmining.visualisation3d.scenemanagement.JoglScene scene, org.processmining.visualisation3d.scene.JSOGraphicalUserInterface gui, IPerformanceStatisticsEnrichedNet psen, IPerformanceStatisticsEnrichedNet wten)
public boolean isVisible()
isVisible
in class JIOptionsPanel
public void Show()
Show
in class JIOptionsPanel
public void Hide()
Hide
in class JIOptionsPanel
public boolean ShouldAnimate()
ShouldAnimate
in class org.processmining.visualisation3d.JoglInteraction
public void UpdateScene(org.processmining.visualisation3d.scenemanagement.JoglScene scene)
UpdateScene
in class org.processmining.visualisation3d.JoglInteraction
public boolean mousePressed(org.processmining.visualisation3d.input.JoglInputMouseEvent e)
mousePressed
in class org.processmining.visualisation3d.JoglInteraction
public boolean mouseReleased(org.processmining.visualisation3d.input.JoglInputMouseEvent e)
mouseReleased
in class org.processmining.visualisation3d.JoglInteraction
public boolean mouseClicked(org.processmining.visualisation3d.input.JoglInputMouseEvent e)
mouseClicked
in class org.processmining.visualisation3d.JoglInteraction
public void OnDropDownSelected(JIDropdownBox ddb, java.lang.String val)
OnDropDownSelected
in interface IDropDownListener
public void mouseMoved(org.processmining.visualisation3d.input.JoglInputMouseEvent e)
mouseMoved
in class org.processmining.visualisation3d.JoglInteraction
public void updateCohorts()
public void updateCohorts(CohortClassifier cc)