}
public ProcessingElementDescriptor queryAll(String[] queryList, String name)
throws Exception {
List<Object> results = mApp.queryAll(queryList, name);
return new SimpleRDFProcessingElementDescriptor(name,
(String[]) results.get(1), (String[]) results.get(2),
(String[]) results.get(2));
}