Interface TraceConverter<A extends Activity>
-
- All Known Implementing Classes:
TraceConverterImpl
public interface TraceConverter<A extends Activity>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <A extends Activity>
TraceConverter<A>getInstance()int[]toEMSC24(PartiallyOrderedTrace<A> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)int[]toEMSC24(TotallyOrderedTrace<A> trace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)
-
-
-
Method Detail
-
getInstance
static <A extends Activity> TraceConverter<A> getInstance()
-
toEMSC24
int[] toEMSC24(PartiallyOrderedTrace<A> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)
-
toEMSC24
int[] toEMSC24(TotallyOrderedTrace<A> trace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)
-
-