Uses of Class
org.processmining.lip.model.pattern.metric.PatternInfoField
-
Packages that use PatternInfoField Package Description org.processmining.lip.model.pattern org.processmining.lip.model.pattern.metric -
-
Uses of PatternInfoField in org.processmining.lip.model.pattern
Methods in org.processmining.lip.model.pattern that return types with arguments of type PatternInfoField Modifier and Type Method Description java.util.Map<PatternInfoField,java.lang.String>PatternInstances. getInfo()Method parameters in org.processmining.lip.model.pattern with type arguments of type PatternInfoField Modifier and Type Method Description voidPatternInstances. setInfo(java.util.Map<PatternInfoField,java.lang.String> res) -
Uses of PatternInfoField in org.processmining.lip.model.pattern.metric
Methods in org.processmining.lip.model.pattern.metric that return PatternInfoField Modifier and Type Method Description PatternInfoFieldPatternMetric. getFieldName()PatternInfoFieldPatternMetricPICaseConfidence. getFieldName()PatternInfoFieldPatternMetricPICaseFrequency. getFieldName()PatternInfoFieldPatternMetricPICasePercentage. getFieldName()PatternInfoFieldPatternMetricPIConfidence. getFieldName()PatternInfoFieldPatternMetricPIFrequency. getFieldName()PatternInfoFieldPatternMetricPIsignificance. getFieldName()static PatternInfoFieldPatternInfoField. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PatternInfoField[]PatternInfoField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.lip.model.pattern.metric that return types with arguments of type PatternInfoField Modifier and Type Method Description static java.util.Map<PatternInfoField,java.lang.String>PatternMetricFactory. computeMetricsMap(org.deckfour.xes.model.XLog log, IPattern pattern, PatternInstances<Tile> instances, java.util.Map<java.lang.String,com.google.common.collect.Multiset<java.lang.String>> map, org.deckfour.xes.classification.XEventClassifier xEventClassifier)
-