Package org.processmining.logprojection
Interface DataManager.AttributeValueCalculator<T extends org.deckfour.xes.model.XAttributable>
-
- All Known Implementing Classes:
AbstractCategoryCalculator,AbstractCategoryCalculator.ContinuousCategoryCalculator,AbstractCategoryCalculator.DiscreteCategoryCalculator,ClassifierValueCalculator,IdenticalEventAttributeTraceCalculator,IndexInLogAttributeCalculator,RelativeTimeAttributeCalculator,SequenceNumberAttributeCalculator,StartEndTimeTraceCalculator
- Enclosing class:
- DataManager<T extends org.deckfour.xes.model.XAttributable>
public static interface DataManager.AttributeValueCalculator<T extends org.deckfour.xes.model.XAttributable>Utility class to add attributes to all objects. During computation, access to the header information is provided for each object. Implementations may assume that objects are passed in the order in which they are stored in the manager.- Author:
- bfvdonge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.deckfour.xes.model.XAttribute[]computeAttributes(T object, int objectIndex, int... header)
-
-
-
Method Detail
-
computeAttributes
org.deckfour.xes.model.XAttribute[] computeAttributes(T object, int objectIndex, int... header)
-
-