setFieldDeclaration( pathPattern,
"seat",
"pathSeat" );
rule.addPattern( pathPattern );
final Declaration pathGuestNameDeclaration = rule.getDeclaration( "pathGuestName" );
final Declaration pathSeatDeclaration = rule.getDeclaration( "pathSeat" );
// -------------
// (not Path( id == seatingId, guestName == pathGuestName )