Uses of Interface
org.processmining.logprojection.DataManager.StringHandler
-
Packages that use DataManager.StringHandler Package Description org.processmining.logprojection -
-
Uses of DataManager.StringHandler in org.processmining.logprojection
Classes in org.processmining.logprojection that implement DataManager.StringHandler Modifier and Type Class Description classLogViewFields in org.processmining.logprojection declared as DataManager.StringHandler Modifier and Type Field Description protected DataManager.StringHandlerDataManager. stringHandlerMethods in org.processmining.logprojection that return DataManager.StringHandler Modifier and Type Method Description DataManager.StringHandlerDataManager. getStringHandler()Methods in org.processmining.logprojection with parameters of type DataManager.StringHandler Modifier and Type Method Description voidAlphanumLiteralIndexSorter. sort(DataManager.StringHandler stringHandler, int[] litIndices)org.deckfour.xes.model.XAttributeAttribute. toXAttribute(org.deckfour.xes.factory.XFactory factory, java.util.Map<java.lang.String,org.deckfour.xes.extension.XExtension> key2extension, DataManager.StringHandler handler)Constructors in org.processmining.logprojection with parameters of type DataManager.StringHandler Constructor Description DataManager(DataManager.StringHandler stringHandler, java.util.Collection<org.deckfour.xes.model.XAttribute> attributes, gnu.trove.map.TObjectIntMap<java.lang.String> lit2index, int preferredBlockSize, int headerSize, boolean handlesEventAttributes)XEventDataManager(M key2extension, DataManager.StringHandler stringHandler, java.util.Collection<org.deckfour.xes.model.XAttribute> attributes, gnu.trove.map.TObjectIntMap<java.lang.String> lit2index)XLogDataManager(M key2extension, DataManager.StringHandler stringHandler, java.util.Collection<org.deckfour.xes.model.XAttribute> attributes, gnu.trove.map.TObjectIntMap<java.lang.String> lit2index)XTraceDataManager(M key2extension, DataManager.StringHandler stringHandler, java.util.Collection<org.deckfour.xes.model.XAttribute> attributes, gnu.trove.map.TObjectIntMap<java.lang.String> lit2index)
-