Package es.upm.dit

Examples of es.upm.dit.FoafParser


          e.printStackTrace();
          return;
    }*/
   
    //Set user accounts from Foaf RDF file
    FoafParser foaf = new FoafParser();
    //foaf.foafAgent("dir/foafSample.rdf");
    foaf.foafAgent("http://localhost/foafSample2.rdf");
   
    //Add all entities configured to all metrics in the destination community
    for(Entity entity : GlobalModel.getEntities().values()) {
      destinationCommunity.addEntityToAllMetrics(entity);
    }   
View Full Code Here

TOP

Related Classes of es.upm.dit.FoafParser

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.