Class IdentityPostProcessor<R extends Result>
- java.lang.Object
-
- org.processmining.specpp.base.impls.IdentityPostProcessor<R>
-
- All Implemented Interfaces:
java.util.function.Function<R,R>,PostProcessor<R,R>
public class IdentityPostProcessor<R extends Result> extends java.lang.Object implements PostProcessor<R,R>
-
-
Constructor Summary
Constructors Constructor Description IdentityPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<R>getInputClass()java.lang.Class<R>getOutputClass()RpostProcess(R result)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.base.PostProcessor
apply, getLabel
-
-
-
-
Method Detail
-
postProcess
public R postProcess(R result)
- Specified by:
postProcessin interfacePostProcessor<R extends Result,R extends Result>
-
getInputClass
public java.lang.Class<R> getInputClass()
- Specified by:
getInputClassin interfacePostProcessor<R extends Result,R extends Result>
-
getOutputClass
public java.lang.Class<R> getOutputClass()
- Specified by:
getOutputClassin interfacePostProcessor<R extends Result,R extends Result>
-
-