Package de.uniol.informatik.vlba.matchmaker

Examples of de.uniol.informatik.vlba.matchmaker.MatchmakerService.match()


* Testbench is used to test MatchmakerService with a matching request.
*/
public class Tesbench {
    public static void main(String[] args){
        MatchmakerService mw = new MatchmakerService();
        String[][] result = mw.match("de.uniol.informatik.vlba.matchmaker.implemented.OWLSMX.2", "http://localhost/queries/1.1/1personbicyclecar_price_service.owls", "min_degree=1:threshold=75");
        System.out.println("#######################");
        System.out.println("#### Result:");
        System.out.println("#######################");
        String[] service;
//        for(Iterator iter = result.iterator();iter.hasNext();){
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.