Package com.franz.agraph.repository

Examples of com.franz.agraph.repository.AGCatalog


        LOGGER.info("connecting to AllegroGraph triple store \"" + name + "\""
                + " in catalog \"" + catName + "\""
                + " on host " + host);
        AGServer server = new AGServer(host, userName, password);

        AGCatalog cat = new AGCatalog(server, catName);

        AGRepository repo = new AGRepository(cat, name);
        repo.initialize();
        return repo;
    }
View Full Code Here

TOP

Related Classes of com.franz.agraph.repository.AGCatalog

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.