public class XMetaDataGeneralExtension extends AbstractXBaseExtensionImpl
| Modifier and Type | Field and Description |
|---|---|
protected static org.deckfour.xes.model.XAttributeContinuous |
ATTR_CLASSIFIED_EVENTS_AVERAGE |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_CLASSIFIED_EVENTS_MAX |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_CLASSIFIED_EVENTS_MIN |
protected static org.deckfour.xes.model.XAttributeContinuous |
ATTR_CLASSIFIED_EVENTS_STANDARD_DEVIATION |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_CLASSIFIED_EVENTS_TOTAL |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_CLASSIFIERS |
protected static org.deckfour.xes.model.XAttributeContinuous |
ATTR_DIFFERENT_CLASSIFIED_AVERAGE |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_DIFFERENT_CLASSIFIED_MAX |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_DIFFERENT_CLASSIFIED_MIN |
protected static org.deckfour.xes.model.XAttributeContinuous |
ATTR_DIFFERENT_CLASSIFIED_STANDARD_DEVIATION |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_DIFFERENT_CLASSIFIED_TOTAL |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_DIFFERENT_TRACES |
protected static org.deckfour.xes.model.XAttributeContinuous |
ATTR_EVENTS_AVERAGE |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_EVENTS_MAX |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_EVENTS_MIN |
protected static org.deckfour.xes.model.XAttributeContinuous |
ATTR_EVENTS_STANDARD_DEVIATION |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_EVENTS_TOTAL |
protected static org.deckfour.xes.model.XAttributeDiscrete |
ATTR_TRACES_TOTAL |
static java.lang.String |
EXTENSION_NAME |
static java.lang.String |
EXTENSION_PREFIX |
static java.net.URI |
EXTENSION_URI
Unique URI of this extension.
|
CONTINUOUS_NOT_DEFINED_VALUE, DISCRETE_NOT_DEFINED_VALUE, LITERAL_NOT_DEFINED_VALUE, MULTIPLE_VALUE, TIMESTAMP_NOT_DEFINED_VALUE| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XAttributeContinuous |
assignClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double classifiedEventsAverage)
Assign the average number of classified events per trace to the log for a
specific classifier
|
void |
assignClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
double classificationAverage)
Assign the average number of events with a specific classification per
trace to the log for a specific classifier
|
org.deckfour.xes.model.XAttributeDiscrete |
assignClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long classifiedEventsMax)
Assign the maximum number of classified events per trace to the log for a
specific classifier
|
void |
assignClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
long classificationMax)
Assign the maximum number of events with a specific classification per
trace to the log for a specific classifier
|
org.deckfour.xes.model.XAttributeDiscrete |
assignClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long classifiedEventsMin)
Assign the minimum number of classified events per trace to the log for a
specific classifier
|
void |
assignClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
long classificationMin)
Assign the minimum number of events with a specific classification per
trace to the log for a specific classifier
|
org.deckfour.xes.model.XAttributeContinuous |
assignClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double classifiedEventsStandardDeviation)
Assign the standard deviation of the number of classified events per
trace to the log for a specific classifier
|
void |
assignClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
double classificationStandardDeviation)
Assign the standard deviation of the number of events with a specific
classification per trace to the log for a specific classifier
|
org.deckfour.xes.model.XAttributeDiscrete |
assignClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long classifiedEventsTotal)
Assign the total number of classified events to the log for a specific
classifier
|
void |
assignClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
long classificationTotal)
Assign the total number of events with a specific classification to the
log for a specific classifier
|
org.deckfour.xes.model.XAttributeLiteral |
assignClassifier(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String keys)
Assign the classifier with a specific name to the log
|
org.deckfour.xes.model.XAttributeDiscrete |
assignClassifiersTotal(org.deckfour.xes.model.XLog log,
long classifiersTotal)
Assign the total number of classifiers to the log
|
void |
assignDifferentClassifiedAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double differentClassifiedAverage)
Assign the average number of differently classified events per trace to
the log for a specific classifier
|
void |
assignDifferentClassifiedMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentClassifiedMax)
Assign the maximum number of differently classified events in a trace to
the log for a specific classifier
|
void |
assignDifferentClassifiedMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentClassifiedMin)
Assign the minimum number of differently classified events in a trace to
the log for a specific classifier
|
void |
assignDifferentClassifiedStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double differentClassifiedStandardDeviation)
Assign the standard deviation of the number of differently classified
events per trace to the log for a specific classifier
|
void |
assignDifferentClassifiedTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentClassifiedTotal)
Assign the total number of differently classified events for a specific
classifier to the log
|
org.deckfour.xes.model.XAttributeDiscrete |
assignDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentTraces)
Assign the number of different traces to the log for a specific
classifier
|
void |
assignDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String signature,
long classificationMax)
Assign the number of traces with a specific signature to the log for a
specific classifier
|
void |
assignEventsAverage(org.deckfour.xes.model.XLog log,
double eventsAverage)
Assign the average number of events per trace to the log
|
void |
assignEventsMax(org.deckfour.xes.model.XLog log,
long eventsMax)
Assign the maximum number of events in a trace to the log
|
void |
assignEventsMin(org.deckfour.xes.model.XLog log,
long eventsMin)
Assign the minimum number of events in a trace to the log
|
void |
assignEventsStandardDeviation(org.deckfour.xes.model.XLog log,
double eventsStandardDeviation)
Assign the standard deviation of the number of events per trace to the
log
|
void |
assignEventsTotal(org.deckfour.xes.model.XLog log,
long eventsTotal)
Assign the total number of events to the log
|
void |
assignTracesTotal(org.deckfour.xes.model.XLog log,
long tracesTotal)
Assign the total number of traces to the log
|
java.lang.Double |
extractClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the average number of classified events per trace from the log for a
specific classifier
|
java.lang.Double |
extractClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
Get the average number of events with a specific classification per trace
from the log for a specific classifier
|
protected org.deckfour.xes.model.XAttributeContinuous |
extractClassifiedEventsAverageAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the average number of classified events per trace from the log for a
specific classifier
|
java.lang.Long |
extractClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the maximum number of classified events in a trace from the log for a
specific classifier
|
java.lang.Long |
extractClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
Get the minimum number of events with a specific classification in a
trace from the log for a specific classifier
|
protected org.deckfour.xes.model.XAttributeDiscrete |
extractClassifiedEventsMaxAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the maximum number of classified events in a trace from the log for a
specific classifier
|
java.lang.Long |
extractClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the minimum number of classified events in a trace from the log for a
specific classifier
|
java.lang.Long |
extractClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
Get the minimum number of events with a specific classification in a
trace from the log for a specific classifier
|
protected org.deckfour.xes.model.XAttributeDiscrete |
extractClassifiedEventsMinAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the minimum number of classified events in a trace from the log for a
specific classifier
|
java.lang.Double |
extractClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the standard deviation of the number of classified events per trace
from the log for a specific classifier
|
java.lang.Double |
extractClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
Get the standard deviation of the number of events with a specific
classification per trace from the log for a specific classifier
|
protected org.deckfour.xes.model.XAttributeContinuous |
extractClassifiedEventsStandardDeviationAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the standard deviation of the number of classified events per trace
from the log for a specific classifier
|
java.lang.Long |
extractClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the total number of classified events in the log for a specific
classifier
|
java.lang.Long |
extractClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
Get the total number of events with a specific classification in the log
for a specific classifier
|
protected org.deckfour.xes.model.XAttributeDiscrete |
extractClassifiedEventsTotalAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the total number of classified events in the log for a specific
classifier
|
java.lang.String |
extractClassifier(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the classifier with a specific name from the log
|
protected org.deckfour.xes.model.XAttributeLiteral |
extractClassifierAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the classifier with a specific name from the log
|
java.lang.Long |
extractClassifiersTotal(org.deckfour.xes.model.XLog log)
Get the total number of classifiers from the log
|
java.lang.Double |
extractDifferentClassifiedAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the average number of differently classified events per trace from
the log for a specific classifier
|
java.lang.Long |
extractDifferentClassifiedMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the minimum number of differently classified events in a trace from
the log for a specific classifier
|
java.lang.Long |
extractDifferentClassifiedMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the minimum number of differently classified events in a trace from
the log for a specific classifier
|
java.lang.Double |
extractDifferentClassifiedStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the standard deviation of the number of differently classified events
per trace from the log for a specific classifier
|
java.lang.Long |
extractDifferentClassifiedTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the total number of differently classified events for a specific
classifier from the log
|
java.lang.Long |
extractDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the number of different traces for a specific classifier
|
java.lang.Long |
extractDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String signature)
Get the number of traces with a specific signature for a specific
classifier
|
protected org.deckfour.xes.model.XAttributeDiscrete |
extractDifferentTracesAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
Get the number of different traces for a specific classifier
|
java.lang.Double |
extractEventsAverage(org.deckfour.xes.model.XLog log)
Get the average number of events per trace from the log
|
java.lang.Long |
extractEventsMax(org.deckfour.xes.model.XLog log)
Get the minimum number of events in a trace from the log
|
java.lang.Long |
extractEventsMin(org.deckfour.xes.model.XLog log)
Get the minimum number of events in a trace from the log
|
java.lang.Double |
extractEventsStandardDeviation(org.deckfour.xes.model.XLog log)
Get the standard deviation of the number of events per trace from the log
|
java.lang.Long |
extractEventsTotal(org.deckfour.xes.model.XLog log)
Get the total number of events from the log
|
java.lang.Long |
extractTracesTotal(org.deckfour.xes.model.XLog log)
Get the total number of traces from the log
|
static XMetaDataGeneralExtension |
instance()
Provides access to the singleton instance of this extension.
|
assignAttribute, assignAttribute, assignAttribute, extractAttribute, extractAttribute, extractAttributes, extractAttributeValue, extractAttributeValue, getAttributeByKeypublic static final java.net.URI EXTENSION_URI
public static final java.lang.String EXTENSION_PREFIX
public static final java.lang.String EXTENSION_NAME
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_TRACES_TOTAL
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_EVENTS_TOTAL
protected static org.deckfour.xes.model.XAttributeContinuous ATTR_EVENTS_AVERAGE
protected static org.deckfour.xes.model.XAttributeContinuous ATTR_EVENTS_STANDARD_DEVIATION
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_EVENTS_MIN
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_EVENTS_MAX
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_CLASSIFIERS
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_DIFFERENT_CLASSIFIED_TOTAL
protected static org.deckfour.xes.model.XAttributeContinuous ATTR_DIFFERENT_CLASSIFIED_AVERAGE
protected static org.deckfour.xes.model.XAttributeContinuous ATTR_DIFFERENT_CLASSIFIED_STANDARD_DEVIATION
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_DIFFERENT_CLASSIFIED_MIN
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_DIFFERENT_CLASSIFIED_MAX
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_CLASSIFIED_EVENTS_TOTAL
protected static org.deckfour.xes.model.XAttributeContinuous ATTR_CLASSIFIED_EVENTS_AVERAGE
protected static org.deckfour.xes.model.XAttributeContinuous ATTR_CLASSIFIED_EVENTS_STANDARD_DEVIATION
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_CLASSIFIED_EVENTS_MIN
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_CLASSIFIED_EVENTS_MAX
protected static org.deckfour.xes.model.XAttributeDiscrete ATTR_DIFFERENT_TRACES
public static XMetaDataGeneralExtension instance()
public java.lang.Long extractTracesTotal(org.deckfour.xes.model.XLog log)
public void assignTracesTotal(org.deckfour.xes.model.XLog log,
long tracesTotal)
public java.lang.Long extractEventsTotal(org.deckfour.xes.model.XLog log)
public void assignEventsTotal(org.deckfour.xes.model.XLog log,
long eventsTotal)
public java.lang.Double extractEventsAverage(org.deckfour.xes.model.XLog log)
public void assignEventsAverage(org.deckfour.xes.model.XLog log,
double eventsAverage)
public java.lang.Double extractEventsStandardDeviation(org.deckfour.xes.model.XLog log)
public void assignEventsStandardDeviation(org.deckfour.xes.model.XLog log,
double eventsStandardDeviation)
public java.lang.Long extractEventsMin(org.deckfour.xes.model.XLog log)
public void assignEventsMin(org.deckfour.xes.model.XLog log,
long eventsMin)
public java.lang.Long extractEventsMax(org.deckfour.xes.model.XLog log)
public void assignEventsMax(org.deckfour.xes.model.XLog log,
long eventsMax)
public java.lang.Long extractClassifiersTotal(org.deckfour.xes.model.XLog log)
public org.deckfour.xes.model.XAttributeDiscrete assignClassifiersTotal(org.deckfour.xes.model.XLog log,
long classifiersTotal)
protected org.deckfour.xes.model.XAttributeLiteral extractClassifierAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public java.lang.String extractClassifier(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public org.deckfour.xes.model.XAttributeLiteral assignClassifier(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String keys)
public java.lang.Long extractDifferentClassifiedTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public void assignDifferentClassifiedTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentClassifiedTotal)
public java.lang.Double extractDifferentClassifiedAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public void assignDifferentClassifiedAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double differentClassifiedAverage)
public java.lang.Double extractDifferentClassifiedStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public void assignDifferentClassifiedStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double differentClassifiedStandardDeviation)
public java.lang.Long extractDifferentClassifiedMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public void assignDifferentClassifiedMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentClassifiedMin)
public java.lang.Long extractDifferentClassifiedMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public void assignDifferentClassifiedMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentClassifiedMax)
protected org.deckfour.xes.model.XAttributeDiscrete extractClassifiedEventsTotalAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public java.lang.Long extractClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public org.deckfour.xes.model.XAttributeDiscrete assignClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long classifiedEventsTotal)
public java.lang.Long extractClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
public void assignClassifiedEventsTotal(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
long classificationTotal)
protected org.deckfour.xes.model.XAttributeContinuous extractClassifiedEventsAverageAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public java.lang.Double extractClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public org.deckfour.xes.model.XAttributeContinuous assignClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double classifiedEventsAverage)
public java.lang.Double extractClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
public void assignClassifiedEventsAverage(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
double classificationAverage)
protected org.deckfour.xes.model.XAttributeContinuous extractClassifiedEventsStandardDeviationAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public java.lang.Double extractClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public org.deckfour.xes.model.XAttributeContinuous assignClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
double classifiedEventsStandardDeviation)
public java.lang.Double extractClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
public void assignClassifiedEventsStandardDeviation(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
double classificationStandardDeviation)
protected org.deckfour.xes.model.XAttributeDiscrete extractClassifiedEventsMinAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public java.lang.Long extractClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public org.deckfour.xes.model.XAttributeDiscrete assignClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long classifiedEventsMin)
public java.lang.Long extractClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
public void assignClassifiedEventsMin(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
long classificationMin)
protected org.deckfour.xes.model.XAttributeDiscrete extractClassifiedEventsMaxAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public java.lang.Long extractClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public org.deckfour.xes.model.XAttributeDiscrete assignClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long classifiedEventsMax)
public java.lang.Long extractClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification)
public void assignClassifiedEventsMax(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String classification,
long classificationMax)
protected org.deckfour.xes.model.XAttributeDiscrete extractDifferentTracesAttribute(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public java.lang.Long extractDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName)
public org.deckfour.xes.model.XAttributeDiscrete assignDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
long differentTraces)
public java.lang.Long extractDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String signature)
public void assignDifferentTraces(org.deckfour.xes.model.XLog log,
java.lang.String classifierName,
java.lang.String signature,
long classificationMax)