public class EGMatchExpPrintResultUtil
extends java.lang.Object
Constructor and Description |
---|
EGMatchExpPrintResultUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
printColumnNames() |
static java.lang.String[] |
printResult(org.processmining.partialorder.ptrace.param.PTraceParameter.PTraceType type,
EGMatchConfiguration conf,
FusionBinaryResult data,
RunningTimes times,
int numRepeat,
int numNoise)
Returns an Image object that can then be painted on the screen.
|
public static java.lang.String[] printColumnNames()
public static java.lang.String[] printResult(org.processmining.partialorder.ptrace.param.PTraceParameter.PTraceType type, EGMatchConfiguration conf, FusionBinaryResult data, RunningTimes times, int numRepeat, int numNoise)
URL
. The name
argument is a specifier that is relative to the url argument.
This method always returns immediately, whether or not the image exists. When this applet attempts to draw the image on the screen, the data will be loaded. The graphics primitives that draw the image will incrementally paint on the screen.
url
- an absolute URL giving the base location of the imagename
- the location of the image, relative to the url argumentImage