Package eu.admire.registry.pe.rdf

Examples of eu.admire.registry.pe.rdf.SimpleRDFProcessingElementDescriptor


  }

  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));
  }
View Full Code Here

TOP

Related Classes of eu.admire.registry.pe.rdf.SimpleRDFProcessingElementDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.