EventFactHandle foo = new EventFactHandle( 1,
"foo",
1,
2,
10,
new DisconnectedWorkingMemoryEntryPoint( "DEFAULT" ) );
EventFactHandle bar = new EventFactHandle( 2,
"bar",
1,
5,
7,
new DisconnectedWorkingMemoryEntryPoint( "DEFAULT" ) );
EventFactHandle drool = new EventFactHandle( 1,
"drool",
1,
2,
10,
new DisconnectedWorkingMemoryEntryPoint( "DEFAULT" ) );
EventFactHandle mole = new EventFactHandle( 1,
"mole",
1,
7,
6,
new DisconnectedWorkingMemoryEntryPoint( "DEFAULT" ) );
final Object[][] data = {
{foo, "finishedby", bar, Boolean.TRUE},
{foo, "finishedby", drool, Boolean.FALSE},
{foo, "finishedby", mole, Boolean.FALSE},