| NotNode notNode = new NotNode( buildContext.getNextId(),
leftTupleSource,
rightObjectSource,
constraints,
buildContext );
notNode.attach(buildContext);
context.put( name,
notNode );
} else {
throw new IllegalArgumentException( "Cannot arguments " + args );
|