01: package org.drools;
02:
03: /**
04: * This class is essentually a named fact that will be asserted when the engine
05: * has not matched any rules.
06: *
07: * This class is not currently used.
08: *
09: *
10: */
11: public class Otherwise {
12:
13: }