Class ProtobufOutputMarshaller.ActivationsSorter
- java.lang.Object
-
- org.drools.serialization.protobuf.ProtobufOutputMarshaller.ActivationsSorter
-
- All Implemented Interfaces:
java.util.Comparator<org.drools.core.rule.consequence.InternalMatch>
- Enclosing class:
- ProtobufOutputMarshaller
public static class ProtobufOutputMarshaller.ActivationsSorter extends java.lang.Object implements java.util.Comparator<org.drools.core.rule.consequence.InternalMatch>
-
-
Field Summary
Fields Modifier and Type Field Description static ProtobufOutputMarshaller.ActivationsSorterINSTANCE
-
Constructor Summary
Constructors Constructor Description ActivationsSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(org.drools.core.rule.consequence.InternalMatch o1, org.drools.core.rule.consequence.InternalMatch o2)
-
-
-
Field Detail
-
INSTANCE
public static final ProtobufOutputMarshaller.ActivationsSorter INSTANCE
-
-