public class PGraphVisSetting
extends java.lang.Object
Constructor and Description |
---|
PGraphVisSetting(PGraphController<?> controller) |
Modifier and Type | Method and Description |
---|---|
ExpDiscoveryAlgorithm |
getDiscoveryAlg() |
javax.swing.JComponent |
getPanel() |
org.processmining.partialorder.plugins.vis.PartialVisualType |
getPGraphVisType() |
java.lang.Object |
getVisType() |
boolean |
isUsingDiscovery() |
boolean |
isUsingREGs() |
void |
setVisType(java.lang.Object visType) |
public PGraphVisSetting(PGraphController<?> controller)
public javax.swing.JComponent getPanel()
public org.processmining.partialorder.plugins.vis.PartialVisualType getPGraphVisType()
public ExpDiscoveryAlgorithm getDiscoveryAlg()
public void setVisType(java.lang.Object visType)
public java.lang.Object getVisType()
public boolean isUsingREGs()
public boolean isUsingDiscovery()